James Hawkins wrote:
Unhandled exception: page fault on read access to 0x00000000 in 32-bit
Try this:
WINEDEBUG=+relay,+seh wine prog.exe >& log
that will give a reasonably sized log, maybe 100Mb. Then search it for lines starting with seh.
less log /seh
Then look backwards from the location of the exception that caused the debugger to start. If you're lucky, the function that caused the exception will be somewhere just before the exception.
Mike