http://bugs.winehq.org/show_bug.cgi?id=33291
Bug #: 33291 Summary: Path environemtn variable has been set up wrong. Product: Wine Version: 1.5.26 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: peter.merchant@gmail.com Classification: Unclassified
Attempting to get Brothers Keeper working on Wine, and discovered that a previous person had run vbrun, so I did the same, with the following result:
peterm@peterm-desktop:~$ winetricks vbrun60 Executing w_do_call vb6run Executing load_vb6run fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 32f5f0,0 err:setupapi:SetupDefaultQueueCallbackW copy error 0 L"C:\windows\profiles\peterm\Temp\IXP000.TMP\MSVBVM60.DLL" -> L"C:\windows\system32\MSVBVM60.DLL" fixme:ole:DllRegisterServer stub ------------------------------------------------------ vb6run install completed, but installed file /home/peterm/.wine/dosdevices/c:/windows/system32/MSVBVM60.DLL not found ------------------------------------------------------
I note there is no separator between the two paths given, so I think this is why my program will not run correctly. How do I correct my path variable? The file msvbvm60 is present in the correct place.
Thanks,
Peter M.