Jump to content

Windows Applications With Wine + X11 (10.4.1 - .3)


145 posts in this topic

Recommended Posts

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
Share on other sites

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
Share on other sites

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 :P

 

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
Share on other sites

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
Share on other sites

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
Share on other sites

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.

i've tried regedit run

 

but when i ruun winehelper it close and nothing happpened ...

 

but it's a start

Link to comment
Share on other sites

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
Share on other sites

i found the problem when u compiled winehelper, u have the application point to files on ur computer that i dont have. bbl

 

 

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
Share on other sites

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
Share on other sites

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
Share on other sites

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
Share on other sites

 Share

×
×
  • Create New...