General Question Orbiter 2016 has stopped loading

MarsGlider

New member
Joined
Aug 26, 2019
Messages
53
Reaction score
1
Points
0
Location
Pheonix
So I've decided to play orbiter again since I've heard that some great mods have been released. Orbiter worked at first but earlier today it has stopped loading and instead just leaves me on the loading page, I've tried a few basic trial and error things I know like uninstall and re-install, checking do see if any mods have been conflicting with it, and checking to see if it is using the right stuff. I do not have a log since I've uninstalled it again but currently I am re-installing so expect a log of it soon.
 

Sbb1413

Well-known member
Joined
Aug 14, 2018
Messages
948
Reaction score
373
Points
78
Location
India
Preferred Pronouns
he/his/him
Can you post the log? Otherwise, we cannot help you!
 

Marijn

Active member
Joined
Mar 5, 2008
Messages
755
Reaction score
166
Points
43
Location
Amsterdam
Did you install the D3D9 client? Which one? Did you activate it? Launching the orbiter_ng.exe? Did you create the symlinks? Did you try different screen modes (Full screen window vs True Full Screen no alt-tab)?
 

dbeachy1

O-F Administrator
Administrator
Orbiter Contributor
Addon Developer
Donator
Beta Tester
Joined
Jan 14, 2008
Messages
9,218
Reaction score
1,566
Points
203
Location
VA
Website
alteaaerospace.com
Preferred Pronouns
he/him
I noticed this in the log (highlight added):

Code:
 Devices accepted: 5
000000.000: [ ] RGB Emulation (SW)
000000.000: [x] Direct3D HAL (HW)
000000.000: [ ] Direct3D T&L HAL (HW)
000000.000:[COLOR="Red"] [x] Direct3D HAL (AMD Radeon(TM) R4 Graphics) (HW)[/COLOR]
000000.000: [ ] Direct3D T&L HAL (AMD Radeon(TM) R4 Graphics) (HW)
...
000000.000: Graphics: Viewport: Fullscreen 1024 x 768 x [COLOR="Red"]16[/COLOR]
000000.000: Graphics: Hardware T&L capability: [COLOR="red"]No[/COLOR]
000000.000: Graphics: Z-buffer depth: [COLOR="Red"]16 bit[/COLOR]
000000.000: Graphics: Active lights supported: [COLOR="Red"]-1[/COLOR]

...so Orbiter is trying to use a video mode that does not support Transform & Lighting, which can cause problems like you are seeing. What I suggest is to go into the video settings in the Orbiter launchpad and set the video mode to either Direct3D T&L HAL or Direct3D T&L HAL (AMD Radeon(TM) R4 Graphics) (HW). In addition, as a first test, I would try running Orbiter in windowed mode instead of full-screen. Once that works, you can try full-screen again.

Also, for best compatibility you want a color depth of 32 bits, not 16; e.g., you want it to look like this in the log:

Code:
000000.000: Graphics: Viewport: Fullscreen 1024 x 768 x [COLOR="Red"]32[/COLOR]
000000.000: Graphics: Hardware T&L capability: [COLOR="Red"]Yes[/COLOR]
000000.000: Graphics: Z-buffer depth: [COLOR="Red"]32 bit[/color]
000000.000: Graphics: Active lights supported: [COLOR="Red"]8[/color]

EDIT:
Another option is to install the D3D9 video client and use that instead of the built-in DX7 video client: it has better performance as well as better compatibility.
 
Last edited:

MarsGlider

New member
Joined
Aug 26, 2019
Messages
53
Reaction score
1
Points
0
Location
Pheonix
So dbeachy1 you just got my orbiter running again, thanks for letting me know.
 
Top