Does anyone have any idea what is causing wineprefixcreate to fail
with these messages?
output from running wineprefixcreate:
wine: Unhandled page fault on write access to 0x003ffd80 at address
0x60a3d103 (thread 0009), starting debugger...
wine: Unhandled page fault on write access to 0x003ffd80 at address
0x60a3d103 (thread 000b), starting debugger...
err:seh:raise_exception Unhandled exception
code c0000005 flags 0 addr 0x6000c04b
I don't see any debugger output in term window.
This happens with wine 0.9.18 and 0.9.19 both. If I use a .wine
directory from 0.9.17 installation with 0.9.18 or 0.9.19 I get same
message when I try to run my executable (and it fails).
I'm running on slackware10.2 upgraded to Slackware-current.
Maybe I borked some libraries, but I can compile and install
version 0.9.17 with no problem and it runs as well as ever.
I grepped make output for errors, no results.
--
Timm
Timm <timmr@atlanticbb.net> wrote:> Does anyone have any idea what is causing wineprefixcreate to fail > with these messages? > > output from running wineprefixcreate: > > wine: Unhandled page fault on write access to 0x003ffd80 at address > 0x60a3d103 (thread 0009), starting debugger... > wine: Unhandled page fault on write access to 0x003ffd80 at address > 0x60a3d103 (thread 000b), starting debugger... > err:seh:raise_exception Unhandled exception > code c0000005 flags 0 addr 0x6000c04b > > I don't see any debugger output in term window. > > This happens with wine 0.9.18 and 0.9.19 both. If I use a .wine > directory from 0.9.17 installation with 0.9.18 or 0.9.19 I get same > message when I try to run my executable (and it fails).The only *possible* cause I can think of is that you are running on a 64 bit platform and this is somehow causing problems (compilation on this platforms seems to be a bit tricky). If that's not it, I suggest you open a bug report. Daniel