LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Wine Problem (https://www.linuxquestions.org/questions/linux-software-2/wine-problem-144072/)

royals1216 02-09-2004 10:56 AM

Wine Problem
 
Hi, I am running Slackware 9.1... I got wine to install alright and the program I want to run under Wine installed correctly, only problem I have is when I try to run the exe, it says..

wine /home/me/c/Program Files/PT Software/PT Editor/PTEditor.exe
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Could not stat /cdrom (No such file or directory), ignoring drive D:
wine: cannot find '/home/me/c/Program'


I tried to replace the spaces in between Program Files, PT Software and PT Editor with a _ , but it still didnt work, i got this..

wine /home/me/c/Program_Files/PT_Software/PT_Editor/PTEditor.exe
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Could not stat /cdrom (No such file or directory), ignoring drive D:
wine: cannot find '/home/me/c/Program_Files/PT_Software/PT_Editor/PTEditor.exe'

I know this program runs under Wine, i seen it before... Anyone have any ideas? thanks

Thrasher 02-09-2004 11:00 AM

Any time you have a space between a directory or file name like Program Files,
you must add a back slash like so: Program\ Files

Try this and see how it works:
wine /home/me/c/Program\ Files/PT\ Software/PT\ Editor/PTEditor.exe

royals1216 02-09-2004 05:05 PM

Ok, I tried that and this is what I get..

wine /home/n30trac3r/c/Program\ Files/PT\ Software/PT\ Editor/PTEditor.exe
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Could not stat /cdrom (No such file or directory), ignoring drive D:
err:module:import_dll Module (file) MSVCIRT.dll (which is needed by L"C:\\Program Files\\PT Software\\PT Editor\\PTEditor.exe") not found
err:module:import_dll No implementation for MSVCIRT.dll.??0ifstream@@QAE@PBDHH@Z imported from L"C:\\Program Files\\PT Software\\PT Editor\\PTEditor.exe", setting to 0xdeadbeef
err:module:import_dll No implementation for MSVCIRT.dll.?openprot@filebuf@@2HB imported from L"C:\\Program Files\\PT Software\\PT Editor\\PTEditor.exe", setting to 0xdeadbeef
err:module:import_dll No implementation for MSVCIRT.dll.?close@ifstream@@QAEXXZ imported from L"C:\\Program Files\\PT Software\\PT Editor\\PTEditor.exe", setting to 0xdeadbeef
err:module:import_dll No implementation for MSVCIRT.dll.??7ios@@QBEHXZ imported from L"C:\\Program Files\\PT Software\\PT Editor\\PTEditor.exe", setting to 0xdeadbeef
err:module:import_dll No implementation for MSVCIRT.dll.??_Difstream@@QAEXXZ imported from L"C:\\Program Files\\PT Software\\PT Editor\\PTEditor.exe", setting to 0xdeadbeef
err:module:import_dll No implementation for MSVCIRT.dll.?read@istream@@QAEAAV1@PADH@Z imported from L"C:\\Program Files\\PT Software\\PT Editor\\PTEditor.exe", setting to 0xdeadbeef
err:module:import_dll No implementation for MSVCIRT.dll.?read@istream@@QAEAAV1@PAEH@Z imported from L"C:\\Program Files\\PT Software\\PT Editor\\PTEditor.exe", setting to 0xdeadbeef
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\PT Software\\PT Editor\\PTEditor.exe" failed, status c0000135


Any ideas? thanks for the tip about the spaces

Thrasher 02-09-2004 05:24 PM

Ok, unfortunately wine is not windows and is missing some things.
You may have to get that dll from a windows installation or search for it on the internet.
Check out this old post:
http://www.linuxquestions.org/questi...03/10/1/100188
and
http://www.linuxquestions.org/questi...003/09/1/88041

Once u find the dll , put it in the appropriete place and try it again.

For some applications, winex or crossover office work better. The downside to these programs is that they are not free...
Good Luck

royals1216 02-09-2004 05:49 PM

Thanks for your help!! I got it running.. I just have one more question, I get some crazy characters for fonts now.. any idea?

Thrasher 02-09-2004 07:18 PM

When you first started wine, did it spend about 4 min loading fonts?
It may be that the program uses fonts that were not included in wine. Find out what font the program uses and check winehq.org for font packs.
Dunno, but you may be able to change the font view in the program your running.

Glad its working anyway. =)


All times are GMT -5. The time now is 02:27 AM.