다이렉트3D 비디오 메모리 누수 날 경우에 ..

2D, 3D, 다각형, 픽셀 등 게임의 그래픽 프로그래밍에 관한 포럼입니다.

Moderator: 류광

Locked
비회원

다이렉트3D 비디오 메모리 누수 날 경우에 ..

Post by 비회원 »

아래와 같이 나는군요
해결해보신 경험있으신분 있으시면
조금만 알려주세여 ^^
--------------------------------------------

The thread 0x87C has exited with code 0 (0x0).
Direct3D9: (INFO) :MemFini!
Direct3D9: (ERROR) :Memory still allocated! Alloc count = 263
Direct3D9: (ERROR) :Current Process (pid) = 00000fe8
Direct3D9: (ERROR) :Memory Address: 00b6642c lAllocID=1 dwSize=000047f8, ReturnAddr=00f8159b (pid=00000fe8)
Direct3D9: (ERROR) :Memory Address: 00b6ca4c lAllocID=11 dwSize=00001290, ReturnAddr=00f781d4 (pid=00000fe8)
Direct3D9: (ERROR) :Memory Address: 00b62e1c lAllocID=12 dwSize=00000008, ReturnAddr=00f782c2 (pid=00000fe8)
Direct3D9: (ERROR) :Memory Address: 00b6dd14 lAllocID=13 dwSize=000008e0, ReturnAddr=00f7989f (pid=00000fe8)
Direct3D9: (ERROR) :Memory Address: 00b6e62c lAllocID=25 dwSize=000006bc, ReturnAddr=00f92fbb (pid=00000fe8)
Direct3D9: (ERROR) :Memory Address: 00b6ac5c lAllocID=28 dwSize=000016c8, ReturnAddr=00f84a89 (pid=00000fe8)
Direct3D9: (ERROR) :Memory Address: 00b62f14 lAllocID=30 dwSize=00000008, ReturnAddr=00f84bcd (pid=00000fe8)
Direct3D9: (ERROR) :Memory Address: 01250064 lAllocID=33 dwSize=00003508, ReturnAddr=00f8159b (pid=00000fe8)
Direct3D9: (ERROR) :Memory Address: 00b6c35c lAllocID=34 dwSize=00000198, ReturnAddr=00f8159b (pid=00000fe8)
Direct3D9: (ERROR) :Memory Address: 00b62e5c lAllocID=35 dwSize=00000030, ReturnAddr=00f8159b (pid=00000fe8)
Direct3D9: (ERROR) :Memory Address: 00b6ed1c lAllocID=36 dwSize=00001020, ReturnAddr=00f8159b (pid=00000fe8)
Direct3D9: (ERROR) :Total Memory Unfreed From Current Process = 51180 bytes
엉클뻐커
Posts: 194
Joined: 2001-10-22 09:00
Location: 30대후반 고졸 백수

Post by 엉클뻐커 »

제어판 다이렉트엑스 패널의 break on alloc id 기능을 사용해 보세요.
Locked