http://bugs.winehq.org/show_bug.cgi?id=4761
xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1
------- Additional Comments From xerox_xerox2000@yahoo.co.uk 2006-07-03 10:02 ------- You should have also post what's before the unhandled exception: fixme:shell:IShellLinkA_fnGetPath (0x7dcd4c50): WIN32_FIND_DATA is not yet filled. Start a program, or open a document in the program normally used for files with that suffix. Usage: start [options] program_filename [...] start [options] document_filename
Options: /M[inimized] Start the program minimized. /MAX[imized] Start the program maximized. /R[estored] Start the program normally (neither minimized nor maximized). /W[ait] Wait for started program to finish, then exit with its exit code. /L Show end-user license.
start.exe version 0.2 Copyright (C) 2003, Dan Kegel Start comes with ABSOLUTELY NO WARRANTY; for details run with /L option. This is free software, and you are welcome to redistribute it under certain conditions; run 'start /L' for details. wine: Unhandled page fault on read access to 0x00001148 at address 0x7b887974 (thread 0009), starting debugger... WineDbg starting on pid 0x8 Unhandled exception: page fault on read access to 0x00001148 in 32-bit code (0x7b887974). fixme:dbghelp:addr_to_linear Failed to linearize address 7fc5:0000ef54 (mode 0)
So it's starting wine's start.exe whereas it should have started the start.exe that's installed by the program. Could you try if this workaround works for you as well (after you've installed the program): cd ~/.wine/drive_c/MAGIX/Samplitude_V8_demo/ mv start.exe _start.exe wine _start.exe