Hi, I've been trying to get Darwine working on my new iMac Intel, but I cant get it to launch any exe's. I launch the Winehelper app, and it launches, along with X11. But when I try to launch one of the sample exe's, it doesn't work, and in the Wine Log window, it says :
cp: /tmp/wine_root/lib/wine/regedit.exe.so: No such file or directory
cp: /tmp/wine_root/lib/wine/rundll32.exe.so: No such file or directory
cp: /tmp/wine_root/lib/wine/wcmd.exe.so: No such file or directory
cp: /tmp/wine_root/lib/wine/control.exe.so: No such file or directory
cp: /tmp/wine_root/lib/wine/winhelp.exe.so: No such file or directory
cp: /tmp/wine_root/lib/wine/msiexec.exe.so: No such file or directory
cp: /tmp/wine_root/lib/wine/notepad.exe.so: No such file or directory
cp: /tmp/wine_root/lib/wine/progman.exe.so: No such file or directory
cp: /tmp/wine_root/lib/wine/regsvr32.exe.so: No such file or directory
cp: /tmp/wine_root/lib/wine/winemine.exe.so: No such file or directory
cp: /tmp/wine_root/lib/wine/winver.exe.so: No such file or directory
cp: /tmp/wine_root/lib/wine/uninstaller.exe.so: No such file or directory
cp: /tmp/wine_root/lib/wine/winhelp.exe.so: No such file or directory
cp: /tmp/wine_root/lib/wine/winhelp.exe.so: No such file or directory
cp: /tmp/wine_root/lib/wine/winebrowser.exe.so: No such file or directory
cp: /tmp/wine_root/share/wine/wine.inf: No such file or directory
wine: wineprefixcreate failed while creating '/Users/Jamie/.wine'.
What does this mean, and how can I fix it so I can get DarWine working??
Cheers for any help
Why can't I get 0.9.7 of Darwine to work on my iMac Intel?
Started by harrisjamieh, Feb 11 2006 03:08 PM
28 replies to this topic
#1
Posted 11 February 2006 - 03:08 PM
#2
Posted 11 February 2006 - 03:49 PM
I had this problem too.
I fixed it by copying the files in wine.bundle/Contents to /usr/local (bin to bin, lib to lib, etc..)
I also copied those file to /tmp/wine_root , I don´t know wether this is necessary.
Then you should be able to use WineHelper.
I fixed it by copying the files in wine.bundle/Contents to /usr/local (bin to bin, lib to lib, etc..)
I also copied those file to /tmp/wine_root , I don´t know wether this is necessary.
Then you should be able to use WineHelper.
#3
Posted 11 February 2006 - 04:03 PM
Thanks
EDIT: I found how to look at the files inside the wine.bundle file, but I still don't get where to put them...
#4
Posted 11 February 2006 - 04:18 PM
In Finder, press Shift + Command + G
Then a Window will pop up, which asks you in which folder you want to go (/usr/local in your case).
Then put the contents of wine.bundle/Contents/bin into /usr/local/bin, lib to lib, share to share and man to man)
This should work, I don´t know wether you also have to put it into /tmp/wine_root
Then a Window will pop up, which asks you in which folder you want to go (/usr/local in your case).
Then put the contents of wine.bundle/Contents/bin into /usr/local/bin, lib to lib, share to share and man to man)
This should work, I don´t know wether you also have to put it into /tmp/wine_root
#5
Posted 11 February 2006 - 04:23 PM
Thanks for the reply, but I dont seem to have a folder on my system /usr/local. I type it into the window that you said to, and it says 'The folder cannot be found'. I also dont seem to have the folder /tmp/wine_root. Sorry to come accross so novice-y, but i've been wit macs for about 4 months, hence I am not 100% used to them yet!
#6
Posted 11 February 2006 - 04:31 PM
But you should have the folder /usr and the folder /tmp
Create a folder called local and put it into /usr (you can´t create a new folder in that directory) and put a folder called wine_root into /tmp
If something isn´t there, create it ;-)
Create a folder called local and put it into /usr (you can´t create a new folder in that directory) and put a folder called wine_root into /tmp
If something isn´t there, create it ;-)
#7
Posted 11 February 2006 - 04:38 PM
Right, I copied the files to the right places, but unfortunatly, still no luck
. Any more ideas?
#8
Posted 11 February 2006 - 04:41 PM
Try to run the file wineprefixcreate in wine.bundle/Contents/bin as root in terminal...
#9
Posted 11 February 2006 - 04:54 PM
#10
Posted 11 February 2006 - 05:08 PM
it says '-bash: -s: command not found'
#11
Posted 11 February 2006 - 05:16 PM
Did you really type ln -s?
It is a L , not a i.
It is a L , not a i.
#12
Posted 11 February 2006 - 06:32 PM
Didnt help much.
wine: failed to initialize: dlopen(/tmp/wine_root/lib/wine/ntdll.dll.so, 2): Symbol not found: _i386_set_ldt
Referenced from: /Applications/Darwine/Wine.bundle/Contents/bin/../lib/libwine.1.dylib
Expected in: /usr/lib/libSystem.B.dylib
I checked - the file IS there... bust be the wrong one
wine: failed to initialize: dlopen(/tmp/wine_root/lib/wine/ntdll.dll.so, 2): Symbol not found: _i386_set_ldt
Referenced from: /Applications/Darwine/Wine.bundle/Contents/bin/../lib/libwine.1.dylib
Expected in: /usr/lib/libSystem.B.dylib
I checked - the file IS there... bust be the wrong one
#13
Posted 11 February 2006 - 07:00 PM
labria, on Feb 11 2006, 07:35 PM, said:
Didnt help much.
wine: failed to initialize: dlopen(/tmp/wine_root/lib/wine/ntdll.dll.so, 2): Symbol not found: _i386_set_ldt
Referenced from: /Applications/Darwine/Wine.bundle/Contents/bin/../lib/libwine.1.dylib
Expected in: /usr/lib/libSystem.B.dylib
I checked - the file IS there... bust be the wrong one
wine: failed to initialize: dlopen(/tmp/wine_root/lib/wine/ntdll.dll.so, 2): Symbol not found: _i386_set_ldt
Referenced from: /Applications/Darwine/Wine.bundle/Contents/bin/../lib/libwine.1.dylib
Expected in: /usr/lib/libSystem.B.dylib
I checked - the file IS there... bust be the wrong one
it will ofcourse work ONLY for 10.4.4 system. 10.4.3 doesn't have some system calls needed to run wine.
#14
Posted 11 February 2006 - 08:27 PM
Hi,
I can't get 0.9.7 working on my Core Duo 20". I have created the link as posted by forcer, but when I start any of the test apps, winehelper displays something like that:
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system32" is not accessible.
Warning: could not find DOS drive for current working directory '/Applications/Darwine/WineHelper.app/Contents/Resources', starting in the Windows directory.
wine: cannot find '/Applications/Darwine/Sample WineLib Applications/clock.exe'
Thx in advance for any help!
I can't get 0.9.7 working on my Core Duo 20". I have created the link as posted by forcer, but when I start any of the test apps, winehelper displays something like that:
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system32" is not accessible.
Warning: could not find DOS drive for current working directory '/Applications/Darwine/WineHelper.app/Contents/Resources', starting in the Windows directory.
wine: cannot find '/Applications/Darwine/Sample WineLib Applications/clock.exe'
Thx in advance for any help!
#15
Posted 11 February 2006 - 10:34 PM
Excuse me but how do you extract a .bundle file ?
#16
Posted 11 February 2006 - 10:41 PM
Right click and "Show package contents".
It's not a file, really, just a folder which is configured that way...
It's not a file, really, just a folder which is configured that way...
#17
Posted 12 February 2006 - 02:59 AM
Just open Terminal and enter:
/Applications/Darwine/Wine.bundle/Contents/bin/wineprefixcreate
That did it for me.
/Applications/Darwine/Wine.bundle/Contents/bin/wineprefixcreate
That did it for me.
#18
Posted 12 February 2006 - 09:11 AM
#19
Posted 12 February 2006 - 11:19 AM
You may also have to adjust the rights of the folder .wine (if you get errors when you want to install something).
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account









