dpeddi Posted August 26, 2005 Share Posted August 26, 2005 Download here, and folllow the instruction below: http://xoomer.virgilio.it/dpeddi/Darwine%2...aller_0.1.1.dmg - Run the installer you find inside the folder - Run Applications/WineHelper to start windows programs in an easier way. How to build by yourself: I get wine workining using latest Xcode 2.1 + Wine-20050725 + http://www.winehq.com/hypermail/wine-patch...05/07/0325.html + http://wiki.opendarwin.org/index.php/Darwine:quartzdrv. Obviously I had to adjust some rejects. At the moment, I had to launch windows application from X11 console. I tested with success wine bundled application (regedit, winefiles, winmine), total commander, winrar. At the moment I can't get yet wine working using quartz.drv without X11. Eddi Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/ Share on other sites More sharing options...
bebox Posted August 26, 2005 Share Posted August 26, 2005 great news it's would be usefull launch some windows application directly on OSX . I've read codeweavers are porting their stuff to osx x86 too. Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-7597 Share on other sites More sharing options...
dpeddi Posted August 26, 2005 Author Share Posted August 26, 2005 I use this as blackboard... To be tested: Check if wine can be installed in a more OSX standard path... Perhaps this should be ok: autoconf && ./configure --prefix=/Librady/Darwine && make && make install At the moment the default MACOSX_DEPLOYMENT_TARGET should be ok Try Building WineHelper from Darwine project.. "First checkout WineHelper from the darwine repository on cvs.opendarwin.org." This should let us to avoid starting wine from terminal.... Check if WineHelper may be adapted to doesn't require qemu Open the Xcode project in the WineHelper folder and choose Build Activate quartz.drv: I found this in key in dlls/gdi/driver.c and dlls/user/driver.c strcpy( buffer, "x11,tty" ); /* default value */ /* @@ Wine registry key: HKCU\Software\Wine\Drivers */ if (!RegOpenKeyA( HKEY_CURRENT_USER, "Software\\Wine\\Drivers", &hkey )) { DWORD type, count = sizeof(buffer); RegQueryValueExA( hkey, "Graphics", 0, &type, (LPBYTE) buffer, &count ); RegCloseKey( hkey ); } regedit -> HKCU\Software\Wine\Drivers New string -> Graphics = quartz Eddi Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-7656 Share on other sites More sharing options...
dpeddi Posted August 27, 2005 Author Share Posted August 27, 2005 All works in x11 mode... Using quarz.drv, wine crash.. I'll pkg my build when quarz.drv will work. Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-7863 Share on other sites More sharing options...
bebox Posted August 27, 2005 Share Posted August 27, 2005 great waiting for that then :-) i have looked your links ... i don't see how make it run even under X11 ... i hope this will be easy to install and use but having look on wine screenshots on official homepage look a really good thing if we can run it in osx x86 the best of the two worlds in the same OS Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-7867 Share on other sites More sharing options...
Ekylypse Posted August 27, 2005 Share Posted August 27, 2005 Okay...so has anyone considered Darwine? The Darwine project intends to port and develop WINE as well as other supporting tools that will allow Darwin and Mac OS X users to run Windows Applications, and to provide a Win32 API compatibility at application source code level. I see that it was mentioned above, but I dont understand if anyone had tried it or not. Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-7967 Share on other sites More sharing options...
dpeddi Posted August 27, 2005 Author Share Posted August 27, 2005 Please try this... It shouldn't too difficult to install.. - Download http://xoomer.virgilio.it/dpeddi/Darwine%20x86-Installer.dmg - OpenDarwine x86-Installer that you will find on your desktop - Run the installer you find inside the folder - Run Applications/X11 - in xterm digit: PATH=$PATH:/Library/Darwine/bin/ /Library/Darwine/bin/regedit - Run Applications/WineHelper to start windows programs in an easier way. Thanks to Darwine staff for providing the files I used to build the x86 package! E. Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-8080 Share on other sites More sharing options...
bebox Posted August 27, 2005 Share Posted August 27, 2005 yes pretty cool i try it right now, really really thanks Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-8083 Share on other sites More sharing options...
bebox Posted August 27, 2005 Share Posted August 27, 2005 Please try this... It shouldn't too difficult to install.. - Download http://62.149.228.120/dpeddi/Darwine%20x86-Installer.dmg - OpenDarwine x86-Installer that you will find on your desktop - Run the installer you find inside the folder - Run Applications/X11 - in xterm digit: PATH=$PATH:/Library/Darwine/bin/ /Library/Darwine/bin/regedit - Run Applications/WineHelper to start windows programs in an easier way. Thanks to Darwine staff for providing the files I used to build the x86 package! E. <{POST_SNAPBACK}> i've tried regedit run but when i ruun winehelper it close and nothing happpened ... but it's a start Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-8085 Share on other sites More sharing options...
sportman Posted August 27, 2005 Share Posted August 27, 2005 Same problem i click on wine helper and nothing happens good job though, im sure im just doing something wrong ================================================================================ ============================== -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- sportmankid$ ./winehelper ZeroLink: could not load .o file: /Users/curtis/projects/darwine/WineHelper/build/WineHelper_2.1.build/Development/WineHelper.build/Objects-normal/i386/main.ob ZeroLink: could not load .o file: /Users/curtis/projects/darwine/WineHelper/build/WineHelper_2.1.build/Development/WineHelper.build/Objects-normal/i386/WHController.ob ZeroLink: could not load .o file: /Users/curtis/projects/darwine/WineHelper/build/WineHelper_2.1.build/Development/WineHelper.build/Objects-normal/i386/WHOpenArgumentsView.ob ZeroLink: could not load .o file: /Users/curtis/projects/darwine/WineHelper/build/WineHelper_2.1.build/Development/WineHelper.build/Objects-normal/i386/WHPreferences.ob ZeroLink: could not load .o file: /Users/curtis/projects/darwine/WineHelper/build/WineHelper_2.1.build/Development/WineHelper.build/Objects-normal/i386/WHSession.ob ZeroLink: could not load .o file: /Users/curtis/projects/darwine/WineHelper/build/WineHelper_2.1.build/Development/WineHelper.build/Objects-normal/i386/WHSessionNotificationQueue.ob ZeroLink: could not load .o file: /Users/curtis/projects/darwine/WineHelper/build/WineHelper_2.1.build/Development/WineHelper.build/Objects-normal/i386/NSForm_WHExtension.ob ZeroLink: could not load .o file: /Users/curtis/projects/darwine/WineHelper/build/WineHelper_2.1.build/Development/WineHelper.build/Objects-normal/i386/NSString_WHExtension.ob Bus error sportmankids-computer:/volumes/untitled/applications/winehelper.app/contents/macos sportmankid$ sportmankids-computer:/volumes/untitled/applications/winehelper.app/contents/macos sportmankid$ -bash: sportmankids-computer:/volumes/untitled/applications/winehelper.app/contents/macos: No such file or directory sportmankids-computer:/volumes/untitled/applications/winehelper.app/contents/macos sportmankid$ sportmankids-computer:/volumes/untitled/applications/winehelper.app/contents/macos sportmankid$ sportmankids-computer:/volumes/untitled/applications/winehelper. THAT is my error when i run winehelper from terminal Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-8104 Share on other sites More sharing options...
dpeddi Posted August 27, 2005 Author Share Posted August 27, 2005 I just killed my osx installation upgrading to itunes 4.9... I have to reinstll, I think I will try my binary package from scratch next week! E. Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-8121 Share on other sites More sharing options...
Takuro Posted August 27, 2005 Share Posted August 27, 2005 ............................................ Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-8135 Share on other sites More sharing options...
sportman Posted August 27, 2005 Share Posted August 27, 2005 i found the problem when u compiled winehelper, u have the application point to files on ur computer that i dont have. bbl Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-8182 Share on other sites More sharing options...
darkten Posted August 27, 2005 Share Posted August 27, 2005 i found the problem when u compiled winehelper, u have the application point to files on ur computer that i dont have. bbl <{POST_SNAPBACK}> What you need to do is rebuild this...correctly In XCode, you need to choose te build results window, and set the project to build a Deployment build. Your build is a Development build with Zerolink/Fix And Continue turned on. Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-8191 Share on other sites More sharing options...
dpeddi Posted August 28, 2005 Author Share Posted August 28, 2005 Fixed version, I hope http://xoomer.virgilio.it/dpeddi/Darwine%2...aller_0.1.1.dmg It should be less difficult to install.. - Download http://xoomer.virgilio.it/dpeddi/Darwine%2...aller_0.1.1.dmg - Darwinex86-Installer_0.1.1 that you will find on your desktop - Run the installer you find inside the folder - Run Applications/WineHelper to start windows programs in an easier way. The postinstall script is bundled into the package and run the same command you need to run by hand in the previous version! Thanks to Darwine staff for providing the files I used to build the x86 package! E. PS: darkten, This is my first time I used Xcode, however I supposed the problem! I just have to reinstall the whole system and come back to home from a party! Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-8359 Share on other sites More sharing options...
sammykrupa Posted August 28, 2005 Share Posted August 28, 2005 Very cool! It works! Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-8376 Share on other sites More sharing options...
Velvet Nightmare Posted August 28, 2005 Share Posted August 28, 2005 Hmm, quite an intresting concept. This is something that I may have to try, I would love being able to use a vast majority of my apps on my x86 drive, as I'm now completely fed up with Windows. If I was able to get the drivers for my wireless card in some magical way, i would have dumped Windows already, but until then, this is a great helper. Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-8396 Share on other sites More sharing options...
darkten Posted August 28, 2005 Share Posted August 28, 2005 PS: darkten, This is my first time I used Xcode, however I supposed the problem! I just have to reinstall the whole system and come back to home from a party! <{POST_SNAPBACK}> Wow man, you picked a helluva thing to srtart with Well done. Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-8397 Share on other sites More sharing options...
sportman Posted August 28, 2005 Share Posted August 28, 2005 hope u dont mind im writing a tut on how to install and use :-P ill give u credit. Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-8402 Share on other sites More sharing options...
jchowland Posted August 28, 2005 Share Posted August 28, 2005 The thing i've noticed with WINE are these three things: 1. It will fail on any program which checks the windows version 2. It cannot load DLL's 3. It won't work with progs that use OpenGL Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-8460 Share on other sites More sharing options...
sportman Posted August 28, 2005 Share Posted August 28, 2005 any time i try and run ./winecfg that app runs, but i cannot change the settings, when i click apply it gives me some wierd error, otherwise it runs nice. Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-8479 Share on other sites More sharing options...
oels Posted August 28, 2005 Share Posted August 28, 2005 How do I install Wine ? When Im installing it it gives me an error before the installation completes. And tells me to restart installation ? What am I doing wrong ? Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-8525 Share on other sites More sharing options...
sHARD>> Posted August 28, 2005 Share Posted August 28, 2005 How do I install Wine ? When Im installing it it gives me an error before the installation completes. And tells me to restart installation ? What am I doing wrong ? Same here, perhaps the installer has been corrupted. Anyone got another copy? Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-8592 Share on other sites More sharing options...
sportman Posted August 28, 2005 Share Posted August 28, 2005 dunno y ppl are having trouble, worked fine for me. Check out my tutorial on the wiki Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-8606 Share on other sites More sharing options...
Takuro Posted August 28, 2005 Share Posted August 28, 2005 ............................................ Link to comment https://www.insanelymac.com/forum/topic/1261-windows-applications-with-wine-x11-1041-3/#findComment-8643 Share on other sites More sharing options...
Recommended Posts