New Release D3D9Client Development

jarmonik

Well-known member
Orbiter Contributor
Addon Developer
Beta Tester
Joined
Mar 28, 2008
Messages
2,651
Reaction score
785
Points
128
The R15 beta 2 seems to cause problems for SSU. Some of the displays only work when the camera is zoomed in; at large FOV, the original texture is shown. I've attached screenshots showing how the displays change depending on the FOV. All the affected displays use oapiBlt to copy the digits onto a VC texture.

That's a mipmap issue. The top-layer change isn't copied into a mipmap chain. Should be pretty easy to fix.
 

Cras

Spring of Life!
Donator
Joined
Apr 13, 2011
Messages
2,215
Reaction score
0
Points
36
Location
Los Angeles
Website
www.youtube.com
Ok I flew an XR-2 to my space station, something I do quite often so I figured it would be a good way to test the new build of the client for 2010p1.

Some MFDs seem to have their displays changed. Enjo's update to Burntime Calc now has all the text much smaller, and the way Hover MFD displays seems broken, those circles for the target no longer show.

In the pop up box where you input things such as values and names for MFDs (like to set a target in Pursuit MFD), the blinking cursor is now black instead of white, not a big deal but something I noticed that had changed.

Also I do see frame rate improvement, however once I got to my station (which is a big mess of various modules and an Arrow docked to it) the frame rates did dip and while high, the sim was no longer smooth. Panning the camera, the view as the spacecraft rotated to a different attitude, the movement was very choppy. I was still getting a high frame rate but something else was going on, sorry bout the vague description here, I am not quite sure what is going on, I have tested having various MFDs open, the new geometry setting on and off, nothing seems to work with it so I am not sure where it is coming from, but I saved my sim at a spot right infront of my station where the sim seemed very choppy, I then reverted to R12, and it was back to being smooth with a 30 or so FPS boost.

My station does use MBR ITS from mustard which I do recall you saying had a lot of faces on it which might be the problem because the various other parts of flight, from launch, to phasing, I didnt see the sim behave this way, it was only after I got close to the station.

If you want any more info from me or you want me to try testing something else out let me know. I am not sure if this scenario is shareable, it is highly customized and quite large.
 

jarmonik

Well-known member
Orbiter Contributor
Addon Developer
Beta Tester
Joined
Mar 28, 2008
Messages
2,651
Reaction score
785
Points
128
I am sorry to hear that. Sounds like a lot of efforts gone wasted. It's very likely that the lockable render-targets are causing the choppy effects. I was worried that they might cause problems with some hardware and that's way I didn't use them from the first place in the initial implementation. But they do simply the interface and reduce other problems. So, I thought it would be worth of a shot.

I made a new test build of the client that does not use lockable render targets. If that's really the source of the problem then this build should run smooth however there are a lot of graphics anomalies in XR2's panel.

One other thing that can and will cause a choppy effects is the Log file, if a lot of information is written in the file. A typical size is less than a 1MB. The file is located in /Modules/D3D9Client/ and the file is D3D9ClientLog.html
 

Attachments

  • D3D9Client-NoLockTest.zip
    302.6 KB · Views: 9

fort

Active member
Joined
Mar 19, 2008
Messages
1,017
Reaction score
20
Points
38
Hello jarmonik,

There's one report that Mars and Moon are not working in beta client. They are working fine here, so anyone else having problems with them in Beta 10 for rev 9 ?

Beta 10 for rev 9 and high textures, at least on Brighton beach ( MoonHi_05_06 ), works without problems here.

A question:
Is there a possibility to change the brightness in D3D9 ?
Here the scenes are darker than in 'standard' orbiter; and, for to say, light times of the day - noon, summer scenes - a bit dark.

Thank you and good day
 

SolarLiner

It's necessary, TARS.
Addon Developer
Joined
Jun 14, 2010
Messages
1,847
Reaction score
2
Points
0
Location
404 ROAD NOT FOUND
Yes, it's tuned down a bit. It just doesn't feel right that the planet glow is as bright as a direct sunlight. I suppose we would need some kind of visual effect to create an impression of brighter sunlight.

Washing out the colors and increasing the brightness of the sunlit side would be a good start. But glow, even a subtle and diffuse one, is clearly the best way to simulate the extreme amount of light. But that would require a post process pass, and IIRC we discussed it already while brainstorming the implementation of Lens Flare effects.
Best method would be Global Illumination though, but I don't think that's to be implemented anytime soon :lol:
 

Cras

Spring of Life!
Donator
Joined
Apr 13, 2011
Messages
2,215
Reaction score
0
Points
36
Location
Los Angeles
Website
www.youtube.com
I am sorry to hear that. Sounds like a lot of efforts gone wasted. It's very likely that the lockable render-targets are causing the choppy effects. I was worried that they might cause problems with some hardware and that's way I didn't use them from the first place in the initial implementation. But they do simply the interface and reduce other problems. So, I thought it would be worth of a shot.

I made a new test build of the client that does not use lockable render targets. If that's really the source of the problem then this build should run smooth however there are a lot of graphics anomalies in XR2's panel.

One other thing that can and will cause a choppy effects is the Log file, if a lot of information is written in the file. A typical size is less than a 1MB. The file is located in /Modules/D3D9Client/ and the file is D3D9ClientLog.html

Alright, I will duplicate this orbiter install and put back in R15 beta 2 and this test to see how it behaves and check the size of the log file.

---------- Post added at 02:20 PM ---------- Previous post was at 01:51 PM ----------

After a quick check the beta 3 appears to remove the choppy effect, and there is a sizable fps performance boost as well.

---------- Post added at 05:32 PM ---------- Previous post was at 02:20 PM ----------

Found it. I went back and loaded up the R15 beta 2, not the new beta 3, and found what triggers the stutter. I had David413's RPOP MFD open in an external MFD window and that is what causes the choppy effect. With that MFD off, there is no chop. I went through and loaded up various other that I thought had higher levels of displays in them, like Hover MFD, Delta-V Tools, and they cause slight chop, but RPOP causes devastating chop, so something in the new way you are rendering the MFDs that seems to be the issue.

It doesnt matter if it is in the MFDs on the 2d panel of the Xr2, or in the External MFD window, the choppy effect generated seem consistent.
 

jarmonik

Well-known member
Orbiter Contributor
Addon Developer
Beta Tester
Joined
Mar 28, 2008
Messages
2,651
Reaction score
785
Points
128
Looks like I can reproduce the choppy effect problem with the external MFD window especially if the window is large. The effect seems to be a result from a lockable render target. Unfortunately there are no way to identify surfaces or what they are used for. So, I have to revert back to R14 kind of solution where a plain surface is presumed as a default surface for everything.

---------- Post added at 05:28 ---------- Previous post was at 05:15 ----------

Washing out the colors and increasing the brightness of the sunlit side would be a good start. But glow, even a subtle and diffuse one, is clearly the best way to simulate the extreme amount of light. But that would require a post process pass....

My thoughts exactly. It would be possible and pretty easy to increase the brightness of the sunlight and pass it through an exponential function which would automatically produce a color washout. The post processing pass for the bright surface glow effect wouldn't be difficult to implement but the performance impact could be too high. Difficult to say without testing it first.

---------- Post added at 05:32 ---------- Previous post was at 05:28 ----------

Is there a possibility to change the brightness in D3D9 ?
Not yet for the Moon but such a feature would be possible to add.
 

fort

Active member
Joined
Mar 19, 2008
Messages
1,017
Reaction score
20
Points
38
Not yet for the Moon but such a feature would be possible to add.

Thank you jarmonik but i was talking about the Earth. In D3D9, for me, the moon is good at the point of view of the ambiant light. It's the earth that it is (...too dark ), and most generally the ambiant light in daylight for the Earth. Is there some tweak in D3D9 for that ?

good day

edit:

A second thing. I returned to London ( EarthHi_12_15 and EarthHi_12_16 ) to observe how were implemented night lights with the standard version of Orbiter and D3D9 with the rev 9 of orbiter and with the latest high resolution textures.

On Canaveral, night lights are visible in both versions. On London, and perhaps elsewhere, always with high-resolution textures, night lights are not present in D3D9.

edit2:

I see that they are present above Cairo ( Le Caire ). So...?
 

Attachments

  • londres2.scn
    698 bytes · Views: 6
Last edited:

jedidia

shoemaker without legs
Addon Developer
Joined
Mar 19, 2008
Messages
10,842
Reaction score
2,105
Points
203
Location
between the planets
There's one report that Mars and Moon are not working in beta client. They are working fine here, so anyone else having problems with them in Beta 10 for rev 9 ?

Confirmed, although I think it's a wrong diagnosis... for me, only Mars doesn't work... which is also the only planet currently having the hi-res textures installed.

GPU is ATI Mobility Radeon HD 4550. Nothing fancy, but does support the full feature set of DX9, using Beta 9 for Rev 9 (haven't seen a Beta 10 download anywhere, although it's mentioned in your post...?)
 

jedidia

shoemaker without legs
Addon Developer
Joined
Mar 19, 2008
Messages
10,842
Reaction score
2,105
Points
203
Location
between the planets
Thanks, that one works. The sunlight seems extremely harsh though, very bright, and seems to be getting brighter towards the horizon. But it's very much a work in progress, after all.
 

SolarLiner

It's necessary, TARS.
Addon Developer
Joined
Jun 14, 2010
Messages
1,847
Reaction score
2
Points
0
Location
404 ROAD NOT FOUND
My thoughts exactly. It would be possible and pretty easy to increase the brightness of the sunlight and pass it through an exponential function which would automatically produce a color washout. The post processing pass for the bright surface glow effect wouldn't be difficult to implement but the performance impact could be too high. Difficult to say without testing it first.

Color correction is one of the simplest screen shaders to achieve, and it's very easy on the GPU. Blur is a bit more heavy on it, so actual bloom is kinda GPU heavy. And so are Lens Flares. But, as long as it is a toggleable option, I think it is very beneficial to implement such a post-process pass. Ambient Occlusion is I think one of the biggest step forwards for immersion, and SSAO technologies are quite fast with even mid-to-low range GPUs.

I'd say try it ! I don't know how time consuming and how hard is it, but if done right, I'm pretty sure there will be little-to-no cons on implementing this.
 

jroly

Donator
Donator
Joined
Jan 26, 2014
Messages
404
Reaction score
1
Points
18
I have an ATI 5850 1GB, I was the one who said Mars & Moon do not work with the latest DX9 Beta for 2015, but with the previous version (17th Sept?) it works.

I'll try updating my drivers, but just a few months without an update thou.
 

jarmonik

Well-known member
Orbiter Contributor
Addon Developer
Beta Tester
Joined
Mar 28, 2008
Messages
2,651
Reaction score
785
Points
128
D3D9Client R15 - Beta 4 (for Orbiter 2010-P1)

All right, let's try again. Here's a new build that should address the surface performance issues. It works here pretty well but it's a new interface that will require a lot of testing. If a problem occur then check the D3D9ClientLog.

The surface interface is very problematic because we don't get any information from the Orbiter when it request to create a surface. We don't know what the surface is, where it is used or what is required of it. Also, in DX9 we don't have any general purpose surfaces those would fit for every use. We don't even have a surface that could be properly used for GDI and Blitting. One works for GDI and other for blitting. The current interface is trying to balance between System Memory surfaces and Render Targets.

There is DX9ExtMFD plugin in the distribution package what should work. Getting the default ExtMFD to work would make the surface interface too unstable. It's only working in R14 by an accident.
 

Attachments

  • D3D9ClientR15-Beta4.zip
    897.6 KB · Views: 42
Last edited:

DaveS

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Feb 4, 2008
Messages
9,429
Reaction score
680
Points
203
R15 Beta 4 CTDs here. All scenarios do it. Reverting back to Beta 2 corrects this.
 

fort

Active member
Joined
Mar 19, 2008
Messages
1,017
Reaction score
20
Points
38
Orbiter rev 10 standard and orbiter rev 10 D3D9 ( D3D9ClientBeta10 for Orbiter 2015-Rev9) works for me on Mars with MarsLo.zip and high res on Olympus ( MarsHi_02_00 and 01 ).

D3D9ClientR15-Beta2-for2010-P1.zip works on my standard 2010 P1 installation + Orbitersound.

In that order:
1 install of orbiter
2 install of D3D9
3 load of D3D9 launchpad first ( before orbiter standard ).
4 load of orbiter standard if you want but after orbiter_ng.
 
Last edited:

Cras

Spring of Life!
Donator
Joined
Apr 13, 2011
Messages
2,215
Reaction score
0
Points
36
Location
Los Angeles
Website
www.youtube.com
Also get a crash with the beta 4.

vbd8G5G.png
 

Ripley

Tutorial translator
Donator
Joined
Sep 12, 2010
Messages
3,133
Reaction score
407
Points
123
Location
Rome
Website
www.tuttovola.org
CTD confirmed here too.
Now trying again after disabling orbconnect module...

onx6n3v.png


EDIT: it starts without problems!!
Orbiter2010P1 + D3D9 R15 beta4
 
Last edited:

jarmonik

Well-known member
Orbiter Contributor
Addon Developer
Beta Tester
Joined
Mar 28, 2008
Messages
2,651
Reaction score
785
Points
128
Looks like there is a problem somewhere. At least, over here XR2 , DGIV, and stock vessel scenarios are running fine.

D3D9Client doesn't sent any diagnostics information over the internet automatically, so, I would need at least the last few lines manually copy pasted from the D3D9ClientLog.html over here in the Forum. The file is located in /Modules/D3D9Client/
 

Cras

Spring of Life!
Donator
Joined
Apr 13, 2011
Messages
2,215
Reaction score
0
Points
36
Location
Los Angeles
Website
www.youtube.com
I tried to use the scenario I was using before, XR-2 at my space station, only the log it generates is so massive it exceeds the character length restrictions.

So I pulled up a default XR2 scenario, and while i didnt get that same window I posted a screenshot of earlier, it did still crash. Here is the log of it.

Code:
D3D9Client Log



(0: 0.00s 13629980385us)(0x2F6C) ================ clbkInitialise ===============
(1: 0.00s 13629980420us)(0x2F6C) Orbiter Version = 100830
(2: 0.02s 13629996253us)(0x2F6C) Index:0 640 x 480 60Hz (22)
(3: 0.02s 13629996776us)(0x2F6C) Index:1 640 x 480 72Hz (22)
(4: 0.02s 13629997953us)(0x2F6C) Index:2 640 x 480 75Hz (22)
(5: 0.02s 13629998878us)(0x2F6C) Index:3 720 x 480 56Hz (22)
(6: 0.02s 13629999773us)(0x2F6C) Index:4 720 x 480 60Hz (22)
(7: 0.02s 13630000636us)(0x2F6C) Index:5 720 x 480 72Hz (22)
(8: 0.02s 13630001652us)(0x2F6C) Index:6 720 x 480 75Hz (22)
(9: 0.02s 13630002621us)(0x2F6C) Index:7 720 x 576 56Hz (22)
(10: 0.03s 13630003592us)(0x2F6C) Index:8 720 x 576 60Hz (22)
(11: 0.03s 13630004452us)(0x2F6C) Index:9 720 x 576 72Hz (22)
(12: 0.03s 13630005304us)(0x2F6C) Index:10 720 x 576 75Hz (22)
(13: 0.03s 13630006174us)(0x2F6C) Index:11 800 x 600 56Hz (22)
(14: 0.03s 13630007052us)(0x2F6C) Index:12 800 x 600 60Hz (22)
(15: 0.03s 13630007908us)(0x2F6C) Index:13 800 x 600 72Hz (22)
(16: 0.03s 13630008767us)(0x2F6C) Index:14 800 x 600 75Hz (22)
(17: 0.03s 13630009641us)(0x2F6C) Index:15 1024 x 768 60Hz (22)
(18: 0.03s 13630010505us)(0x2F6C) Index:16 1024 x 768 70Hz (22)
(19: 0.03s 13630011367us)(0x2F6C) Index:17 1024 x 768 75Hz (22)
(20: 0.03s 13630012253us)(0x2F6C) Index:18 1152 x 864 75Hz (22)
(21: 0.03s 13630013290us)(0x2F6C) Index:19 1280 x 720 60Hz (22)
(22: 0.04s 13630014344us)(0x2F6C) Index:20 1280 x 768 60Hz (22)
(23: 0.04s 13630015447us)(0x2F6C) Index:21 1280 x 800 60Hz (22)
(24: 0.04s 13630016308us)(0x2F6C) Index:22 1280 x 960 60Hz (22)
(25: 0.04s 13630017204us)(0x2F6C) Index:23 1280 x 1024 60Hz (22)
(26: 0.04s 13630018240us)(0x2F6C) Index:24 1280 x 1024 75Hz (22)
(27: 0.04s 13630019278us)(0x2F6C) Index:25 1360 x 768 60Hz (22)
(28: 0.04s 13630020122us)(0x2F6C) Index:26 1366 x 768 60Hz (22)
(29: 0.04s 13630021081us)(0x2F6C) Index:27 1600 x 900 59Hz (22)
(30: 0.04s 13630022261us)(0x2F6C) Index:28 1600 x 900 60Hz (22)
(31: 0.04s 13630023217us)(0x2F6C) Index:29 1600 x 1024 59Hz (22)
(32: 0.05s 13630024069us)(0x2F6C) Index:30 1600 x 1024 60Hz (22)
(33: 0.05s 13630024408us)(0x2F6C) Index:31 1600 x 1200 59Hz (22)
(34: 0.05s 13630024481us)(0x2F6C) Index:32 1600 x 1200 60Hz (22)
(35: 0.05s 13630024521us)(0x2F6C) Index:33 1680 x 1050 59Hz (22)
(36: 0.05s 13630024553us)(0x2F6C) Index:34 1680 x 1050 60Hz (22)
(37: 0.05s 13630024597us)(0x2F6C) Index:35 1920 x 1080 59Hz (22)
(38: 0.05s 13630024633us)(0x2F6C) Index:36 1920 x 1080 60Hz (22)
(39: 0.05s 13630024666us)(0x2F6C) Index:37 1920 x 1200 59Hz (22)
(40: 0.05s 13630024697us)(0x2F6C) Index:38 1920 x 1200 60Hz (22)
(41: 0.05s 13630024726us)(0x2F6C) Index:39 1440 x 900 60Hz (22)
(42: 9.65s 13639630578us)(0x2F6C) Node[1] = XR2 Ravenstar (0xC9C4A8)
(43: 9.65s 13639630608us)(0x2F6C) Node[0] = 1 - Ready for Takeoff to ISS (0xC9C8E0)
(44: 9.65s 13639630616us)(0x2F6C) Scenario = .\Scenarios\XR2 Ravenstar\1 - Ready for Takeoff to ISS.scn
(45: 9.66s 13639634286us)(0x2F6C) ================ clbkCreateRenderWindow ===============
(46: 9.66s 13639638514us)(0x2F6C)Window Handle = 0x2E1698
(47: 9.66s 13639638558us)(0x2F6C) Starting to initialize device and 3D environment...
(48: 9.67s 13639645005us)(0x2F6C) [VideoConfiguration] Adapter=0, ModeIndex=38
(49: 9.67s 13639645155us)(0x2F6C) Adapter = NVIDIA GeForce GTX 770
(50: 9.67s 13639645169us)(0x2F6C) dwFSMode = 1
(51: 9.67s 13639649488us)(0x2F6C) MaxTextureBlendStages..: 8
(52: 9.67s 13639649516us)(0x2F6C) MaxTextureWidth........: 16384
(53: 9.67s 13639649524us)(0x2F6C) MaxTextureHeight.......: 16384
(54: 9.67s 13639649530us)(0x2F6C) MaxPrimitiveCount......: 16777215
(55: 9.67s 13639649537us)(0x2F6C) MaxVertexIndex.........: 16777215
(56: 9.67s 13639649543us)(0x2F6C) MaxAnisotropy..........: 16
(57: 9.67s 13639649549us)(0x2F6C) MaxSimultaneousTextures: 8
(58: 9.67s 13639649554us)(0x2F6C) MaxStreams.............: 16
(59: 9.67s 13639649560us)(0x2F6C) MaxStreamStride........: 255
(60: 9.67s 13639649566us)(0x2F6C) MaxVertexBlendMatrices.: 4
(61: 9.67s 13639649571us)(0x2F6C) MaxVShaderInstrExecuted: 65535
(62: 9.67s 13639649577us)(0x2F6C) MaxPointSize...........: 8192.000000
(63: 9.67s 13639649584us)(0x2F6C) VertexShaderVersion....: 0x300
(64: 9.67s 13639649589us)(0x2F6C) PixelShaderVersion.....: 0x300
(65: 9.67s 13639649595us)(0x2F6C) NumSimultaneousRTs.....: 4
(66: 9.67s 13639649600us)(0x2F6C) D3DPTEXTURECAPS_POW2...: 0
(67: 9.67s 13639649606us)(0x2F6C) NONPOW2CONDITIONAL.....: 0
(68: 9.67s 13639649613us)(0x2F6C) VertexDeclCaps.........: 0x30F
(69: 9.67s 13639649620us)(0x2F6C) DevCaps................: 0x1BBEF0
(70: 9.67s 13639649626us)(0x2F6C) DevCaps2...............: 0x51
(71: 9.67s 13639649632us)(0x2F6C) XNA Math Support.......: Yes
(72: 9.67s 13639651354us)(0x2F6C) D3DFMT_D32F_LOCKABLE
(73: 9.67s 13639651371us)(0x2F6C) D3DFMT_D24S8
(74: 9.67s 13639651378us)(0x2F6C) D3DFMT_D24X8
(75: 9.67s 13639651383us)(0x2F6C) Window Size = [1920, 1200]
(76: 9.70s 13639677077us)(0x2F6C) Creating a BackBuffer SURFHANDLE=0x419C868 D3DSURF=0x4924680
(77: 9.70s 13639677106us)(0x2F6C) Available Texture Memory = 3714 MB
(78: 9.70s 13639678898us)(0x2F6C) === [3DDevice Initialized] ===
(79: 9.70s 13639680179us)(0x2F6C) ----- Initialize D3D9ClientSurface Tech -----
(80: 9.75s 13639726244us)(0x2F6C)...rendering technique initialized
(81: 9.75s 13639726274us)(0x2F6C) Render Target = 0x4924680
(82: 9.75s 13639726283us)(0x2F6C)Starting to initialize a surface rendering technique
(83: 9.79s 13639771904us)(0x2F6C)...rendering technique initialized
(84: 9.79s 13639772193us)(0x2F6C)Starting to initialize a surface rendering technique
(85: 9.84s 13639817087us)(0x2F6C)...rendering technique initialized
(86: 9.84s 13639817124us)(0x2F6C) [NEW FONT] ( Courier New), Size=20, Weight=400 Pitch&Family=31
(87: 9.86s 13639834932us)(0x2F6C) Font Video Memory Usage = 256 kb
(88: 9.86s 13639835165us)(0x2F6C) Font and Charter set creation succesfull
(89: 9.86s 13639835884us)(0x2F6C) Texture Null.dds Loaded. Handle=0x4062CA8, (16x16), MipMaps=5, Format=0x35545844
(90: 9.86s 13639838566us)(0x2F6C) Texture Disl_Crystal.png Loaded. Handle=0x4062DC0, (256x256), MipMaps=9, Format=0x29
(91: 9.86s 13639841138us)(0x2F6C) Texture Disl_Lines.png Loaded. Handle=0x419DC18, (256x256), MipMaps=9, Format=0x29
(92: 9.87s 13639844034us)(0x2F6C) Texture Disl_Lines2.png Loaded. Handle=0x419DD30, (256x256), MipMaps=9, Format=0x29
(93: 9.87s 13639846757us)(0x2F6C) Texture Disl_Noise.png Loaded. Handle=0x419DE48, (256x256), MipMaps=9, Format=0x29
(94: 9.87s 13639851129us)(0x2F6C) Texture Disl_Pool.png Loaded. Handle=0x419DF60, (256x256), MipMaps=9, Format=0x16
(95: 9.94s 13639921224us)(0x2F6C) [Compiling Effects for Shader Model 3.0]
(96: 10.80s 13640776928us)(0x2F6C) Texture D3D9LENoise.dds Loaded. Handle=0x419E8F8, (1024x1), MipMaps=11, Format=0x14
(97: 10.80s 13640777277us)(0x2F6C)...rendering technique initialized
(98: 10.82s 13640798220us)(0x2F6C) Texture Horizon.dds Loaded. Handle=0x419EF48, (64x64), MipMaps=7, Format=0x35545844
(99: 10.82s 13640800994us)(0x2F6C) Texture Contrail1.dds Loaded. Handle=0x419F280, (256x256), MipMaps=9, Format=0x35545844
(100: 10.83s 13640803757us)(0x2F6C) Texture Contrail1.dds Loaded. Handle=0x419F398, (256x256), MipMaps=9, Format=0x35545844
(101: 10.88s 13640856048us)(0x2F6C) Texture star.dds Loaded. Handle=0x419F4B0, (1024x1024), MipMaps=11, Format=0x35545844
(102: 10.88s 13640859028us)(0x2F6C) Texture Ball.dds Loaded. Handle=0x419F5C8, (64x64), MipMaps=7, Format=0x35545844
(103: 10.88s 13640861664us)(0x2F6C) Texture Ball2.dds Loaded. Handle=0x419F6E0, (64x64), MipMaps=7, Format=0x35545844
(104: 10.89s 13640864368us)(0x2F6C) Texture Ball3.dds Loaded. Handle=0x419F7F8, (128x128), MipMaps=8, Format=0x35545844
(105: 10.89s 13640864512us)(0x2F6C) New RenderTargetTexture 0x419F910 (clbkCreateTexture) (256,256)
(106: 10.89s 13640864525us)(0x2F6C) ColorFill 0x419F910 (clbkCreateTexture) (256,256)
(107: 10.89s 13640865209us)(0x2F6C) Texture Reentry.dds Loaded. Handle=0x419FA90, (256x256), MipMaps=9, Format=0x35545844
(108: 10.89s 13640865708us)(0x2F6C) Texture Exhaust.dds Loaded. Handle=0x4084510, (256x256), MipMaps=9, Format=0x35545844
(109: 10.89s 13640867818us)(0x2F6C)Starting to initialize a SceneTech rendering technique...
(110: 10.90s 13640873555us)(0x2F6C)...rendering technique initialized
(111: 10.91s 13640886633us)(0x2F6C)D3D9Client::clbkGetRenderParam(RP_MAXLIGHTS): 12
(112: 10.91s 13640886659us)(0x2F6C) [NEW FONT] ( Arial), Size=24, Weight=400 Pitch&Family=31
(113: 10.92s 13640902058us)(0x2F6C) Font Video Memory Usage = 512 kb
(114: 10.92s 13640902225us)(0x2F6C) Font and Charter set creation succesfull
(115: 10.92s 13640902247us)(0x2F6C) [NEW FONT] ( Arial), Size=15, Weight=400 Pitch&Family=31
(116: 10.94s 13640916826us)(0x2F6C) Font Video Memory Usage = 256 kb
(117: 10.94s 13640916899us)(0x2F6C) Font and Charter set creation succesfull
(118: 10.94s 13640916916us)(0x2F6C) [NEW FONT] ( Fixed), Size=18, Weight=400 Pitch&Family=31
(119: 10.95s 13640932400us)(0x2F6C) Font Video Memory Usage = 256 kb
(120: 10.95s 13640932468us)(0x2F6C) Font and Charter set creation succesfull
(121: 10.96s 13640941189us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xA122160 (64 x 64)
(122: 10.96s 13640941245us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xA122280 (128 x 128)
(123: 10.96s 13640941334us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xA1223A0 (256 x 256)
(124: 10.96s 13640941392us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xA1224C0 (256 x 256)
(125: 10.96s 13640941473us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xA122600 (256 x 256)
(126: 10.96s 13640941512us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xA122720 (256 x 256)
(127: 10.96s 13640941543us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xA122840 (256 x 256)
(128: 10.96s 13640941587us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xA122960 (256 x 256)
(129: 10.96s 13640941662us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xA122AA0 (256 x 256)
(130: 10.96s 13640941693us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xA122BC0 (256 x 256)
(131: 10.96s 13640941722us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xA122CE0 (256 x 256)
(132: 10.96s 13640941750us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xA122E00 (256 x 256)
(133: 10.96s 13640941854us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xA122F40 (256 x 256)
(134: 10.96s 13640941889us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB6A60 (256 x 256)
(135: 10.96s 13640941963us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB6BA0 (256 x 256)
(136: 10.96s 13640941996us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB6CC0 (256 x 256)
(137: 10.96s 13640942097us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB6DE0 (256 x 256)
(138: 10.96s 13640942130us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB6F00 (256 x 256)
(139: 10.96s 13640942159us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB7040 (256 x 256)
(140: 10.96s 13640942191us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB7160 (256 x 256)
(141: 10.96s 13640942294us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB7280 (256 x 256)
(142: 10.96s 13640942343us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB73A0 (256 x 256)
(143: 10.96s 13640942375us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB74E0 (256 x 256)
(144: 10.96s 13640942403us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB7600 (256 x 256)
(145: 10.96s 13640942478us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB7720 (256 x 256)
(146: 10.96s 13640942516us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB7840 (256 x 256)
(147: 10.96s 13640942550us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB7980 (256 x 256)
(148: 10.96s 13640942579us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB7AA0 (256 x 256)
(149: 10.96s 13640942650us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB7BC0 (256 x 256)
(150: 10.96s 13640942679us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB7CE0 (256 x 256)
(151: 10.96s 13640942709us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB7E20 (256 x 256)
(152: 10.96s 13640942737us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB7F40 (256 x 256)
(153: 10.96s 13640942812us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB8060 (256 x 256)
(154: 10.96s 13640942867us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB8180 (256 x 256)
(155: 10.96s 13640942952us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB82C0 (256 x 256)
(156: 10.96s 13640942984us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB83E0 (256 x 256)
(157: 10.96s 13640943013us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB8500 (256 x 256)
(158: 10.96s 13640943042us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB8620 (256 x 256)
(159: 10.96s 13640943112us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB8760 (256 x 256)
(160: 10.96s 13640943143us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB8880 (256 x 256)
(161: 10.96s 13640943175us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB9EC0 (256 x 256)
(162: 10.96s 13640943203us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDB9FE0 (256 x 256)
(163: 10.96s 13640943273us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBA100 (256 x 256)
(164: 10.96s 13640943302us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBA220 (256 x 256)
(165: 10.97s 13640943330us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBA360 (256 x 256)
(166: 10.97s 13640943358us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBA480 (256 x 256)
(167: 10.97s 13640943428us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBA5A0 (256 x 256)
(168: 10.97s 13640943461us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBA6C0 (256 x 256)
(169: 10.97s 13640943493us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBA800 (256 x 256)
(170: 10.97s 13640943522us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBA920 (256 x 256)
(171: 10.97s 13640943598us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBAA40 (256 x 256)
(172: 10.97s 13640943629us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBAB60 (256 x 256)
(173: 10.97s 13640943657us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBACA0 (256 x 256)
(174: 10.97s 13640943685us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBADC0 (256 x 256)
(175: 10.97s 13640943758us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBAEE0 (256 x 256)
(176: 10.97s 13640943788us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBB000 (256 x 256)
(177: 10.97s 13640943817us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBB140 (256 x 256)
(178: 10.97s 13640943866us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBB260 (256 x 256)
(179: 10.97s 13640943970us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBB380 (256 x 256)
(180: 10.97s 13640944002us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBB4A0 (256 x 256)
(181: 10.97s 13640944029us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBB5E0 (256 x 256)
(182: 10.97s 13640944060us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBB700 (256 x 256)
(183: 10.97s 13640944130us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBB820 (256 x 256)
(184: 10.97s 13640944159us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBB940 (256 x 256)
(185: 10.97s 13640944190us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBBA80 (256 x 256)
(186: 10.97s 13640944346us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBBBA0 (256 x 256)
(187: 10.97s 13640944590us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBBCC0 (256 x 256)
(188: 10.97s 13640944684us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBCEC0 (256 x 256)
(189: 10.97s 13640944776us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBCFE0 (256 x 256)
(190: 10.97s 13640944912us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBD100 (256 x 256)
(191: 10.97s 13640945064us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBD220 (256 x 256)
(192: 10.97s 13640945120us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBD360 (256 x 256)
(193: 10.97s 13640945174us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBD480 (256 x 256)
(194: 10.97s 13640945227us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBD5A0 (256 x 256)
(195: 10.97s 13640945323us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBD6C0 (256 x 256)
(196: 10.97s 13640945376us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBD800 (256 x 256)
(197: 10.97s 13640945437us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBD920 (256 x 256)
(198: 10.97s 13640945490us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBDA40 (256 x 256)
(199: 10.97s 13640945587us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBDB60 (256 x 256)
(200: 10.97s 13640945641us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBDCA0 (256 x 256)
(201: 10.97s 13640945698us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBDDC0 (256 x 256)
(202: 10.97s 13640945751us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBDEE0 (256 x 256)
(203: 10.97s 13640945864us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBE000 (256 x 256)
(204: 10.97s 13640945921us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBE140 (256 x 256)
(205: 10.97s 13640945974us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBE260 (256 x 256)
(206: 10.97s 13640946025us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBE380 (256 x 256)
(207: 10.97s 13640946124us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBE4A0 (256 x 256)
(208: 10.97s 13640946177us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBE5E0 (256 x 256)
(209: 10.97s 13640946229us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBE700 (256 x 256)
(210: 10.97s 13640946280us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBE820 (256 x 256)
(211: 10.97s 13640946375us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBE940 (256 x 256)
(212: 10.97s 13640946428us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBEA80 (256 x 256)
(213: 10.97s 13640946500us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBEBA0 (256 x 256)
(214: 10.97s 13640946553us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBECC0 (256 x 256)
(215: 10.97s 13640946649us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBF6C0 (256 x 256)
(216: 10.97s 13640946702us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBF7E0 (256 x 256)
(217: 10.97s 13640946805us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBF900 (256 x 256)
(218: 10.97s 13640946885us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBFA20 (256 x 256)
(219: 10.97s 13640946989us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBFB60 (256 x 256)
(220: 10.97s 13640947043us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBFC80 (256 x 256)
(221: 10.97s 13640947094us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBFDA0 (256 x 256)
(222: 10.97s 13640947146us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDBFEC0 (256 x 256)
(223: 10.97s 13640947242us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDC0000 (256 x 256)
(224: 10.97s 13640947296us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDC0120 (256 x 256)
(225: 10.97s 13640947347us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDC0240 (256 x 256)
(226: 10.97s 13640947399us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDC0360 (256 x 256)
(227: 10.97s 13640947504us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDC04A0 (256 x 256)
(228: 10.97s 13640947558us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDC05C0 (256 x 256)
(229: 10.97s 13640947623us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDC06E0 (256 x 256)
(230: 10.97s 13640947674us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDC0800 (256 x 256)
(231: 10.97s 13640947788us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDC0940 (256 x 256)
(232: 10.97s 13640947866us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDC0A60 (256 x 256)
(233: 10.97s 13640947923us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDC0B80 (256 x 256)
(234: 10.97s 13640947976us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDC0CA0 (256 x 256)
(235: 10.97s 13640948075us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDC0DE0 (256 x 256)
(236: 10.97s 13640948129us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDC0F00 (256 x 256)
(237: 10.97s 13640948181us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDC1020 (256 x 256)
(238: 10.97s 13640948233us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDC1140 (256 x 256)
(239: 10.97s 13640948329us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDC1280 (256 x 256)
(240: 10.97s 13640948382us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDC13A0 (256 x 256)
(241: 10.97s 13640948435us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDC14C0 (256 x 256)
(242: 10.97s 13640948488us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCB000 (256 x 256)
(243: 10.97s 13640948583us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCB120 (256 x 256)
(244: 10.97s 13640948638us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCB260 (256 x 256)
(245: 10.97s 13640948690us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCB380 (256 x 256)
(246: 10.97s 13640948742us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCB4A0 (256 x 256)
(247: 10.97s 13640948856us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCB5C0 (256 x 256)
(248: 10.97s 13640948965us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCB700 (256 x 256)
(249: 10.97s 13640949026us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCB820 (256 x 256)
(250: 10.97s 13640949079us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCB940 (256 x 256)
(251: 10.97s 13640949176us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCBA60 (256 x 256)
(252: 10.97s 13640949230us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCBBA0 (256 x 256)
(253: 10.97s 13640949282us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCBCC0 (256 x 256)
(254: 10.97s 13640949333us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCBDE0 (256 x 256)
(255: 10.97s 13640949429us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCBF00 (256 x 256)
(256: 10.97s 13640949483us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCC040 (256 x 256)
(257: 10.97s 13640949537us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCC160 (256 x 256)
(258: 10.97s 13640949589us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCC280 (256 x 256)
(259: 10.97s 13640949685us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCC3A0 (256 x 256)
(260: 10.97s 13640949738us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCC4E0 (256 x 256)
(261: 10.97s 13640949790us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCC600 (256 x 256)
(262: 10.97s 13640949858us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCC720 (256 x 256)
(263: 10.97s 13640949957us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCC840 (256 x 256)
(264: 10.97s 13640950023us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCC980 (256 x 256)
(265: 10.97s 13640950077us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCCAA0 (256 x 256)
(266: 10.97s 13640950135us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCCBC0 (256 x 256)
(267: 10.97s 13640950252us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCCCE0 (256 x 256)
(268: 10.97s 13640950311us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCCE20 (256 x 256)
(269: 10.97s 13640950378us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCD000 (256 x 256)
(270: 10.97s 13640950432us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCD120 (256 x 256)
(271: 10.97s 13640950551us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCD260 (256 x 256)
(272: 10.97s 13640950606us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCD380 (256 x 256)
(273: 10.97s 13640950664us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCD4A0 (256 x 256)
(274: 10.97s 13640950716us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCD5C0 (256 x 256)
(275: 10.97s 13640950823us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCD700 (256 x 256)
(276: 10.97s 13640950877us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCD820 (256 x 256)
(277: 10.97s 13640950940us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCD940 (256 x 256)
(278: 10.97s 13640950997us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCDA60 (256 x 256)
(279: 10.97s 13640951148us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCDBA0 (256 x 256)
(280: 10.97s 13640951204us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCDCC0 (256 x 256)
(281: 10.97s 13640951256us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCDDE0 (256 x 256)
(282: 10.97s 13640951313us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCDF00 (256 x 256)
(283: 10.97s 13640951414us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCE040 (256 x 256)
(284: 10.97s 13640951469us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCE160 (256 x 256)
(285: 10.97s 13640951522us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCE280 (256 x 256)
(286: 10.97s 13640951573us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCE3A0 (256 x 256)
(287: 10.97s 13640951670us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCE4E0 (256 x 256)
(288: 10.97s 13640951723us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCE600 (256 x 256)
(289: 10.97s 13640951775us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCE720 (256 x 256)
(290: 10.97s 13640951827us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCE840 (256 x 256)
(291: 10.97s 13640951930us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCE980 (256 x 256)
(292: 10.97s 13640951984us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCEAA0 (256 x 256)
(293: 10.97s 13640952036us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCEBC0 (256 x 256)
(294: 10.97s 13640952097us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCECE0 (256 x 256)
(295: 10.97s 13640952195us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCEE20 (256 x 256)
(296: 10.97s 13640952250us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCF800 (256 x 256)
(297: 10.97s 13640952320us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCF920 (256 x 256)
(298: 10.97s 13640952375us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCFA60 (256 x 256)
(299: 10.97s 13640952476us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCFB80 (256 x 256)
(300: 10.97s 13640952529us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCFCA0 (256 x 256)
(301: 10.97s 13640952581us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCFDC0 (256 x 256)
(302: 10.97s 13640952633us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDCFF00 (256 x 256)
(303: 10.97s 13640952729us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD0020 (256 x 256)
(304: 10.97s 13640952781us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD0140 (256 x 256)
(305: 10.97s 13640952850us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD0260 (256 x 256)
(306: 10.97s 13640952907us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD03A0 (256 x 256)
(307: 10.97s 13640953038us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD04C0 (256 x 256)
(308: 10.97s 13640953106us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD05E0 (256 x 256)
(309: 10.97s 13640953169us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD0700 (256 x 256)
(310: 10.97s 13640953274us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD0840 (256 x 256)
(311: 10.98s 13640953374us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD0960 (256 x 256)
(312: 10.98s 13640953427us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD0A80 (256 x 256)
(313: 10.98s 13640953479us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD0BA0 (256 x 256)
(314: 10.98s 13640953532us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD0CE0 (256 x 256)
(315: 10.98s 13640953591us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD0E00 (256 x 256)
(316: 10.98s 13640953644us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD0F20 (256 x 256)
(317: 10.98s 13640953759us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD1040 (256 x 256)
(318: 10.98s 13640953812us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD1180 (256 x 256)
(319: 10.98s 13640953883us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD12A0 (256 x 256)
(320: 10.98s 13640953943us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD13C0 (256 x 256)
(321: 10.98s 13640954047us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD14E0 (256 x 256)
(322: 10.98s 13640954103us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD1620 (256 x 256)
(323: 10.98s 13640954156us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD4020 (256 x 256)
(324: 10.98s 13640954208us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD4160 (256 x 256)
(325: 10.98s 13640954305us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD4280 (256 x 256)
(326: 10.98s 13640954359us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD43A0 (256 x 256)
(327: 10.98s 13640954411us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD44C0 (256 x 256)
(328: 10.98s 13640954463us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD4600 (256 x 256)
(329: 10.98s 13640954559us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD4720 (256 x 256)
(330: 10.98s 13640954612us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD4840 (256 x 256)
(331: 10.98s 13640954665us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD4960 (256 x 256)
(332: 10.98s 13640954716us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD4AA0 (256 x 256)
(333: 10.98s 13640954812us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD4BC0 (256 x 256)
(334: 10.98s 13640954882us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD4CE0 (256 x 256)
(335: 10.98s 13640954947us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD4E00 (256 x 256)
(336: 10.98s 13640954999us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD4F40 (256 x 256)
(337: 10.98s 13640955098us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD5060 (256 x 256)
(338: 10.98s 13640955152us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD5180 (256 x 256)
(339: 10.98s 13640955204us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD52A0 (256 x 256)
(340: 10.98s 13640955256us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD53E0 (256 x 256)
(341: 10.98s 13640955393us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD5500 (256 x 256)
(342: 10.98s 13640955449us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD5620 (256 x 256)
(343: 10.98s 13640955501us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD5740 (256 x 256)
(344: 10.98s 13640955553us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD5880 (256 x 256)
(345: 10.98s 13640955649us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD59A0 (256 x 256)
(346: 10.98s 13640955703us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD5AC0 (256 x 256)
(347: 10.98s 13640955799us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD5BE0 (256 x 256)
(348: 10.98s 13640955871us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD5D20 (256 x 256)
(349: 10.98s 13640955926us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD5E40 (256 x 256)
(350: 10.98s 13640955978us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD6020 (256 x 256)
(351: 10.98s 13640956075us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD6160 (256 x 256)
(352: 10.98s 13640956128us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD6280 (256 x 256)
(353: 10.98s 13640956179us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD63A0 (256 x 256)
(354: 10.98s 13640956232us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD64C0 (256 x 256)
(355: 10.98s 13640956327us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD6600 (256 x 256)
(356: 10.98s 13640956380us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD6720 (256 x 256)
(357: 10.98s 13640956432us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD6840 (256 x 256)
(358: 10.98s 13640956484us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD6960 (256 x 256)
(359: 10.98s 13640956579us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD6AA0 (256 x 256)
(360: 10.98s 13640956634us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD6BC0 (256 x 256)
(361: 10.98s 13640956688us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD6CE0 (256 x 256)
(362: 10.98s 13640956741us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD6E00 (256 x 256)
(363: 10.98s 13640956868us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD6F40 (256 x 256)
(364: 10.98s 13640956923us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD7060 (256 x 256)
(365: 10.98s 13640956975us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD7180 (256 x 256)
(366: 10.98s 13640957027us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD72A0 (256 x 256)
(367: 10.98s 13640957125us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD73E0 (256 x 256)
(368: 10.98s 13640957179us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD7500 (256 x 256)
(369: 10.98s 13640957230us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD7620 (256 x 256)
(370: 10.98s 13640957282us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD7740 (256 x 256)
(371: 10.98s 13640957382us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD7880 (256 x 256)
(372: 10.98s 13640957482us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD79A0 (256 x 256)
(373: 10.98s 13640957543us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD7AC0 (256 x 256)
(374: 10.98s 13640957600us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD7BE0 (256 x 256)
(375: 10.98s 13640957699us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD7D20 (256 x 256)
(376: 10.98s 13640957756us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD7E40 (256 x 256)
(377: 10.98s 13640957811us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD8020 (256 x 256)
(378: 10.98s 13640957907us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD8160 (256 x 256)
(379: 10.98s 13640958013us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD8280 (256 x 256)
(380: 10.98s 13640958067us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD83A0 (256 x 256)
(381: 10.98s 13640958174us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD84C0 (256 x 256)
(382: 10.98s 13640958227us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD8600 (256 x 256)
(383: 10.98s 13640958328us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD8720 (256 x 256)
(384: 10.98s 13640958382us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD8840 (256 x 256)
(385: 10.98s 13640958434us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD8960 (256 x 256)
(386: 10.98s 13640958492us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD8AA0 (256 x 256)
(387: 10.98s 13640958597us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD8BC0 (256 x 256)
(388: 10.98s 13640958657us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD8CE0 (256 x 256)
(389: 10.98s 13640958712us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD8E00 (256 x 256)
(390: 10.98s 13640958778us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD8F40 (256 x 256)
(391: 10.98s 13640958896us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD9060 (256 x 256)
(392: 10.98s 13640958954us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD9180 (256 x 256)
(393: 10.98s 13640959008us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD92A0 (256 x 256)
(394: 10.98s 13640959064us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD93E0 (256 x 256)
(395: 10.98s 13640959165us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD9500 (256 x 256)
(396: 10.98s 13640959223us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD9620 (256 x 256)
(397: 10.98s 13640959280us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD9740 (256 x 256)
(398: 10.98s 13640959334us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD9880 (256 x 256)
(399: 10.98s 13640959432us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD99A0 (256 x 256)
(400: 10.98s 13640959486us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD9AC0 (256 x 256)
(401: 10.98s 13640959543us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD9BE0 (256 x 256)
(402: 10.98s 13640959595us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD9D20 (256 x 256)
(403: 10.98s 13640959733us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDD9E40 (256 x 256)
(404: 10.98s 13640959789us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDA020 (256 x 256)
(405: 10.98s 13640959859us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDA160 (256 x 256)
(406: 10.98s 13640959919us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDA280 (256 x 256)
(407: 10.98s 13640960019us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDA3A0 (256 x 256)
(408: 10.98s 13640960072us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDA4C0 (256 x 256)
(409: 10.98s 13640960127us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDA600 (256 x 256)
(410: 10.98s 13640960180us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDA720 (256 x 256)
(411: 10.98s 13640960283us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDA840 (256 x 256)
(412: 10.98s 13640960338us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDA960 (256 x 256)
(413: 10.98s 13640960390us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDAAA0 (256 x 256)
(414: 10.98s 13640960445us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDABC0 (256 x 256)
(415: 10.98s 13640960547us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDACE0 (256 x 256)
(416: 10.98s 13640960603us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDAE00 (256 x 256)
(417: 10.98s 13640960656us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDAF40 (256 x 256)
(418: 10.98s 13640960708us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDB060 (256 x 256)
(419: 10.98s 13640960803us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDB180 (256 x 256)
(420: 10.98s 13640960895us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDB2A0 (256 x 256)
(421: 10.98s 13640960950us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDB3E0 (256 x 256)
(422: 10.98s 13640961003us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDB500 (256 x 256)
(423: 10.98s 13640961106us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDB620 (256 x 256)
(424: 10.98s 13640961163us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDB740 (256 x 256)
(425: 10.98s 13640961224us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDB880 (256 x 256)
(426: 10.98s 13640961280us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDB9A0 (256 x 256)
(427: 10.98s 13640961380us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDBAC0 (256 x 256)
(428: 10.98s 13640961436us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDBBE0 (256 x 256)
(429: 10.98s 13640961488us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDBD20 (256 x 256)
(430: 10.98s 13640961542us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDBE40 (256 x 256)
(431: 10.98s 13640961638us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDD820 (256 x 256)
(432: 10.98s 13640961691us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDD960 (256 x 256)
(433: 10.98s 13640961743us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDDA80 (256 x 256)
(434: 10.98s 13640961867us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDDBA0 (256 x 256)
(435: 10.98s 13640962063us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDDCC0 (256 x 256)
(436: 10.98s 13640962131us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDDE00 (256 x 256)
(437: 10.98s 13640962207us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDDF20 (256 x 256)
(438: 10.98s 13640962304us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDE040 (256 x 256)
(439: 10.98s 13640962437us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDE160 (256 x 256)
(440: 10.98s 13640962500us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDE2A0 (256 x 256)
(441: 10.98s 13640962571us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDE3C0 (256 x 256)
(442: 10.98s 13640962644us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDE4E0 (256 x 256)
(443: 10.98s 13640962790us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDE600 (256 x 256)
(444: 10.98s 13640962869us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDE740 (256 x 256)
(445: 10.98s 13640962925us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDE860 (256 x 256)
(446: 10.98s 13640962979us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDE980 (256 x 256)
(447: 10.98s 13640963100us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDEAA0 (256 x 256)
(448: 10.98s 13640963160us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDEBE0 (256 x 256)
(449: 10.98s 13640963214us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDED00 (256 x 256)
(450: 10.98s 13640963266us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDEE20 (256 x 256)
(451: 10.99s 13640963368us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDEF40 (256 x 256)
(452: 10.99s 13640963422us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDF080 (256 x 256)
(453: 10.99s 13640963474us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDF1A0 (256 x 256)
(454: 10.99s 13640963526us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDF2C0 (256 x 256)
(455: 10.99s 13640963623us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDF3E0 (256 x 256)
(456: 10.99s 13640963676us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDF520 (256 x 256)
(457: 10.99s 13640963730us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDDF640 (256 x 256)
(458: 10.99s 13640963783us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDE9860 (256 x 256)
(459: 10.99s 13640963906us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDE9980 (256 x 256)
(460: 10.99s 13640963972us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDE9AA0 (256 x 256)
(461: 10.99s 13640964027us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDE9BC0 (256 x 256)
(462: 10.99s 13640964079us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDE9D00 (256 x 256)
(463: 10.99s 13640964177us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDE9E20 (256 x 256)
(464: 10.99s 13640964230us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDE9F40 (256 x 256)
(465: 10.99s 13640964330us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEA060 (256 x 256)
(466: 10.99s 13640964386us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEA1A0 (256 x 256)
(467: 10.99s 13640964484us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEA2C0 (256 x 256)
(468: 10.99s 13640964538us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEA3E0 (256 x 256)
(469: 10.99s 13640964590us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEA500 (256 x 256)
(470: 10.99s 13640964644us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEA640 (256 x 256)
(471: 10.99s 13640964741us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEA760 (256 x 256)
(472: 10.99s 13640964794us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEA880 (256 x 256)
(473: 10.99s 13640964862us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEA9A0 (256 x 256)
(474: 10.99s 13640964915us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEAAE0 (256 x 256)
(475: 10.99s 13640965013us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEAC00 (256 x 256)
(476: 10.99s 13640965066us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEAD20 (256 x 256)
(477: 10.99s 13640965118us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEAE40 (256 x 256)
(478: 10.99s 13640965170us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEAF80 (256 x 256)
(479: 10.99s 13640965265us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEB0A0 (256 x 256)
(480: 10.99s 13640965323us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEB1C0 (256 x 256)
(481: 10.99s 13640965376us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEB2E0 (256 x 256)
(482: 10.99s 13640965429us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEB420 (256 x 256)
(483: 10.99s 13640965534us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEB540 (256 x 256)
(484: 10.99s 13640965591us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEB660 (256 x 256)
(485: 10.99s 13640965643us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEB860 (256 x 256)
(486: 10.99s 13640965695us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEB980 (256 x 256)
(487: 10.99s 13640965800us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEBAA0 (256 x 256)
(488: 10.99s 13640965869us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEBBC0 (256 x 256)
(489: 10.99s 13640965922us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEBD00 (256 x 256)
(490: 10.99s 13640965975us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEBE20 (256 x 256)
(491: 10.99s 13640966072us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEBF40 (256 x 256)
(492: 10.99s 13640966126us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEC060 (256 x 256)
(493: 10.99s 13640966178us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEC1A0 (256 x 256)
(494: 10.99s 13640966243us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEC2C0 (256 x 256)
(495: 10.99s 13640966339us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEC3E0 (256 x 256)
(496: 10.99s 13640966437us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEC500 (256 x 256)
(497: 10.99s 13640966493us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEC640 (256 x 256)
(498: 10.99s 13640966546us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEC760 (256 x 256)
(499: 10.99s 13640966646us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEC880 (256 x 256)
(500: 10.99s 13640966699us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEC9A0 (256 x 256)
(501: 10.99s 13640966755us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDECAE0 (256 x 256)
(502: 10.99s 13640966807us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDECC00 (256 x 256)
(503: 10.99s 13640966954us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDECD20 (256 x 256)
(504: 10.99s 13640967016us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDECE40 (256 x 256)
(505: 10.99s 13640967072us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDECF80 (256 x 256)
(506: 10.99s 13640967135us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDED0A0 (256 x 256)
(507: 10.99s 13640967197us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDED1C0 (256 x 256)
(508: 10.99s 13640967251us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDED2E0 (256 x 256)
(509: 10.99s 13640967353us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDED420 (256 x 256)
(510: 10.99s 13640967407us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDED540 (256 x 256)
(511: 10.99s 13640967460us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDED660 (256 x 256)
(512: 10.99s 13640967514us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDED860 (256 x 256)
(513: 10.99s 13640967616us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDED980 (256 x 256)
(514: 10.99s 13640967671us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEDAA0 (256 x 256)
(515: 10.99s 13640967723us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEDBC0 (256 x 256)
(516: 10.99s 13640967776us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEDD00 (256 x 256)
(517: 10.99s 13640967895us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEDE20 (256 x 256)
(518: 10.99s 13640967949us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEDF40 (256 x 256)
(519: 10.99s 13640968002us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEE060 (256 x 256)
(520: 10.99s 13640968054us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEE1A0 (256 x 256)
(521: 10.99s 13640968152us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEE2C0 (256 x 256)
(522: 10.99s 13640968205us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEE3E0 (256 x 256)
(523: 10.99s 13640968259us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEE500 (256 x 256)
(524: 10.99s 13640968312us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEE640 (256 x 256)
(525: 10.99s 13640968428us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEE760 (256 x 256)
(526: 10.99s 13640968481us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEE880 (256 x 256)
(527: 10.99s 13640968580us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEE9A0 (256 x 256)
(528: 10.99s 13640968637us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEEAE0 (256 x 256)
(529: 10.99s 13640968734us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEEC00 (256 x 256)
(530: 10.99s 13640968787us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEED20 (256 x 256)
(531: 10.99s 13640968855us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEEE40 (256 x 256)
(532: 10.99s 13640968917us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEEF80 (256 x 256)
(533: 10.99s 13640969018us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEF0A0 (256 x 256)
(534: 10.99s 13640969074us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEF1C0 (256 x 256)
(535: 10.99s 13640969127us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEF2E0 (256 x 256)
(536: 10.99s 13640969181us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEF420 (256 x 256)
(537: 10.99s 13640969277us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEF540 (256 x 256)
(538: 10.99s 13640969332us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDEF660 (256 x 256)
(539: 10.99s 13640969429us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF0060 (256 x 256)
(540: 10.99s 13640969483us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF0180 (256 x 256)
(541: 10.99s 13640969536us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF02A0 (256 x 256)
(542: 10.99s 13640969588us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF03C0 (256 x 256)
(543: 10.99s 13640969683us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF0500 (256 x 256)
(544: 10.99s 13640969737us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF0620 (256 x 256)
(545: 10.99s 13640969789us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF0740 (256 x 256)
(546: 10.99s 13640969863us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF0860 (256 x 256)
(547: 10.99s 13640969963us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF09A0 (256 x 256)
(548: 10.99s 13640970019us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF0AC0 (256 x 256)
(549: 10.99s 13640970074us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF0BE0 (256 x 256)
(550: 10.99s 13640970159us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF0D00 (256 x 256)
(551: 10.99s 13640970286us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF0E40 (256 x 256)
(552: 10.99s 13640970352us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF0F60 (256 x 256)
(553: 10.99s 13640970407us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF1080 (256 x 256)
(554: 10.99s 13640970460us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF11A0 (256 x 256)
(555: 10.99s 13640970565us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF12E0 (256 x 256)
(556: 10.99s 13640970619us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF1400 (256 x 256)
(557: 10.99s 13640970672us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF1520 (256 x 256)
(558: 10.99s 13640970769us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF1640 (256 x 256)
(559: 10.99s 13640970884us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF1780 (256 x 256)
(560: 10.99s 13640970940us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF18A0 (256 x 256)
(561: 10.99s 13640970992us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF19C0 (256 x 256)
(562: 10.99s 13640971045us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF1AE0 (256 x 256)
(563: 10.99s 13640971142us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF1C20 (256 x 256)
(564: 10.99s 13640971196us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF1D40 (256 x 256)
(565: 10.99s 13640971250us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF1E60 (256 x 256)
(566: 10.99s 13640971304us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF7080 (256 x 256)
(567: 10.99s 13640971401us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF71A0 (256 x 256)
(568: 10.99s 13640971454us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF72C0 (256 x 256)
(569: 10.99s 13640971506us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF7400 (256 x 256)
(570: 10.99s 13640971558us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF7520 (256 x 256)
(571: 10.99s 13640971658us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF7640 (256 x 256)
(572: 10.99s 13640971711us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF7760 (256 x 256)
(573: 10.99s 13640971763us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF78A0 (256 x 256)
(574: 10.99s 13640971815us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF79C0 (256 x 256)
(575: 10.99s 13640971939us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF7AE0 (256 x 256)
(576: 10.99s 13640972005us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF7C00 (256 x 256)
(577: 10.99s 13640972063us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF7D40 (256 x 256)
(578: 10.99s 13640972118us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF7E60 (256 x 256)
(579: 10.99s 13640972216us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF7F80 (256 x 256)
(580: 10.99s 13640972270us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF80A0 (256 x 256)
(581: 10.99s 13640972323us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF81E0 (256 x 256)
(582: 10.99s 13640972380us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF8300 (256 x 256)
(583: 10.99s 13640972493us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF8420 (256 x 256)
(584: 10.99s 13640972548us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF8540 (256 x 256)
(585: 10.99s 13640972601us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF8680 (256 x 256)
(586: 10.99s 13640972654us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF87A0 (256 x 256)
(587: 10.99s 13640972751us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF88C0 (256 x 256)
(588: 10.99s 13640972804us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF89E0 (256 x 256)
(589: 10.99s 13640972924us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF8B20 (256 x 256)
(590: 10.99s 13640972982us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF8C40 (256 x 256)
(591: 10.99s 13640973089us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF8D60 (256 x 256)
(592: 10.99s 13640973143us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF8E80 (256 x 256)
(593: 10.99s 13640973195us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF8FC0 (256 x 256)
(594: 10.99s 13640973248us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF90E0 (256 x 256)
(595: 11.00s 13640973344us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF9200 (256 x 256)
(596: 11.00s 13640973397us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF9320 (256 x 256)
(597: 11.00s 13640973449us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF9460 (256 x 256)
(598: 11.00s 13640973501us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF9580 (256 x 256)
(599: 11.00s 13640973597us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF96A0 (256 x 256)
(600: 11.00s 13640973673us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF97C0 (256 x 256)
(601: 11.00s 13640973725us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF9900 (256 x 256)
(602: 11.00s 13640973776us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF9A20 (256 x 256)
(603: 11.00s 13640973893us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF9B40 (256 x 256)
(604: 11.00s 13640973947us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF9C60 (256 x 256)
(605: 11.00s 13640973999us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF9DA0 (256 x 256)
(606: 11.00s 13640974051us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF9EC0 (256 x 256)
(607: 11.00s 13640974148us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDF9FE0 (256 x 256)
(608: 11.00s 13640974201us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDFA100 (256 x 256)
(609: 11.00s 13640974263us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDFA240 (256 x 256)
(610: 11.00s 13640974315us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDFA360 (256 x 256)
(611: 11.00s 13640974412us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDFA480 (256 x 256)
(612: 11.00s 13640974465us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDFA5A0 (256 x 256)
(613: 11.00s 13640974535us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDFA6E0 (256 x 256)
(614: 11.00s 13640974592us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDFA800 (256 x 256)
(615: 11.00s 13640974689us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDFA920 (256 x 256)
(616: 11.00s 13640974742us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDFAA40 (256 x 256)
(617: 11.00s 13640974794us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDFAB80 (256 x 256)
(618: 11.00s 13640974862us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDFACA0 (256 x 256)
(619: 11.00s 13640974964us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDFADC0 (256 x 256)
(620: 11.00s 13640975071us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDFAEE0 (256 x 256)
(621: 11.00s 13640975128us)(0x2F6C)Loaded a texture from csphere\dds2.tex, 0xBDFB080 (256 x 256)
(622: 11.00s 13640975940us)(0x2F6C) Loaded 501 textures for csphere\dds2.tex
(623: 11.00s 13640975952us)(0x2F6C) CSphereManager:: Textures Loaded
(624: 11.00s 13640975959us)(0x2F6C) CSphere Manager constructed
(625: 11.00s 13640975965us)(0x2F6C) ================ Scene Created ===============
(626: 11.00s 13640976584us)(0x2F6C) ...3D environment initialised
(627: 11.00s 13640976614us)(0x2F6C)Width=1920, Height=1200
(628: 11.00s 13640976625us)(0x2F6C)D3D9Client::clbkGetRenderParam(RP_COLOURDEPTH): 32
(629: 11.01s 13640990592us)(0x2F6C) Texture Fcd01.dds Loaded. Handle=0x4084628, (32x32), MipMaps=6, Format=0x31545844
(630: 11.01s 13640992824us)(0x2F6C) Texture Fcd01_n.dds Loaded. Handle=0x4084740, (32x32), MipMaps=6, Format=0x31545844
(631: 11.02s 13640995273us)(0x2F6C) Texture Fcd02.dds Loaded. Handle=0x4084858, (32x32), MipMaps=6, Format=0x31545844
(632: 11.02s 13640997759us)(0x2F6C) Texture Fcd02_n.dds Loaded. Handle=0x4084970, (32x32), MipMaps=6, Format=0x31545844
(633: 11.02s 13641000087us)(0x2F6C) Texture Fcd03.dds Loaded. Handle=0x4084A88, (32x32), MipMaps=6, Format=0x31545844
(634: 11.02s 13641002619us)(0x2F6C) Texture Fcd03_n.dds Loaded. Handle=0x4084BA0, (32x32), MipMaps=6, Format=0x31545844
(635: 11.03s 13641005271us)(0x2F6C) Texture Fcd04.dds Loaded. Handle=0x4084CB8, (32x32), MipMaps=6, Format=0x31545844
(636: 11.03s 13641007999us)(0x2F6C) Texture Fcd04_n.dds Loaded. Handle=0x4084DD0, (32x32), MipMaps=6, Format=0x31545844
(637: 11.03s 13641010729us)(0x2F6C) Texture Fcd05.dds Loaded. Handle=0x4084EE8, (32x32), MipMaps=6, Format=0x31545844
(638: 11.03s 13641013017us)(0x2F6C) Texture Fcd05_n.dds Loaded. Handle=0x4085000, (32x32), MipMaps=6, Format=0x31545844
(639: 11.04s 13641015255us)(0x2F6C) Texture Fcd06.dds Loaded. Handle=0x4085118, (32x32), MipMaps=6, Format=0x31545844
(640: 11.04s 13641017711us)(0x2F6C) Texture Fcd06_n.dds Loaded. Handle=0x4085230, (32x32), MipMaps=6, Format=0x31545844
(641: 11.04s 13641020727us)(0x2F6C) Texture Fcd07.dds Loaded. Handle=0x4085348, (32x32), MipMaps=6, Format=0x31545844
(642: 11.04s 13641022325us)(0x2F6C)[WARNING] Texture Fcd07_n.dds not found.
(643: 11.05s 13641025245us)(0x2F6C) Texture Fcd08.dds Loaded. Handle=0x4085460, (32x32), MipMaps=6, Format=0x31545844
(644: 11.05s 13641027338us)(0x2F6C)[WARNING] Texture Fcd08_n.dds not found.
(645: 11.05s 13641030434us)(0x2F6C) Texture Fcd09.dds Loaded. Handle=0x4085578, (32x32), MipMaps=6, Format=0x31545844
(646: 11.05s 13641032677us)(0x2F6C) Texture Fcd09_n.dds Loaded. Handle=0x4085690, (32x32), MipMaps=6, Format=0x31545844
(647: 11.06s 13641035120us)(0x2F6C) Texture Fcd10.dds Loaded. Handle=0x40857A8, (32x32), MipMaps=6, Format=0x31545844
(648: 11.06s 13641037787us)(0x2F6C) Texture Fcd10_n.dds Loaded. Handle=0x40858C0, (32x32), MipMaps=6, Format=0x31545844
(649: 11.06s 13641040151us)(0x2F6C) Texture Fcd11.dds Loaded. Handle=0x40859D8, (32x32), MipMaps=6, Format=0x31545844
(650: 11.06s 13641042546us)(0x2F6C) Texture Fcd11_n.dds Loaded. Handle=0x4085AF0, (32x32), MipMaps=6, Format=0x31545844
(651: 11.07s 13641044924us)(0x2F6C) Texture Fcd12.dds Loaded. Handle=0x4085C08, (32x32), MipMaps=6, Format=0x31545844
(652: 11.07s 13641047527us)(0x2F6C) Texture Fcd12_n.dds Loaded. Handle=0x4085D20, (32x32), MipMaps=6, Format=0x31545844
(653: 11.07s 13641049928us)(0x2F6C) Texture Fcd13.dds Loaded. Handle=0x4085E38, (32x32), MipMaps=6, Format=0x31545844
(654: 11.07s 13641052478us)(0x2F6C) Texture Fcd13_n.dds Loaded. Handle=0x4085F50, (32x32), MipMaps=6, Format=0x31545844
(655: 11.08s 13641055032us)(0x2F6C) Texture Roof01.dds Loaded. Handle=0x4086068, (32x32), MipMaps=6, Format=0x31545844
(656: 11.08s 13641056961us)(0x2F6C)[WARNING] Texture Roof01_n.dds not found.
(657: 11.08s 13641059848us)(0x2F6C) Texture Roof02.dds Loaded. Handle=0x4086180, (32x32), MipMaps=6, Format=0x31545844
(658: 11.08s 13641062007us)(0x2F6C)[WARNING] Texture Roof02_n.dds not found.
(659: 11.09s 13641065219us)(0x2F6C) Texture Wall01.dds Loaded. Handle=0x4086298, (32x32), MipMaps=6, Format=0x31545844
(660: 11.09s 13641067050us)(0x2F6C)[WARNING] Texture Wall01_n.dds not found.
(661: 11.09s 13641070056us)(0x2F6C) Texture Door01.dds Loaded. Handle=0x40863B0, (32x32), MipMaps=6, Format=0x31545844
(662: 11.09s 13641072005us)(0x2F6C)[WARNING] Texture Door01_n.dds not found.
(663: 11.10s 13641075141us)(0x2F6C) Texture Lpad01.dds Loaded. Handle=0x4099BF0, (128x128), MipMaps=8, Format=0x31545844
(664: 11.10s 13641077448us)(0x2F6C) Texture Lpad01_n.dds Loaded. Handle=0x4099D08, (128x128), MipMaps=8, Format=0x31545844
(665: 11.10s 13641080148us)(0x2F6C) Texture Lpad02.dds Loaded. Handle=0x4099E20, (128x128), MipMaps=8, Format=0x31545844
(666: 11.10s 13641082676us)(0x2F6C) Texture Lpad02_n.dds Loaded. Handle=0x4099F38, (128x128), MipMaps=8, Format=0x31545844
(667: 11.11s 13641085156us)(0x2F6C) Texture Lpad02a.dds Loaded. Handle=0x409A050, (128x128), MipMaps=8, Format=0x31545844
(668: 11.11s 13641087664us)(0x2F6C) Texture Lpad02a_n.dds Loaded. Handle=0x409A168, (128x128), MipMaps=8, Format=0x31545844
(669: 11.11s 13641090301us)(0x2F6C) Texture Taxiway1.dds Loaded. Handle=0x409A280, (128x128), MipMaps=8, Format=0x31545844
(670: 11.11s 13641092761us)(0x2F6C) Texture Taxiway1_n.dds Loaded. Handle=0x409A398, (128x128), MipMaps=8, Format=0x31545844
(671: 11.12s 13641095253us)(0x2F6C) Texture Taxiway2.dds Loaded. Handle=0x409A4B0, (128x128), MipMaps=8, Format=0x31545844
(672: 11.12s 13641097931us)(0x2F6C) Texture Taxiway2_n.dds Loaded. Handle=0x409A5C8, (128x128), MipMaps=8, Format=0x31545844
(673: 11.12s 13641100344us)(0x2F6C) Texture Monorail.dds Loaded. Handle=0x409A6E0, (64x64), MipMaps=7, Format=0x31545844
(674: 11.13s 13641103353us)(0x2F6C) Texture Monorail_n.dds Loaded. Handle=0x409A7F8, (64x64), MipMaps=7, Format=0x31545844
(675: 11.13s 13641106354us)(0x2F6C) Texture Hangrail.dds Loaded. Handle=0x409A910, (512x512), MipMaps=10, Format=0x31545844
(676: 11.13s 13641108709us)(0x2F6C) Texture Hangrail_n.dds Loaded. Handle=0x409AA28, (512x512), MipMaps=10, Format=0x31545844
(677: 11.13s 13641110972us)(0x2F6C) Texture Solpanel.dds Loaded. Handle=0x409AB40, (128x128), MipMaps=8, Format=0x31545844
(678: 11.13s 13641113162us)(0x2F6C)[WARNING] Texture Solpanel_n.dds not found.
(679: 11.31s 13641292047us)(0x2F6C) Texture Runway2.dds Loaded. Handle=0x409AC58, (2048x2048), MipMaps=12, Format=0x31545844
(680: 11.32s 13641294931us)(0x2F6C)[WARNING] Texture Runway2_n.dds not found.
(681: 11.32s 13641297834us)(0x2F6C) Texture Ball.dds Loaded. Handle=0x409AD70, (64x64), MipMaps=7, Format=0x35545844
(682: 11.32s 13641299732us)(0x2F6C)[WARNING] Texture Ball_n.dds not found.
(683: 11.32s 13641302746us)(0x2F6C) Texture Cape17.dds Loaded. Handle=0x409AE88, (128x128), MipMaps=8, Format=0x31545844
(684: 11.33s 13641304629us)(0x2F6C)[WARNING] Texture Cape17_n.dds not found.
(685: 11.33s 13641307691us)(0x2F6C) Texture Cape18.dds Loaded. Handle=0x409AFA0, (128x128), MipMaps=8, Format=0x31545844
(686: 11.33s 13641309583us)(0x2F6C)[WARNING] Texture Cape18_n.dds not found.
(687: 11.33s 13641313013us)(0x2F6C) Texture Cape19.dds Loaded. Handle=0x409B0B8, (128x128), MipMaps=8, Format=0x31545844
(688: 11.34s 13641315032us)(0x2F6C)[WARNING] Texture Cape19_n.dds not found.
(689: 11.34s 13641317747us)(0x2F6C) Texture Cape20.dds Loaded. Handle=0x409B1D0, (128x128), MipMaps=8, Format=0x31545844
(690: 11.34s 13641319743us)(0x2F6C)[WARNING] Texture Cape20_n.dds not found.
(691: 11.34s 13641322235us)(0x2F6C)[WARNING] Texture Cape21.dds not found.
(692: 11.35s 13641324680us)(0x2F6C)[WARNING] Texture Cape21_n.dds not found.
(693: 11.35s 13641327759us)(0x2F6C) Texture Cape22.dds Loaded. Handle=0x409B2E8, (128x128), MipMaps=8, Format=0x31545844
(694: 11.35s 13641329683us)(0x2F6C)[WARNING] Texture Cape22_n.dds not found.
(695: 11.35s 13641332784us)(0x2F6C) Texture Cape23.dds Loaded. Handle=0x409B400, (128x128), MipMaps=8, Format=0x31545844
(696: 11.36s 13641335083us)(0x2F6C) Texture Cape23_n.dds Loaded. Handle=0x409B518, (128x128), MipMaps=8, Format=0x31545844
(697: 11.36s 13641338485us)(0x2F6C) Texture mark1.dds Loaded. Handle=0x409B630, (128x128), MipMaps=8, Format=0x31545844
(698: 11.36s 13641339856us)(0x2F6C)[WARNING] Texture mark1_n.dds not found.
(699: 11.37s 13641343656us)(0x2F6C) Texture mark2.dds Loaded. Handle=0x409B748, (128x128), MipMaps=8, Format=0x31545844
(700: 11.37s 13641345039us)(0x2F6C)[WARNING] Texture mark2_n.dds not found.
(701: 11.37s 13641348702us)(0x2F6C) Texture mark3.dds Loaded. Handle=0x409B860, (128x128), MipMaps=8, Format=0x31545844
(702: 11.37s 13641350011us)(0x2F6C)[WARNING] Texture mark3_n.dds not found.
(703: 11.38s 13641353559us)(0x2F6C) Texture mark4.dds Loaded. Handle=0x409B978, (128x128), MipMaps=8, Format=0x31545844
(704: 11.38s 13641355048us)(0x2F6C)[WARNING] Texture mark4_n.dds not found.
(705: 11.38s 13641358456us)(0x2F6C) Texture mark5.dds Loaded. Handle=0x409BA90, (128x128), MipMaps=8, Format=0x31545844
(706: 11.38s 13641359731us)(0x2F6C)[WARNING] Texture mark5_n.dds not found.
(707: 11.38s 13641363030us)(0x2F6C) Texture mark6.dds Loaded. Handle=0x409BBF0, (128x128), MipMaps=8, Format=0x31545844
(708: 11.39s 13641364235us)(0x2F6C)[WARNING] Texture mark6_n.dds not found.
(709: 11.39s 13641367461us)(0x2F6C) Texture mark7.dds Loaded. Handle=0x409BD08, (128x128), MipMaps=8, Format=0x31545844
(710: 11.39s 13641368656us)(0x2F6C)[WARNING] Texture mark7_n.dds not found.
(711: 11.39s 13641371959us)(0x2F6C) Texture mark8.dds Loaded. Handle=0x409BE20, (128x128), MipMaps=8, Format=0x31545844
(712: 11.39s 13641373167us)(0x2F6C)[WARNING] Texture mark8_n.dds not found.
(713: 11.40s 13641375936us)(0x2F6C) Texture mark9.dds Loaded. Handle=0x409BF38, (128x128), MipMaps=8, Format=0x31545844
(714: 11.40s 13641377527us)(0x2F6C)[WARNING] Texture mark9_n.dds not found.
(715: 11.40s 13641380347us)(0x2F6C) Texture mark10.dds Loaded. Handle=0x409C050, (128x128), MipMaps=8, Format=0x31545844
(716: 11.40s 13641381918us)(0x2F6C)[WARNING] Texture mark10_n.dds not found.
(717: 11.41s 13641384663us)(0x2F6C) Texture mark11.dds Loaded. Handle=0x409C168, (128x128), MipMaps=8, Format=0x31545844
(718: 11.41s 13641386275us)(0x2F6C)[WARNING] Texture mark11_n.dds not found.
(719: 11.41s 13641389014us)(0x2F6C) Texture mark12.dds Loaded. Handle=0x409C280, (128x128), MipMaps=8, Format=0x31545844
(720: 11.41s 13641390675us)(0x2F6C)[WARNING] Texture mark12_n.dds not found.
(721: 11.42s 13641393565us)(0x2F6C) Texture mark13.dds Loaded. Handle=0x409C398, (128x128), MipMaps=8, Format=0x31545844
(722: 11.42s 13641395104us)(0x2F6C)[WARNING] Texture mark13_n.dds not found.
(723: 11.42s 13641397830us)(0x2F6C) Texture mark14.dds Loaded. Handle=0x409C4B0, (128x128), MipMaps=8, Format=0x31545844
(724: 11.42s 13641399446us)(0x2F6C)[WARNING] Texture mark14_n.dds not found.
(725: 11.42s 13641402213us)(0x2F6C) Texture mark15.dds Loaded. Handle=0x409C5C8, (128x128), MipMaps=8, Format=0x31545844
(726: 11.43s 13641403832us)(0x2F6C)[WARNING] Texture mark15_n.dds not found.
(727: 11.43s 13641407056us)(0x2F6C) Texture STSEdwrun1.dds Loaded. Handle=0x409C6E0, (512x512), MipMaps=10, Format=0x31545844
(728: 11.43s 13641409063us)(0x2F6C)[WARNING] Texture STSEdwrun1_n.dds not found.
(729: 11.43s 13641411888us)(0x2F6C) Texture STSRoof03.dds Loaded. Handle=0x409C7F8, (32x32), MipMaps=6, Format=0x31545844
(730: 11.44s 13641413714us)(0x2F6C)[WARNING] Texture STSRoof03_n.dds not found.
(731: 11.44s 13641416789us)(0x2F6C) Texture ASVI-sede1.dds Loaded. Handle=0x409C910, (512x512), MipMaps=10, Format=0x31545844
(732: 11.44s 13641419061us)(0x2F6C) Texture ASVI-sede1_n.dds Loaded. Handle=0x409CA28, (512x512), MipMaps=10, Format=0x31545844
(733: 11.44s 13641421475us)(0x2F6C) Texture ASVI-Portone.dds Loaded. Handle=0x409CB40, (256x256), MipMaps=9, Format=0x35545844
(734: 11.45s 13641423892us)(0x2F6C) Texture ASVI-Portone_n.dds Loaded. Handle=0x409CC58, (256x256), MipMaps=9, Format=0x35545844
(735: 11.45s 13641426042us)(0x2F6C) Texture ASVI-Insegna.dds Loaded. Handle=0x409CD70, (256x256), MipMaps=9, Format=0x35545844
(736: 11.45s 13641428561us)(0x2F6C) Texture ASVI-Insegna_n.dds Loaded. Handle=0x409CE88, (256x256), MipMaps=9, Format=0x35545844
(737: 11.45s 13641431228us)(0x2F6C) Texture ASVI-Hangar.dds Loaded. Handle=0x409CFA0, (1024x1024), MipMaps=11, Format=0x31545844
(738: 11.46s 13641433811us)(0x2F6C) Texture ASVI-Hangar_n.dds Loaded. Handle=0x409D0B8, (1024x1024), MipMaps=11, Format=0x31545844
(739: 11.46s 13641436425us)(0x2F6C) Texture Uffici_ASVI.dds Loaded. Handle=0x409D1D0, (1024x1024), MipMaps=11, Format=0x31545844
(740: 11.46s 13641438952us)(0x2F6C) Texture Uffici_ASVI_n.dds Loaded. Handle=0x409D2E8, (1024x1024), MipMaps=11, Format=0x31545844
(741: 11.46s 13641441491us)(0x2F6C) Texture Assemblaggio.dds Loaded. Handle=0x409D400, (1024x1024), MipMaps=11, Format=0x31545844
(742: 11.47s 13641444101us)(0x2F6C) Texture Assemblaggio_n.dds Loaded. Handle=0x409D518, (1024x1024), MipMaps=11, Format=0x31545844
(743: 11.47s 13641445451us)(0x2F6C)[WARNING] Texture Asfalto.dds not found.
(744: 11.47s 13641447632us)(0x2F6C)[WARNING] Texture Asfalto_n.dds not found.
(745: 11.47s 13641450425us)(0x2F6C) Texture Torre.dds Loaded. Handle=0x409D630, (512x512), MipMaps=10, Format=0x31545844
(746: 11.47s 13641451872us)(0x2F6C)[WARNING] Texture Torre_n.dds not found.
(747: 11.48s 13641454987us)(0x2F6C) Texture Imbarco.dds Loaded. Handle=0x409D748, (1024x1024), MipMaps=11, Format=0x31545844
(748: 11.48s 13641457298us)(0x2F6C) Texture Imbarco_n.dds Loaded. Handle=0x409D860, (1024x1024), MipMaps=11, Format=0x31545844
(749: 11.48s 13641459463us)(0x2F6C) Texture SAV.dds Loaded. Handle=0x409D978, (1024x1024), MipMaps=11, Format=0x31545844
(750: 11.48s 13641461787us)(0x2F6C) Texture SAV_n.dds Loaded. Handle=0x409DA90, (1024x1024), MipMaps=11, Format=0x31545844
(751: 11.49s 13641464302us)(0x2F6C) Texture FOI-firma.dds Loaded. Handle=0x409DBF0, (512x512), MipMaps=10, Format=0x31545844
(752: 11.49s 13641466392us)(0x2F6C) Texture FOI-firma_n.dds Loaded. Handle=0x409DD08, (512x512), MipMaps=10, Format=0x31545844
(753: 11.49s 13641469120us)(0x2F6C) Texture padmio.dds Loaded. Handle=0x409DE20, (1024x1024), MipMaps=11, Format=0x31545844
(754: 11.49s 13641471230us)(0x2F6C) Texture padmio_n.dds Loaded. Handle=0x409DF38, (512x512), MipMaps=10, Format=0x31545844
(755: 11.50s 13641474544us)(0x2F6C) Texture MarbleWhite0013_1_thumbhuge[1].dds Loaded. Handle=0x409E050, (512x512), MipMaps=10, Format=0x31545844
(756: 11.50s 13641477327us)(0x2F6C) Texture MarbleWhite0013_1_thumbhuge[1]_n.dds Loaded. Handle=0x409E168, (512x512), MipMaps=10, Format=0x31545844
(757: 11.50s 13641479725us)(0x2F6C) Texture vab_tl2.dds Loaded. Handle=0x409E280, (32x64), MipMaps=7, Format=0x31545844
(758: 11.50s 13641481235us)(0x2F6C)[WARNING] Texture vab_tl2_n.dds not found.
(759: 11.51s 13641484453us)(0x2F6C) Texture vab_fr02.dds Loaded. Handle=0x409E398, (64x128), MipMaps=8, Format=0x31545844
(760: 11.51s 13641486291us)(0x2F6C) Texture vab_fr02_n.dds Loaded. Handle=0x409E4B0, (64x128), MipMaps=8, Format=0x31545844
(761: 11.51s 13641488376us)(0x2F6C) Texture bulk2.dds Loaded. Handle=0x409E5C8, (64x64), MipMaps=7, Format=0x31545844
(762: 11.51s 13641489985us)(0x2F6C)[WARNING] Texture bulk2_n.dds not found.
(763: 11.51s 13641492677us)(0x2F6C) Texture Runway1.dds Loaded. Handle=0x409E6E0, (128x128), MipMaps=8, Format=0x31545844
(764: 11.52s 13641495604us)(0x2F6C) Texture Runway1_n.dds Loaded. Handle=0x409E7F8, (128x128), MipMaps=8, Format=0x31545844
(765: 11.52s 13641497469us)(0x2F6C) Texture roof_blue.dds Loaded. Handle=0x409E910, (128x128), MipMaps=8, Format=0x35545844
(766: 11.52s 13641499207us)(0x2F6C)[WARNING] Texture roof_blue_n.dds not found.
(767: 11.52s 13641502035us)(0x2F6C) Texture roof_fan.dds Loaded. Handle=0x409EA28, (128x128), MipMaps=8, Format=0x35545844
(768: 11.53s 13641503606us)(0x2F6C)[WARNING] Texture roof_fan_n.dds not found.
(769: 11.53s 13641506462us)(0x2F6C) Texture roof_hangar.dds Loaded. Handle=0x409EB40, (128x128), MipMaps=8, Format=0x31545844
(770: 11.53s 13641508160us)(0x2F6C)[WARNING] Texture roof_hangar_n.dds not found.
(771: 11.53s 13641510982us)(0x2F6C) Texture wall_corr.dds Loaded. Handle=0x409EC58, (128x128), MipMaps=8, Format=0x35545844
(772: 11.53s 13641512675us)(0x2F6C)[WARNING] Texture wall_corr_n.dds not found.
(773: 11.54s 13641515522us)(0x2F6C) Texture wall_door.dds Loaded. Handle=0x409ED70, (128x128), MipMaps=8, Format=0x35545844
(774: 11.54s 13641517569us)(0x2F6C) Texture wall_door_n.dds Loaded. Handle=0x409EE88, (128x128), MipMaps=8, Format=0x35545844
(775: 11.54s 13641519820us)(0x2F6C) Texture wall_door_n.dds Loaded. Handle=0x409EFA0, (128x128), MipMaps=8, Format=0x35545844
(776: 11.54s 13641521806us)(0x2F6C)[WARNING] Texture wall_door_n_n.dds not found.
(777: 11.55s 13641524723us)(0x2F6C) Texture wall_hq.dds Loaded. Handle=0x409F0B8, (128x128), MipMaps=8, Format=0x35545844
(778: 11.55s 13641526939us)(0x2F6C) Texture wall_hq_n.dds Loaded. Handle=0x409F1D0, (128x128), MipMaps=8, Format=0x35545844
(779: 11.55s 13641528911us)(0x2F6C) Texture wall_hq_n.dds Loaded. Handle=0x409F2E8, (128x128), MipMaps=8, Format=0x35545844
(780: 11.55s 13641530791us)(0x2F6C)[WARNING] Texture wall_hq_n_n.dds not found.
(781: 11.56s 13641533696us)(0x2F6C) Texture wall_logo.dds Loaded. Handle=0x409F400, (256x256), MipMaps=9, Format=0x35545844
(782: 11.56s 13641535743us)(0x2F6C) Texture wall_logo_n.dds Loaded. Handle=0x409F518, (256x256), MipMaps=9, Format=0x35545844
(783: 11.56s 13641538050us)(0x2F6C) Texture wall_logo_n.dds Loaded. Handle=0x409F630, (256x256), MipMaps=9, Format=0x35545844
(784: 11.56s 13641539821us)(0x2F6C)[WARNING] Texture wall_logo_n_n.dds not found.
(785: 11.56s 13641542719us)(0x2F6C) Texture wall_obs.dds Loaded. Handle=0x409F748, (128x128), MipMaps=8, Format=0x35545844
(786: 11.57s 13641544903us)(0x2F6C) Texture wall_obs_n.dds Loaded. Handle=0x409F860, (128x128), MipMaps=8, Format=0x35545844
(787: 11.57s 13641546960us)(0x2F6C) Texture wall_obs_n.dds Loaded. Handle=0x409F978, (128x128), MipMaps=8, Format=0x35545844
(788: 11.57s 13641548851us)(0x2F6C)[WARNING] Texture wall_obs_n_n.dds not found.
(789: 11.57s 13641551486us)(0x2F6C) Texture wall_office.dds Loaded. Handle=0x409FA90, (128x128), MipMaps=8, Format=0x35545844
(790: 11.58s 13641553352us)(0x2F6C)[WARNING] Texture wall_office_n.dds not found.
(791: 11.58s 13641555984us)(0x2F6C) Texture wall_offwin.dds Loaded. Handle=0x409FBF0, (128x128), MipMaps=8, Format=0x35545844
(792: 11.58s 13641558535us)(0x2F6C) Texture wall_offwin_n.dds Loaded. Handle=0x409FD08, (128x128), MipMaps=8, Format=0x35545844
(793: 11.58s 13641560598us)(0x2F6C) Texture wall_offwin_n.dds Loaded. Handle=0x409FE20, (128x128), MipMaps=8, Format=0x35545844
(794: 11.58s 13641562608us)(0x2F6C)[WARNING] Texture wall_offwin_n_n.dds not found.
(795: 11.59s 13641565436us)(0x2F6C) Texture wall_plant.dds Loaded. Handle=0x409FF38, (128x128), MipMaps=8, Format=0x35545844
(796: 11.59s 13641567075us)(0x2F6C)[WARNING] Texture wall_plant_n.dds not found.
(797: 11.59s 13641569935us)(0x2F6C) Texture wall_window.dds Loaded. Handle=0x40A0050, (128x128), MipMaps=8, Format=0x35545844
(798: 11.59s 13641572187us)(0x2F6C) Texture wall_window_n.dds Loaded. Handle=0x40A0168, (128x128), MipMaps=8, Format=0x35545844
(799: 11.60s 13641574456us)(0x2F6C) Texture wall_window_n.dds Loaded. Handle=0x40A0280, (128x128), MipMaps=8, Format=0x35545844
(800: 11.60s 13641576413us)(0x2F6C)[WARNING] Texture wall_window_n_n.dds not found.
(801: 11.60s 13641579243us)(0x2F6C) Texture concretetex.dds Loaded. Handle=0x40A0398, (512x512), MipMaps=10, Format=0x31545844
(802: 11.60s 13641581029us)(0x2F6C)[WARNING] Texture concretetex_n.dds not found.
(803: 11.60s 13641581195us)(0x2F6C) Creating D3D9 SketchPad...
(804: 11.60s 13641581215us)(0x2F6C) [NEW FONT] ( Courier New), Size=-24, Weight=400 Pitch&Family=31
(805: 11.62s 13641601967us)(0x2F6C) Font Video Memory Usage = 512 kb
(806: 11.62s 13641602087us)(0x2F6C) Font and Charter set creation succesfull
(807: 11.62s 13641602110us)(0x2F6C) [NEW FONT] ( Arial), Size=20, Weight=400 Pitch&Family=31
(808: 11.64s 13641615115us)(0x2F6C) Font Video Memory Usage = 256 kb
(809: 11.64s 13641615177us)(0x2F6C) Font and Charter set creation succesfull
(810: 11.64s 13641615189us)(0x2F6C) ...D3D9 SketchPad Released
(811: 11.64s 13641617716us)(0x2F6C) Surface font1tex.dds found. Handle=0x40A04B0, (512x256), MipMaps=1, Flags=0x21, Format=0x1A
(812: 11.78s 13641760406us)(0x2F6C) Texture AIAtex/airport_uv.dds Loaded. Handle=0x40A05C8, (1024x1024), MipMaps=11, Format=0x31545844
(813: 11.78s 13641760426us)(0x2F6C) Texture 0x40A05C8 (AIAtex/airport_uv.dds) added in repository
(814: 11.79s 13641764933us)(0x2F6C) Texture AIAtex/wall_logo.dds Loaded. Handle=0x40A06E0, (256x256), MipMaps=9, Format=0x35545844
(815: 11.79s 13641764948us)(0x2F6C) Texture 0x40A06E0 (AIAtex/wall_logo.dds) added in repository
(816: 11.79s 13641767594us)(0x2F6C) Texture AIAtex/hangarstex.dds Loaded. Handle=0x40A07F8, (1024x1024), MipMaps=11, Format=0x31545844
(817: 11.79s 13641767609us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) added in repository
(818: 11.79s 13641771481us)(0x2F6C) Texture AIAtex/Airport_uv.dds Loaded. Handle=0x40A0910, (1024x1024), MipMaps=11, Format=0x31545844
(819: 11.79s 13641771496us)(0x2F6C) Texture 0x40A0910 (AIAtex/Airport_uv.dds) added in repository
(820: 11.80s 13641773923us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=2
(821: 11.80s 13641779715us)(0x2F6C) Texture 0x40A05C8 (AIAtex/airport_uv.dds) found from repository. ReferenceCount=2
(822: 11.80s 13641782185us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=3
(823: 11.81s 13641784621us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=4
(824: 11.81s 13641787052us)(0x2F6C) Texture 0x40A06E0 (AIAtex/wall_logo.dds) found from repository. ReferenceCount=2
(825: 11.81s 13641790078us)(0x2F6C) Texture AIAtex/AIA_company.dds Loaded. Handle=0x40A0A28, (1024x256), MipMaps=11, Format=0x31545844
(826: 11.81s 13641790092us)(0x2F6C) Texture 0x40A0A28 (AIAtex/AIA_company.dds) added in repository
(827: 11.81s 13641792390us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=5
(828: 11.82s 13641794806us)(0x2F6C) Texture 0x40A06E0 (AIAtex/wall_logo.dds) found from repository. ReferenceCount=3
(829: 11.82s 13641797259us)(0x2F6C) Texture 0x40A0A28 (AIAtex/AIA_company.dds) found from repository. ReferenceCount=2
(830: 11.82s 13641799690us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=6
(831: 11.82s 13641802093us)(0x2F6C) Texture 0x40A06E0 (AIAtex/wall_logo.dds) found from repository. ReferenceCount=4
(832: 11.83s 13641804553us)(0x2F6C) Texture 0x40A0A28 (AIAtex/AIA_company.dds) found from repository. ReferenceCount=3
(833: 11.83s 13641807009us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=7
(834: 11.83s 13641809418us)(0x2F6C) Texture 0x40A06E0 (AIAtex/wall_logo.dds) found from repository. ReferenceCount=5
(835: 11.83s 13641812500us)(0x2F6C) Texture AIAtex/Altea_company.dds Loaded. Handle=0x40A0B40, (512x128), MipMaps=10, Format=0x31545844
(836: 11.83s 13641812515us)(0x2F6C) Texture 0x40A0B40 (AIAtex/Altea_company.dds) added in repository
(837: 11.84s 13641814862us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=8
(838: 11.84s 13641818151us)(0x2F6C) Texture AIAtex/ForRent/co_logo3.dds Loaded. Handle=0x40A0C58, (256x256), MipMaps=9, Format=0x31545844
(839: 11.84s 13641818165us)(0x2F6C) Texture 0x40A0C58 (AIAtex/ForRent/co_logo3.dds) added in repository
(840: 11.84s 13641820884us)(0x2F6C) Texture AIAtex/ForRent/your_company3.dds Loaded. Handle=0x40A0D70, (1024x256), MipMaps=11, Format=0x31545844
(841: 11.84s 13641820899us)(0x2F6C) Texture 0x40A0D70 (AIAtex/ForRent/your_company3.dds) added in repository
(842: 11.85s 13641823645us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=9
(843: 11.85s 13641826778us)(0x2F6C) Texture AIAtex/ForRent/co_logo2.dds Loaded. Handle=0x40A0E88, (256x256), MipMaps=9, Format=0x31545844
(844: 11.85s 13641826794us)(0x2F6C) Texture 0x40A0E88 (AIAtex/ForRent/co_logo2.dds) added in repository
(845: 11.85s 13641829807us)(0x2F6C) Texture AIAtex/ForRent/your_company2.dds Loaded. Handle=0x40A0FA0, (1024x256), MipMaps=11, Format=0x31545844
(846: 11.85s 13641829822us)(0x2F6C) Texture 0x40A0FA0 (AIAtex/ForRent/your_company2.dds) added in repository
(847: 11.85s 13641832340us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=10
(848: 11.86s 13641835576us)(0x2F6C) Texture AIAtex/ForRent/co_logo1.dds Loaded. Handle=0x40A10B8, (256x256), MipMaps=9, Format=0x31545844
(849: 11.86s 13641835590us)(0x2F6C) Texture 0x40A10B8 (AIAtex/ForRent/co_logo1.dds) added in repository
(850: 11.86s 13641838451us)(0x2F6C) Texture AIAtex/ForRent/your_company1.dds Loaded. Handle=0x40A11D0, (1024x256), MipMaps=11, Format=0x31545844
(851: 11.86s 13641838465us)(0x2F6C) Texture 0x40A11D0 (AIAtex/ForRent/your_company1.dds) added in repository
(852: 11.86s 13641842451us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=11
(853: 11.87s 13641844819us)(0x2F6C) Texture 0x40A06E0 (AIAtex/wall_logo.dds) found from repository. ReferenceCount=6
(854: 11.87s 13641847306us)(0x2F6C) Texture 0x40A0A28 (AIAtex/AIA_company.dds) found from repository. ReferenceCount=4
(855: 11.87s 13641850552us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=12
(856: 11.87s 13641852932us)(0x2F6C) Texture 0x40A06E0 (AIAtex/wall_logo.dds) found from repository. ReferenceCount=7
(857: 11.88s 13641855375us)(0x2F6C) Texture 0x40A0A28 (AIAtex/AIA_company.dds) found from repository. ReferenceCount=5
(858: 11.88s 13641858626us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=13
(859: 11.88s 13641860990us)(0x2F6C) Texture 0x40A06E0 (AIAtex/wall_logo.dds) found from repository. ReferenceCount=8
(860: 11.89s 13641863554us)(0x2F6C) Texture 0x40A0A28 (AIAtex/AIA_company.dds) found from repository. ReferenceCount=6
(861: 11.89s 13641867039us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=14
(862: 11.89s 13641869382us)(0x2F6C) Texture 0x40A06E0 (AIAtex/wall_logo.dds) found from repository. ReferenceCount=9
(863: 11.89s 13641871932us)(0x2F6C) Texture 0x40A0B40 (AIAtex/Altea_company.dds) found from repository. ReferenceCount=2
(864: 11.90s 13641875366us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=15
(865: 11.90s 13641877961us)(0x2F6C) Texture 0x40A0C58 (AIAtex/ForRent/co_logo3.dds) found from repository. ReferenceCount=2
(866: 11.90s 13641880730us)(0x2F6C) Texture 0x40A0D70 (AIAtex/ForRent/your_company3.dds) found from repository. ReferenceCount=2
(867: 11.91s 13641884061us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=16
(868: 11.91s 13641886647us)(0x2F6C) Texture 0x40A0E88 (AIAtex/ForRent/co_logo2.dds) found from repository. ReferenceCount=2
(869: 11.91s 13641889444us)(0x2F6C) Texture 0x40A0FA0 (AIAtex/ForRent/your_company2.dds) found from repository. ReferenceCount=2
(870: 11.91s 13641893027us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=17
(871: 11.92s 13641895591us)(0x2F6C) Texture 0x40A10B8 (AIAtex/ForRent/co_logo1.dds) found from repository. ReferenceCount=2
(872: 11.92s 13641898331us)(0x2F6C) Texture 0x40A11D0 (AIAtex/ForRent/your_company1.dds) found from repository. ReferenceCount=2
(873: 11.92s 13641901505us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=18
(874: 11.93s 13641904507us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=19
(875: 11.93s 13641907793us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=20
(876: 11.93s 13641910875us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=21
(877: 11.94s 13641914004us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=22
(878: 11.94s 13641917225us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=23
(879: 11.94s 13641922474us)(0x2F6C) Texture 0x40A06E0 (AIAtex/wall_logo.dds) found from repository. ReferenceCount=10
(880: 11.95s 13641926967us)(0x2F6C) Texture AIAtex/VAB_uv.dds Loaded. Handle=0x40A12E8, (1024x1024), MipMaps=11, Format=0x35545844
(881: 11.95s 13641926985us)(0x2F6C) Texture 0x40A12E8 (AIAtex/VAB_uv.dds) added in repository
(882: 11.96s 13641937607us)(0x2F6C) Texture AIAtex/GPLP_uv.dds Loaded. Handle=0x40A1400, (1024x1024), MipMaps=11, Format=0x35545844
(883: 11.96s 13641937624us)(0x2F6C) Texture 0x40A1400 (AIAtex/GPLP_uv.dds) added in repository
(884: 11.96s 13641939403us)(0x2F6C) Texture 0x40A06E0 (AIAtex/wall_logo.dds) found from repository. ReferenceCount=11
(885: 11.96s 13641941937us)(0x2F6C) Texture 0x40A05C8 (AIAtex/airport_uv.dds) found from repository. ReferenceCount=3
(886: 11.97s 13641944359us)(0x2F6C) Texture 0x40A05C8 (AIAtex/airport_uv.dds) found from repository. ReferenceCount=4
(887: 11.97s 13641946753us)(0x2F6C) Texture 0x40A05C8 (AIAtex/airport_uv.dds) found from repository. ReferenceCount=5
(888: 11.97s 13641949154us)(0x2F6C) Texture 0x40A05C8 (AIAtex/airport_uv.dds) found from repository. ReferenceCount=6
(889: 11.97s 13641952622us)(0x2F6C) Texture AIAtex/mountainuv.dds Loaded. Handle=0x40A1518, (1024x512), MipMaps=11, Format=0x35545844
(890: 11.97s 13641952636us)(0x2F6C) Texture 0x40A1518 (AIAtex/mountainuv.dds) added in repository
(891: 11.98s 13641955600us)(0x2F6C) Texture AIAtex/crater5uv.dds Loaded. Handle=0x40A1630, (512x256), MipMaps=10, Format=0x35545844
(892: 11.98s 13641955613us)(0x2F6C) Texture 0x40A1630 (AIAtex/crater5uv.dds) added in repository
(893: 11.98s 13641958425us)(0x2F6C) Texture AIAtex/crater4uv.dds Loaded. Handle=0x40A1748, (512x256), MipMaps=10, Format=0x35545844
(894: 11.98s 13641958439us)(0x2F6C) Texture 0x40A1748 (AIAtex/crater4uv.dds) added in repository
(895: 11.98s 13641961357us)(0x2F6C) Texture AIAtex/crater3uv.dds Loaded. Handle=0x40A1860, (512x256), MipMaps=10, Format=0x35545844
(896: 11.98s 13641961371us)(0x2F6C) Texture 0x40A1860 (AIAtex/crater3uv.dds) added in repository
(897: 11.99s 13641964117us)(0x2F6C) Texture AIAtex/hill_plainuv.dds Loaded. Handle=0x40A1978, (512x256), MipMaps=10, Format=0x35545844
(898: 11.99s 13641964131us)(0x2F6C) Texture 0x40A1978 (AIAtex/hill_plainuv.dds) added in repository
(899: 11.99s 13641966520us)(0x2F6C) Texture AIAtex/hill_80uv.dds Loaded. Handle=0x40A1A90, (512x256), MipMaps=10, Format=0x35545844
(900: 11.99s 13641966534us)(0x2F6C) Texture 0x40A1A90 (AIAtex/hill_80uv.dds) added in repository
(901: 11.99s 13641969707us)(0x2F6C) Texture AIAtex/hill_228uv.dds Loaded. Handle=0x40AAF40, (512x256), MipMaps=10, Format=0x35545844
(902: 11.99s 13641969721us)(0x2F6C) Texture 0x40AAF40 (AIAtex/hill_228uv.dds) added in repository
(903: 12.28s 13642255528us)(0x2F6C) Texture Earth_0_W0170_N0050.dds Loaded. Handle=0x40AB058, (512x512), MipMaps=10, Format=0x31545844
(904: 12.28s 13642255547us)(0x2F6C) Texture 0x40AB058 (Earth_0_W0170_N0050.dds) added in repository
(905: 12.28s 13642257782us)(0x2F6C) Texture Earth_0_W0169_N0050.dds Loaded. Handle=0x40AB170, (512x512), MipMaps=10, Format=0x31545844
(906: 12.28s 13642257796us)(0x2F6C) Texture 0x40AB170 (Earth_0_W0169_N0050.dds) added in repository
(907: 12.28s 13642260336us)(0x2F6C) Texture Earth_0_W0168_N0050.dds Loaded. Handle=0x40AB288, (512x512), MipMaps=10, Format=0x31545844
(908: 12.28s 13642260350us)(0x2F6C) Texture 0x40AB288 (Earth_0_W0168_N0050.dds) added in repository
(909: 12.28s 13642263228us)(0x2F6C) Texture Earth_0_W0170_N0049.dds Loaded. Handle=0x40AB3A0, (512x512), MipMaps=10, Format=0x31545844
(910: 12.28s 13642263243us)(0x2F6C) Texture 0x40AB3A0 (Earth_0_W0170_N0049.dds) added in repository
(911: 12.29s 13642265534us)(0x2F6C) Texture Earth_0_W0169_N0049.dds Loaded. Handle=0x40AB4B8, (512x512), MipMaps=10, Format=0x31545844
(912: 12.29s 13642265547us)(0x2F6C) Texture 0x40AB4B8 (Earth_0_W0169_N0049.dds) added in repository
(913: 12.29s 13642268086us)(0x2F6C) Texture Earth_0_W0168_N0049.dds Loaded. Handle=0x40AB5D0, (512x512), MipMaps=10, Format=0x31545844
(914: 12.29s 13642268099us)(0x2F6C) Texture 0x40AB5D0 (Earth_0_W0168_N0049.dds) added in repository
(915: 12.29s 13642271095us)(0x2F6C) Texture Earth_0_W0170_N0048.dds Loaded. Handle=0x40AB6E8, (512x512), MipMaps=10, Format=0x33545844
(916: 12.29s 13642271109us)(0x2F6C) Texture 0x40AB6E8 (Earth_0_W0170_N0048.dds) added in repository
(917: 12.30s 13642273609us)(0x2F6C) Texture Earth_0_W0169_N0048.dds Loaded. Handle=0x40AB800, (512x512), MipMaps=10, Format=0x33545844
(918: 12.30s 13642273623us)(0x2F6C) Texture 0x40AB800 (Earth_0_W0169_N0048.dds) added in repository
(919: 12.30s 13642276101us)(0x2F6C) Texture Earth_0_W0168_N0048.dds Loaded. Handle=0x40AB918, (512x512), MipMaps=10, Format=0x31545844
(920: 12.30s 13642276114us)(0x2F6C) Texture 0x40AB918 (Earth_0_W0168_N0048.dds) added in repository
(921: 12.33s 13642305368us)(0x2F6C) Texture VAB_TL1.dds Loaded. Handle=0x40ABA30, (64x32), MipMaps=7, Format=0x31545844
(922: 12.33s 13642305386us)(0x2F6C) Texture 0x40ABA30 (VAB_TL1.dds) added in repository
(923: 12.33s 13642307514us)(0x2F6C) Texture VAB_FR01.dds Loaded. Handle=0x40ABB48, (256x256), MipMaps=9, Format=0x31545844
(924: 12.33s 13642307529us)(0x2F6C) Texture 0x40ABB48 (VAB_FR01.dds) added in repository
(925: 12.33s 13642309666us)(0x2F6C) Texture VAB_TL2.dds Loaded. Handle=0x40ABC60, (32x64), MipMaps=7, Format=0x31545844
(926: 12.33s 13642309680us)(0x2F6C) Texture 0x40ABC60 (VAB_TL2.dds) added in repository
(927: 12.33s 13642312202us)(0x2F6C) Texture VAB_FR02.dds Loaded. Handle=0x40ABD78, (64x128), MipMaps=8, Format=0x31545844
(928: 12.33s 13642312225us)(0x2F6C) Texture 0x40ABD78 (VAB_FR02.dds) added in repository
(929: 12.34s 13642316483us)(0x2F6C) Texture VAB_BK01.dds Loaded. Handle=0x40ABE90, (256x256), MipMaps=9, Format=0x31545844
(930: 12.34s 13642316497us)(0x2F6C) Texture 0x40ABE90 (VAB_BK01.dds) added in repository
(931: 12.34s 13642318873us)(0x2F6C) Texture LCC_WNDS.dds Loaded. Handle=0x40ABFA8, (64x32), MipMaps=7, Format=0x31545844
(932: 12.34s 13642318886us)(0x2F6C) Texture 0x40ABFA8 (LCC_WNDS.dds) added in repository
(933: 12.34s 13642321030us)(0x2F6C) Texture LCC_DRS.dds Loaded. Handle=0x40AC0C0, (32x32), MipMaps=6, Format=0x31545844
(934: 12.34s 13642321043us)(0x2F6C) Texture 0x40AC0C0 (LCC_DRS.dds) added in repository
(935: 12.35s 13642326414us)(0x2F6C) Texture STSCLOCK1.dds Loaded. Handle=0x40AC1D8, (1024x1024), MipMaps=11, Format=0x31545844
(936: 12.35s 13642326429us)(0x2F6C) Texture 0x40AC1D8 (STSCLOCK1.dds) added in repository
(937: 12.35s 13642328731us)(0x2F6C) Texture STSDISPLAY.dds Loaded. Handle=0x40AC2F0, (512x512), MipMaps=10, Format=0x31545844
(938: 12.35s 13642328745us)(0x2F6C) Texture 0x40AC2F0 (STSDISPLAY.dds) added in repository
(939: 12.49s 13642471983us)(0x2F6C) Texture K-A17-Across.dds Loaded. Handle=0x40AC408, (64x64), MipMaps=7, Format=0x31545844
(940: 12.49s 13642472004us)(0x2F6C) Texture 0x40AC408 (K-A17-Across.dds) added in repository
(941: 12.50s 13642477046us)(0x2F6C) Texture K-A17-ROAD3.dds Loaded. Handle=0x40AC520, (256x256), MipMaps=9, Format=0x31545844
(942: 12.50s 13642477061us)(0x2F6C) Texture 0x40AC520 (K-A17-ROAD3.dds) added in repository
(943: 12.50s 13642481879us)(0x2F6C) Texture K-A17-ROAD2.dds Loaded. Handle=0x40AC638, (256x256), MipMaps=9, Format=0x31545844
(944: 12.50s 13642481893us)(0x2F6C) Texture 0x40AC638 (K-A17-ROAD2.dds) added in repository
(945: 12.51s 13642486763us)(0x2F6C) Texture K-A17-Concrete.dds Loaded. Handle=0x40AC750, (256x256), MipMaps=9, Format=0x31545844
(946: 12.51s 13642486777us)(0x2F6C) Texture 0x40AC750 (K-A17-Concrete.dds) added in repository
(947: 12.51s 13642489395us)(0x2F6C) Texture K-A17-ROAD.dds Loaded. Handle=0x40AC868, (128x128), MipMaps=8, Format=0x31545844
(948: 12.51s 13642489410us)(0x2F6C) Texture 0x40AC868 (K-A17-ROAD.dds) added in repository
(949: 12.51s 13642491440us)(0x2F6C) Texture K-A17-Metal.dds Loaded. Handle=0x40AC980, (64x64), MipMaps=7, Format=0x31545844
(950: 12.51s 13642491454us)(0x2F6C) Texture 0x40AC980 (K-A17-Metal.dds) added in repository
(951: 12.52s 13642493848us)(0x2F6C) Texture K-A17-Pipes.dds Loaded. Handle=0x40ACA98, (64x64), MipMaps=7, Format=0x31545844
(952: 12.52s 13642493863us)(0x2F6C) Texture 0x40ACA98 (K-A17-Pipes.dds) added in repository
(953: 12.66s 13642636056us)(0x2F6C) Texture 0x40AC408 (K-A17-Across.dds) found from repository. ReferenceCount=2
(954: 12.66s 13642638297us)(0x2F6C) Texture 0x40AC520 (K-A17-ROAD3.dds) found from repository. ReferenceCount=2
(955: 12.66s 13642640535us)(0x2F6C) Texture 0x40AC638 (K-A17-ROAD2.dds) found from repository. ReferenceCount=2
(956: 12.66s 13642642924us)(0x2F6C) Texture 0x40AC750 (K-A17-Concrete.dds) found from repository. ReferenceCount=2
(957: 12.67s 13642645130us)(0x2F6C) Texture 0x40AC868 (K-A17-ROAD.dds) found from repository. ReferenceCount=2
(958: 12.67s 13642647358us)(0x2F6C) Texture 0x40AC980 (K-A17-Metal.dds) found from repository. ReferenceCount=2
(959: 12.67s 13642649562us)(0x2F6C) Texture 0x40ACA98 (K-A17-Pipes.dds) found from repository. ReferenceCount=2
(960: 12.81s 13642791711us)(0x2F6C) Texture 0x40AC408 (K-A17-Across.dds) found from repository. ReferenceCount=3
(961: 12.82s 13642793978us)(0x2F6C) Texture 0x40AC520 (K-A17-ROAD3.dds) found from repository. ReferenceCount=3
(962: 12.82s 13642796256us)(0x2F6C) Texture 0x40AC638 (K-A17-ROAD2.dds) found from repository. ReferenceCount=3
(963: 12.82s 13642798601us)(0x2F6C) Texture 0x40AC750 (K-A17-Concrete.dds) found from repository. ReferenceCount=3
(964: 12.82s 13642800870us)(0x2F6C) Texture 0x40AC868 (K-A17-ROAD.dds) found from repository. ReferenceCount=3
(965: 12.82s 13642803138us)(0x2F6C) Texture 0x40AC980 (K-A17-Metal.dds) found from repository. ReferenceCount=3
(966: 12.83s 13642805341us)(0x2F6C) Texture 0x40ACA98 (K-A17-Pipes.dds) found from repository. ReferenceCount=3
(967: 12.97s 13642948040us)(0x2F6C) Texture 0x40AC408 (K-A17-Across.dds) found from repository. ReferenceCount=4
(968: 12.97s 13642950331us)(0x2F6C) Texture 0x40AC520 (K-A17-ROAD3.dds) found from repository. ReferenceCount=4
(969: 12.97s 13642952614us)(0x2F6C) Texture 0x40AC638 (K-A17-ROAD2.dds) found from repository. ReferenceCount=4
(970: 12.98s 13642954935us)(0x2F6C) Texture 0x40AC750 (K-A17-Concrete.dds) found from repository. ReferenceCount=4
(971: 12.98s 13642957184us)(0x2F6C) Texture 0x40AC868 (K-A17-ROAD.dds) found from repository. ReferenceCount=4
(972: 12.98s 13642959409us)(0x2F6C) Texture 0x40AC980 (K-A17-Metal.dds) found from repository. ReferenceCount=4
(973: 12.98s 13642961682us)(0x2F6C) Texture 0x40ACA98 (K-A17-Pipes.dds) found from repository. ReferenceCount=4
(974: 13.01s 13642984613us)(0x2F6C) Texture 0x40AC1D8 (STSCLOCK1.dds) found from repository. ReferenceCount=2
(975: 13.01s 13642986935us)(0x2F6C) Texture 0x40AC2F0 (STSDISPLAY.dds) found from repository. ReferenceCount=2
(976: 13.15s 13643128421us)(0x2F6C) Texture 0x40AC408 (K-A17-Across.dds) found from repository. ReferenceCount=5
(977: 13.15s 13643130632us)(0x2F6C) Texture 0x40AC520 (K-A17-ROAD3.dds) found from repository. ReferenceCount=5
(978: 13.15s 13643132942us)(0x2F6C) Texture 0x40AC638 (K-A17-ROAD2.dds) found from repository. ReferenceCount=5
(979: 13.16s 13643135267us)(0x2F6C) Texture 0x40AC750 (K-A17-Concrete.dds) found from repository. ReferenceCount=5
(980: 13.16s 13643137597us)(0x2F6C) Texture 0x40AC868 (K-A17-ROAD.dds) found from repository. ReferenceCount=5
(981: 13.16s 13643139809us)(0x2F6C) Texture 0x40AC980 (K-A17-Metal.dds) found from repository. ReferenceCount=5
(982: 13.16s 13643141998us)(0x2F6C) Texture 0x40ACA98 (K-A17-Pipes.dds) found from repository. ReferenceCount=5
(983: 13.31s 13643285347us)(0x2F6C) Texture 0x40AC408 (K-A17-Across.dds) found from repository. ReferenceCount=6
(984: 13.31s 13643287490us)(0x2F6C) Texture 0x40AC520 (K-A17-ROAD3.dds) found from repository. ReferenceCount=6
(985: 13.31s 13643289722us)(0x2F6C) Texture 0x40AC638 (K-A17-ROAD2.dds) found from repository. ReferenceCount=6
(986: 13.31s 13643292041us)(0x2F6C) Texture 0x40AC750 (K-A17-Concrete.dds) found from repository. ReferenceCount=6
(987: 13.32s 13643294286us)(0x2F6C) Texture 0x40AC868 (K-A17-ROAD.dds) found from repository. ReferenceCount=6
(988: 13.32s 13643296679us)(0x2F6C) Texture 0x40AC980 (K-A17-Metal.dds) found from repository. ReferenceCount=6
(989: 13.32s 13643298844us)(0x2F6C) Texture 0x40ACA98 (K-A17-Pipes.dds) found from repository. ReferenceCount=6
(990: 13.47s 13643443476us)(0x2F6C) Texture 0x40ABA30 (VAB_TL1.dds) found from repository. ReferenceCount=2
(991: 13.47s 13643445580us)(0x2F6C) Texture 0x40ABC60 (VAB_TL2.dds) found from repository. ReferenceCount=2
(992: 13.47s 13643447769us)(0x2F6C) Texture 0x40ABE90 (VAB_BK01.dds) found from repository. ReferenceCount=2
(993: 13.47s 13643449956us)(0x2F6C) Texture 0x40AC0C0 (LCC_DRS.dds) found from repository. ReferenceCount=2
(994: 13.47s 13643452162us)(0x2F6C) Texture 0x40ABD78 (VAB_FR02.dds) found from repository. ReferenceCount=2
(995: 13.48s 13643461680us)(0x2F6C) Texture CONCRETE.dds Loaded. Handle=0x40ACBB0, (256x256), MipMaps=9, Format=0x31545844
(996: 13.48s 13643461694us)(0x2F6C) Texture 0x40ACBB0 (CONCRETE.dds) added in repository
(997: 13.50s 13643473896us)(0x2F6C) Texture vabWin2.dds Loaded. Handle=0x40ACCC8, (256x512), MipMaps=10, Format=0x31545844
(998: 13.50s 13643473916us)(0x2F6C) Texture 0x40ACCC8 (vabWin2.dds) added in repository
(999: 13.50s 13643478355us)(0x2F6C) Texture vab_bk01.dds Loaded. Handle=0x40ACDE0, (256x256), MipMaps=9, Format=0x31545844
(1000: 13.50s 13643478368us)(0x2F6C) Texture 0x40ACDE0 (vab_bk01.dds) added in repository
(1001: 13.50s 13643480359us)(0x2F6C) Texture vab_tl2.dds Loaded. Handle=0x40ACF40, (32x64), MipMaps=7, Format=0x31545844
(1002: 13.50s 13643480372us)(0x2F6C) Texture 0x40ACF40 (vab_tl2.dds) added in repository
(1003: 13.50s 13643482505us)(0x2F6C) Texture vab_fr01.dds Loaded. Handle=0x40AD058, (256x256), MipMaps=9, Format=0x31545844
(1004: 13.50s 13643482518us)(0x2F6C) Texture 0x40AD058 (vab_fr01.dds) added in repository
(1005: 13.57s 13643552197us)(0x2F6C) Texture 0x40A05C8 (AIAtex/airport_uv.dds) found from repository. ReferenceCount=7
(1006: 13.58s 13643555351us)(0x2F6C) Texture 0x40A06E0 (AIAtex/wall_logo.dds) found from repository. ReferenceCount=12
(1007: 13.58s 13643557786us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=24
(1008: 13.58s 13643560685us)(0x2F6C) Texture 0x40A0910 (AIAtex/Airport_uv.dds) found from repository. ReferenceCount=2
(1009: 13.58s 13643563235us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=25
(1010: 13.59s 13643569143us)(0x2F6C) Texture 0x40A05C8 (AIAtex/airport_uv.dds) found from repository. ReferenceCount=8
(1011: 13.59s 13643571729us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=26
(1012: 13.60s 13643574119us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=27
(1013: 13.60s 13643576504us)(0x2F6C) Texture 0x40A06E0 (AIAtex/wall_logo.dds) found from repository. ReferenceCount=13
(1014: 13.60s 13643578967us)(0x2F6C) Texture 0x40A0A28 (AIAtex/AIA_company.dds) found from repository. ReferenceCount=7
(1015: 13.60s 13643581393us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=28
(1016: 13.61s 13643583782us)(0x2F6C) Texture 0x40A06E0 (AIAtex/wall_logo.dds) found from repository. ReferenceCount=14
(1017: 13.61s 13643586285us)(0x2F6C) Texture 0x40A0A28 (AIAtex/AIA_company.dds) found from repository. ReferenceCount=8
(1018: 13.61s 13643588632us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=29
(1019: 13.61s 13643590993us)(0x2F6C) Texture 0x40A06E0 (AIAtex/wall_logo.dds) found from repository. ReferenceCount=15
(1020: 13.62s 13643593464us)(0x2F6C) Texture 0x40A0A28 (AIAtex/AIA_company.dds) found from repository. ReferenceCount=9
(1021: 13.62s 13643595910us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=30
(1022: 13.62s 13643598283us)(0x2F6C) Texture 0x40A06E0 (AIAtex/wall_logo.dds) found from repository. ReferenceCount=16
(1023: 13.62s 13643600794us)(0x2F6C) Texture 0x40A0B40 (AIAtex/Altea_company.dds) found from repository. ReferenceCount=3
(1024: 13.62s 13643603208us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=31
(1025: 13.63s 13643605785us)(0x2F6C) Texture 0x40A0C58 (AIAtex/ForRent/co_logo3.dds) found from repository. ReferenceCount=3
(1026: 13.63s 13643608529us)(0x2F6C) Texture 0x40A0D70 (AIAtex/ForRent/your_company3.dds) found from repository. ReferenceCount=3
(1027: 13.63s 13643610961us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=32
(1028: 13.64s 13643613609us)(0x2F6C) Texture 0x40A0E88 (AIAtex/ForRent/co_logo2.dds) found from repository. ReferenceCount=3
(1029: 13.64s 13643616361us)(0x2F6C) Texture 0x40A0FA0 (AIAtex/ForRent/your_company2.dds) found from repository. ReferenceCount=3
(1030: 13.64s 13643618787us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=33
(1031: 13.64s 13643621399us)(0x2F6C) Texture 0x40A10B8 (AIAtex/ForRent/co_logo1.dds) found from repository. ReferenceCount=3
(1032: 13.65s 13643624211us)(0x2F6C) Texture 0x40A11D0 (AIAtex/ForRent/your_company1.dds) found from repository. ReferenceCount=3
(1033: 13.65s 13643627450us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=34
(1034: 13.65s 13643629824us)(0x2F6C) Texture 0x40A06E0 (AIAtex/wall_logo.dds) found from repository. ReferenceCount=17
(1035: 13.65s 13643632303us)(0x2F6C) Texture 0x40A0A28 (AIAtex/AIA_company.dds) found from repository. ReferenceCount=10
(1036: 13.66s 13643635548us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=35
(1037: 13.66s 13643637955us)(0x2F6C) Texture 0x40A06E0 (AIAtex/wall_logo.dds) found from repository. ReferenceCount=18
(1038: 13.66s 13643640416us)(0x2F6C) Texture 0x40A0A28 (AIAtex/AIA_company.dds) found from repository. ReferenceCount=11
(1039: 13.67s 13643643691us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=36
(1040: 13.67s 13643646068us)(0x2F6C) Texture 0x40A06E0 (AIAtex/wall_logo.dds) found from repository. ReferenceCount=19
(1041: 13.67s 13643648517us)(0x2F6C) Texture 0x40A0A28 (AIAtex/AIA_company.dds) found from repository. ReferenceCount=12
(1042: 13.67s 13643651763us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=37
(1043: 13.68s 13643654122us)(0x2F6C) Texture 0x40A06E0 (AIAtex/wall_logo.dds) found from repository. ReferenceCount=20
(1044: 13.68s 13643656604us)(0x2F6C) Texture 0x40A0B40 (AIAtex/Altea_company.dds) found from repository. ReferenceCount=4
(1045: 13.68s 13643659846us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=38
(1046: 13.68s 13643662569us)(0x2F6C) Texture 0x40A0C58 (AIAtex/ForRent/co_logo3.dds) found from repository. ReferenceCount=4
(1047: 13.69s 13643665333us)(0x2F6C) Texture 0x40A0D70 (AIAtex/ForRent/your_company3.dds) found from repository. ReferenceCount=4
(1048: 13.69s 13643668613us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=39
(1049: 13.69s 13643671281us)(0x2F6C) Texture 0x40A0E88 (AIAtex/ForRent/co_logo2.dds) found from repository. ReferenceCount=4
(1050: 13.70s 13643674037us)(0x2F6C) Texture 0x40A0FA0 (AIAtex/ForRent/your_company2.dds) found from repository. ReferenceCount=4
(1051: 13.70s 13643677309us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=40
(1052: 13.70s 13643679869us)(0x2F6C) Texture 0x40A10B8 (AIAtex/ForRent/co_logo1.dds) found from repository. ReferenceCount=4
(1053: 13.70s 13643682640us)(0x2F6C) Texture 0x40A11D0 (AIAtex/ForRent/your_company1.dds) found from repository. ReferenceCount=4
(1054: 13.71s 13643685745us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=41
(1055: 13.71s 13643688819us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=42
(1056: 13.71s 13643691972us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=43
(1057: 13.72s 13643695070us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=44
(1058: 13.72s 13643698103us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=45
(1059: 13.72s 13643701251us)(0x2F6C) Texture 0x40A07F8 (AIAtex/hangarstex.dds) found from repository. ReferenceCount=46
(1060: 13.73s 13643706454us)(0x2F6C) Texture 0x40A06E0 (AIAtex/wall_logo.dds) found from repository. ReferenceCount=21
(1061: 13.73s 13643708785us)(0x2F6C) Texture 0x40A12E8 (AIAtex/VAB_uv.dds) found from repository. ReferenceCount=2
(1062: 13.74s 13643716985us)(0x2F6C) Texture 0x40A1400 (AIAtex/GPLP_uv.dds) found from repository. ReferenceCount=2
(1063: 13.74s 13643719367us)(0x2F6C) Texture 0x40A06E0 (AIAtex/wall_logo.dds) found from repository. ReferenceCount=22
(1064: 13.74s 13643721775us)(0x2F6C) Texture 0x40A05C8 (AIAtex/airport_uv.dds) found from repository. ReferenceCount=9
(1065: 13.75s 13643724174us)(0x2F6C) Texture 0x40A05C8 (AIAtex/airport_uv.dds) found from repository. ReferenceCount=10
(1066: 13.75s 13643726566us)(0x2F6C) Texture 0x40A05C8 (AIAtex/airport_uv.dds) found from repository. ReferenceCount=11
(1067: 13.75s 13643728971us)(0x2F6C) Texture 0x40A05C8 (AIAtex/airport_uv.dds) found from repository. ReferenceCount=12
(1068: 13.75s 13643731466us)(0x2F6C) Texture 0x40A1518 (AIAtex/mountainuv.dds) found from repository. ReferenceCount=2
(1069: 13.76s 13643733854us)(0x2F6C) Texture 0x40A1630 (AIAtex/crater5uv.dds) found from repository. ReferenceCount=2
(1070: 13.76s 13643736270us)(0x2F6C) Texture 0x40A1748 (AIAtex/crater4uv.dds) found from repository. ReferenceCount=2
(1071: 13.76s 13643738650us)(0x2F6C) Texture 0x40A1860 (AIAtex/crater3uv.dds) found from repository. ReferenceCount=2
(1072: 13.76s 13643741074us)(0x2F6C) Texture 0x40A1978 (AIAtex/hill_plainuv.dds) found from repository. ReferenceCount=2
(1073: 13.77s 13643743652us)(0x2F6C) Texture 0x40A1A90 (AIAtex/hill_80uv.dds) found from repository. ReferenceCount=2
(1074: 13.77s 13643746056us)(0x2F6C) Texture 0x40AAF40 (AIAtex/hill_228uv.dds) found from repository. ReferenceCount=2
(1075: 14.05s 13644023621us)(0x2F6C) Texture 0x40AB058 (Earth_0_W0170_N0050.dds) found from repository. ReferenceCount=2
(1076: 14.05s 13644026084us)(0x2F6C) Texture 0x40AB170 (Earth_0_W0169_N0050.dds) found from repository. ReferenceCount=2
(1077: 14.05s 13644028582us)(0x2F6C) Texture 0x40AB288 (Earth_0_W0168_N0050.dds) found from repository. ReferenceCount=2
(1078: 14.05s 13644031094us)(0x2F6C) Texture 0x40AB3A0 (Earth_0_W0170_N0049.dds) found from repository. ReferenceCount=2
(1079: 14.06s 13644033554us)(0x2F6C) Texture 0x40AB4B8 (Earth_0_W0169_N0049.dds) found from repository. ReferenceCount=2
(1080: 14.06s 13644036049us)(0x2F6C) Texture 0x40AB5D0 (Earth_0_W0168_N0049.dds) found from repository. ReferenceCount=2
(1081: 14.06s 13644038550us)(0x2F6C) Texture 0x40AB6E8 (Earth_0_W0170_N0048.dds) found from repository. ReferenceCount=2
(1082: 14.06s 13644041005us)(0x2F6C) Texture 0x40AB800 (Earth_0_W0169_N0048.dds) found from repository. ReferenceCount=2
(1083: 14.07s 13644043504us)(0x2F6C) Texture 0x40AB918 (Earth_0_W0168_N0048.dds) found from repository. ReferenceCount=2
(1084: 14.09s 13644067853us)(0x2F6C) Texture 0x40ABA30 (VAB_TL1.dds) found from repository. ReferenceCount=3
(1085: 14.09s 13644070037us)(0x2F6C) Texture 0x40ABB48 (VAB_FR01.dds) found from repository. ReferenceCount=2
(1086: 14.09s 13644072311us)(0x2F6C) Texture 0x40ABC60 (VAB_TL2.dds) found from repository. ReferenceCount=3
(1087: 14.10s 13644074513us)(0x2F6C) Texture 0x40ABD78 (VAB_FR02.dds) found from repository. ReferenceCount=3
(1088: 14.10s 13644076708us)(0x2F6C) Texture 0x40ABE90 (VAB_BK01.dds) found from repository. ReferenceCount=3
(1089: 14.10s 13644079035us)(0x2F6C) Texture 0x40ABFA8 (LCC_WNDS.dds) found from repository. ReferenceCount=2
(1090: 14.10s 13644081263us)(0x2F6C) Texture 0x40AC0C0 (LCC_DRS.dds) found from repository. ReferenceCount=3
(1091: 14.22s 13644195685us)(0x2F6C) Texture UMmu\BaseMoonExt.dds Loaded. Handle=0x40AD170, (1024x1024), MipMaps=11, Format=0x31545844
(1092: 14.22s 13644195705us)(0x2F6C) Texture 0x40AD170 (UMmu\BaseMoonExt.dds) added in repository
(1093: 14.23s 13644208045us)(0x2F6C) Texture UMmu\BaseMoonRoof.dds Loaded. Handle=0x40AD288, (256x256), MipMaps=9, Format=0x31545844
(1094: 14.23s 13644208062us)(0x2F6C) Texture 0x40AD288 (UMmu\BaseMoonRoof.dds) added in repository
(1095: 14.23s 13644210925us)(0x2F6C) Texture UMmu\BaseMoonFloor.dds Loaded. Handle=0x40AD3A0, (256x256), MipMaps=9, Format=0x31545844
(1096: 14.23s 13644210939us)(0x2F6C) Texture 0x40AD3A0 (UMmu\BaseMoonFloor.dds) added in repository
(1097: 14.24s 13644213467us)(0x2F6C) Texture UMmu\BaseMoonSide.dds Loaded. Handle=0x40AD4B8, (256x256), MipMaps=9, Format=0x31545844
(1098: 14.24s 13644213483us)(0x2F6C) Texture 0x40AD4B8 (UMmu\BaseMoonSide.dds) added in repository
(1099: 14.52s 13644499864us)(0x2F6C) Texture ISS_DC.dds Loaded. Handle=0x40AD5D0, (128x128), MipMaps=8, Format=0x31545844
(1100: 14.52s 13644499883us)(0x2F6C) Texture 0x40AD5D0 (ISS_DC.dds) added in repository
(1101: 14.52s 13644503131us)(0x2F6C) Texture ISS_DCS.dds Loaded. Handle=0x40AD6E8, (128x128), MipMaps=8, Format=0x31545844
(1102: 14.52s 13644503146us)(0x2F6C) Texture 0x40AD6E8 (ISS_DCS.dds) added in repository
(1103: 14.53s 13644505561us)(0x2F6C) Texture D_RING.dds Loaded. Handle=0x40AD800, (128x128), MipMaps=8, Format=0x31545844
(1104: 14.53s 13644505575us)(0x2F6C) Texture 0x40AD800 (D_RING.dds) added in repository
(1105: 14.53s 13644510426us)(0x2F6C) Texture ISSPANEL.dds Loaded. Handle=0x40AD918, (256x256), MipMaps=9, Format=0x31545844
(1106: 14.53s 13644510440us)(0x2F6C) Texture 0x40AD918 (ISSPANEL.dds) added in repository
(1107: 14.54s 13644521881us)(0x2F6C) Texture ISSMOD.dds Loaded. Handle=0x40ADA30, (64x64), MipMaps=7, Format=0x31545844
(1108: 14.54s 13644521896us)(0x2F6C) Texture 0x40ADA30 (ISSMOD.dds) added in repository
(1109: 14.55s 13644527946us)(0x2F6C) Texture ISSCOVER.dds Loaded. Handle=0x40ADB48, (64x64), MipMaps=7, Format=0x31545844
(1110: 14.55s 13644527960us)(0x2F6C) Texture 0x40ADB48 (ISSCOVER.dds) added in repository
(1111: 14.56s 13644540922us)(0x2F6C) Texture ISSB.dds Loaded. Handle=0x40ADC60, (256x256), MipMaps=9, Format=0x31545844
(1112: 14.56s 13644540938us)(0x2F6C) Texture 0x40ADC60 (ISSB.dds) added in repository
(1113: 14.57s 13644543368us)(0x2F6C) Texture ISSP2.dds Loaded. Handle=0x40ADD78, (64x64), MipMaps=7, Format=0x31545844
(1114: 14.57s 13644543382us)(0x2F6C) Texture 0x40ADD78 (ISSP2.dds) added in repository
(1115: 14.57s 13644545608us)(0x2F6C) Texture ISSDOT.dds Loaded. Handle=0x40ADE90, (64x64), MipMaps=7, Format=0x31545844
(1116: 14.57s 13644545623us)(0x2F6C) Texture 0x40ADE90 (ISSDOT.dds) added in repository
(1117: 14.57s 13644548150us)(0x2F6C) Texture ISSB3.dds Loaded. Handle=0x40ADFA8, (128x128), MipMaps=8, Format=0x31545844
(1118: 14.57s 13644548163us)(0x2F6C) Texture 0x40ADFA8 (ISSB3.dds) added in repository
(1119: 14.58s 13644555731us)(0x2F6C) Texture ISSZMOD.dds Loaded. Handle=0x40AE0C0, (256x256), MipMaps=9, Format=0x31545844
(1120: 14.58s 13644555744us)(0x2F6C) Texture 0x40AE0C0 (ISSZMOD.dds) added in repository
(1121: 14.58s 13644558814us)(0x2F6C) Texture ISSB2.dds Loaded. Handle=0x40AE1D8, (128x128), MipMaps=8, Format=0x31545844
(1122: 14.58s 13644558828us)(0x2F6C) Texture 0x40AE1D8 (ISSB2.dds) added in repository
(1123: 14.59s 13644572042us)(0x2F6C) Texture ISSSOLAR.dds Loaded. Handle=0x40AE2F0, (128x128), MipMaps=8, Format=0x31545844
(1124: 14.59s 13644572056us)(0x2F6C) Texture 0x40AE2F0 (ISSSOLAR.dds) added in repository
(1125: 14.60s 13644574331us)(0x2F6C) Texture ISSB4.dds Loaded. Handle=0x40AE408, (64x64), MipMaps=7, Format=0x31545844
(1126: 14.60s 13644574345us)(0x2F6C) Texture 0x40AE408 (ISSB4.dds) added in repository
(1127: 14.61s 13644584323us)(0x2F6C) Texture ISSKU.dds Loaded. Handle=0x40AE520, (128x128), MipMaps=8, Format=0x31545844
(1128: 14.61s 13644584337us)(0x2F6C) Texture 0x40AE520 (ISSKU.dds) added in repository
(1129: 14.62s 13644594557us)(0x2F6C) Texture ISSKU1.dds Loaded. Handle=0x40AE638, (128x64), MipMaps=8, Format=0x31545844
(1130: 14.62s 13644594572us)(0x2F6C) Texture 0x40AE638 (ISSKU1.dds) added in repository
(1131: 14.62s 13644602289us)(0x2F6C) Texture ISSDISH.dds Loaded. Handle=0x40AE750, (64x64), MipMaps=7, Format=0x31545844
(1132: 14.62s 13644602303us)(0x2F6C) Texture 0x40AE750 (ISSDISH.dds) added in repository
(1133: 14.63s 13644608564us)(0x2F6C) Texture ISSKU2.dds Loaded. Handle=0x40AE868, (128x64), MipMaps=8, Format=0x31545844
(1134: 14.63s 13644608578us)(0x2F6C) Texture 0x40AE868 (ISSKU2.dds) added in repository
(1135: 14.68s 13644657450us)(0x2F6C) Normal Map ISSBSO_norm.dds Loaded Successfully
(1136: 14.68s 13644659259us)(0x2F6C) Texture ISSBSO.dds Loaded. Handle=0x40AE980, (256x128), MipMaps=9, Format=0x31545844
(1137: 14.68s 13644659274us)(0x2F6C) Texture 0x40AE980 (ISSBSO.dds) added in repository
(1138: 14.73s 13644708870us)(0x2F6C) Normal Map ISSBSO2_norm.dds Loaded Successfully
(1139: 14.73s 13644710681us)(0x2F6C) Texture ISSBSO2.dds Loaded. Handle=0x40AEA98, (256x128), MipMaps=9, Format=0x31545844
(1140: 14.73s 13644710694us)(0x2F6C) Texture 0x40AEA98 (ISSBSO2.dds) added in repository
(1141: 14.74s 13644719120us)(0x2F6C) Texture ISSMB.dds Loaded. Handle=0x40AEBB0, (64x64), MipMaps=7, Format=0x15
(1142: 14.74s 13644719137us)(0x2F6C) Texture 0x40AEBB0 (ISSMB.dds) added in repository
(1143: 14.74s 13644721637us)(0x2F6C) Texture ISSUSAF.dds Loaded. Handle=0x40AECC8, (128x64), MipMaps=8, Format=0x15
(1144: 14.74s 13644721650us)(0x2F6C) Texture 0x40AECC8 (ISSUSAF.dds) added in repository
(1145: 14.75s 13644732293us)(0x2F6C) Texture NASDA.dds Loaded. Handle=0x40AEDE0, (128x64), MipMaps=8, Format=0x15
(1146: 14.75s 13644732308us)(0x2F6C) Texture 0x40AEDE0 (NASDA.dds) added in repository
(1147: 14.76s 13644741485us)(0x2F6C) Texture ISSRAD.dds Loaded. Handle=0x40AFF40, (64x128), MipMaps=8, Format=0x31545844
(1148: 14.76s 13644741499us)(0x2F6C) Texture 0x40AFF40 (ISSRAD.dds) added in repository
(1149: 14.77s 13644751516us)(0x2F6C) Texture ISSESA.dds Loaded. Handle=0x40B0058, (128x64), MipMaps=8, Format=0x15
(1150: 14.77s 13644751530us)(0x2F6C) Texture 0x40B0058 (ISSESA.dds) added in repository
(1151: 14.78s 13644759232us)(0x2F6C) Texture ISSBS.dds Loaded. Handle=0x40B0170, (64x64), MipMaps=7, Format=0x33545844
(1152: 14.78s 13644759245us)(0x2F6C) Texture 0x40B0170 (ISSBS.dds) added in repository
(1153: 14.79s 13644768034us)(0x2F6C) Texture ISSCUP.dds Loaded. Handle=0x40B0288, (64x64), MipMaps=7, Format=0x15
(1154: 14.79s 13644768050us)(0x2F6C) Texture 0x40B0288 (ISSCUP.dds) added in repository
(1155: 14.81s 13644783527us)(0x2F6C) Texture METALCON.dds Loaded. Handle=0x40B03A0, (128x64), MipMaps=8, Format=0x15
(1156: 14.81s 13644783543us)(0x2F6C) Texture 0x40B03A0 (METALCON.dds) added in repository
(1157: 14.81s 13644791313us)(0x2F6C) Texture ISSINS.dds Loaded. Handle=0x40B04B8, (128x128), MipMaps=8, Format=0x31545844
(1158: 14.81s 13644791327us)(0x2F6C) Texture 0x40B04B8 (ISSINS.dds) added in repository
(1159: 14.83s 13644809241us)(0x2F6C) Texture QUESTCOV.dds Loaded. Handle=0x40B05D0, (128x256), MipMaps=9, Format=0x31545844
(1160: 14.83s 13644809256us)(0x2F6C) Texture 0x40B05D0 (QUESTCOV.dds) added in repository
(1161: 14.84s 13644822295us)(0x2F6C) Texture GRAPLE.dds Loaded. Handle=0x40B06E8, (128x128), MipMaps=8, Format=0x15
(1162: 14.84s 13644822311us)(0x2F6C) Texture 0x40B06E8 (GRAPLE.dds) added in repository
(1163: 14.86s 13644837769us)(0x2F6C) Texture ISSCOV2.dds Loaded. Handle=0x40B0800, (256x128), MipMaps=9, Format=0x31545844
(1164: 14.86s 13644837784us)(0x2F6C) Texture 0x40B0800 (ISSCOV2.dds) added in repository
(1165: 14.88s 13644853866us)(0x2F6C) Texture ISSHAND.dds Loaded. Handle=0x40B0918, (128x64), MipMaps=8, Format=0x33545844
(1166: 14.88s 13644853881us)(0x2F6C) Texture 0x40B0918 (ISSHAND.dds) added in repository
(1167: 14.88s 13644856433us)(0x2F6C) Texture ISS_UN.dds Loaded. Handle=0x40B0A30, (128x64), MipMaps=8, Format=0x15
(1168: 14.88s 13644856449us)(0x2F6C) Texture 0x40B0A30 (ISS_UN.dds) added in repository
(1169: 14.88s 13644858479us)(0x2F6C) Texture ISSRED.dds Loaded. Handle=0x40B0B48, (32x32), MipMaps=6, Format=0x15
(1170: 14.88s 13644858492us)(0x2F6C) Texture 0x40B0B48 (ISSRED.dds) added in repository
(1171: 14.88s 13644860754us)(0x2F6C) Texture ISSUSA.dds Loaded. Handle=0x40B0C60, (128x64), MipMaps=8, Format=0x15
(1172: 14.88s 13644860767us)(0x2F6C) Texture 0x40B0C60 (ISSUSA.dds) added in repository
(1173: 14.92s 13644898941us)(0x2F6C) Texture 036MB.dds Loaded. Handle=0x40B0D78, (128x128), MipMaps=8, Format=0x31545844
(1174: 14.92s 13644898958us)(0x2F6C) Texture 0x40B0D78 (036MB.dds) added in repository
(1175: 14.92s 13644902140us)(0x2F6C) Texture 036METAL.dds Loaded. Handle=0x40B0E90, (128x128), MipMaps=8, Format=0x31545844
(1176: 14.92s 13644902155us)(0x2F6C) Texture 0x40B0E90 (036METAL.dds) added in repository
(1177: 14.93s 13644904913us)(0x2F6C) Texture 036MIRM.dds Loaded. Handle=0x40B0FA8, (128x128), MipMaps=8, Format=0x31545844
(1178: 14.93s 13644904927us)(0x2F6C) Texture 0x40B0FA8 (036MIRM.dds) added in repository
(1179: 14.93s 13644906951us)(0x2F6C) Texture 036MC1.dds Loaded. Handle=0x40B10C0, (128x128), MipMaps=8, Format=0x31545844
(1180: 14.93s 13644906965us)(0x2F6C) Texture 0x40B10C0 (036MC1.dds) added in repository
(1181: 14.93s 13644909864us)(0x2F6C) Texture 036PANEL.dds Loaded. Handle=0x40B11D8, (128x128), MipMaps=8, Format=0x31545844
(1182: 14.93s 13644909877us)(0x2F6C) Texture 0x40B11D8 (036PANEL.dds) added in repository
(1183: 14.93s 13644911864us)(0x2F6C) Texture 036MOD1.dds Loaded. Handle=0x40B12F0, (128x128), MipMaps=8, Format=0x31545844
(1184: 14.93s 13644911877us)(0x2F6C) Texture 0x40B12F0 (036MOD1.dds) added in repository
(1185: 14.94s 13644914130us)(0x2F6C) Texture 036MC3.dds Loaded. Handle=0x40B1408, (128x128), MipMaps=8, Format=0x31545844
(1186: 14.94s 13644914144us)(0x2F6C) Texture 0x40B1408 (036MC3.dds) added in repository
(1187: 14.94s 13644916327us)(0x2F6C) Texture 036POINT.dds Loaded. Handle=0x40B1520, (128x128), MipMaps=8, Format=0x31545844
(1188: 14.94s 13644916340us)(0x2F6C) Texture 0x40B1520 (036POINT.dds) added in repository
(1189: 14.97s 13644943621us)(0x2F6C) Texture Station2.dds Loaded. Handle=0x40B1638, (256x256), MipMaps=9, Format=0x31545844
(1190: 14.97s 13644943637us)(0x2F6C) Texture 0x40B1638 (Station2.dds) added in repository
(1191: 14.97s 13644947766us)(0x2F6C) [NEW FONT] ( Arial), Size=34, Weight=700 Pitch&Family=31
(1192: 14.99s 13644965793us)(0x2F6C) Font Video Memory Usage = 1024 kb
(1193: 14.99s 13644965985us)(0x2F6C) Font and Charter set creation succesfull
(1194: 14.99s 13644966010us)(0x2F6C) [NEW FONT] ( Arial), Size=22, Weight=700 Pitch&Family=31
(1195: 15.00s 13644980744us)(0x2F6C) Font Video Memory Usage = 512 kb
(1196: 15.00s 13644980881us)(0x2F6C) Font and Charter set creation succesfull
(1197: 15.01s 13644986809us)(0x2F6C) Texture XR2Ravenstar\ExhaustXR2.dds Loaded. Handle=0x40B1750, (256x256), MipMaps=9, Format=0x15
(1198: 15.01s 13644986825us)(0x2F6C) Texture 0x40B1750 (XR2Ravenstar\ExhaustXR2.dds) added in repository
(1199: 15.01s 13644989601us)(0x2F6C) Texture XR2Ravenstar\ExhaustXR2-rcs.dds Loaded. Handle=0x40B1868, (256x256), MipMaps=9, Format=0x15
(1200: 15.01s 13644989616us)(0x2F6C) Texture 0x40B1868 (XR2Ravenstar\ExhaustXR2-rcs.dds) added in repository
(1201: 15.28s 13645262935us)(0x2F6C) Texture XR2Ravenstar\bottom_hull.dds Loaded. Handle=0x40B1980, (2048x2048), MipMaps=12, Format=0x31545844
(1202: 15.28s 13645262957us)(0x2F6C) Texture 0x40B1980 (XR2Ravenstar\bottom_hull.dds) added in repository
(1203: 15.29s 13645267464us)(0x2F6C) Texture XR2Ravenstar\interiordetails.dds Loaded. Handle=0x40B1A98, (256x256), MipMaps=9, Format=0x15
(1204: 15.29s 13645267480us)(0x2F6C) Texture 0x40B1A98 (XR2Ravenstar\interiordetails.dds) added in repository
(1205: 15.45s 13645424143us)(0x2F6C) Texture XR2Ravenstar\top_hull_colour_XR2_paint.dds Loaded. Handle=0x40B1BB0, (2048x2048), MipMaps=12, Format=0x31545844
(1206: 15.45s 13645424167us)(0x2F6C) Texture 0x40B1BB0 (XR2Ravenstar\top_hull_colour_XR2_paint.dds) added in repository
(1207: 15.46s 13645438856us)(0x2F6C) Texture XR2Ravenstar\landinggear.dds Loaded. Handle=0x40B1CC8, (512x512), MipMaps=10, Format=0x31545844
(1208: 15.46s 13645438874us)(0x2F6C) Texture 0x40B1CC8 (XR2Ravenstar\landinggear.dds) added in repository
(1209: 15.47s 13645450251us)(0x2F6C) Texture XR2Ravenstar\pilotschair_2.dds Loaded. Handle=0x40B1DE0, (512x512), MipMaps=10, Format=0x31545844
(1210: 15.47s 13645450266us)(0x2F6C) Texture 0x40B1DE0 (XR2Ravenstar\pilotschair_2.dds) added in repository
(1211: 15.49s 13645463969us)(0x2F6C) Texture XR2Ravenstar\dockingports_02.dds Loaded. Handle=0x40BAD58, (512x512), MipMaps=10, Format=0x31545844
(1212: 15.49s 13645463986us)(0x2F6C) Texture 0x40BAD58 (XR2Ravenstar\dockingports_02.dds) added in repository
(1213: 15.49s 13645466893us)(0x2F6C) Texture XR2Ravenstar\windowtrim.dds Loaded. Handle=0x40BAE70, (128x128), MipMaps=8, Format=0x15
(1214: 15.49s 13645466908us)(0x2F6C) Texture 0x40BAE70 (XR2Ravenstar\windowtrim.dds) added in repository
(1215: 15.49s 13645471438us)(0x2F6C) Texture XR2Ravenstar\glass_instruments_dark.dds Loaded. Handle=0x40BAF88, (2048x2048), MipMaps=12, Format=0x31545844
(1216: 15.49s 13645471457us)(0x2F6C) Texture 0x40BAF88 (XR2Ravenstar\glass_instruments_dark.dds) added in repository
(1217: 15.51s 13645484569us)(0x2F6C) Texture XR2Ravenstar\rockets_2.dds Loaded. Handle=0x40BB0A0, (512x512), MipMaps=10, Format=0x31545844
(1218: 15.51s 13645484594us)(0x2F6C) Texture 0x40BB0A0 (XR2Ravenstar\rockets_2.dds) added in repository
(1219: 15.55s 13645528288us)(0x2F6C) Texture XR2Ravenstar\interior_exposed_03.dds Loaded. Handle=0x40BB1B8, (1024x1024), MipMaps=11, Format=0x31545844
(1220: 15.55s 13645528310us)(0x2F6C) Texture 0x40BB1B8 (XR2Ravenstar\interior_exposed_03.dds) added in repository
(1221: 15.59s 13645566443us)(0x2F6C) Texture XR2Ravenstar\interior_cabin.dds Loaded. Handle=0x40BB2D0, (1024x1024), MipMaps=11, Format=0x31545844
(1222: 15.59s 13645566462us)(0x2F6C) Texture 0x40BB2D0 (XR2Ravenstar\interior_cabin.dds) added in repository
(1223: 15.60s 13645577076us)(0x2F6C) Texture XR2Ravenstar\CARGOBAY.dds Loaded. Handle=0x40BB3E8, (1024x1024), MipMaps=11, Format=0x15
(1224: 15.60s 13645577109us)(0x2F6C) Texture 0x40BB3E8 (XR2Ravenstar\CARGOBAY.dds) added in repository
(1225: 15.61s 13645592502us)(0x2F6C) Texture XR2Ravenstar\furrydice_pink.dds Loaded. Handle=0x40BB500, (512x512), MipMaps=10, Format=0x31545844
(1226: 15.61s 13645592523us)(0x2F6C) Texture 0x40BB500 (XR2Ravenstar\furrydice_pink.dds) added in repository
(1227: 15.66s 13645639101us)(0x2F6C) Texture XR2Ravenstar\suit.dds Loaded. Handle=0x40BB618, (1024x1024), MipMaps=11, Format=0x31545844
(1228: 15.66s 13645639124us)(0x2F6C) Texture 0x40BB618 (XR2Ravenstar\suit.dds) added in repository
(1229: 15.67s 13645652506us)(0x2F6C) Texture XR2Ravenstar\spacegirlface.dds Loaded. Handle=0x40BB730, (512x512), MipMaps=10, Format=0x31545844
(1230: 15.67s 13645652522us)(0x2F6C) Texture 0x40BB730 (XR2Ravenstar\spacegirlface.dds) added in repository
(1231: 15.68s 13645655503us)(0x2F6C) Texture XR2Ravenstar\eye.dds Loaded. Handle=0x40BB848, (128x128), MipMaps=8, Format=0x31545844
(1232: 15.68s 13645655518us)(0x2F6C) Texture 0x40BB848 (XR2Ravenstar\eye.dds) added in repository
(1233: 15.72s 13645701499us)(0x2F6C) Texture XR2Ravenstar\suit_male.dds Loaded. Handle=0x40BB960, (1024x1024), MipMaps=11, Format=0x31545844
(1234: 15.72s 13645701519us)(0x2F6C) Texture 0x40BB960 (XR2Ravenstar\suit_male.dds) added in repository
(1235: 15.74s 13645713496us)(0x2F6C) Texture XR2Ravenstar\spaceboyface.dds Loaded. Handle=0x40BBA78, (512x512), MipMaps=10, Format=0x31545844
(1236: 15.74s 13645713512us)(0x2F6C) Texture 0x40BBA78 (XR2Ravenstar\spaceboyface.dds) added in repository
(1237: 15.74s 13645716894us)(0x2F6C) Texture XR2Ravenstar\eye_blue.dds Loaded. Handle=0x40BBB90, (128x128), MipMaps=8, Format=0x31545844
(1238: 15.74s 13645716908us)(0x2F6C) Texture 0x40BBB90 (XR2Ravenstar\eye_blue.dds) added in repository
(1239: 15.75s 13645728323us)(0x2F6C) Texture XR2Ravenstar\grey.dds Loaded. Handle=0x40BBCA8, (512x512), MipMaps=10, Format=0x31545844
(1240: 15.75s 13645728368us)(0x2F6C) Texture 0x40BBCA8 (XR2Ravenstar\grey.dds) added in repository
(1241: 15.76s 13645734210us)(0x2F6C) Texture XR2Ravenstar\pitinterior3.dds Loaded. Handle=0x40BBDC0, (2048x2048), MipMaps=12, Format=0x31545844
(1242: 15.76s 13645734231us)(0x2F6C) Texture 0x40BBDC0 (XR2Ravenstar\pitinterior3.dds) added in repository
(1243: 15.78s 13645762220us)(0x2F6C) Storing a mesh 0xF0B0A80 (XR2Ravenstar\XR2Ravenstar)
(1244: 15.79s 13645765941us)(0x2F6C) Instancing a Mesh 0x40BDE48: InstanceCount=33, GroupCount=133
(1245: 15.79s 13645766820us)(0x2F6C)Mesh Stored
(1246: 15.80s 13645775742us)(0x2F6C) Texture XR2Ravenstar\heateffect.dds Loaded. Handle=0x40BBED8, (1024x1024), MipMaps=11, Format=0x1A
(1247: 15.80s 13645775771us)(0x2F6C) Texture 0x40BBED8 (XR2Ravenstar\heateffect.dds) added in repository
(1248: 15.80s 13645775799us)(0x2F6C) Storing a mesh 0xF0B0AF0 (XR2Ravenstar\RavenstarHeatShield)
(1249: 15.80s 13645775932us)(0x2F6C)Mesh Stored
(1250: 15.89s 13645872355us)(0x2F6C) Texture SHA1TX1.dds Loaded. Handle=0x40BBFF0, (256x256), MipMaps=9, Format=0x31545844
(1251: 15.89s 13645872375us)(0x2F6C) Texture 0x40BBFF0 (SHA1TX1.dds) added in repository
(1252: 15.90s 13645876257us)(0x2F6C) Surface SHA1TX2.dds found. Handle=0x40BC108, (256x256), MipMaps=1, Flags=0x113, Format=0x16
(1253: 15.90s 13645876275us)(0x2F6C) Texture 0x40BC108 (SHA1TX2.dds) added in repository
(1254: 15.90s 13645878589us)(0x2F6C) Texture SHA1TX4.dds Loaded. Handle=0x40BC220, (256x256), MipMaps=9, Format=0x31545844
(1255: 15.90s 13645878604us)(0x2F6C) Texture 0x40BC220 (SHA1TX4.dds) added in repository
(1256: 15.90s 13645880773us)(0x2F6C) Texture SHA1TX3.dds Loaded. Handle=0x40BC338, (256x256), MipMaps=9, Format=0x31545844
(1257: 15.90s 13645880788us)(0x2F6C) Texture 0x40BC338 (SHA1TX3.dds) added in repository
(1258: 15.91s 13645888771us)(0x2F6C) Texture SHA1FT1.dds Loaded. Handle=0x40BC450, (128x128), MipMaps=8, Format=0x31545844
(1259: 15.91s 13645888789us)(0x2F6C) Texture 0x40BC450 (SHA1FT1.dds) added in repository
(1260: 15.91s 13645891342us)(0x2F6C) Texture SHA1CP1.dds Loaded. Handle=0x40BC568, (128x128), MipMaps=8, Format=0x31545844
(1261: 15.91s 13645891356us)(0x2F6C) Texture 0x40BC568 (SHA1CP1.dds) added in repository
(1262: 15.92s 13645893574us)(0x2F6C) Texture SHA1TX5.dds Loaded. Handle=0x40BC680, (256x256), MipMaps=9, Format=0x31545844
(1263: 15.92s 13645893588us)(0x2F6C) Texture 0x40BC680 (SHA1TX5.dds) added in repository
(1264: 15.92s 13645893685us)(0x2F6C) Storing a mesh 0xF0B0BD0 (ShuttleA\ShuttleA)
(1265: 15.92s 13645894572us)(0x2F6C)[WARNING] Small Bounding Sphere rad=0 nVtx=3
(1266: 15.92s 13645894753us)(0x2F6C) Instancing a Mesh 0x40CEEA8: InstanceCount=20, GroupCount=84
(1267: 15.92s 13645894962us)(0x2F6C)Mesh Stored
(1268: 15.93s 13645905286us)(0x2F6C) Texture 0x40BBFF0 (SHA1TX1.dds) found from repository. ReferenceCount=2
(1269: 15.93s 13645907506us)(0x2F6C) Texture 0x40BC108 (SHA1TX2.dds) found from repository. ReferenceCount=2
(1270: 15.93s 13645909716us)(0x2F6C) Texture 0x40BC220 (SHA1TX4.dds) found from repository. ReferenceCount=2
(1271: 15.93s 13645912012us)(0x2F6C) Texture 0x40BC338 (SHA1TX3.dds) found from repository. ReferenceCount=2
(1272: 15.94s 13645914159us)(0x2F6C) Texture 0x40BC450 (SHA1FT1.dds) found from repository. ReferenceCount=2
(1273: 15.94s 13645916328us)(0x2F6C) Texture 0x40BC568 (SHA1CP1.dds) found from repository. ReferenceCount=2
(1274: 15.94s 13645918560us)(0x2F6C) Texture 0x40BC680 (SHA1TX5.dds) found from repository. ReferenceCount=2
(1275: 15.98s 13645954539us)(0x2F6C) Texture ShuttleA\panel1.dds Loaded. Handle=0x40BC798, (1024x512), MipMaps=11, Format=0x31545844
(1276: 15.98s 13645954557us)(0x2F6C) Texture 0x40BC798 (ShuttleA\panel1.dds) added in repository
(1277: 15.99s 13645966658us)(0x2F6C) Texture ShuttleA\panel2.dds Loaded. Handle=0x40BC8B0, (1024x256), MipMaps=11, Format=0x31545844
(1278: 15.99s 13645966675us)(0x2F6C) Texture 0x40BC8B0 (ShuttleA\panel2.dds) added in repository
(1279: 15.99s 13645970857us)(0x2F6C) Surface ShuttleA\Thrust.dds found. Handle=0x40BC9C8, (256x256), MipMaps=1, Flags=0x113, Format=0x16
(1280: 15.99s 13645970874us)(0x2F6C) Texture 0x40BC9C8 (ShuttleA\Thrust.dds) added in repository
(1281: 16.00s 13645973464us)(0x2F6C) Surface ShuttleA\PodAngle.dds found. Handle=0x40BCAE0, (256x64), MipMaps=1, Flags=0x113, Format=0x16
(1282: 16.00s 13645973479us)(0x2F6C) Texture 0x40BCAE0 (ShuttleA\PodAngle.dds) added in repository
(1283: 16.01s 13645984054us)(0x2F6C) Surface ShuttleA\NavMode.dds found. Handle=0x40BCBF8, (512x32), MipMaps=1, Flags=0x113, Format=0x16
(1284: 16.01s 13645984070us)(0x2F6C) Texture 0x40BCBF8 (ShuttleA\NavMode.dds) added in repository
(1285: 16.01s 13645988096us)(0x2F6C) Surface ShuttleA\MFD_buttons.dds found. Handle=0x40D6580, (256x256), MipMaps=1, Flags=0x113, Format=0x16
(1286: 16.01s 13645988111us)(0x2F6C) Texture 0x40D6580 (ShuttleA\MFD_buttons.dds) added in repository
(1287: 16.01s 13645991799us)(0x2F6C) Surface ShuttleA\FuelMgmt.dds found. Handle=0x40D6698, (256x256), MipMaps=1, Flags=0x113, Format=0x16
(1288: 16.01s 13645991813us)(0x2F6C) Texture 0x40D6698 (ShuttleA\FuelMgmt.dds) added in repository
(1289: 16.02s 13645994031us)(0x2F6C) Surface ShuttleA\Indicator.dds found. Handle=0x40D67B0, (64x32), MipMaps=1, Flags=0x113, Format=0x16
(1290: 16.02s 13645994045us)(0x2F6C) Texture 0x40D67B0 (ShuttleA\Indicator.dds) added in repository
(1291: 16.02s 13645997229us)(0x2F6C) Surface ShuttleA\CargoCnt.dds found. Handle=0x40D68C8, (128x256), MipMaps=1, Flags=0x113, Format=0x16
(1292: 16.02s 13645997244us)(0x2F6C) Texture 0x40D68C8 (ShuttleA\CargoCnt.dds) added in repository
(1293: 16.02s 13645997292us)(0x2F6C) Storing a mesh 0xF0B0CE8 (ShuttleA\ShuttleA_vc)
(1294: 16.02s 13645997506us)(0x2F6C)[WARNING] Small Bounding Sphere rad=0 nVtx=3
(1295: 16.02s 13645997576us)(0x2F6C) Instancing a Mesh 0x40D8568: InstanceCount=23, GroupCount=56
(1296: 16.02s 13645997614us)(0x2F6C)Mesh Stored
(1297: 16.02s 13645997741us)(0x2F6C) D3D9ClientSurface: Creating --Lockable-- SubSurface(0x40BC108) for GetDC()
(1298: 16.02s 13645997750us)(0x2F6C) GetDC() Surface=0x40BC108, Sub-RT-Lock
(1299: 16.16s 13646134470us)(0x2F6C) Texture DG\dg_panel.dds Loaded. Handle=0x40D69E0, (2048x1024), MipMaps=12, Format=0x35545844
(1300: 16.17s 13646146394us)(0x2F6C) Texture Contrail1a.dds Loaded. Handle=0x40D6AF8, (512x512), MipMaps=10, Format=0x35545844
(1301: 16.17s 13646146410us)(0x2F6C) Texture 0x40D6AF8 (Contrail1a.dds) added in repository
(1302: 16.33s 13646310112us)(0x2F6C) Emission Map DG\DGMK4_4_emis.dds Loaded Successfully
(1303: 16.39s 13646364596us)(0x2F6C) Texture DG\DGMK4_4.dds Loaded. Handle=0x40D6C10, (1024x1024), MipMaps=11, Format=0x31545844
(1304: 16.39s 13646364619us)(0x2F6C) Texture 0x40D6C10 (DG\DGMK4_4.dds) added in repository
(1305: 16.44s 13646413630us)(0x2F6C) Texture DG\DGMK4_1.dds Loaded. Handle=0x40D6D28, (1024x1024), MipMaps=11, Format=0x31545844
(1306: 16.44s 13646413652us)(0x2F6C) Texture 0x40D6D28 (DG\DGMK4_1.dds) added in repository
(1307: 16.48s 13646462287us)(0x2F6C) Texture DG\DGMK4_2_ns.dds Loaded. Handle=0x40D6E40, (1024x1024), MipMaps=11, Format=0x31545844
(1308: 16.48s 13646462335us)(0x2F6C) Texture 0x40D6E40 (DG\DGMK4_2_ns.dds) added in repository
(1309: 16.59s 13646571566us)(0x2F6C) Emission Map DG\DGMK4_3_emis.dds Loaded Successfully
(1310: 16.64s 13646617629us)(0x2F6C) Texture DG\DGMK4_3.dds Loaded. Handle=0x40D6F58, (1024x1024), MipMaps=11, Format=0x31545844
(1311: 16.64s 13646617652us)(0x2F6C) Texture 0x40D6F58 (DG\DGMK4_3.dds) added in repository
(1312: 16.64s 13646622886us)(0x2F6C) Texture DG\IDPANEL1.dds Loaded. Handle=0x40D7070, (256x256), MipMaps=9, Format=0x31545844
(1313: 16.64s 13646622902us)(0x2F6C) Texture 0x40D7070 (DG\IDPANEL1.dds) added in repository
(1314: 16.69s 13646672071us)(0x2F6C) Emission Map DG\DGPILOT1_emis.dds Loaded Successfully
(1315: 16.70s 13646682939us)(0x2F6C) Texture DG\DGPILOT1.dds Loaded. Handle=0x40D7188, (512x512), MipMaps=10, Format=0x31545844
(1316: 16.70s 13646682955us)(0x2F6C) Texture 0x40D7188 (DG\DGPILOT1.dds) added in repository
(1317: 16.72s 13646695550us)(0x2F6C) Emission Map DG\PSNGR2_emis.dds Loaded Successfully
(1318: 16.73s 13646706867us)(0x2F6C) Texture DG\PSNGR2.dds Loaded. Handle=0x40D72A0, (512x512), MipMaps=10, Format=0x31545844
(1319: 16.73s 13646706881us)(0x2F6C) Texture 0x40D72A0 (DG\PSNGR2.dds) added in repository
(1320: 16.73s 13646710052us)(0x2F6C) Emission Map DG\PSNGR1_emis.dds Loaded Successfully
(1321: 16.74s 13646721426us)(0x2F6C) Texture DG\PSNGR1.dds Loaded. Handle=0x40D73B8, (512x512), MipMaps=10, Format=0x31545844
(1322: 16.74s 13646721441us)(0x2F6C) Texture 0x40D73B8 (DG\PSNGR1.dds) added in repository
(1323: 16.75s 13646724606us)(0x2F6C) Emission Map DG\PSNGR3_emis.dds Loaded Successfully
(1324: 16.76s 13646735787us)(0x2F6C) Texture DG\PSNGR3.dds Loaded. Handle=0x40D74D0, (512x512), MipMaps=10, Format=0x31545844
(1325: 16.76s 13646735801us)(0x2F6C) Texture 0x40D74D0 (DG\PSNGR3.dds) added in repository
(1326: 16.76s 13646738890us)(0x2F6C) Emission Map DG\PSNGR4_emis.dds Loaded Successfully
(1327: 16.77s 13646749800us)(0x2F6C) Texture DG\PSNGR4.dds Loaded. Handle=0x40D75E8, (512x512), MipMaps=10, Format=0x31545844
(1328: 16.77s 13646749815us)(0x2F6C) Texture 0x40D75E8 (DG\PSNGR4.dds) added in repository
(1329: 16.77s 13646749932us)(0x2F6C) Storing a mesh 0xF0B0D90 (DG\deltaglider_ns)
(1330: 16.77s 13646751384us)(0x2F6C) Instancing a Mesh 0x40DEFA0: InstanceCount=32, GroupCount=117
(1331: 16.77s 13646751626us)(0x2F6C)Mesh Stored
(1332: 16.83s 13646810537us)(0x2F6C) Texture 0x40D6C10 (DG\DGMK4_4.dds) found from repository. ReferenceCount=2
(1333: 16.88s 13646859235us)(0x2F6C) Texture DG\DGMK4_2.dds Loaded. Handle=0x40D7700, (1024x1024), MipMaps=11, Format=0x31545844
(1334: 16.88s 13646859256us)(0x2F6C) Texture 0x40D7700 (DG\DGMK4_2.dds) added in repository
(1335: 16.88s 13646861366us)(0x2F6C) Texture 0x40D6F58 (DG\DGMK4_3.dds) found from repository. ReferenceCount=2
(1336: 16.89s 13646863784us)(0x2F6C) Texture 0x40D72A0 (DG\PSNGR2.dds) found from repository. ReferenceCount=2
(1337: 16.89s 13646866031us)(0x2F6C) Texture 0x40D73B8 (DG\PSNGR1.dds) found from repository. ReferenceCount=2
(1338: 16.89s 13646868318us)(0x2F6C) Texture 0x40D74D0 (DG\PSNGR3.dds) found from repository. ReferenceCount=2
(1339: 16.89s 13646870697us)(0x2F6C) Texture 0x40D75E8 (DG\PSNGR4.dds) found from repository. ReferenceCount=2
(1340: 16.89s 13646873078us)(0x2F6C) Texture 0x40D7188 (DG\DGPILOT1.dds) found from repository. ReferenceCount=2
(1341: 16.92s 13646903173us)(0x2F6C) Emission Map DG\DGIP_01_emis.dds Loaded Successfully
(1342: 16.93s 13646903497us)(0x2F6C) Texture DG\DGIP_01.dds Loaded. Handle=0x40D7818, (256x256), MipMaps=9, Format=0x31545844
(1343: 16.93s 13646903512us)(0x2F6C) Texture 0x40D7818 (DG\DGIP_01.dds) added in repository
(1344: 16.96s 13646943286us)(0x2F6C) Emission Map DG\DGIP_04_emis.dds Loaded Successfully
(1345: 16.97s 13646943626us)(0x2F6C) Texture DG\DGIP_04.dds Loaded. Handle=0x40D7930, (256x256), MipMaps=9, Format=0x31545844
(1346: 16.97s 13646943640us)(0x2F6C) Texture 0x40D7930 (DG\DGIP_04.dds) added in repository
(1347: 16.99s 13646965779us)(0x2F6C) Emission Map DG\DGIP_02_emis.dds Loaded Successfully
(1348: 16.99s 13646966113us)(0x2F6C) Texture DG\DGIP_02.dds Loaded. Handle=0x40D7A48, (256x256), MipMaps=9, Format=0x31545844
(1349: 16.99s 13646966127us)(0x2F6C) Texture 0x40D7A48 (DG\DGIP_02.dds) added in repository
(1350: 17.01s 13646992852us)(0x2F6C) Emission Map DG\DGIP_03_emis.dds Loaded Successfully
(1351: 17.01s 13646993161us)(0x2F6C) Texture DG\DGIP_03.dds Loaded. Handle=0x40D7B60, (256x256), MipMaps=9, Format=0x31545844
(1352: 17.01s 13646993175us)(0x2F6C) Texture 0x40D7B60 (DG\DGIP_03.dds) added in repository
(1353: 17.03s 13647008520us)(0x2F6C) Emission Map DG\DGIP_05_emis.dds Loaded Successfully
(1354: 17.03s 13647008820us)(0x2F6C) Texture DG\DGIP_05.dds Loaded. Handle=0x40D7C78, (256x256), MipMaps=9, Format=0x31545844
(1355: 17.03s 13647008834us)(0x2F6C) Texture 0x40D7C78 (DG\DGIP_05.dds) added in repository
(1356: 17.03s 13647012919us)(0x2F6C) Surface DG\DGIP_06.dds found. Handle=0x40D7D90, (256x256), MipMaps=1, Flags=0x113, Format=0x16
(1357: 17.03s 13647012936us)(0x2F6C) Texture 0x40D7D90 (DG\DGIP_06.dds) added in repository
(1358: 17.05s 13647031627us)(0x2F6C) Emission Map DG\DG_VC2_emis.dds Loaded Successfully
(1359: 17.06s 13647034033us)(0x2F6C) Texture DG\DG_VC2.dds Loaded. Handle=0x40D7EA8, (256x256), MipMaps=9, Format=0x31545844
(1360: 17.06s 13647034047us)(0x2F6C) Texture 0x40D7EA8 (DG\DG_VC2.dds) added in repository
(1361: 17.06s 13647038127us)(0x2F6C) Surface DG\DG_VC1.dds found. Handle=0x40D7FC0, (256x256), MipMaps=1, Flags=0x113, Format=0x16
(1362: 17.06s 13647038143us)(0x2F6C) Texture 0x40D7FC0 (DG\DG_VC1.dds) added in repository
(1363: 17.06s 13647039607us)(0x2F6C) Texture 0x40D6D28 (DG\DGMK4_1.dds) found from repository. ReferenceCount=2
(1364: 17.07s 13647044092us)(0x2F6C) Surface DG\DG_VC3.dds found. Handle=0x40D80D8, (256x256), MipMaps=1, Flags=0x113, Format=0x16
(1365: 17.07s 13647044107us)(0x2F6C) Texture 0x40D80D8 (DG\DG_VC3.dds) added in repository
(1366: 17.09s 13647067236us)(0x2F6C) Texture DG\dg_instr.dds Loaded. Handle=0x40D81F0, (512x1024), MipMaps=11, Format=0x35545844
(1367: 17.09s 13647067253us)(0x2F6C) Texture 0x40D81F0 (DG\dg_instr.dds) added in repository
(1368: 17.09s 13647067376us)(0x2F6C) Storing a mesh 0xF0B0F18 (DG\DeltaGliderCockpit)
(1369: 17.09s 13647068762us)(0x2F6C) Instancing a Mesh 0x40EACD8: InstanceCount=43, GroupCount=141
(1370: 17.09s 13647069043us)(0x2F6C)Mesh Stored
(1371: 17.09s 13647069169us)(0x2F6C) New RenderTargetTexture 0x40D8308 (clbkCreateTexture) (256,256)
(1372: 17.09s 13647071014us)(0x2F6C) Surface DG\IDPANEL1.dds found. Handle=0x40D7070, (256x256), MipMaps=1, Flags=0x113, Format=0x16
(1373: 17.09s 13647071028us)(0x2F6C) Texture 0x40D7070 (DG\IDPANEL1.dds) decompressed
(1374: 17.09s 13647071035us)(0x2F6C) StretchRect 0x40D7070 (DG\IDPANEL1.dds) -> 0x40D8308 (clbkCreateTexture) (256,256)
(1375: 17.13s 13647106953us)(0x2F6C) Storing a mesh 0xF0B0BD0 (ShuttleA\ShuttleA)
(1376: 17.13s 13647106970us)(0x2F6C)Mesh Stored
(1377: 17.13s 13647106977us)(0x2F6C) Storing a mesh 0xF0B0CE8 (ShuttleA\ShuttleA_vc)
(1378: 17.13s 13647106983us)(0x2F6C)Mesh Stored
(1379: 17.13s 13647106989us)(0x2F6C) GetDC() Surface=0x40BC108, Sub-RT-Lock
(1380: 17.15s 13647126185us)(0x2F6C) Texture XR2Ravenstar\supportmodule.dds Loaded. Handle=0x40D8420, (512x512), MipMaps=10, Format=0x31545844
(1381: 17.15s 13647126203us)(0x2F6C) Texture 0x40D8420 (XR2Ravenstar\supportmodule.dds) added in repository
(1382: 17.71s 13647690814us)(0x2F6C) [NEW FONT] ( Arial), Size=38, Weight=700 Pitch&Family=31
(1383: 17.73s 13647707921us)(0x2F6C) Font Video Memory Usage = 1024 kb
(1384: 17.73s 13647708104us)(0x2F6C) Font and Charter set creation succesfull
(1385: 17.73s 13647708118us)(0x2F6C) Creating D3D9 SketchPad...
(1386: 17.73s 13647708409us)(0x2F6C) ...D3D9 SketchPad Released
(1387: 17.73s 13647711905us)(0x2F6C) Surface Cockpit\Glasspit.dds found. Handle=0x40FF788, (512x256), MipMaps=1, Flags=0x21, Format=0x1A
(1388: 17.73s 13647712524us)(0x2F6C)[ERROR] .\D3D9Surface.cpp Line:713 Error:-2005530516 pDevice->CreateTexture(desc.Width, desc.Height, 1, desc.Usage|D3DUSAGE_RENDERTARGET, desc.Format, D3DPOOL_DEFAULT, &pNew, NULL)


---------- Post added at 06:00 PM ---------- Previous post was at 05:58 PM ----------

gonna try and post it this way. This is from the scenario that generated the extra error window, posted the log on Dropbox, maybe you can read it that way, it is quite large.

https://dl.dropboxusercontent.com/u/68333863/D3D9ClientLog.html
 
Top