harrisjamieh Posted February 11, 2006 Share Posted February 11, 2006 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 Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/ Share on other sites More sharing options...
Fl0r!an Posted February 11, 2006 Share Posted February 11, 2006 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. Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-55332 Share on other sites More sharing options...
harrisjamieh Posted February 11, 2006 Author Share Posted February 11, 2006 Sorry, im not good at this, How do i look at the files inside wine.bundle? If i double click on it I just get a box asking what app I want to open it in? Also, how do I get to /usr/local? I found a folder on my HD: Macintosh HD/opt/local which has folders in it like bin and lib? 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... Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-55338 Share on other sites More sharing options...
Fl0r!an Posted February 11, 2006 Share Posted February 11, 2006 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 Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-55342 Share on other sites More sharing options...
harrisjamieh Posted February 11, 2006 Author Share Posted February 11, 2006 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! Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-55344 Share on other sites More sharing options...
Fl0r!an Posted February 11, 2006 Share Posted February 11, 2006 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 ;-) Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-55348 Share on other sites More sharing options...
harrisjamieh Posted February 11, 2006 Author Share Posted February 11, 2006 Right, I copied the files to the right places, but unfortunatly, still no luck . Any more ideas? Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-55351 Share on other sites More sharing options...
Fl0r!an Posted February 11, 2006 Share Posted February 11, 2006 Try to run the file wineprefixcreate in wine.bundle/Contents/bin as root in terminal... Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-55352 Share on other sites More sharing options...
forcer Posted February 11, 2006 Share Posted February 11, 2006 Right, I copied the files to the right places, but unfortunatly, still no luck . Any more ideas? open up terminal and type ln -s /Applications/Darwine/wine.bundle/Contents/ /tmp/wine_root and try darwine. Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-55354 Share on other sites More sharing options...
harrisjamieh Posted February 11, 2006 Author Share Posted February 11, 2006 it says '-bash: -s: command not found' Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-55356 Share on other sites More sharing options...
Fl0r!an Posted February 11, 2006 Share Posted February 11, 2006 Did you really type ln -s? It is a L , not a i. Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-55359 Share on other sites More sharing options...
labria Posted February 11, 2006 Share Posted February 11, 2006 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 Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-55380 Share on other sites More sharing options...
forcer Posted February 11, 2006 Share Posted February 11, 2006 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 it will ofcourse work ONLY for 10.4.4 system. 10.4.3 doesn't have some system calls needed to run wine. Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-55389 Share on other sites More sharing options...
Dr. Jones Posted February 11, 2006 Share Posted February 11, 2006 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! Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-55423 Share on other sites More sharing options...
silverbluenote Posted February 11, 2006 Share Posted February 11, 2006 Excuse me but how do you extract a .bundle file ? Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-55481 Share on other sites More sharing options...
labria Posted February 11, 2006 Share Posted February 11, 2006 Right click and "Show package contents". It's not a file, really, just a folder which is configured that way... Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-55485 Share on other sites More sharing options...
ciparis Posted February 12, 2006 Share Posted February 12, 2006 Just open Terminal and enter: /Applications/Darwine/Wine.bundle/Contents/bin/wineprefixcreate That did it for me. Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-55577 Share on other sites More sharing options...
Dr. Jones Posted February 12, 2006 Share Posted February 12, 2006 Just open Terminal and enter:/Applications/Darwine/Wine.bundle/Contents/bin/wineprefixcreate That did it for me. THX! That fixed it! Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-55613 Share on other sites More sharing options...
Fl0r!an Posted February 12, 2006 Share Posted February 12, 2006 You may also have to adjust the rights of the folder .wine (if you get errors when you want to install something). Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-55628 Share on other sites More sharing options...
neosublime Posted February 12, 2006 Share Posted February 12, 2006 Had to thow this out there.... Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-55733 Share on other sites More sharing options...
darkten Posted February 12, 2006 Share Posted February 12, 2006 Had to thow this out there.... I'm curious... How did you get around this: -D Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-55821 Share on other sites More sharing options...
SteveM Posted February 13, 2006 Share Posted February 13, 2006 I'm curious...How did you get around this: -D I think that he just took a pic of the second that the installer worked just for laughs. Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-55884 Share on other sites More sharing options...
neosublime Posted February 13, 2006 Share Posted February 13, 2006 yes.. it never installed. I was just being hopefull, Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-55929 Share on other sites More sharing options...
palple Posted February 14, 2006 Share Posted February 14, 2006 It doesn't run visual basic apps (MSVBVM60.DLL not found). Anyway it's a good start... Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-56427 Share on other sites More sharing options...
Leg Posted February 14, 2006 Share Posted February 14, 2006 i also have this error: wine: failed to initialize: dlopen(/tmp/wine_root/lib/wine/ntdll.dll.so, 2): Symbol not found: _i386_set_ldt Referenced from: /usr/bin/../lib/libwine.1.dylib Expected in: /usr/lib/libSystem.B.dylib so you want to say that Darwine works only on 10.4.4 systems? Link to comment https://www.insanelymac.com/forum/topic/8898-why-cant-i-get-097-of-darwine-to-work-on-my-imac-intel/#findComment-56558 Share on other sites More sharing options...
Recommended Posts