http://bugs.winehq.org/show_bug.cgi?id=7583
--- Comment #27 from Austin English austinenglish@gmail.com 2008-10-20 15:01:46 --- (In reply to comment #26)
wine-0.9.59 (Ubuntu Gutsy deb)
Doesn't work after install: export WINEPREFIX="$HOME/AutoSketch7";cd "$WINEPREFIX/drive_c/Program Files/AutoSketch"; wine Sketch.exe err:module:import_dll Library acge15.dll (which is needed by L"C:\Program Files\AutoSketch\sxMath2.dll") not found err:module:import_dll Library sxMath2.dll (which is needed by L"C:\Program Files\AutoSketch\Sx2.dll") not found err:module:import_dll Library ACDB15.dll (which is needed by L"C:\Program Files\AutoSketch\Sx2.dll") not found err:module:import_dll Library acge15.dll (which is needed by L"C:\Program Files\AutoSketch\Sx2.dll") not found err:module:import_dll Library ACRX15.dll (which is needed by L"C:\Program Files\AutoSketch\Sx2.dll") not found err:module:import_dll Library ACUTIL15.dll (which is needed by L"C:\Program Files\AutoSketch\Sx2.dll") not found err:module:import_dll Library ACDBXREF.dll (which is needed by L"C:\Program Files\AutoSketch\Sx2.dll") not found err:module:import_dll Library fct42.dll (which is needed by L"C:\Program Files\AutoSketch\Sx2.dll") not found err:module:import_dll Library kern42.dll (which is needed by L"C:\Program Files\AutoSketch\Sx2.dll") not found err:module:import_dll Library Sx2.dll (which is needed by L"C:\Program Files\AutoSketch\Sketch.exe") not found err:module:import_dll Library acge15.dll (which is needed by L"C:\Program Files\AutoSketch\sxMath2.dll") not found err:module:import_dll Library sxMath2.dll (which is needed by L"C:\Program Files\AutoSketch\Sketch.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\AutoSketch\Sketch.exe" failed, status c0000135
This works: export WINEPREFIX="$HOME/AutoSketch7";cd "$WINEPREFIX/drive_c/Program Files/Common Files/Autodesk Shared"; wine "$WINEPREFIX/drive_c/Program Files/AutoSketch/Sketch.exe"
After modifying the path with regedit they both work as does "wine start Sketch.exe".
Seems like it may need the full path to work, which would be an application bug.