My Orbiter Tries To Load Mods I Deleted And Crashes

General_Mile_1

Mile
Donator
Joined
Dec 20, 2021
Messages
30
Reaction score
25
Points
18
Location
Croatia, Gračac
Preferred Pronouns
Mile
Hello there, sometimes when I start orbiter it crashes cuz it tries to load mods I completly deleted, can someone help? Screenshot (800).png
 

PhantomCruiser

Wanderer
Moderator
Tutorial Publisher
Joined
Jan 23, 2009
Messages
5,603
Reaction score
167
Points
153
Location
Cleveland
Did you uncheck them from the modules tab (silly question, I know), sometimes deleting them by hand... things get missed.
Hunt down the Jonesoft Generic Mod Enabler. Easy to use, it makes add-on management a breeze.
 

General_Mile_1

Mile
Donator
Joined
Dec 20, 2021
Messages
30
Reaction score
25
Points
18
Location
Croatia, Gračac
Preferred Pronouns
Mile
I didnt have to disable it cuz it dissapierd by itself, btw link for Jonesoft Generic Mod Enabler is not working, can you send me? and is it compaatibile with orbiter 2016?
 

jedidia

shoemaker without legs
Addon Developer
Joined
Mar 19, 2008
Messages
10,863
Reaction score
2,127
Points
203
Location
between the planets
Can you try launching a default, untouched scenario? I suspect that the scenario file you're trying to load references the modules (especially the MFD).

If it still happens, you probably did not deactivate the modules before deleting them. Open the file orbiter.cfg in a text editor and look for the following section:

Code:
; === Active plugin list ===
ACTIVE_MODULES
.
.

END_MODULES

Chances are the modules might still be referenced there, and orbiter is still trying to load them, but can't show them anymore in launchpad because the files are gone.
 

General_Mile_1

Mile
Donator
Joined
Dec 20, 2021
Messages
30
Reaction score
25
Points
18
Location
Croatia, Gračac
Preferred Pronouns
Mile
Can you try launching a default, untouched scenario? I suspect that the scenario file you're trying to load references the modules (especially the MFD).

If it still happens, you probably did not deactivate the modules before deleting them. Open the file orbiter.cfg in a text editor and look for the following section:

Code:
; === Active plugin list ===
ACTIVE_MODULES
.
.

END_MODULES

Chances are the modules might still be referenced there, and orbiter is still trying to load them, but can't show them anymore in launchpad because the files are gone.
Its probably that, but my game just sometimes crashes, not always, I sometimes have to open scenario multiple times to open it, btw I dont see deleted mods in orbiter.cfg

My log file:
**** Orbiter.log
000000.000: Build Aug 28 2016 [v.160828]
000000.000: Timer precision: 1e-007 sec
000000.000: Found 0 joystick(s)
000000.000: Module AtlantisConfig.dll .... [Build 160828, API 160828]
000000.000: Module AtmConfig.dll ......... [Build 160828, API 160828]
000000.000: Module DGConfigurator.dll .... [Build 160828, API 160828]
000000.000: Module OrbiterSound.dll ...... [Build 200811, API 160828]
000000.000: Module CustomMFD.dll ......... [Build 160828, API 160828]
000000.000: Module GenericCamera.dll ..... [Build 210805, API 160828]
000000.000: Module LuaMFD.dll ............ [Build 160828, API 160828]
000000.000: Module transx.dll ............ [Build 160216, API 160214]
000000.000: Module ScnEditor.dll ......... [Build 160828, API 160828]
000000.000: Module Rcontrol.dll .......... [Build 160828, API 160828]
000000.000: Module Framerate.dll ......... [Build 160828, API 160828]
000000.000: Module FlightData.dll ........ [Build 160828, API 160828]
000000.000: Module DX9ExtMFD.dll ......... [Build 210805, API 160828]
000000.000: Module ExtMFD.dll ............ [Build 160828, API 160828]
000000.000: Module HUDdataMFD.dll ........ [Build ******, API 060425]
000000.000: ---------------------------------------------------------------
000000.000: >>> WARNING: Obsolete API function used: oapiRegisterMFDMode
000000.000: At least one active module is accessing an obsolete interface function.
000000.000: Addons which rely on obsolete functions may not be compatible with
000000.000: future versions of Orbiter.
000000.000: ---------------------------------------------------------------
000000.000: Module Interior_Navigator.dll [Build 150901, API 100830]
000000.000: Module LunarTransferMFD.dll .. [Build 191224, API 160828]
000000.000: Module LoadMFD2.dll .......... [Build 161223, API 161124]
000000.000: Module MapMFD2.dll ........... [Build 210731, API 160828]
000000.000: Module LuaConsole.dll ........ [Build 160828, API 160828]
000000.000: Module ScriptMFD.dll ......... [Build 160828, API 160828]
000000.000: Module Meshdebug.dll ......... [Build 160828, API 160828]
000000.000: Module Multistage2015_MFD.dll [Build 170506, API 160828]
000000.000: Module RV_Orientation.dll .... [Build 180811, API 160828]
000000.000: Module HUDDrawer.dll ......... [Build 160907, API 160828]
============================ ERROR: ===========================
Failed loading module Modules\Plugin\Orbits.dll (code 126)
[Orbiter::LoadModule | .\Orbiter.cpp | 600]
===============================================================
============================ ERROR: ===========================
Failed loading module Modules\Plugin\MegaZoomMFD.dll (code 126)
[Orbiter::LoadModule | .\Orbiter.cpp | 600]
===============================================================
000000.000: Module BaseSyncMFD.dll ....... [Build 180408, API 160828]
000000.000: Module TrackIR.dll ........... [Build 160828, API 160828]
000000.000: TrackIR module not found.
000000.000: Module DeepSpaceCrewDragonMFD.dll [Build 220427, API 160828]
000000.000: ---------------------------------------------------------------
BaseDir : C:\Orbiter2016\
ConfigDir : C:\Orbiter2016\Config\
MeshDir : C:\Orbiter2016\Meshes\
TextureDir : C:\Orbiter2016\Textures\
HightexDir : C:\Orbiter2016\Textures2\
ScenarioDir: C:\Orbiter2016\Scenarios\
000000.000: ---------------------------------------------------------------
D3D9 DLLs : C:\Windows\SYSTEM32\d3dx9_43.dll [v 9.29.952.3111]
: C:\Windows\SYSTEM32\d3d9.dll [v 10.0.19041.1566]
000000.000: ---------------------------------------------------------------
000000.000: Module D3D9Client.dll ........ [Build 210805, API 160828]
 
Top