Direct3D 9 - NVidia works, ATI fails

Started by
18 comments, last by @xi@g@me 11 years, 7 months ago
Try using D3DCREATE_DISABLE_DRIVER_MANAGEMENT in your CreateDevice call - what this flag will do is cause the D3D runtime to manage resources instead of the vendor's driver (if the vendor's driver is trying to do so), so if the vendor's driver has any bugs or is trying to do anything too fancy this should bypass them - see http://msdn.microsoft.com/en-us/library/windows/desktop/ee418784%28v=vs.85%29.aspx#Driver_Managed_Resources

Also worth it to try removing the D3DCREATE_PUREDEVICE flag from your CreateDevice call, and to try creating the index buffer in D3DPOOL_MANAGED.

Direct3D has need of instancing, but we do not. We have plenty of glVertexAttrib calls.

Advertisement

D3D9 Helper: Enhanced D3DDebugging disabled; Application was not compiled with D3D_DEBUG_INFO
[/quote]

Try compile with debug info, and maybe you get some extra output.
Sounds very strange that it works perfectly on two platforms but not a third, though unlikely it could be a bug in the drivers..
Also, double-check that pIData is a short pointer, so you're not writing ints by mistake or something like that.

In addition, try switching to 32-bit indices.
Thanks for all of these tips. I'll try everything this afternoon (in France) and send a feedback after that.
Hi again,

I tried all of your suggestions : adding the D3DCREATE_DISABLE_DRIVER_MANAGEMENT (and removing D3DCREATE_PUREDEVICE) does not change anything. Also, using D3DPOOL_MANAGED instead of D3DPOOL_DEFAULT for the index buffer does not solve the issue.

pIData is indeed a short *. Tried to create 32 bits indices, same result...

Here is my output with D3D_DEBUG_INFO defined :

'RenderingTask.exe': Loaded 'S:\Havok\Out\Win32\Debug D3D9\RenderingTask.exe', Symbols loaded.
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\user32.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\gdi32.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\lpk.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\usp10.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\msvcrt.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\advapi32.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\sechost.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\rpcrt4.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\sspicli.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\cryptbase.dll'
'RenderingTask.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_2a4f639a55563668\msvcp90d.dll', Symbols loaded.
'RenderingTask.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_2a4f639a55563668\msvcr90d.dll', Symbols loaded.
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\winmm.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\d3d9.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\version.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\d3d8thk.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\dwmapi.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\D3dx9d_43.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\imm32.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\msctf.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\uxtheme.dll'
'RenderingTask.exe': Loaded 'C:\Program Files (x86)\DisplayFusion\Hooks\DisplayFusionHookx86_af572312-ca22-4a6a-ba57-d87af4583ea5.dll', Binary was not built with debug information.
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\ole32.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\d3d9d.dll'
Direct3D9: (INFO) :Direct3D9 Debug Runtime selected.
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\nvd3dum.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\aticfx32.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\atiu9pag.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\atiumdag.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\atiumdva.dll'
Direct3D9: (INFO) :======================= Hal HWVP device selected
Direct3D9: (INFO) :HalDevice Driver Style b
Direct3D9: (INFO) :Using FF to VS converter
Direct3D9: (INFO) :Using FF to PS converter
D3D9 Helper: Warning: Default value for D3DRS_POINTSIZE_MAX is 2.19902e+012f, not 1.65659e-316f. This is ok.
D3DX: Unicode support: 1
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\D3DCompiler_43.dll'
'RenderingTask.exe': Unloaded 'C:\Windows\SysWOW64\D3DCompiler_43.dll'
'RenderingTask.exe': Loaded 'C:\Windows\SysWOW64\D3DCompiler_43.dll'
'RenderingTask.exe': Unloaded 'C:\Windows\SysWOW64\D3DCompiler_43.dll'
D3DX: (INFO) Using SSE2 optimizations
D3DX: Matrix should be 16-byte aligned for better performance
Direct3D9: (INFO) :Failed to create driver indexbuffer
The thread 'Win32 Thread' (0x1340) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x8cc) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x141c) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x1740) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x1008) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x12c4) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x534) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x16a4) has exited with code 0 (0x0).
Direct3D9: (INFO) :MemFini!
Direct3D9: (ERROR) :Memory still allocated! Alloc count = 280
Direct3D9: (ERROR) :Current Process (pid) = 00000b10
Direct3D9: (ERROR) :Memory Address: 029607fc lAllocID=1 dwSize=00004bc4, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 029653f4 lAllocID=2 dwSize=00000350, ReturnAddr=5dc102fa (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296577c lAllocID=3 dwSize=00000ef0, ReturnAddr=5dc16401 (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f4a844 lAllocID=5 dwSize=0001a7ac, ReturnAddr=5dc1e508 (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f30064 lAllocID=6 dwSize=0000207c, ReturnAddr=5dc0ec04 (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 029666a4 lAllocID=7 dwSize=00000330, ReturnAddr=5dc0ecd5 (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02966a0c lAllocID=8 dwSize=00000018, ReturnAddr=5dc0ed27 (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f65024 lAllocID=25 dwSize=00001df4, ReturnAddr=5dc03cab (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f32114 lAllocID=26 dwSize=00000330, ReturnAddr=5dc03cf1 (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f66e4c lAllocID=27 dwSize=00000018, ReturnAddr=5dc03d3e (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f3247c lAllocID=28 dwSize=00000350, ReturnAddr=5dc102fa (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f32804 lAllocID=29 dwSize=00000ef0, ReturnAddr=5dc16401 (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f66e9c lAllocID=31 dwSize=00014ab0, ReturnAddr=5dc1e508 (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f3372c lAllocID=32 dwSize=00001b6c, ReturnAddr=5dc0ec04 (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f7b984 lAllocID=33 dwSize=00000500, ReturnAddr=5dc0ecd5 (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f7bebc lAllocID=34 dwSize=00000014, ReturnAddr=5dc0ed27 (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f352cc lAllocID=36 dwSize=000018e4, ReturnAddr=5dc03cab (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f36be4 lAllocID=37 dwSize=00000500, ReturnAddr=5dc03cf1 (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f7bf04 lAllocID=38 dwSize=00000014, ReturnAddr=5dc03d3e (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f7bf4c lAllocID=39 dwSize=00000044, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f3711c lAllocID=40 dwSize=00000050, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f3752c lAllocID=48 dwSize=00000ef0, ReturnAddr=5dc16401 (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f38454 lAllocID=49 dwSize=00000030, ReturnAddr=5dc20881 (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f384bc lAllocID=50 dwSize=00001b6c, ReturnAddr=5dc0ec04 (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f3a05c lAllocID=51 dwSize=00000500, ReturnAddr=5dc0ecd5 (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f3a594 lAllocID=52 dwSize=00000014, ReturnAddr=5dc0ed27 (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f3a5dc lAllocID=54 dwSize=00004138, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f3e74c lAllocID=55 dwSize=00000198, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f371a4 lAllocID=56 dwSize=00000030, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f3e91c lAllocID=57 dwSize=00001020, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f3f974 lAllocID=58 dwSize=00000a48, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f3720c lAllocID=59 dwSize=00000098, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f372dc lAllocID=60 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f3738c lAllocID=61 dwSize=00000024, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f373e4 lAllocID=62 dwSize=00000098, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f403f4 lAllocID=63 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f374b4 lAllocID=64 dwSize=00000044, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f404a4 lAllocID=65 dwSize=00000024, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f404fc lAllocID=66 dwSize=000000a8, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f405dc lAllocID=67 dwSize=00000098, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f406ac lAllocID=68 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f7bfc4 lAllocID=69 dwSize=0002b330, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fa732c lAllocID=70 dwSize=0000002c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fa738c lAllocID=71 dwSize=00000028, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fa73ec lAllocID=72 dwSize=00000420, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fa7844 lAllocID=73 dwSize=00000030, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fa78ac lAllocID=74 dwSize=00000030, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f4075c lAllocID=75 dwSize=00001020, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fa7914 lAllocID=76 dwSize=00000120, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fa7a6c lAllocID=77 dwSize=00000060, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f417b4 lAllocID=78 dwSize=00000e20, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fa7b04 lAllocID=79 dwSize=00000120, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fa7c5c lAllocID=80 dwSize=00000060, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f4260c lAllocID=81 dwSize=000003ec, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fa7cf4 lAllocID=82 dwSize=00000050, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fa7d7c lAllocID=83 dwSize=00000050, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fa7e04 lAllocID=84 dwSize=00000050, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fa7e8c lAllocID=85 dwSize=00000050, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fa7f14 lAllocID=86 dwSize=00000048, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f42a2c lAllocID=87 dwSize=00000054, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f42ab4 lAllocID=88 dwSize=00000048, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f42b34 lAllocID=91 dwSize=000000b8, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fa7f94 lAllocID=92 dwSize=00010020, ReturnAddr=5dc0d65a (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fb7fec lAllocID=93 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fb809c lAllocID=94 dwSize=000000c0, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fb8194 lAllocID=95 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fb8244 lAllocID=96 dwSize=000000c0, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fb833c lAllocID=97 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fb83ec lAllocID=98 dwSize=000000b0, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fb84d4 lAllocID=99 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fb8584 lAllocID=100 dwSize=00000050, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fb860c lAllocID=101 dwSize=0000002c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fb866c lAllocID=102 dwSize=00000028, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fb86cc lAllocID=103 dwSize=0000002c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f42c24 lAllocID=104 dwSize=0000517c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f47dd4 lAllocID=105 dwSize=00001020, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fb872c lAllocID=106 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02967004 lAllocID=107 dwSize=00004020, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fb879c lAllocID=108 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f48e2c lAllocID=109 dwSize=0000183c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fb880c lAllocID=110 dwSize=0000fab8, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f4a69c lAllocID=111 dwSize=00000068, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fc82fc lAllocID=112 dwSize=00000140, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f4a73c lAllocID=113 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fc8474 lAllocID=114 dwSize=00004020, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01f4a7ac lAllocID=115 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fcc4cc lAllocID=116 dwSize=0000183c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fcdd3c lAllocID=117 dwSize=0000021c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fcdf8c lAllocID=118 dwSize=0002b044, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296b05c lAllocID=119 dwSize=00000028, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296b0bc lAllocID=120 dwSize=00000224, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296b314 lAllocID=121 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296b384 lAllocID=122 dwSize=00000060, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296b4ec lAllocID=124 dwSize=00000050, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296b574 lAllocID=125 dwSize=00000038, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296b5e4 lAllocID=126 dwSize=00000080, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296b69c lAllocID=127 dwSize=0000002c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296b6fc lAllocID=128 dwSize=00000040, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296b774 lAllocID=129 dwSize=00000040, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296b7ec lAllocID=130 dwSize=00000040, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296b864 lAllocID=131 dwSize=00000060, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296b8fc lAllocID=132 dwSize=00000030, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01ff9004 lAllocID=133 dwSize=00000b38, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296b964 lAllocID=134 dwSize=00001020, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01ff9b74 lAllocID=135 dwSize=00000120, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01ff9ccc lAllocID=136 dwSize=00000060, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296c9bc lAllocID=137 dwSize=00001020, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01ff9d64 lAllocID=138 dwSize=00000120, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01ff9ebc lAllocID=139 dwSize=00000060, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296da14 lAllocID=140 dwSize=00000420, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296de6c lAllocID=141 dwSize=000000e4, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296df84 lAllocID=142 dwSize=00000028, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01ff9f54 lAllocID=143 dwSize=000053c0, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fff34c lAllocID=144 dwSize=00000420, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fff7a4 lAllocID=145 dwSize=00000420, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296dfe4 lAllocID=206 dwSize=000008b4, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296e8cc lAllocID=207 dwSize=00000254, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296eb54 lAllocID=208 dwSize=00000034, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296ee94 lAllocID=216 dwSize=0000002a, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296ebbc lAllocID=218 dwSize=00000038, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296ec2c lAllocID=219 dwSize=00000084, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296ece4 lAllocID=220 dwSize=00000074, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296eef4 lAllocID=221 dwSize=00000268, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296ed8c lAllocID=222 dwSize=0000002c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296edec lAllocID=223 dwSize=00000048, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296f194 lAllocID=224 dwSize=00000254, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296f41c lAllocID=225 dwSize=00000420, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296f874 lAllocID=226 dwSize=00000420, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296fccc lAllocID=227 dwSize=00000112, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 01fffbfc lAllocID=228 dwSize=000006fc, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200032c lAllocID=294 dwSize=000002c8, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296fe14 lAllocID=295 dwSize=00000034, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200062c lAllocID=296 dwSize=0000017c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200097c lAllocID=304 dwSize=0000002a, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296fe7c lAllocID=305 dwSize=00000070, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020009dc lAllocID=306 dwSize=00000190, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296ff24 lAllocID=307 dwSize=0000002c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296ff84 lAllocID=308 dwSize=00000048, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02000ba4 lAllocID=309 dwSize=000002c8, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02000ea4 lAllocID=310 dwSize=00000420, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020012fc lAllocID=311 dwSize=00000420, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020007dc lAllocID=312 dwSize=00000112, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02001754 lAllocID=313 dwSize=00000120, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0677003c lAllocID=314 dwSize=00155574, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020018ac lAllocID=315 dwSize=00000048, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02001a54 lAllocID=317 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02001b04 lAllocID=318 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02001bb4 lAllocID=319 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02001c64 lAllocID=320 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02001d14 lAllocID=321 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02001dc4 lAllocID=322 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02001e74 lAllocID=323 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02001f24 lAllocID=324 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02001fd4 lAllocID=325 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02002084 lAllocID=326 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200192c lAllocID=327 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200199c lAllocID=328 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02002134 lAllocID=329 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020021a4 lAllocID=330 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02002214 lAllocID=331 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02002284 lAllocID=332 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020022f4 lAllocID=333 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02002364 lAllocID=334 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020023d4 lAllocID=335 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02002444 lAllocID=336 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020024b4 lAllocID=337 dwSize=00000040, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200252c lAllocID=338 dwSize=0000006c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020025cc lAllocID=339 dwSize=00000044, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02000924 lAllocID=340 dwSize=00000024, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02002644 lAllocID=341 dwSize=00000112, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200278c lAllocID=386 dwSize=000001a0, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02002964 lAllocID=388 dwSize=00000040, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020029dc lAllocID=389 dwSize=00000038, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02002a4c lAllocID=390 dwSize=00000420, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02002ea4 lAllocID=391 dwSize=00000420, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020032fc lAllocID=392 dwSize=00000112, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02003444 lAllocID=393 dwSize=000000c0, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200353c lAllocID=394 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020035ec lAllocID=395 dwSize=0000005c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200367c lAllocID=396 dwSize=00000044, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020036f4 lAllocID=397 dwSize=00000024, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200374c lAllocID=398 dwSize=00000112, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02003894 lAllocID=399 dwSize=000000c0, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200398c lAllocID=400 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02003a3c lAllocID=401 dwSize=0000005c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02003acc lAllocID=402 dwSize=00000044, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02003b44 lAllocID=403 dwSize=00000024, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02003b9c lAllocID=404 dwSize=00000112, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02003ce4 lAllocID=405 dwSize=000000c0, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02003ddc lAllocID=406 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02003e8c lAllocID=407 dwSize=0000005c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02003f1c lAllocID=408 dwSize=00000044, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02003f94 lAllocID=409 dwSize=00000024, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02003fec lAllocID=410 dwSize=00000112, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02004134 lAllocID=411 dwSize=000000c0, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200422c lAllocID=412 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020042dc lAllocID=413 dwSize=0000005c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200436c lAllocID=414 dwSize=00000044, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020043e4 lAllocID=415 dwSize=00000024, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200443c lAllocID=416 dwSize=00000112, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02004584 lAllocID=417 dwSize=000000c0, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200467c lAllocID=418 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200472c lAllocID=419 dwSize=0000005c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020047bc lAllocID=420 dwSize=00000044, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02004834 lAllocID=421 dwSize=00000024, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200488c lAllocID=422 dwSize=00000112, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020049d4 lAllocID=423 dwSize=000000c0, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02004acc lAllocID=424 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02004b7c lAllocID=425 dwSize=0000005c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02004c0c lAllocID=426 dwSize=00000044, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02004c84 lAllocID=427 dwSize=00000024, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02004cdc lAllocID=428 dwSize=00000112, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02004e24 lAllocID=429 dwSize=000000c0, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02004f1c lAllocID=430 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02004fcc lAllocID=431 dwSize=0000005c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200505c lAllocID=432 dwSize=00000044, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020050d4 lAllocID=433 dwSize=00000024, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200512c lAllocID=434 dwSize=00000112, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02005274 lAllocID=435 dwSize=000000c0, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200536c lAllocID=436 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200541c lAllocID=437 dwSize=0000005c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020054ac lAllocID=438 dwSize=00000044, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02005524 lAllocID=439 dwSize=00000024, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200557c lAllocID=440 dwSize=00000112, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020056c4 lAllocID=441 dwSize=000000c0, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020057bc lAllocID=442 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200586c lAllocID=443 dwSize=0000005c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020058fc lAllocID=444 dwSize=00000044, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02005974 lAllocID=445 dwSize=00000024, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020059cc lAllocID=446 dwSize=00000112, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02005b14 lAllocID=447 dwSize=000000a8, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02005bf4 lAllocID=448 dwSize=00000068, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02005c94 lAllocID=449 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02005dbc lAllocID=451 dwSize=00000060, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02005e54 lAllocID=452 dwSize=00000044, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02005ecc lAllocID=453 dwSize=00000024, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02005f24 lAllocID=454 dwSize=00000112, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02001a0c lAllocID=455 dwSize=00000010, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200606c lAllocID=456 dwSize=00000120, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020061c4 lAllocID=457 dwSize=00000048, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200636c lAllocID=459 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200641c lAllocID=460 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020064cc lAllocID=461 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200657c lAllocID=462 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200662c lAllocID=463 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020066dc lAllocID=464 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200678c lAllocID=465 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200683c lAllocID=466 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020068ec lAllocID=467 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200699c lAllocID=468 dwSize=0000007c, ReturnAddr=5dc2a22b (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02006244 lAllocID=469 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020062b4 lAllocID=470 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02006a4c lAllocID=471 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02006abc lAllocID=472 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02006b2c lAllocID=473 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02006b9c lAllocID=474 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02006c0c lAllocID=475 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02006c7c lAllocID=476 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02006cec lAllocID=477 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02006d5c lAllocID=478 dwSize=0000003c, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02006f24 lAllocID=524 dwSize=00000420, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02007554 lAllocID=528 dwSize=00000420, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020079ac lAllocID=529 dwSize=00000420, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200977c lAllocID=566 dwSize=00000054, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02009804 lAllocID=567 dwSize=00000080, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200af0c lAllocID=620 dwSize=00000114, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200b054 lAllocID=621 dwSize=000003e4, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200b46c lAllocID=622 dwSize=000001a4, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200b644 lAllocID=623 dwSize=00000170, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0296b41c lAllocID=624 dwSize=00000064, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200b7ec lAllocID=625 dwSize=00000064, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200b884 lAllocID=626 dwSize=000000f0, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200b9ac lAllocID=627 dwSize=000000ac, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200ba8c lAllocID=628 dwSize=000001a4, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200bc64 lAllocID=629 dwSize=00000170, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200be0c lAllocID=630 dwSize=00000064, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 020082a4 lAllocID=631 dwSize=00000064, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 02008834 lAllocID=635 dwSize=000000f0, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200a8d4 lAllocID=639 dwSize=000000ac, ReturnAddr=5dc0d5ea (pid=00000b10)
Direct3D9: (ERROR) :Memory Address: 0200c414 lAllocID=656 dwSize=0000007c, ReturnAddr=5dc2b592 (pid=00000b10)
Direct3D9: (ERROR) :Total Memory Unfreed From Current Process = 2333308 bytes
D3DX: MEMORY LEAKS DETECTED: 17 allocations unfreed (1528 bytes)
D3DX: Set HKLM\Software\Microsoft\Direct3D\D3DXBreakOnAllocId=0xa to debug
The program '[2832] RenderingTask.exe: Native' has exited with code 0 (0x0).

Still no more info (just the "maxPointSize warning")...

Trying to update my ATI driver brought me to a blue screen)


This is very strange, did you succeed in updating?
If not, try to uninstall everything, first from the ATI start menu folder and the programs and features control panel, then in the device manager by selecting uninstall on the graphics card. Then reinstall the latest driver after rebooting to the default vga driver.
If this doesn't work, then perhaps there's something wrong with your graphics card..

If you can, post all of your code and we can try it and see if we get the same problems.
Hi,

I unfortunately cannot send the complete code, since it was a rendering test I had to develop for a video game industry company, I think they would not like me to give the code (so the topic of the test) in a forum...

I try to completely reinstall the drivers for the ATI card, and tell you after that if it works.

Also, I sent the program to friends who had an ATI device, they also don't have any results on screen. The company neither.
'RenderingTask.exe': Loaded 'C:\Program Files (x86)\DisplayFusion\Hooks\DisplayFusionHookx86_af572312-ca22-4a6a-ba57-d87af4583ea5.dll', Binary was not built with debug information.[/quote]

Can you disable (or uninstall if necessary) DisplayFusion and see what happens? Ensure that the above line does not appear in your debug output and if the problem does not reproduce then we have our criminal.

Your symptoms are very very odd indeed (this kind of thing genuinely does not happen in the normal case) and this is the only thing that's really jumping out as a possible cause. It's a shot in the dark admittedly, but possible that DisplayFusion may be conflicting with or otherwise screwing up normal operation of your GPU (which would not be unexpected as it would use some GPU and other system resources). Generally I've seen the occasional case where similar "power user tools" can cause havoc.

Direct3D has need of instancing, but we do not. We have plenty of glVertexAttrib calls.

I managed tu update the drivers.

The reason why I got a BSOD last time is that the main GPU I use is the NVidia one. When I updated the drivers, the monitor where the ATI was plugged in was off. The blue screen was caused by a "driver reset and timeout", so by installing with the secondary monitor on, the drivers successfully installed. But... still nothing.

I also tried the display fusion hack. Nothing in the log, but still nothing on screen. The shot was effectively in the dark, but at least we tried.
Perhaps you can remove functionality from your program until it's just a simple vertex/index buffer and a draw-call, so that you can post the code.
Yes, I'll do something like that when I'll get time

This topic is closed to new replies.

Advertisement