![]() |
|
#21
|
||||
|
||||
|
I really appreciate the help from everyone! Good to know that I'm not the only one with crashing problems. I have also experienced the right click problem in olly 10.0c when using XP.
@R@dier: I have been able to build an executable file. Thank you very much for your notes I was able to confirm that I was not making a mistake anywhere. However, Have i missed something in my code? When I try to repack Asprotect says it is already protected and w32dasm will dissasemble but give me a warning that it is not in a PE file format. Does this happen to you as well? Should I try learning how to clean up my code after its unpacked? @JMI: I post at work and at home, at work using olly on NT my errors are in the 00A6 range and at home on XP my exceptions are in the 00A1 range. Sorry for the confusion. As well as R@ider my only setting is to Ignore memory access violations in KERNEL32. However, PEID also gave me an incorrect OEP of 47CB16. I placed a breakpoint on your address and followed through with my exceptions until that point. However once i break on the code and press F9 again to continue running. The program terminates itself with an Access violation when executing [F7A69B78], Debugged program was unable to process exception and then I was able to get your messagebox "Dont know how to continue because memory at... " by pressing F9 again. going to mess with olly and see if i can make it break there on purpose without the breakpoint. Here are the results of two traces: First setting a breakpoint on your exception and running from my the second to last exception Address Thread Command ; Registers and comments 77FA15FC Main MOV EBX,DWORD PTR SS:[ESP] ; ECX=00000000 Single step event at 00A611C8 00A611C8 Main POP DWORD PTR FS:[0] ; ECX=0012D450 77FA15FC Main MOV EBX,DWORD PTR SS:[ESP] ; ECX=00000000 Breakpoint at 00A611D3 00A611D3 Main POP EAX <--This is where i get the address violation just like yours--> Now a run trace from my second to last exception to my last exception no breakpoint. Address Thread Command ; Registers and comments 77FA15FC Main MOV EBX,DWORD PTR SS:[ESP] ; ECX=00000000 Single step event at 00A611C8 00A611C8 Main POP DWORD PTR FS:[0] ; ECX=0012D450 77FA15FC Main MOV EBX,DWORD PTR SS:[ESP] ; ECX=0012FF88, EDX=00A6117A, EBX=00A30000, ESI=00A50000, EDI=0012FF90 Access violation when writing to [00000000] 00A60019 Main XOR DWORD PTR DS:[EAX],EAX ; ECX=0012FC98 @Svensk: Did you try closing your app and opening it again after registering. Don't forget to fix that bug. Thank you for the offer of help. I will definately take you up on it.
Last edited by gabri3l; 04-30-2004 at 07:24. |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Aspr anyone know this one? | hobferret | General Discussion | 16 | 05-13-2015 22:54 |
| ASPR, ARMA question | sgdt | General Discussion | 3 | 04-09-2006 03:38 |
| More Aspr 1.31 | SvensK | General Discussion | 0 | 06-09-2004 22:52 |
| Newbie question ASPR 1.23 RC4 (long!) | Wurstgote | General Discussion | 126 | 02-27-2004 11:41 |