Software Orbiter 2024 opens then randomly crashes

GodAtum

Active member
Joined
Jun 1, 2014
Messages
170
Reaction score
48
Points
28
Website
godatum.blogspot.com
When I load any scenarios in Orbiter, half of the time about 5 seconds after it loads, it crashes. I am using Windows 10 and orbiter_ng.exe. In Event Viewer I get an error:

Code:
Faulting application name: Orbiter.exe, version: 0.0.0.0, time stamp: 0x6774059a
Faulting module name: D3D9Client.dll, version: 30.7.0.0, time stamp: 0x6774072f
Exception code: 0xc0000005
Fault offset: 0x00016ec8
Faulting process ID: 0x5968
Faulting application start time: 0x01dc24cce845b224
Faulting application path: D:\Games\Orbiter\Orbiter-2024\Modules\Server\Orbiter.exe
Faulting module path: D:\Games\Orbiter\Orbiter-2024\Modules\Plugin\D3D9Client.dll
Report ID: fe34141c-7a57-4d57-a273-a451d2734fb7
Faulting package full name:
Faulting package-relative application ID:
 

Attachments

Try disabling some modules, as one might be causing the issue.
Start with the old ones:
000001.288: Module RWarpMFD.dll .......... [Build ******, API 060425]
000001.295: Module FlyByWire.dll ......... [Build ******, API 060425]
000001.326: Module CamControl.dll ........ [Build ******, API 050206]
 
I've disabled all extra modules and enabling them one by one but it's still crashing out at random.
How about decreasing the terrain resolution: "Launchpad > Options > Visual Settings > Surface elevation, using", and try 10 or 15.
 
Did you already reinstall the D3D9 client? Maybe an executable file is damaged.
 
'version 0.0.0.0' looks very wrong to me... 🤔
 
Last edited:
When I load any scenarios in Orbiter, half of the time about 5 seconds after it loads, it crashes. I am using Windows 10 and orbiter_ng.exe. In Event Viewer I get an error:

Code:
Faulting application name: Orbiter.exe, version: 0.0.0.0, time stamp: 0x6774059a
Faulting module name: D3D9Client.dll, version: 30.7.0.0, time stamp: 0x6774072f
Exception code: 0xc0000005
Fault offset: 0x00016ec8
Faulting process ID: 0x5968
Faulting application start time: 0x01dc24cce845b224
Faulting application path: D:\Games\Orbiter\Orbiter-2024\Modules\Server\Orbiter.exe
Faulting module path: D:\Games\Orbiter\Orbiter-2024\Modules\Plugin\D3D9Client.dll
Report ID: fe34141c-7a57-4d57-a273-a451d2734fb7
Faulting package full name:
Faulting package-relative application ID:
0xc0000005 is an access violation. There is pretty much no way to know what caused this without a debugger attached and symbol-table loaded when the crash occurred to get a stack trace. However generally, these occur due to uninitialized pointers or when objects are deleted, but some if(nulptr) condition isn't set, or isn't checked.

A couple of things to check:

Do you get crashes in Orbiter2024 without any addons?
Are those addons you're loading, compiled for Orbiter2024?
Does the crash occur in when loading one of the default scenarios, and no modules active?
 
Back
Top