> Unhandled exception: page fault on read access to 0x00000000 in 32-bit
> code (0x0 0000000).
> In 32 bit mode.
> 0x00000000: addb %al,0x0(%eax)
This looks like the stack is getting trashed. A call somewhere before
the exception is more than likely writing past its assigned memory ie
buffer overflow. These are the fun ones to find <g>.
On Sun, 12 Sep 2004 01:09:20 +0200, J?r?me Brilland
<jerome.brilland@aiesec.net> wrote:> Hello !
>
> While running DVDShrink, I get an error :
>
> [root@localhost azf]# cd /mnt/win_e/dvd_shrink_23fr
> [root@localhost dvd_shrink_23fr]# wine DVDShrink2.3French.exe
> fixme:ole:CoRegisterMessageFilter stub
> fixme:rebar:REBAR_MaximizeBand (uBand = 0 fIdeal = FALSE) case not coded
> fixme:rebar:REBAR_MaximizeBand (uBand = 0 fIdeal = FALSE) case not coded
> wine: Unhandled exception (thread 0009), starting debugger...
> fixme:console:SetConsoleCtrlHandler (0x406105b0,1) - no error checking
> or testing yet
> WineDbg starting on pid 0x8
> Unhandled exception: page fault on read access to 0x00000000 in 32-bit
> code (0x0 0000000).
> In 32 bit mode.
> 0x00000000: addb %al,0x0(%eax)
> Wine-dbg>
>
> _______________________________________________
> wine-users mailing list
> wine-users@winehq.org
> http://www.winehq.org/mailman/listinfo/wine-users
>
--
James Hawkins