http://bugs.winehq.org/show_bug.cgi?id=35716
Bug ID: 35716 Summary: File not found although file-select window shows file. Product: Wine Version: 1.7.13 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: shell32 Assignee: wine-bugs@winehq.org Reporter: bgoodwin91006@yahoo.com
Application 'Oblivion Mod Manager' cannot find the archive manager provided (installed) along with the app. It posts the following message in it's crashlog;
Error message: ApplicationName='obmm\7za.exe', CommandLine='x "C:\users\bob\Desktop\Animated-Lighting\Animated Window Lighting System v5-5-4-19628.7z" * -o"C:\users\bob\Temp\obmm\0" -aos -y -r', CurrentDirectory='', Native error= File not found.
The 'file not found' refers to the file obmm/7za.exe
With a bash shell in the same directory as Oblivion Mod Manager, I issued the same command and got the same result;
COMMAND LINE ENTRY wine obmm\7za.exe 'x "C:\users\bob\Desktop\Animated-Lighting\Animated Window Lighting System v5-5-4-19628.7z" * -o"C:\users\bob\Temp\obmm\0" -aos -y -r', CurrentDirectory=''
RESULT wine: cannot find L"C:\windows\system32\obmm7za.exe"
The directory structures involved are;
Oblivion Mod Manager; /home/bob/.wine/drive_c/Program Files (x86)/Bethesda Softworks/Oblivion/OblivionModManager.exe
7za.exe; /home/bob/.wine/drive_c/Program Files (x86)/Bethesda Softworks/Oblivion/obmm/7za.exe
This application has worked correctly in the past.