http://bugs.winehq.org/show_bug.cgi?id=21385
--- Comment #18 from Anastasius Focht focht@gmx.net 2010-01-17 06:53:41 --- Hello,
--- quote --- 'with the original, _unpatched_ executable' I misread your intent.
And have I not provided the logs you asked? I merely pointed something out. --- quote ---
No, it meant to be read: "... generated by using the original, _unpatched_ executable", not attaching the executable itself. Nevermind, blame it to me, I'm non-native english speaker.
--- quote --- You're right about the missing D: mount, wrong prefix sorry.
trace:volume:GetVolumeInformationW cannot open device L"\\.\D:": err 5 trace:volume:GetDriveTypeW L"D:\" -> 5
Diff. --- quote ---
So it looks like permission problem. Can you change to ownership of loop device node to your user ident? E.g. something like:
$ sudo chown <yourusername> /dev/loop0
and run the executable again? If it still complains, please attach another log with: WINEDEBUG=+tid,+seh,+relay,+volume
Regards