http://bugs.winehq.org/show_bug.cgi?id=7673
Summary: VoloView 3 can't find Autodesk shared libraries Product: Wine Version: CVS Platform: Other URL: http://usa.autodesk.com/adsk/servlet/index?id=3239384&si teID=123112 OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
VoloView 3's installer has a few cosmetic problems, but seems to work. The app itself fails to start, complaining:
trace:module:load_dll looking for L"AcGe16.dll" in L"C:\Program Files\Autodesk\Volo View 3.0;.;c:\windows\system32;c:\windows\system;c:\windows;c:\windows\system32;c:\windows" ... err:module:import_dll Library AcGe16.dll (which is needed by L"C:\Program Files\Autodesk\Volo View 3.0\VoloView.exe") not found
Interestingly, the missing library is in a directory known to the executable: $ strings VoloView.exe | grep -i shared finds Program Files\Common Files\Autodesk Shared
Copying that directory into the app's directory lets the app start: $ cp ../../Common\ Files/Autodesk\ Shared/* .
Not sure how the app is supposed to find those libraries.