http://bugs.winehq.org/show_bug.cgi?id=6505 ------- Additional Comments From hverbeet(a)gmail.com 2006-04-11 05:39 ------- It looks like it crashes in IWineD3DDeviceImpl_RemoveResource, in the part of the code that walks through the list: while (resourceList != NULL) { if(resourceList->resource == resource) break; previousResourceList = resourceList; resourceList = resourceList->next; } You could try adding a couple more TRACEs in there (resourceList->next is probably usefull to know), but it's likely just the result of something writing over some memory at another place in the code. Adding a +seh could possibly give more information. Wrt this bug: please note that debugging random crashes, heap corruption, etc is simply hard, even more so when doing it without having the actual application available yourself. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.