http://bugs.winehq.org/show_bug.cgi?id=34586
Bug #: 34586 Summary: wine complains that it can't find "%1.dll" Product: Wine Version: 1.7.2 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: robert.dodier@gmail.com Classification: Unclassified
I built wine 1.7.2 from Git. uname -a reports "Linux freekbox 3.2.0-41-generic #66-Ubuntu SMP Thu Apr 25 03:28:09 UTC 2013 i686 i686 i386 GNU/Linux". Same behavior with wine 1.4 installed via apt-get.
I'm attempting to execute maxima.exe as installed from maxima-5.31.1.exe at Sourceforge (http://sf.net/p/maxima). I can execute some Windows so it is not a general problem.
wine path/to/maxima.exe immediately exits with no error message. WINEDEBUG=warn+all,err+all wine path/to/maxima.exe prints a lot of stuff including, towards the end, several messages about not finding "%1.dll". See full log here: http://pastebin.com/q48yMS6Q
I guess %1.dll is a malformed file name -- somewhere along the line, the name of the DLL wasn't filled in, I guess. The bug, as I see it, is that Wine did not correctly construct the DLL file name.
Other people have run into this bug, to judge by the results of Googling for %1.dll. However, I did not find the bug reported here.