LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Wine Issues (https://www.linuxquestions.org/questions/linux-software-2/wine-issues-268107/)

rejeK 12-19-2004 02:13 PM

Wine Issues
 
whenever I try to run a .exe in wine it says no such directory and I know it is the correct directory so what the hell is going on? the directory shows this ...

file:/windows/C/Program Files/MediaMonkey/MediaMonkey.exe

this is what I type in ...

wine /windows/C/ProgramFiles/MediaMonkey/MediaMonkey.exe
I get .. no such file or directory

veritas 12-19-2004 06:06 PM

"/windows/C/ProgramFiles/MediaMonkey/MediaMonkey.exe" won't work since there is a space between Program and Files. Type it in like this:
Code:

wine /windows/C/Program\ Files/MediaMonkey/MediaMonkey.exe

rejeK 12-19-2004 07:54 PM

hmmm still nothing happens :(

rejeK 12-19-2004 07:57 PM

hmmm I got it to do something in the shell ... I get an error

Code:

err:module:import_dll Module (file) ODBCCP32.DLL (which is needed by L"Z:\\windows\\C\\Program Files\\MediaMonkey\\MediaMonkey.exe") not found
err:module:import_dll No implementation for ODBCCP32.DLL.SQLConfigDataSource imported from L"Z:\\windows\\C\\Program Files\\MediaMonkey\\MediaMonkey.exe", setting to 0xdeadbeef
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\windows\\C\\Program Files\\MediaMonkey\\MediaMonkey.exe" failed, status c0000135

Is it true not all window programs work with wine? I remember reading that somewhere awhile back

veritas 12-20-2004 01:01 PM

Nope, not every program will run with wine because there are too many extra libraries dlls etc needed by windows programs. Since the error says it can't find ODBCCP32.DLL, try searching for it on the internet and put it in /windows/C/WINDOWS/system32. Then run wine again. Its worth a try.

rejeK 12-20-2004 01:08 PM

Yeah I already have ODBCCP32.DLL in my System32 folder...

what are some windows programs that will run using Wine? Older versions of things made for like win98 etc?

veritas 12-20-2004 02:21 PM

http://appdb.winehq.org/

Their database of working applications. I only messed around with wine a few days just to get starcraft and counter-strike working. I got them running, but they were really choppy so I lost interest in it. Never tried non-game apps.

rejeK 12-20-2004 03:41 PM

Cool thanks man ill check that out


All times are GMT -5. The time now is 10:01 AM.