Crashes when trying to start game engine #43048

Closed
opened 2014-12-28 17:23:35 +01:00 by Joe G · 15 comments

System Information
Intel Core i3-4030u, 1.9GHz
Windows 8.1 w/Intel HD Graphics (w/up to 1792 MB Dynamic Video Memory) (laptop)

Blender Version
2.72 sub 0 9e963ae

Short description of error
I was trying to follow a tutorial on YouTube for a Blender car game. When they ran it (just to test the basic physics and check to make sure it works), it worked fine for them. When I try to run it, it just crashes. I've tested some other Blender games, and they make it crash too. It uses a simple Python script. Working, all that should happen is the wheels should align themselves, flat, beside the car and it should all fall.

Exact steps for others to reproduce the error
Open the file, and run the game

**System Information** Intel Core i3-4030u, 1.9GHz Windows 8.1 w/Intel HD Graphics (w/up to 1792 MB Dynamic Video Memory) (laptop) **Blender Version** 2.72 sub 0 9e963ae **Short description of error** I was trying to follow a tutorial on YouTube for a Blender car game. When they ran it (just to test the basic physics and check to make sure it works), it worked fine for them. When I try to run it, it just crashes. I've tested some other Blender games, and they make it crash too. It uses a simple Python script. Working, all that should happen is the wheels should align themselves, flat, beside the car and it should all fall. **Exact steps for others to reproduce the error** Open the file, and run the game
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @mrpi64

Added subscriber: @mrpi64
Author

EDIT: Something similar has happened before, but with an older version: https://developer.blender.org/T25488 (maybe problem is because I have less than 2GB VRAM?)

EDIT: Something similar has happened before, but with an older version: https://developer.blender.org/T25488 (maybe problem is because I have less than 2GB VRAM?)
Author

Compiled it as a .exe file, and when I run it, it stops, and a message-box comes up telling me that "Blender has stopped working" and that "Windows is checking for a solution for the problem", although I doubt it will find one.

Compiled it as a .exe file, and when I run it, it stops, and a message-box comes up telling me that "Blender has stopped working" and that "Windows is checking for a solution for the problem", although I doubt it will find one.

Added subscriber: @mont29

Added subscriber: @mont29

Might be usual OpenGL bugs… Can you please:

  • Ensure both your OS and drivers are fully up-to-date;
  • Try to start Blender in factory settings (--factory-startup commandline option).
  • Try to tweak OGL settings in UserPreferences, System tab.
  • Try to place this dll next to your blender.exe (software OGL, will be slow, but will show whether this is a driver issue or not).
Might be usual OpenGL bugs… Can you please: * Ensure both your OS and drivers are fully up-to-date; * Try to start Blender in factory settings (`--factory-startup` commandline option). * Try to tweak OGL settings in UserPreferences, System tab. * Try to place [this dll](http://download.blender.org/ftp/sergey/softwaregl/win64/opengl32.dll) next to your blender.exe (software OGL, will be slow, but will show whether this is a driver issue or not).
Author

Tried it with the DLL, but it still crashes. As does it with --factory-startup Does the file actually run?

Tried it with the DLL, but it still crashes. As does it with `--factory-startup` Does the file actually run?

No idea, looks like you did not attach anything so far… Also, which version of Blender is the tutorial based on?

No idea, looks like you did not attach anything so far… Also, which version of Blender is the tutorial based on?
Author

Latest as I speak, not installed through the .msi installer, but extracted from the zip file.
cargame.blend

Latest as I speak, not installed through the .msi installer, but extracted from the zip file. [cargame.blend](https://archive.blender.org/developer/F134195/cargame.blend)
Author

Oh, the actual tutorial . . . 2.65.0

Oh, the actual tutorial . . . 2.65.0
Author

Any ideas? Does the file work?

Any ideas? Does the file work?

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Bastien Montagne self-assigned this 2015-01-03 16:27:00 +01:00

Not sure it should crash, but error message in console is pretty much straight-forward - you have no wheel3 controller.

Rename one of the two wheel1 ones, and everything works as expected.

Closing for now, we cannot handle all possible error in scripts gracefully...

Not sure it should crash, but error message in console is pretty much straight-forward - you have no `wheel3` controller. Rename one of the two `wheel1` ones, and everything works as expected. Closing for now, we cannot handle all possible error in scripts gracefully...
Author

Sorry ;-p

Sorry ;-p
Author

Oh yeah, I forgot to mention - this happened with a couple other Blender Car-based games that I tried to run.

Oh yeah, I forgot to mention - this happened with a couple other Blender Car-based games that I tried to run.
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#43048
No description provided.