New Release D3D9Client Development

jarmonik

Well-known member
Orbiter Contributor
Addon Developer
Beta Tester
Joined
Mar 28, 2008
Messages
2,670
Reaction score
800
Points
128
D3D9Client RC34 for Orbiter 2010-P1

Here is RC34 build for the Orbiter 2010-P1.

- Surface base shadows are partially implemented.
- Particle effect shadows are implemented.
- SketchPad can use DirectX based drawing when used in any render target surface.
- Rendering statistics display implemented [Ctrl+Shift+C].
- Effects are automatically compiled for a proper shader model (2.0 or 3.0)
 
Last edited:

SiameseCat

Addon Developer
Addon Developer
Joined
Feb 9, 2008
Messages
1,699
Reaction score
2
Points
0
Location
Ontario
I'm not sure if this is an issue with orbiter_ng or the D3D9 Client, but when using MAKEGROUPARRAY to add an animation component, the array isn't updated when the scenario loads. The array only contains the correct values after the second timestep. For SSU (and the default shuttle), this messes up the RMS.

An example scenario (using the default shuttle) is below; the satellite is grappled to the RMS, but appears out of position when the scenario is loaded. When the RMS is moved, the grappled satellite jumps to the correct position.

Code:
BEGIN_DESC
Contains the latest simulation state.
END_DESC

BEGIN_ENVIRONMENT
  System Sol
  Date MJD 51982.9663605960
END_ENVIRONMENT

BEGIN_FOCUS
  Ship STS-101
END_FOCUS

BEGIN_CAMERA
  TARGET STS-101
  MODE Extern
  POS 1.63 178.19 -65.46
  TRACKMODE TargetRelative
  FOV 40.00
END_CAMERA

BEGIN_HUD
  TYPE Surface
END_HUD

BEGIN_MFD Left
  TYPE Surface
  SPDMODE 1
END_MFD

BEGIN_MFD Right
  TYPE HSI
  NAV 0 0
  OBS 0.03 0.00
END_MFD

BEGIN_MFD 3
  TYPE Orbit
  PROJ Frame
  FRAME Ecliptic
  REF Earth
  TARGET ISS
END_MFD

BEGIN_MFD 4
  TYPE Map
  REF Earth
END_MFD

BEGIN_MFD 5
  TYPE OAlign
  REF Earth
  TARGET ISS
END_MFD

BEGIN_VC
END_VC

BEGIN_SHIPS
ISS:ProjectAlpha_ISS
  STATUS Orbiting Earth
  RPOS -6525024.50 1457832.85 856587.30
  RVEL 1317.221 7222.530 -2291.400
  AROT 119.04 -44.11 74.78
  VROT 0.06 0.00 -0.00
  AFCMODE 7
  PRPLEVEL 0:1.000000
  IDS 0:1 100 1:2 100 2:3 100 3:4 100 4:5 100
  NAVFREQ 0 0
  XPDR 466
END
STS-101:Atlantis
  STATUS Orbiting Earth
  RPOS 5928895.18 1577406.92 2442035.41
  RVEL -2855.583 -562.190 7235.858
  AROT -1.56 4.26 18.56
  AFCMODE 7
  PRPLEVEL 0:0.993000
  NAVFREQ 0 0
  CONFIGURATION 3
  GEAR 0 0.0000
  ARM_STATUS 0.6690 0.6164 0.7190 0.2358 0.5073 0.0000
  SAT_OFS_X 0.000000
  SAT_OFS_Y 0.000000
  SAT_OFS_Z 0.000000
  CARGO_STATIC_MESH Carina_cradle
  CARGO_STATIC_OFS 0.000000 -1.650000 0.050000
  CARGODOOR 1 1.0000
END
Carina:Carina
  STATUS Orbiting Earth
  ATTACHED 0:1,STS-101
END
END_SHIPS
 

jarmonik

Well-known member
Orbiter Contributor
Addon Developer
Beta Tester
Joined
Mar 28, 2008
Messages
2,670
Reaction score
800
Points
128
An example scenario (using the default shuttle) is below; the satellite is grappled to the RMS, but appears out of position when the scenario is loaded. When the RMS is moved, the grappled satellite jumps to the correct position.

Yes, I was able to reproduce that and it should be fixed from RC34. Can you confirm that the problem still exists in RC34.
 

DaveS

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Feb 4, 2008
Messages
9,478
Reaction score
732
Points
203
Yes, I was able to reproduce that and it should be fixed from RC34. Can you confirm that the problem still exists in RC34.
I can confirm that the problem is resolved in RC34.
 

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,934
Reaction score
245
Points
138
Location
Cape
Is there a way to have a mesh surface that doesn't allow light through it ?

Example: When the bottom of the shuttle is facing the sun, that the bottoms of the payloads aren't lit.
 

jarmonik

Well-known member
Orbiter Contributor
Addon Developer
Beta Tester
Joined
Mar 28, 2008
Messages
2,670
Reaction score
800
Points
128
Is there a way to have a mesh surface that doesn't allow light through it ?

Example: When the bottom of the shuttle is facing the sun, that the bottoms of the payloads aren't lit.
Shadow Mapping would do that and it's most likely the next major new feature for the D3D9Client but there is a lot of work to get it implemented properly so don't expect it within a week or two.
 

Bishop

Donator
Donator
Joined
Jun 25, 2009
Messages
28
Reaction score
0
Points
0
New (old!) bug - D3D9ClientRC29 + XR2 + Orbitersound


Hello!

Just discovered the delights of Orbiter2010P1 and D3D9ClientRC29 :thumbup:

Framerates in the 500s :lol:

Now I know these are old versions to the Beta Testers, but I've discovered a bug and was wondering if it's been squashed or does it still exist in the lastest and greatest versions..? :hmm:

If it doesn't crash the new version, it's cool (My 2010P1 install is less than a week old I'm not ready for the Betas yet) :cool:

CTD *every* time. :compbash2:

Only active modules are Orbitersound and the D3D client

After a bit of poking around discovered changing *1* value in the SCN file fixed/restored the CTD :crystalball:

Doesn't affect the standard Orbiter.exe

Does the bug affect the latest versions?

FYI only

kind regards,

- Bishop

Later... same thing with another scenario, this time docked to the ISS.
Setting EXTCOOLING_STATUS 1 always crashes. So I leave it off now! :)


Thing changed:

EXTCOOLING_STATUS 0 <- no crash
EXTCOOLING_STATUS 1 <- appcrash orbitersound.dll


Later still...FIX FOUND HERE.
http://www.orbiter-forum.com/showthread.php?p=300196&postcount=45




Code:
BEGIN_DESC
Contains the latest simulation state.
END_DESC

BEGIN_ENVIRONMENT
  System Sol
  Date MJD 55810.7548135243
END_ENVIRONMENT

BEGIN_FOCUS
  Ship XR2-01
END_FOCUS

BEGIN_CAMERA
  TARGET XR2-01
  MODE Cockpit
  FOV 40.00
END_CAMERA

BEGIN_HUD
  TYPE Surface
END_HUD

BEGIN_PANEL
END_PANEL

BEGIN_SHIPS
ISS:ProjectAlpha_ISS
  STATUS Orbiting Earth
  RPOS 4801716.50 3845998.37 -2709632.23
  RVEL 4904.236 -5936.134 263.016
  AROT 134.27 30.35 169.65
  AFCMODE 7
  PRPLEVEL 0:1.000000
  IDS 0:588 100 1:586 100 2:584 100 3:582 100 4:580 100
  NAVFREQ 0 0
  XPDR 466
END
Luna-OB1:Wheel
  STATUS Orbiting Moon
  RPOS 1974626.47 1055839.74 862.02
  RVEL -697.844 1304.852 0.677
  AROT -0.03 0.01 132.19
  VROT 0.00 0.00 10.00
  AFCMODE 7
  IDS 0:560 100 1:564 100
  XPDR 494
END
XR2-01:XR2Ravenstar
  STATUS Orbiting Earth
  RPOS -5574866.55 2651779.12 1574398.93
  RVEL -28.415 161.836 -373.199
  AROT -145.18 26.72 -101.57
  AFCMODE 7
  PRPLEVEL 0:1.000000 1:1.000000 2:1.000000
  IDS 0:199 100
  NAVFREQ 588 466 84 114
  XPDR 193
  SECONDARY_HUD 3
  LAST_ACTIVE_SECONDARY_HUD 0
  ADCTRL_MODE 7
  TAKEOFF_LANDING_CALLOUTS 0.000000 0.000000 0.000000 0.000000 0.000000
  APU_FUEL_QTY 0.988000
  LOX_QTY 0.999629
  CABIN_O2_LEVEL 0.209000
  CREW_STATE 0
  INTERNAL_SYSTEMS_FAILURE 0
  COGSHIFT_MODES 0 0 0
  MWS_ACTIVE 0
  COOLANT_TEMP 31.200073
  DMG_0 1.000000 Left Wing
  DMG_1 1.000000 Right Wing
  DMG_2 1.000000 Left Aileron
  DMG_3 1.000000 Right Aileron
  DMG_4 1.000000 Landing Gear
  DMG_5 1.000000 Nosecone
  DMG_6 1.000000 Retro Doors
  DMG_7 1.000000 Top Hatch
  DMG_8 1.000000 Radiator
  DMG_9 1.000000 Airbrake
  DMG_10 1.000000 Left Main Engine
  DMG_11 1.000000 Right Main Engine
  DMG_12 1.000000 Left SCRAM Engine
  DMG_13 1.000000 Right SCRAM Engine
  DMG_14 1.000000 Fore Hover Engine
  DMG_15 1.000000 Aft Hover Engine
  DMG_16 1.000000 Left Retro Engine
  DMG_17 1.000000 Right Retro Engine
  DMG_18 1.000000 Forward Lower RCS
  DMG_19 1.000000 Aft Upper RCS
  DMG_20 1.000000 Forward Upper RCS
  DMG_21 1.000000 Aft Lower RCS
  DMG_22 1.000000 Forward Star. RCS
  DMG_23 1.000000 Aft Port RCS
  DMG_24 1.000000 Forward Port RCS
  DMG_25 1.000000 Aft Star. RCS
  DMG_26 1.000000 Outboard Upper Port RCS
  DMG_27 1.000000 Outboard Lower Star. RCS
  DMG_28 1.000000 Outboard Upper Star. RCS
  DMG_29 1.000000 Outboard Lower Port RCS
  DMG_30 1.000000 Aft RCS
  DMG_31 1.000000 Forward RCS
  DMG_32 1.000000 Bay Doors
  IS_CRASHED 0
  MET_STARTING_MJD -1.000000
  INTERVAL1_ELAPSED_TIME -1.000000
  INTERVAL2_ELAPSED_TIME -1.000000
  MET_RUNNING 0
  INTERVAL1_RUNNING 0
  INTERVAL2_RUNNING 0
  ACTIVE_MDM 3
  TEMP_SCALE 2
  CUSTOM_AUTOPILOT_MODE 0
  AIRSPEED_HOLD_ENGAGED 0
  SCRAM0DIR 0.000000 0.000000 1.000000
  SCRAM1DIR 0.000000 0.000000 1.000000
  HOVER_BALANCE 0.000000
  MAIN0DIR 0.000000 0.000000 1.000000
  MAIN1DIR 0.000000 0.000000 1.000000
  GIMBAL_BUTTON_STATES 0 0 0 0 0 0
  ATTITUDE_HOLD_DATA 0.000000 0.000000 0 0 0.000000
  DESCENT_HOLD_DATA 0.000000 -3.000000 0
  AIRSPEED_HOLD_DATA 0.000000
  OVERRIDE_INTERLOCKS 0 0
  TERTIARY_HUD_ON 1
  CREW_DISPLAY_INDEX 0
  GEAR 1 1.0000
  RCOVER 0 0.0000
  NOSECONE 0 0.0000
  AIRLOCK 0 0.0000
  IAIRLOCK 0 0.0000
  CHAMBER 0 0.0000
  AIRBRAKE 0 0.0000
  RADIATOR 0 0.0000
  HATCH 0 0.0000
  SCRAM_DOORS 0 0.0000
  HOVER_DOORS 0 0.0000
  BAY_DOORS 0 0.0000
  APU_STATUS 1
  EXTCOOLING_STATUS 0
  TRIM 0.000000
  LIGHTS 0 0 0
  XRUMMU_CREW_DATA_VALID 1
  UMMUCREW XI0-Lee_Nash-39-65-78
  UMMUCREW XI1-Kara_Miller-32-65-58
  PAYLOAD_SCREENS_DATA 0.2 0 1 1
END
XR2-01_Bay:XRPayloadBay
  STATUS Orbiting Earth
  RPOS -5574866.16 2651781.08 1574401.38
  RVEL -28.415 161.836 -373.199
  AROT -145.18 26.72 -101.57
  ATTACHED 0:3,XR2-01
  AFCMODE 7
END
XR2PayloadCHM-01-1:XR2PayloadCHM
  STATUS Orbiting Earth
  RPOS -5574868.15 2651778.38 1574397.60
  RVEL -28.415 161.836 -373.199
  AROT -145.18 26.72 -101.57
  ATTACHED 0:0,XR2-01
  AFCMODE 7
  NAVFREQ 0 0
END
XR2PayloadEmptyLOX-02-1:XR2PayloadEmptyLOX
  STATUS Orbiting Earth
  RPOS -5574867.23 2651779.22 1574398.86
  RVEL -28.415 161.836 -373.199
  AROT -145.18 26.72 -101.57
  ATTACHED 0:1,XR2-01
  AFCMODE 7
  NAVFREQ 0 0
END
XR2PayloadEmptyLOX-03-1:XR2PayloadEmptyLOX
  STATUS Orbiting Earth
  RPOS -5574866.58 2651779.96 1574399.93
  RVEL -28.415 161.836 -373.199
  AROT -145.18 26.72 -101.57
  ATTACHED 0:2,XR2-01
  AFCMODE 7
  NAVFREQ 0 0
END
END_SHIPS

BEGIN_ExtMFD
END
 
Last edited:

n122vu

Addon Developer
Addon Developer
Donator
Joined
Nov 1, 2007
Messages
3,196
Reaction score
52
Points
73
Location
KDCY
@Bishop - Just tried to re-create in RC34 using your supplied scenario, everything loaded fine. I would recommend re-installing the XR2, as its possible you have a sound file missing (upon scenario load after changing the value, the external cooling valve can be heard opening, followed by Sally announcing "External cooling online").

If this doesn't work, I'd try it on a fresh install of 2010P1 with RC29 and if you still get it, try RC34.

**EDIT**
I just happened to still have the RC29 package, so I tested your scenario on a clean Orbiter2010P1 install with only OrbiterSound 3.5, UMMU, and XR2 installed. Only active modules are D3D9Client (RC29) and OrbiterSound. Worked like a charm. My bet is you have a missing sound file.
 
Last edited:

Columbia42

Member
Joined
Dec 4, 2009
Messages
884
Reaction score
0
Points
16
Location
C:\ProgramFiles\Orbiter
I don't know if this is a known bug or not but I just noticed that normal maps are not used by local light sources, only by the sun's light.
 

jarmonik

Well-known member
Orbiter Contributor
Addon Developer
Beta Tester
Joined
Mar 28, 2008
Messages
2,670
Reaction score
800
Points
128
I don't know if this is a known bug or not but I just noticed that normal maps are not used by local light sources, only by the sun's light.
The local lights should have some effect in normal maps but the feature is not yet fully implemented and there is a major problem with a local light.

Orbiter's local lighting system is designed to work in a per vertex basis. However, in order to get a light to properly effecting into a normal maps the lighting would need to be computed in a per pixel basis and there is simply not enough power to do that with 12 local lights. I suppose the best what we can have is two per pixel lights. But that isn't as bad as it sounds since we can select these pixel lights seperately for every vertex. Meaning that we select two lights out of 12 light source those have the greatest effect in a vertex being processed and then we bring those two lights into a tangent space. That should produce pretty good overall results but I have never tried that before. Any thoughts ?
 

Wishbone

Clueless developer
Addon Developer
Joined
Sep 12, 2010
Messages
2,421
Reaction score
1
Points
0
Location
Moscow
RC34 works fine for me except Ctrl-Shift-C thing does not work, the screen goes pitch black (in windowed mode).
 

jarmonik

Well-known member
Orbiter Contributor
Addon Developer
Beta Tester
Joined
Mar 28, 2008
Messages
2,670
Reaction score
800
Points
128
RC34 works fine for me except Ctrl-Shift-C thing does not work, the screen goes pitch black (in windowed mode).
Yes, it looks like it doesn't work when the GDI compatibility mode is enabled. I didn't remember to test that one.
 

Columbia42

Member
Joined
Dec 4, 2009
Messages
884
Reaction score
0
Points
16
Location
C:\ProgramFiles\Orbiter
After installing RC34 I'm getting a CTD with some vessels (XR2, DG, some others). Here's the Orbiter log:
Code:
**** Orbiter.log
Build Aug 30 2010 [v.100830]
Timer precision: 3.5803e-010 sec
Found 0 joystick(s)
Module AtlantisConfig.dll .... [Build 100830, API 100830]
Module AtmConfig.dll ......... [Build 100830, API 100830]
Module DGConfigurator.dll .... [Build 100830, API 100830]
Module ScnEditor.dll ......... [Build 100830, API 100830]
Module D3D9Client.dll ........ [Build 110905, API 101016]
D3D9Client: [DirectX 9 Initialized]
Module FirstPerson.dll ....... [Build ******, API 060425]

**** Creating simulation session
D3D9Client: [3DDevice Initialized]
D3D9Client: [Compiling Effects for Shader Model 3.0]
D3D9Client: [Loading Stars]
D3D9Client: [Loading Constellations]
D3D9Client: [D3D9Client Initialized]
Module Sun.dll ............... [Build 100830, API 100830]
VSOP87(E) Sun: Precision 1e-006, Terms 554/6634
Module Mercury.dll ........... [Build 100830, API 100830]
VSOP87(B) Mercury: Precision 1e-005, Terms 167/7123
Module Venus.dll ............. [Build 100830, API 100830]
Module VenusAtm2006.dll ...... [Build 100830, API 100830]
VSOP87(B) Venus: Precision 1e-005, Terms 79/1710
Module Earth.dll ............. [Build 100830, API 100830]
Module EarthAtmJ71G.dll ...... [Build 100830, API 100830]
VSOP87(B) Earth: Precision 1e-008, Terms 2564/2564
Module Moon.dll .............. [Build 100830, API 100830]
ELP82: Precision 1e-005, Terms 116/829
Module Mars.dll .............. [Build 100830, API 100830]
Module MarsAtm2006.dll ....... [Build 100830, API 100830]
VSOP87(B) Mars: Precision 1e-005, Terms 405/6400
Module Phobos.dll ............ [Build ******, API 060425]
Module Deimos.dll ............ [Build ******, API 060425]
Module Galsat.dll ............ [Build 100217, API 100215]
Module Jupiter.dll ........... [Build 100830, API 100830]
VSOP87(B) Jupiter: Precision 1e-006, Terms 1624/3625
Module Io.dll ................ [Build 100217, API 100215]
Module Europa.dll ............ [Build 100217, API 100215]
Module Ganymede.dll .......... [Build 100217, API 100215]
Module Callisto.dll .......... [Build 100217, API 100215]
Module Satsat.dll ............ [Build 100215, API 100212]
Module Saturn.dll ............ [Build 100830, API 100830]
VSOP87(B) Saturn: Precision 1e-006, Terms 2904/6365
Module Mimas.dll ............. [Build 100215, API 100212]
SATSAT Mimas: Terms 113
Module Enceladus.dll ......... [Build 100215, API 100212]
SATSAT Enceladus: Terms 33
Module Tethys.dll ............ [Build 100215, API 100212]
SATSAT Tethys: Terms 101
Module Dione.dll ............. [Build 100215, API 100212]
SATSAT Dione: Terms 59
Module Rhea.dll .............. [Build 100215, API 100212]
SATSAT Rhea: Terms 68
Module Titan.dll ............. [Build 100215, API 100212]
SATSAT Titan: Terms 100
Module Iapetus.dll ........... [Build 100215, API 100212]
SATSAT Iapetus: Terms 605
Module Uranus.dll ............ [Build 100830, API 100830]
VSOP87(B) Uranus: Precision 1e-006, Terms 1827/5269
Module Miranda.dll ........... [Build ******, API 060425]
Module Ariel.dll ............. [Build ******, API 060425]
Module Umbriel.dll ........... [Build ******, API 060425]
Module Titania.dll ........... [Build ******, API 060425]
Module Oberon.dll ............ [Build ******, API 060425]
Module Neptune.dll ........... [Build 100830, API 100830]
VSOP87(B) Neptune: Precision 1e-006, Terms 391/2024
Finished initialising world
Module DeltaGlider.dll ....... [Build 101016, API 101016]
Module LuaInline.dll ......... [Build 100830, API 100830]
Module ShuttleA.dll .......... [Build 100830, API 100830]
Module ShuttlePB.dll ......... [Build 100830, API 100830]
Finished initialising status
Finished initialising camera
---------------------------------------------------------------
>>> WARNING: Obsolete API function used: oapiBlt
Colour key argument not supported by graphics client
---------------------------------------------------------------
Finished initialising panels
Finished setting up render state
D3D9Client: [Scene Initialized]

Here's the D3D9 log:
Code:
(0: 0.01s 1us)(0xA24) ================ clbkInitialise ===============
(1: 0.01s 173us)(0xA24) Orbiter Version = 100830
(2: 0.04s 37850us)(0xA24) Index:0 640 x 480 60Hz (22)
(3: 0.04s 38279us)(0xA24) Index:1 640 x 480 75Hz (22)
(4: 0.05s 40219us)(0xA24) Index:2 640 x 480 60Hz (22)
(5: 0.05s 41682us)(0xA24) Index:3 640 x 480 75Hz (22)
(6: 0.05s 43211us)(0xA24) Index:4 800 x 600 60Hz (22)
(7: 0.05s 44878us)(0xA24) Index:5 800 x 600 75Hz (22)
(8: 0.05s 46278us)(0xA24) Index:6 800 x 600 60Hz (22)
(9: 0.05s 47828us)(0xA24) Index:7 800 x 600 75Hz (22)
(10: 0.05s 49317us)(0xA24) Index:8 1024 x 768 60Hz (22)
(11: 0.06s 50773us)(0xA24) Index:9 1024 x 768 75Hz (22)
(12: 0.06s 52225us)(0xA24) Index:10 1024 x 768 60Hz (22)
(13: 0.06s 53612us)(0xA24) Index:11 1024 x 768 75Hz (22)
(14: 0.06s 55170us)(0xA24) Index:12 1152 x 864 60Hz (22)
(15: 0.06s 56593us)(0xA24) Index:13 1152 x 864 75Hz (22)
(16: 0.06s 58026us)(0xA24) Index:14 1152 x 864 60Hz (22)
(17: 0.06s 59455us)(0xA24) Index:15 1152 x 864 75Hz (22)
(18: 0.07s 60924us)(0xA24) Index:16 1280 x 720 60Hz (22)
(19: 0.07s 62343us)(0xA24) Index:17 1280 x 720 75Hz (22)
(20: 0.07s 63775us)(0xA24) Index:18 1280 x 720 60Hz (22)
(21: 0.07s 65301us)(0xA24) Index:19 1280 x 720 75Hz (22)
(22: 0.07s 66863us)(0xA24) Index:20 1280 x 768 60Hz (22)
(23: 0.07s 68364us)(0xA24) Index:21 1280 x 768 75Hz (22)
(24: 0.08s 69794us)(0xA24) Index:22 1280 x 768 60Hz (22)
(25: 0.08s 71311us)(0xA24) Index:23 1280 x 768 75Hz (22)
(26: 0.08s 72784us)(0xA24) Index:24 1280 x 800 60Hz (22)
(27: 0.08s 74280us)(0xA24) Index:25 1280 x 800 75Hz (22)
(28: 0.08s 75766us)(0xA24) Index:26 1280 x 800 60Hz (22)
(29: 0.08s 77167us)(0xA24) Index:27 1280 x 800 75Hz (22)
(30: 0.08s 78596us)(0xA24) Index:28 1280 x 960 60Hz (22)
(31: 0.09s 80155us)(0xA24) Index:29 1280 x 960 75Hz (22)
(32: 0.09s 81658us)(0xA24) Index:30 1280 x 960 60Hz (22)
(33: 0.09s 82180us)(0xA24) Index:31 1280 x 960 75Hz (22)
(34: 0.09s 82265us)(0xA24) Index:32 1280 x 1024 60Hz (22)
(35: 0.09s 82347us)(0xA24) Index:33 1280 x 1024 75Hz (22)
(36: 0.09s 82547us)(0xA24) Index:34 1280 x 1024 60Hz (22)
(37: 0.09s 82626us)(0xA24) Index:35 1280 x 1024 75Hz (22)
(38: 0.09s 82704us)(0xA24) Index:36 1024 x 768 60Hz (22)
(39: 6.11s 2us)(0xA24) ================ clbkCreateRenderWindow ===============
(40: 6.12s 13454us)(0xA24) [VideoConfiguration] Adapter=0, ModeIndex=9
(41: 6.12s 14668us)(0xA24) Adapter = ATI Radeon HD 5570
(42: 6.12s 14723us)(0xA24) MaxTextureBlendStages..: 8
(43: 6.12s 14752us)(0xA24) MaxTextureWidth........: 8192
(44: 6.12s 14779us)(0xA24) MaxTextureHeight.......: 8192
(45: 6.12s 14805us)(0xA24) MaxPrimitiveCount......: 5592405
(46: 6.12s 14832us)(0xA24) MaxVertexIndex.........: 16777215
(47: 6.12s 14858us)(0xA24) MaxSimultaneousTextures: 8
(48: 6.12s 14884us)(0xA24) MaxStreams.............: 16
(49: 6.12s 14910us)(0xA24) MaxStreamStride........: 508
(50: 6.12s 14936us)(0xA24) MaxVertexBlendMatrices.: 4
(51: 6.12s 14962us)(0xA24) MaxVShaderInstrExecuted: 4294967295
(52: 6.12s 14989us)(0xA24) MaxPointSize...........: 256.000000
(53: 6.12s 15017us)(0xA24) VertexShaderVersion....: 0x300
(54: 6.12s 15044us)(0xA24) PixelShaderVersion.....: 0x300
(55: 6.12s 15102us)(0xA24) NumSimultaneousRTs.....: 4
(56: 6.12s 15130us)(0xA24) D3DPTEXTURECAPS_POW2...: 0
(57: 6.12s 15156us)(0xA24) NONPOW2CONDITIONAL.....: 0
(58: 6.12s 15182us)(0xA24) VertexDeclCaps.........: 0x3FF
(59: 6.12s 15209us)(0xA24) DevCaps................: 0x1BBEF0
(60: 6.12s 15236us)(0xA24) DevCaps2...............: 0x71
(61: 6.12s 15269us)(0xA24) D3DFMT_D32F_LOCKABLE
(62: 6.12s 15297us)(0xA24) D3DFMT_D24S8
(63: 6.12s 15323us)(0xA24) D3DFMT_D24X8
(64: 6.49s 2500us)(0xA24) ----- Initialize D3D9ClientSurface Tech -----
(65: 6.66s 173639us)(0xA24) Render Target = 0x9D620
(66: 7.02s 536435us)(0xA24) [NEW FONT] ( Courier New), Size=16, Weight=400 Pitch&Family=31
(67: 7.02s 537150us)(0xA24) TextMetrics: Ascent = 12
(68: 7.02s 537260us)(0xA24) TextMetrics: Descent = 4
(69: 7.02s 537305us)(0xA24) TextMetrics: Height = 16
(70: 7.02s 537335us)(0xA24) TextMetrics: AvgWidth = 8
(71: 7.02s 537363us)(0xA24) TextMetrics: MaxWidth = 9
(72: 7.02s 539756us)(0xA24) Font Video Memory Usage = 234 kb
(73: 7.02s 540089us)(0xA24) Font and Charter set creation succesfull
(74: 7.14s 119823us)(0xA24) Starting to initialize basic a rendering technique...
(75: 7.14s 119887us)(0xA24) [Compiling Effects for Shader Model 3.0]
(76: 10.18s 49us)(0xA24) [NEW FONT] ( Arial), Size=15, Weight=400 Pitch&Family=31
(77: 10.19s 466us)(0xA24) TextMetrics: Ascent = 12
(78: 10.19s 506us)(0xA24) TextMetrics: Descent = 3
(79: 10.19s 533us)(0xA24) TextMetrics: Height = 15
(80: 10.19s 559us)(0xA24) TextMetrics: AvgWidth = 5
(81: 10.19s 585us)(0xA24) TextMetrics: MaxWidth = 32
(82: 10.19s 2875us)(0xA24) Font Video Memory Usage = 212 kb
(83: 10.19s 3322us)(0xA24) Font and Charter set creation succesfull
(84: 10.19s 3412us)(0xA24) [NEW FONT] ( Arial), Size=18, Weight=400 Pitch&Family=31
(85: 10.19s 3848us)(0xA24) TextMetrics: Ascent = 15
(86: 10.19s 3883us)(0xA24) TextMetrics: Descent = 3
(87: 10.19s 3910us)(0xA24) TextMetrics: Height = 18
(88: 10.19s 3936us)(0xA24) TextMetrics: AvgWidth = 7
(89: 10.19s 3962us)(0xA24) TextMetrics: MaxWidth = 43
(90: 10.19s 6287us)(0xA24) Font Video Memory Usage = 278 kb
(91: 10.19s 6749us)(0xA24) Font and Charter set creation succesfull
(92: 10.28s 90434us)(0xA24) CSphereManager:: Textures Loaded
(93: 10.28s 90518us)(0xA24) CSphere Manager constructed
(94: 10.28s 90550us)(0xA24) ================ Scene Created ===============
(95: 11.13s 56us)(0xA24) [NEW FONT] ( Courier New), Size=-14, Weight=400 Pitch&Family=31
(96: 11.13s 438us)(0xA24) TextMetrics: Ascent = 13
(97: 11.13s 478us)(0xA24) TextMetrics: Descent = 4
(98: 11.13s 518us)(0xA24) TextMetrics: Height = 17
(99: 11.13s 544us)(0xA24) TextMetrics: AvgWidth = 8
(100: 11.13s 570us)(0xA24) TextMetrics: MaxWidth = 9
(101: 11.13s 5359us)(0xA24) Font Video Memory Usage = 290 kb
(102: 11.13s 5856us)(0xA24) Font and Charter set creation succesfull
(103: 11.13s 5951us)(0xA24) [NEW FONT] ( Arial), Size=14, Weight=400 Pitch&Family=31
(104: 11.13s 6292us)(0xA24) TextMetrics: Ascent = 11
(105: 11.13s 6328us)(0xA24) TextMetrics: Descent = 3
(106: 11.13s 6368us)(0xA24) TextMetrics: Height = 14
(107: 11.13s 6407us)(0xA24) TextMetrics: AvgWidth = 5
(108: 11.13s 6435us)(0xA24) TextMetrics: MaxWidth = 29
(109: 11.14s 8674us)(0xA24) Font Video Memory Usage = 194 kb
(110: 11.14s 9038us)(0xA24) Font and Charter set creation succesfull
(111: 11.58s 8028us)(0xA24) Texture 0x170D698 (AIAtex/airport_uv.dds) added in repository
(112: 11.59s 9659us)(0xA24) Texture 0x170D7C0 (AIAtex/wall_logo.dds) added in repository
(113: 11.60s 11895us)(0xA24) Texture 0x170D8E8 (AIAtex/hangarstex.dds) added in repository
(114: 11.62s 11955us)(0xA24) Texture 0x170DA10 (AIAtex/Airport_uv.dds) added in repository
(115: 11.68s 11279us)(0xA24) Texture 0x170DB38 (AIAtex/AIA_company.dds) added in repository
(116: 11.74s 10361us)(0xA24) Texture 0x170DC60 (AIAtex/Altea_company.dds) added in repository
(117: 11.76s 9912us)(0xA24) Texture 0x170DD88 (AIAtex/ForRent/co_logo3.dds) added in repository
(118: 11.77s 10871us)(0xA24) Texture 0x170DEB0 (AIAtex/ForRent/your_company3.dds) added in repository
(119: 11.79s 10213us)(0xA24) Texture 0x170DFD8 (AIAtex/ForRent/co_logo2.dds) added in repository
(120: 11.80s 10653us)(0xA24) Texture 0x170E100 (AIAtex/ForRent/your_company2.dds) added in repository
(121: 11.81s 10113us)(0xA24) Texture 0x170E228 (AIAtex/ForRent/co_logo1.dds) added in repository
(122: 11.83s 10977us)(0xA24) Texture 0x170E350 (AIAtex/ForRent/your_company1.dds) added in repository
(123: 12.09s 14545us)(0xA24) Texture 0x170E478 (AIAtex/VAB_uv.dds) added in repository
(124: 12.12s 13681us)(0xA24) Texture 0x170E5A0 (AIAtex/GPLP_uv.dds) added in repository
(125: 12.21s 12308us)(0xA24) Texture 0x170E6C8 (AIAtex/mountainuv.dds) added in repository
(126: 12.22s 10207us)(0xA24) Texture 0x170E7F0 (AIAtex/crater5uv.dds) added in repository
(127: 12.24s 10223us)(0xA24) Texture 0x170E918 (AIAtex/crater4uv.dds) added in repository
(128: 12.25s 10225us)(0xA24) Texture 0x170EA40 (AIAtex/crater3uv.dds) added in repository
(129: 12.26s 10190us)(0xA24) Texture 0x170EB68 (AIAtex/hill_plainuv.dds) added in repository
(130: 12.27s 10083us)(0xA24) Texture 0x170EC90 (AIAtex/hill_80uv.dds) added in repository
(131: 12.29s 10168us)(0xA24) Texture 0x170EDB8 (AIAtex/hill_228uv.dds) added in repository
(132: 12.34s 9820us)(0xA24) Texture 0x170EEE0 (VAB_TL1.dds) added in repository
(133: 12.35s 9218us)(0xA24) Texture 0x170F008 (VAB_FR01.dds) added in repository
(134: 12.36s 11146us)(0xA24) Texture 0x170F130 (VAB_TL2.dds) added in repository
(135: 12.38s 11313us)(0xA24) Texture 0x170F258 (VAB_FR02.dds) added in repository
(136: 12.39s 19627us)(0xA24) Texture 0x170F380 (VAB_BK01.dds) added in repository
(137: 12.40s 9951us)(0xA24) Texture 0x170F4A8 (LCC_WNDS.dds) added in repository
(138: 12.41s 9397us)(0xA24) Texture 0x170F5D0 (LCC_DRS.dds) added in repository
(139: 12.50s 6720us)(0xA24) Texture 0x170F6F8 (JSLC.dds) added in repository
(140: 12.72s 10702us)(0xA24) Texture 0x170F820 (UMmu\BaseMoonExt.dds) added in repository
(141: 12.73s 9292us)(0xA24) Texture 0x170F948 (UMmu\BaseMoonRoof.dds) added in repository
(142: 12.74s 8659us)(0xA24) Texture 0x170FA70 (UMmu\BaseMoonFloor.dds) added in repository
(143: 12.74s 8902us)(0xA24) Texture 0x170FB98 (UMmu\BaseMoonSide.dds) added in repository
(144: 13.80s 5775us)(0xA24) Texture 0x170FCC0 (ISS_DC.dds) added in repository
(145: 13.81s 9987us)(0xA24) Texture 0x170FDE8 (ISS_DCS.dds) added in repository
(146: 13.82s 10094us)(0xA24) Texture 0x170FF10 (D_RING.dds) added in repository
(147: 13.83s 10199us)(0xA24) Texture 0x1710038 (ISSPANEL.dds) added in repository
(148: 13.84s 9477us)(0xA24) Texture 0x1710160 (ISSMOD.dds) added in repository
(149: 13.85s 9400us)(0xA24) Texture 0x1710288 (ISSCOVER.dds) added in repository
(150: 13.87s 13324us)(0xA24) Texture 0x17103B0 (ISSB.dds) added in repository
(151: 13.88s 9628us)(0xA24) Texture 0x17104D8 (ISSP2.dds) added in repository
(152: 13.88s 9171us)(0xA24) Texture 0x1710600 (ISSDOT.dds) added in repository
(153: 13.89s 9875us)(0xA24) Texture 0x1710728 (ISSB3.dds) added in repository
(154: 13.90s 10133us)(0xA24) Texture 0x1710850 (ISSZMOD.dds) added in repository
(155: 13.91s 9482us)(0xA24) Texture 0x1710978 (ISSB2.dds) added in repository
(156: 13.92s 10110us)(0xA24) Texture 0x1710AA0 (ISSSOLAR.dds) added in repository
(157: 13.93s 9339us)(0xA24) Texture 0x1710BC8 (ISSB4.dds) added in repository
(158: 13.94s 9663us)(0xA24) Texture 0x1710CF0 (ISSKU.dds) added in repository
(159: 13.95s 9571us)(0xA24) Texture 0x1710E18 (ISSKU1.dds) added in repository
(160: 13.96s 9414us)(0xA24) Texture 0x1710F40 (ISSDISH.dds) added in repository
(161: 13.97s 9403us)(0xA24) Texture 0x1711068 (ISSKU2.dds) added in repository
(162: 13.98s 10287us)(0xA24) Texture 0x1711190 (ISSBSO.dds) added in repository
(163: 14.00s 19993us)(0xA24) Texture 0x17112B8 (ISSBSO2.dds) added in repository
(164: 14.01s 9620us)(0xA24) Texture 0x17113E0 (ISSMB.dds) added in repository
(165: 14.02s 9945us)(0xA24) Texture 0x1711508 (ISSUSAF.dds) added in repository
(166: 14.03s 11196us)(0xA24) Texture 0x1711630 (NASDA.dds) added in repository
(167: 14.04s 9539us)(0xA24) Texture 0x1711758 (ISSRAD.dds) added in repository
(168: 14.05s 10169us)(0xA24) Texture 0x1711880 (ISSESA.dds) added in repository
(169: 14.06s 9332us)(0xA24) Texture 0x17119A8 (ISSBS.dds) added in repository
(170: 14.07s 9819us)(0xA24) Texture 0x1711AD0 (ISSCUP.dds) added in repository
(171: 14.08s 10410us)(0xA24) Texture 0x1711BF8 (METALCON.dds) added in repository
(172: 14.09s 9635us)(0xA24) Texture 0x1711D20 (ISSINS.dds) added in repository
(173: 14.10s 10000us)(0xA24) Texture 0x1711E48 (QUESTCOV.dds) added in repository
(174: 14.12s 12647us)(0xA24) Texture 0x1711F70 (GRAPLE.dds) added in repository
(175: 14.13s 10237us)(0xA24) Texture 0x1712098 (ISSCOV2.dds) added in repository
(176: 14.14s 10075us)(0xA24) Texture 0x17121C0 (ISSHAND.dds) added in repository
(177: 14.15s 9993us)(0xA24) Texture 0x17122E8 (ISS_UN.dds) added in repository
(178: 14.16s 9472us)(0xA24) Texture 0x1712410 (ISSRED.dds) added in repository
(179: 14.17s 10345us)(0xA24) Texture 0x1712538 (ISSUSA.dds) added in repository
(180: 14.24s 13410us)(0xA24) Texture 0x1712660 (036MB.dds) added in repository
(181: 14.26s 12825us)(0xA24) Texture 0x1712788 (036METAL.dds) added in repository
(182: 14.27s 13117us)(0xA24) Texture 0x17128B0 (036MIRM.dds) added in repository
(183: 14.28s 9153us)(0xA24) Texture 0x17129D8 (036MC1.dds) added in repository
(184: 14.29s 13004us)(0xA24) Texture 0x1712B00 (036PANEL.dds) added in repository
(185: 14.30s 9107us)(0xA24) Texture 0x1712C28 (036MOD1.dds) added in repository
(186: 14.31s 9076us)(0xA24) Texture 0x1712D50 (036MC3.dds) added in repository
(187: 14.32s 9107us)(0xA24) Texture 0x1712E78 (036POINT.dds) added in repository
(188: 14.35s 18969us)(0xA24) Texture 0x1712FA0 (Station2.dds) added in repository
(189: 14.76s 7097us)(0xA24) Texture 0x1713198 (Contrail1a.dds) added in repository
(190: 15.10s 179931us)(0xA24) Texture 0x1714080 (DG\DGMK4_4.dds) added in repository
(191: 15.28s 179310us)(0xA24) Texture 0x17141A8 (DG\DGMK4_1.dds) added in repository
(192: 15.47s 188915us)(0xA24) Texture 0x17142D0 (DG\DGMK4_2.dds) added in repository
(193: 15.64s 173418us)(0xA24) Texture 0x17143F8 (DG\DGMK4_3.dds) added in repository
(194: 15.66s 13593us)(0xA24) Texture 0x1714520 (DG\IDPANEL1.dds) added in repository
(195: 15.72s 53519us)(0xA24) Texture 0x1714648 (DG\DGPILOT1.dds) added in repository
(196: 15.77s 58876us)(0xA24) Texture 0x1714770 (DG\PSNGR2.dds) added in repository
(197: 15.83s 57620us)(0xA24) Texture 0x1714898 (DG\PSNGR1.dds) added in repository
(198: 15.90s 64354us)(0xA24) Texture 0x17149C0 (DG\PSNGR3.dds) added in repository
(199: 15.96s 60586us)(0xA24) Texture 0x1714AE8 (DG\PSNGR4.dds) added in repository
(200: 16.19s 10599us)(0xA24) Texture 0x171E310 (DG\DGIP_01.dds) added in repository
(201: 16.20s 9682us)(0xA24) Texture 0x171E438 (DG\DGIP_04.dds) added in repository
(202: 16.21s 9761us)(0xA24) Texture 0x171E560 (DG\DGIP_02.dds) added in repository
(203: 16.22s 9419us)(0xA24) Texture 0x171E688 (DG\DGIP_03.dds) added in repository
(204: 16.23s 9340us)(0xA24) Texture 0x171E7B0 (DG\DGIP_05.dds) added in repository
(205: 16.24s 15282us)(0xA24) Texture 0x171E8D8 (DG\DGIP_06.dds) added in repository
(206: 16.26s 18190us)(0xA24) Texture 0x171EA00 (DG\DG_VC2.dds) added in repository
(207: 16.28s 14923us)(0xA24) Texture 0x171EB28 (DG\DG_VC1.dds) added in repository
(208: 16.30s 16093us)(0xA24) Texture 0x171EC50 (DG\DG_VC3.dds) added in repository
(209: 16.39s 91311us)(0xA24) Texture 0x171ED78 (DG\dg_instr.dds) added in repository
(210: 16.56s 6086us)(0xA24) Texture 0x172A760 (SHA1TX1.dds) added in repository
(211: 16.57s 15082us)(0xA24) Texture 0x172A888 (SHA1TX2.dds) added in repository
(212: 16.58s 9786us)(0xA24) Texture 0x172A9B0 (SHA1TX4.dds) added in repository
(213: 16.59s 9455us)(0xA24) Texture 0x172AAD8 (SHA1TX3.dds) added in repository
(214: 16.60s 9146us)(0xA24) Texture 0x172AC00 (SHA1FT1.dds) added in repository
(215: 16.61s 9230us)(0xA24) Texture 0x172AD28 (SHA1CP1.dds) added in repository
(216: 16.62s 9715us)(0xA24) Texture 0x172AE50 (SHA1TX5.dds) added in repository
(217: 16.79s 89582us)(0xA24) Texture 0x1730410 (ShuttleA\panel1.dds) added in repository
(218: 16.83s 45975us)(0xA24) Texture 0x1730538 (ShuttleA\panel2.dds) added in repository
(219: 16.85s 14976us)(0xA24) Texture 0x1730660 (ShuttleA\Thrust.dds) added in repository
(220: 16.86s 10714us)(0xA24) Texture 0x1730788 (ShuttleA\PodAngle.dds) added in repository
(221: 16.87s 13832us)(0xA24) Texture 0x17308B0 (ShuttleA\NavMode.dds) added in repository
(222: 16.89s 14847us)(0xA24) Texture 0x17309D8 (ShuttleA\MFD_buttons.dds) added in repository
(223: 16.90s 15026us)(0xA24) Texture 0x1730B00 (ShuttleA\FuelMgmt.dds) added in repository
(224: 16.91s 9115us)(0xA24) Texture 0x1730C28 (ShuttleA\Indicator.dds) added in repository
(225: 16.92s 12183us)(0xA24) Texture 0x1730D50 (ShuttleA\CargoCnt.dds) added in repository
(226: 17.30s 189037us)(0xA24) Texture 0x1734D28 (DG\DGMK4_2_ns.dds) added in repository
(227: 17.36s 28us)(0xA24) [NEW FONT] ( Arial), Size=38, Weight=700 Pitch&Family=31
(228: 17.36s 746us)(0xA24) TextMetrics: Ascent = 31
(229: 17.36s 785us)(0xA24) TextMetrics: Descent = 7
(230: 17.36s 811us)(0xA24) TextMetrics: Height = 38
(231: 17.36s 837us)(0xA24) TextMetrics: AvgWidth = 16
(232: 17.36s 863us)(0xA24) TextMetrics: MaxWidth = 87
(233: 17.36s 2952us)(0xA24) Font Video Memory Usage = 1022 kb
(234: 17.37s 4265us)(0xA24) Font and Charter set creation succesfull
(235: 17.39s 79us)(0xA24) [NEW FONT] ( Courier New), Size=-12, Weight=400 Pitch&Family=31
(236: 17.39s 404us)(0xA24) TextMetrics: Ascent = 12
(237: 17.39s 444us)(0xA24) TextMetrics: Descent = 3
(238: 17.39s 470us)(0xA24) TextMetrics: Height = 15
(239: 17.39s 495us)(0xA24) TextMetrics: AvgWidth = 7
(240: 17.39s 521us)(0xA24) TextMetrics: MaxWidth = 8
(241: 17.40s 4665us)(0xA24) Font Video Memory Usage = 236 kb
(242: 17.40s 5061us)(0xA24) Font and Charter set creation succesfull
(243: 17.48s 46us)(0xA24) [NEW FONT] ( Courier New), Size=-11, Weight=400 Pitch&Family=31
(244: 17.48s 361us)(0xA24) TextMetrics: Ascent = 11
(245: 17.48s 400us)(0xA24) TextMetrics: Descent = 3
(246: 17.48s 426us)(0xA24) TextMetrics: Height = 14
(247: 17.48s 452us)(0xA24) TextMetrics: AvgWidth = 7
(248: 17.48s 478us)(0xA24) TextMetrics: MaxWidth = 7
(249: 17.48s 4608us)(0xA24) Font Video Memory Usage = 216 kb
(250: 17.48s 5660us)(0xA24) Font and Charter set creation succesfull
(251: 17.48s 5756us)(0xA24) [NEW FONT] ( Arial), Size=-8, Weight=400 Pitch&Family=31
(252: 17.49s 6002us)(0xA24) TextMetrics: Ascent = 8
(253: 17.49s 6036us)(0xA24) TextMetrics: Descent = 2
(254: 17.49s 6062us)(0xA24) TextMetrics: Height = 10
(255: 17.49s 6088us)(0xA24) TextMetrics: AvgWidth = 4
(256: 17.49s 6114us)(0xA24) TextMetrics: MaxWidth = 21
(257: 17.49s 9235us)(0xA24) Font Video Memory Usage = 158 kb
(258: 17.49s 9618us)(0xA24) Font and Charter set creation succesfull
(259: 17.49s 9711us)(0xA24) [NEW FONT] ( Arial), Size=-11, Weight=400 Pitch&Family=31
(260: 17.49s 10003us)(0xA24) TextMetrics: Ascent = 11
(261: 17.49s 10163us)(0xA24) TextMetrics: Descent = 3
(262: 17.49s 10195us)(0xA24) TextMetrics: Height = 14
(263: 17.49s 10222us)(0xA24) TextMetrics: AvgWidth = 5
(264: 17.49s 10248us)(0xA24) TextMetrics: MaxWidth = 29
(265: 17.49s 14383us)(0xA24) Font Video Memory Usage = 216 kb
(266: 17.49s 14790us)(0xA24) Font and Charter set creation succesfull
(267: 17.58s 3901us)(0xA24) [NEW FONT] ( Arial), Size=14, Weight=400 Pitch&Family=31
(268: 17.58s 4270us)(0xA24) TextMetrics: Ascent = 11
(269: 17.58s 4309us)(0xA24) TextMetrics: Descent = 3
(270: 17.58s 4335us)(0xA24) TextMetrics: Height = 14
(271: 17.58s 4361us)(0xA24) TextMetrics: AvgWidth = 5
(272: 17.58s 4387us)(0xA24) TextMetrics: MaxWidth = 18
(273: 17.58s 6609us)(0xA24) Font Video Memory Usage = 194 kb
(274: 17.58s 7104us)(0xA24) Font and Charter set creation succesfull
(275: 17.58s 7230us)(0xA24) [NEW FONT] ( Courier New), Size=14, Weight=400 Pitch&Family=31
(276: 17.58s 7558us)(0xA24) TextMetrics: Ascent = 11
(277: 17.58s 7591us)(0xA24) TextMetrics: Descent = 3
(278: 17.58s 7618us)(0xA24) TextMetrics: Height = 14
(279: 17.58s 7644us)(0xA24) TextMetrics: AvgWidth = 7
(280: 17.58s 7669us)(0xA24) TextMetrics: MaxWidth = 7
(281: 17.58s 9850us)(0xA24) Font Video Memory Usage = 194 kb
(282: 17.58s 10219us)(0xA24) Font and Charter set creation succesfull
(283: 17.58s 62us)(0xA24) [NEW FONT] ( Arial), Size=-21, Weight=400 Pitch&Family=31
(284: 17.58s 555us)(0xA24) TextMetrics: Ascent = 19
(285: 17.58s 590us)(0xA24) TextMetrics: Descent = 5
(286: 17.58s 616us)(0xA24) TextMetrics: Height = 24
(287: 17.58s 642us)(0xA24) TextMetrics: AvgWidth = 9
(288: 17.58s 667us)(0xA24) TextMetrics: MaxWidth = 56
(289: 17.59s 2087us)(0xA24) Font Video Memory Usage = 356 kb
(290: 17.59s 2521us)(0xA24) Font and Charter set creation succesfull
(291: 17.60s 1us)(0xA24) ================ clbkPostCreation ===============
(292: 17.60s 2us)(0xA24) RegisteringVisual (Sun) hVessel=0x0, hObj=0xE1B7B8, Vis=0x1728F88, Rec=0x175E118, Type=3
(293: 17.60s 35us)(0xA24) RegisteringVisual (Mercury) hVessel=0x0, hObj=0x2A827F0, Vis=0x175E158, Rec=0x175E138, Type=4
(294: 17.61s 12579us)(0xA24) Texture 0x176A6C0 (cloud1.dds) added in repository
(295: 17.61s 12655us)(0xA24) RegisteringVisual (Venus) hVessel=0x0, hObj=0x2A95048, Vis=0x17623B0, Rec=0x1762390, Type=4
(296: 17.63s 16332us)(0xA24) Texture 0x176E9E8 (waves.dds) added in repository
(297: 17.63s 18523us)(0xA24) Reading Tile Data for Earth_tile.bin
(298: 18.45s 786576us)(0xA24) FogParams: alt_ref=4000, dens_0=5e-005, dens_ref=3e-005
(299: 18.45s 786681us)(0xA24) RegisteringVisual (Earth) hVessel=0x0, hObj=0x2A7F020, Vis=0x176A7B0, Rec=0x176A790, Type=4
(300: 18.45s 1822us)(0xA24) Reading Tile Data for Moon_tile.bin
(301: 18.87s 271176us)(0xA24) RegisteringVisual (Moon) hVessel=0x0, hObj=0x2CEC228, Vis=0x7221E78, Rec=0x6F06E18, Type=4
(302: 18.87s 221us)(0xA24) RegisteringVisual (Mars) hVessel=0x0, hObj=0x2D0A8F8, Vis=0x8333878, Rec=0x82F9D50, Type=4
(303: 18.90s 23240us)(0xA24) Texture 0x8333D60 (Phobos.dds) added in repository
(304: 18.90s 24061us)(0xA24) RegisteringVisual (Phobos) hVessel=0x0, hObj=0x2D1D558, Vis=0x8333BF8, Rec=0x85ECCD8, Type=4
(305: 18.93s 22120us)(0xA24) Texture 0x7A30388 (Deimos.dds) added in repository
(306: 18.93s 22932us)(0xA24) RegisteringVisual (Deimos) hVessel=0x0, hObj=0x2CFF818, Vis=0x7A30220, Rec=0x8990CD8, Type=4
(307: 18.93s 19us)(0xA24) RegisteringVisual (Jupiter) hVessel=0x0, hObj=0x2CD6D38, Vis=0x8847A00, Rec=0x896FC60, Type=4
(308: 18.93s 7us)(0xA24) RegisteringVisual (Io) hVessel=0x0, hObj=0x2CD7420, Vis=0x7A047D0, Rec=0x82A2B70, Type=4
(309: 18.93s 7us)(0xA24) RegisteringVisual (Europa) hVessel=0x0, hObj=0x2D04820, Vis=0x84B7008, Rec=0x85CDB20, Type=4
(310: 18.93s 7us)(0xA24) RegisteringVisual (Ganymede) hVessel=0x0, hObj=0x2D10820, Vis=0x84B7530, Rec=0x808BEE0, Type=4
(311: 18.93s 8us)(0xA24) RegisteringVisual (Callisto) hVessel=0x0, hObj=0x2D2C908, Vis=0x84B7A58, Rec=0x8532878, Type=4
(312: 18.93s 8us)(0xA24) RegisteringVisual (Saturn) hVessel=0x0, hObj=0x2D3D810, Vis=0x9ECB2B8, Rec=0x8551800, Type=4
(313: 18.93s 7us)(0xA24) RegisteringVisual (Mimas) hVessel=0x0, hObj=0x2D12030, Vis=0x9ECBAE0, Rec=0x86C77D8, Type=4
(314: 18.93s 48us)(0xA24) RegisteringVisual (Enceladus) hVessel=0x0, hObj=0x2D12718, Vis=0x9ECBE60, Rec=0x88EB7B0, Type=4
(315: 18.93s 15us)(0xA24) RegisteringVisual (Tethys) hVessel=0x0, hObj=0x2D3ABE0, Vis=0x8A146C8, Rec=0x9E1EFE8, Type=4
(316: 18.93s 11us)(0xA24) RegisteringVisual (Dione) hVessel=0x0, hObj=0x2D3B2C8, Vis=0x8A14A48, Rec=0x87676E8, Type=4
(317: 18.93s 169us)(0xA24) RegisteringVisual (Rhea) hVessel=0x0, hObj=0x2D879B8, Vis=0x177C1F8, Rec=0x86A7558, Type=4
(318: 18.93s 46us)(0xA24) RegisteringVisual (Titan) hVessel=0x0, hObj=0x2D88150, Vis=0x9DF3DA8, Rec=0x83C7FE8, Type=4
(319: 18.93s 8us)(0xA24) RegisteringVisual (Hyperion) hVessel=0x0, hObj=0x2D75008, Vis=0x9DC8D40, Rec=0x8827FE8, Type=4
(320: 18.93s 34us)(0xA24) RegisteringVisual (Iapetus) hVessel=0x0, hObj=0x2D756F0, Vis=0x177CB50, Rec=0x87E7FE8, Type=4
(321: 18.93s 9us)(0xA24) RegisteringVisual (Uranus) hVessel=0x0, hObj=0x2D48008, Vis=0x9DC8008, Rec=0x8499FE8, Type=4
(322: 18.93s 7us)(0xA24) RegisteringVisual (Miranda) hVessel=0x0, hObj=0x2D486F0, Vis=0x9D9DDC0, Rec=0x845DFE8, Type=4
(323: 18.93s 7us)(0xA24) RegisteringVisual (Ariel) hVessel=0x0, hObj=0x2D48DD8, Vis=0x9DF31B0, Rec=0x8403FE8, Type=4
(324: 18.93s 7us)(0xA24) RegisteringVisual (Umbriel) hVessel=0x0, hObj=0x2D72008, Vis=0x9DF36D8, Rec=0x82DCFE8, Type=4
(325: 18.93s 7us)(0xA24) RegisteringVisual (Titania) hVessel=0x0, hObj=0x2D726F0, Vis=0x9E1E3C8, Rec=0x82BFFE8, Type=4
(326: 18.93s 7us)(0xA24) RegisteringVisual (Oberon) hVessel=0x0, hObj=0x2D73360, Vis=0x9E1E8F0, Rec=0x7B5BEE0, Type=4
(327: 18.93s 7us)(0xA24) RegisteringVisual (Neptune) hVessel=0x0, hObj=0x2D73A48, Vis=0x9E493C8, Rec=0x7B16D50, Type=4
(328: 18.93s 44us)(0xA24) RegisteringVisual (Triton) hVessel=0x0, hObj=0x2D497D0, Vis=0x9E49BF0, Rec=0x7AD1A80, Type=4
(329: 18.93s 8us)(0xA24) RegisteringVisual (Proteus) hVessel=0x0, hObj=0x2D74130, Vis=0x9D9D008, Rec=0x9D9DFE8, Type=4
(330: 18.93s 6us)(0xA24) RegisteringVisual (Nereid) hVessel=0x0, hObj=0x2D64430, Vis=0x9D72790, Rec=0x7904A08, Type=4
(331: 18.93s 3us)(0xA24) Vessel(0x2D4B578) ProjectAlpha_ISS has 1 meshes
(332: 18.97s 33042us)(0xA24) Mesh(0x510B6A8) Offset = (0, 0, 0)
(333: 18.97s 33145us)(0xA24) Vessel(ISS) Vis=0x171A040 has no animations
(334: 18.97s 33180us)(0xA24) RegisteringVisual (ISS) hVessel=0x2D4B578, hObj=0x2D60D70, Vis=0x171A040, Rec=0x7AA38F0, Type=10
(335: 18.97s 3us)(0xA24) Vessel(0x2D4AE10) Mir has 1 meshes
(336: 18.97s 8175us)(0xA24) Mesh(0x510B6A8) Offset = (0, 0, 0)
(337: 18.97s 8281us)(0xA24) Vessel(Mir) Vis=0x171A180 has no animations
(338: 18.97s 8314us)(0xA24) RegisteringVisual (Mir) hVessel=0x2D4AE10, hObj=0x2D61B78, Vis=0x171A180, Rec=0x9DC8FE8, Type=10
(339: 18.97s 3us)(0xA24) Vessel(0x2D63998) Wheel has 1 meshes
(340: 18.98s 1638us)(0xA24) Mesh(0x510B6A8) Offset = (0, 0, 0)
(341: 18.98s 1716us)(0xA24) Vessel(Luna-OB1) Vis=0x959DEB8 has no animations
(342: 18.98s 1752us)(0xA24) RegisteringVisual (Luna-OB1) hVessel=0x2D63998, hObj=0x2D62980, Vis=0x959DEB8, Rec=0x9788FE8, Type=10
(343: 18.98s 3us)(0xA24) Vessel(0x4F68C64) DG-S has 2 meshes
(344: 18.98s 1406us)(0xA24) Mesh(0x2D637C0) Offset = (0, 0, 0)
(345: 18.98s 2504us)(0xA24) Mesh(0x4F859B0) Offset = (0, 0, 0)
(346: 18.98s 2593us)(0xA24) Vessel(GL-01S) Vis=0x96A40E0 has 37 animations
(347: 18.98s 2641us)(0xA24) RegisteringVisual (GL-01S) hVessel=0x4F68C64, hObj=0x4F22950, Vis=0x96A40E0, Rec=0x8A79FE8, Type=10
(348: 18.98s 3us)(0xA24) Vessel(0x4FBB7A4) ShuttleA has 2 meshes
(349: 18.98s 995us)(0xA24) Mesh(0x4F6FDD8) Offset = (0, 0, 0)
(350: 18.98s 1359us)(0xA24) Mesh(0x509D6C0) Offset = (0, 0, 0)
(351: 18.98s 1403us)(0xA24) Vessel(SH-03) Vis=0x8D54828 has 17 animations
(352: 18.98s 1436us)(0xA24) RegisteringVisual (SH-03) hVessel=0x4FBB7A4, hObj=0x4F6EFA8, Vis=0x8D54828, Rec=0x9D47FE8, Type=10
(353: 18.98s 3us)(0xA24) Vessel(0x50F020C) ShuttlePB has 1 meshes
(354: 18.99s 9417us)(0xA24) Texture 0x9C737A0 (shuttlepb.dds) added in repository
(355: 19.01s 12926us)(0xA24) Texture 0x9C73870 (shuttlepbwing.dds) added in repository
(356: 19.01s 13246us)(0xA24) Mesh(0xE1F1C0) Offset = (0, 0, 0)
(357: 19.01s 13288us)(0xA24) Vessel(PB-01) Vis=0x9C73660 has 3 animations
(358: 19.01s 13321us)(0xA24) RegisteringVisual (PB-01) hVessel=0x50F020C, hObj=0x4F729D0, Vis=0x9C73660, Rec=0x7C32FE8, Type=10
(359: 19.01s 2us)(0xA24) Vessel(0x50F28AC) DeltaGlider has 2 meshes
(360: 19.01s 946us)(0xA24) Mesh(0x50F3E98) Offset = (0, 0, 0)
(361: 19.01s 2018us)(0xA24) Mesh(0x4F859B0) Offset = (0, 0, 0)
(362: 19.01s 2102us)(0xA24) Vessel(GL-02) Vis=0x9762288 has 37 animations
(363: 19.01s 2146us)(0xA24) RegisteringVisual (GL-02) hVessel=0x50F28AC, hObj=0x505D850, Vis=0x9762288, Rec=0x7D3C5D0, Type=10
(364: 19.01s 2us)(0xA24) Vessel(0x513261C) ShuttleA has 2 meshes
(365: 19.01s 1016us)(0xA24) Mesh(0x4F6FDD8) Offset = (0, 0, 0)
(366: 19.01s 2109us)(0xA24) Mesh(0x509D6C0) Offset = (0, 0, 0)
(367: 19.01s 2181us)(0xA24) Vessel(SH-01) Vis=0x97889F8 has 17 animations
(368: 19.01s 2213us)(0xA24) RegisteringVisual (SH-01) hVessel=0x513261C, hObj=0x513CE00, Vis=0x97889F8, Rec=0x7A5EFE8, Type=10
(369: 19.01s 2249us)(0xA24) =============== Loading Completed and Visuals Created ================
(370: 19.29s 23615us)(0xA24) New Base Visual(0x17256B0) hBase=0x2C27568, nsbs=1, nsas=2
(371: 19.30s 5981us)(0xA24) Texture 0x836D438 (Taxiway1.dds) added in repository
(372: 19.32s 17302us)(0xA24) Texture 0x836DE18 (Concrete.dds) added in repository
(373: 19.32s 18993us)(0xA24) New Base Visual(0x1725838) hBase=0x2C86CD8, nsbs=2, nsas=1
(374: 19.32s 64us)(0xA24) New Base Visual(0x836D148) hBase=0x2C8B6C8, nsbs=1, nsas=0
(375: 19.32s 75us)(0xA24) New Base Visual(0x72133C8) hBase=0x2CD4018, nsbs=1, nsas=0
(376: 20.46s 11481us)(0x640)[ERROR] .\TileMgr.cpp Line:1494 Error:-2005532292 pDev->CreateTexture(ddsd.dwWidth, ddsd.dwHeight, 1, 0, Format, D3DPOOL_DEFAULT, pTex, NULL)
(377: 22.63s 1657us)(0x640) --------------ExitModule------------
(378: 22.63s 1830us)(0x640) Log Closed
 
Last edited:

jarmonik

Well-known member
Orbiter Contributor
Addon Developer
Beta Tester
Joined
Mar 28, 2008
Messages
2,670
Reaction score
800
Points
128
After installing RC34 I'm getting a CTD with some vessels (XR2, DG, some others). Here's the Orbiter log:
That's strange. The error code indicates that the system has run out of video memory and that shouldn't happen very easily with Radeon 5570. So, I am not exactly sure what's going on.

Here is RC33 build, could you test it again and see if it runs correctly.
 
Last edited:

jarmonik

Well-known member
Orbiter Contributor
Addon Developer
Beta Tester
Joined
Mar 28, 2008
Messages
2,670
Reaction score
800
Points
128
Everything works fine with RC33 and reinstalling RC34 does not fix the problem.

Here's a new build. If you are still able to produce the CTD with this then could you change the DebugLvl to 3 from D3D9Client.cfg it will then write more information into the Log. Could you zip the log and post it here. Don't forget to change the DebugLvl back to 1 after you done.

Is anyone else having a similar problem with RC34 ?
 
Last edited:

Hayab

New member
Joined
Jun 16, 2010
Messages
7
Reaction score
0
Points
0
Here's a new build. If you are still able to produce the CTD with this then could you change the DebugLvl to 3 from D3D9Client.cfg it will then write more information into the Log. Could you zip the log and post it here. Don't forget to change the DebugLvl back to 1 after you done.

Is anyone else having a similar problem with RC34 ?

I use HD5870 and has the same Problem with 33 and 34,
Now, Orbiter Beta works again with 34b, thanks Jarmo
 

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,934
Reaction score
245
Points
138
Location
Cape
Where can I get the latest Orbiter BETA ?
 
Top