Page 1 of 1

1.90.3 crashes with read memory violation.

Posted: Fri May 11, 2007 3:43 pm
by azsd
Hi, an weeks ago I have downloaded 1.90.3 instead my 1.90, but it always hang while I viewing picture or do nothing but writing in MS Word.

so I use ollydbg to monitor the process and found it still hang in memory copy operation, for eg, when xnview tring to copy some data from an unallacate buffer, it's crash in ntdll.dll reports 0x????????? cannot reading.

these codes looks like present in some walker threads.

Code: Select all

00618CC0  |>  8B8D A8FEFFFF            /MOV ECX,DWORD PTR SS:[EBP-158]
00618CC6  |.  8B33                     |MOV ESI,DWORD PTR DS:[EBX]
00618CC8  |.  8BBD 94FEFFFF            |MOV EDI,DWORD PTR SS:[EBP-16C]
00618CCE  |.  8BC1                     |MOV EAX,ECX
00618CD0  |.  C1E9 02                  |SHR ECX,2
00618CD3  |.  F3:A5                    |REP MOVS DWORD PTR ES:[EDI],DWORD PTR DS>
00618CD5  |.  8BC8                     |MOV ECX,EAX
ECX=00000020 (decimal 32.)
DS:[ESI]=[0BFCFCFC]=???
ES:[EDI]=[0BECE0B8]=FDFDFDFD

Re: 1.90.3 crashes with read memory violation.

Posted: Sat May 12, 2007 7:07 am
by xnview
azsd wrote:Hi, an weeks ago I have downloaded 1.90.3 instead my 1.90, but it always hang while I viewing picture or do nothing but writing in MS Word.
With browser opened? With a clean ini?

Posted: Thu May 17, 2007 7:31 am
by Guest
try switching off the nx (no execute) option in bios

Posted: Wed May 23, 2007 1:52 pm
by azsd
DEP surely disabled years ago.
I delete the ini but the problem still exists.
I'll try 1.91 later