LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   wine-20031212 and 2.6.0 on slack : can install win apps but not run once installed (https://www.linuxquestions.org/questions/linux-software-2/wine-20031212-and-2-6-0-on-slack-can-install-win-apps-but-not-run-once-installed-129383/)

C++freak 12-27-2003 08:30 PM

wine-20031212 and 2.6.0 on slack : can install win apps but not run once installed
 
Hey. I compiled wine from the latest source on Slackware 9.0, using ./tools/wineinstall

I can install Internet Call Manager just fine, all installers work fine, but when I go to run the binary that is installed.
ICM:
Code:

wine /home/stuart/windows/Program\ Files/Internet\ Call\ Manager/ICM.EXE
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
err:module:map_image Could not map section .text, file probably truncated
wine: could not load L"C:\\Program Files\\Internet Call Manager\\ICM.EXE" as Win32 binary

Star Trek Voyager EF:
Code:

stuart@philangatron:~/windows/Program Files/Raven/Star Trek Voyager Elite Force$ wine stvoy
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
err:module:map_image Could not map section .reloc, file probably truncated
wine: could not load L"C:\\Program Files\\Raven\\Star Trek Voyager Elite Force\\stvoy.exe" as Win32 binary

That is just a couple of them. Could there be something wrong with my permissions? Something in my wine config?

mikshaw 12-27-2003 11:54 PM

"file probably truncated"

maybe you've got wine set to use 8.3 naming (e.g. "PROGRA~1" instead of "Program Files")

C++freak 12-28-2003 12:01 AM

Nope, I don't believe I do. How can I check?
Someone suggested to me that it could be a kernel or glibc issue.

C++freak 12-28-2003 01:16 AM

Nope. It's set to support long file names.


All times are GMT -5. The time now is 11:33 PM.