Very weird error

Started by
1 comment, last by ANTZelda56 22 years, 1 month ago
This error (unhandled exception... "illegal operation") happens AFTER WinMain() exits... so I''m kinda in the dark. The VC++ debugger points to this as the error: 245: if ( (__piob != NULL) && (inuse((FILE *)__piob)) ) { 00422445 mov edx,dword ptr 00422448 mov eax,[___piob (004439fc)] Error here ->0042244D cmp dword ptr [eax+edx*4],0 00422451 je flsall+0C7h (004224d7) 00422457 mov ecx,dword ptr 0042245A mov edx,dword ptr [___piob (004439fc)] 00422460 mov eax,dword ptr [edx+ecx*4] 00422463 mov ecx,dword ptr [eax+0Ch] 00422466 and ecx,83h 0042246C test ecx,ecx 0042246E je flsall+0C7h (004224d7) Any ideas? </i>
And Unless Microsoft has changed any oftheir happy little games, your stuck with it.Patrick Nortin ~TechTV''s "The ScreenSavers"~
Advertisement
Can you post call stack?
Make sure you are not deleting global/static objects twice.
---visit #directxdev on afternet <- not just for directx, despite the name
...and closing opened files.
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes." - the Laughing Man

This topic is closed to new replies.

Advertisement