Re: [Fink-devel] wine 1.1.42 no luck

2010-04-25 Thread Odo Wolbers
Hi,

this morning I did the following:
reinstalled X11 from the Snow Leopard DVD
rm -r .wine
rebuild wine (fink)
Wine now starts without complaining about drivers.
Sacred 2 (install from hard disk) worked. Upgrading to 2.4.0, worked. Upgrade 
to IB worked but the NVIDIA installation stalled with a window with the only 
text text. I canceled it after some time, Then the rest of the process (check 
of the installation) ended without problems. The update to 2.65 also worked 
well.

Looks like something got wrong with my configuration and was fixed with this 
complete new install.
Now checking Sacred2 IB :-)

Nice weekend
Odo

Am 21.04.2010 um 20:37 schrieb Alexander Hansen:

 On 4/21/10 2:19 PM, Odo Wolbers wrote:
 Hi Damian,
 
 I'm on 10.6.3.
 XQuartz opens xterm, Xlogo, zenmap, wireshark are working.
 
 I'm going to delete every piece of wine (including the installed apps) and 
 start from scratch. If this doesn't work and there are no other ideas from 
 the mailing list I'll do the same starting with deleting XQuartz and 
 installing anew.
 
 Odo
 
 Am 21.04.2010 um 09:55 schrieb Damian Dimmich:
 
 Hey Odo,
 
 With regard to X - Are you on 10.5?  If yes, then Xquartz is def the way
 to go.  On 10.6 i've just been using the X that came with the os.
 
 Does your X work otherwise?  Notepad starts fine for me, as do some
 other win95 programs (I admit i mostly use wine to play master of orion 2!)
 
 I've CC'ed the fink devel list in case anyone else has ideas.
 
 Damian
 
 
 Odo Wolbers wrote:
 Hi Damian,
 
 now I ran out of good ideas.
 
 wine 1.1.42 always brings this message when trying to type something like 
 wine notepad.exe:
 -
 [Alu2:drive_c/windows/system] odo% wine notepad.exe
 Dynamic session lookup supported but failed: launchctl terminated 
 abnormally without any error message
 Application tried to create a window, but no driver could be loaded.
 Unknown error (0).
 err:systray:initialize_systray Could not create tray window
 Application tried to create a window, but no driver could be loaded.
 Unknown error (0).
 
 or
 
 [Alu2:drive_c/windows/system] odo% wine winecfg
 Dynamic session lookup supported but failed: launchctl terminated 
 abnormally without any error message
 Application tried to create a window, but no driver could be loaded.
 Unknown error (0).
 err:systray:initialize_systray Could not create tray window
 Application tried to create a window, but no driver could be loaded.
 Unknown error (0).
 --
 I reinstalled wine completely, installed XQuartz 2.5.0, changed the 
 $DISPLAY from something like /tmp/ to 
 /Applications/Utilities/XQuartz:0.0 and 
 /Applications/Utilities/XQuartz:0 - no luck.
 I searched the disk and found a wine installation of Eve Online - deleted 
 it, rebuild wine, reinstalled XQuartz, changed $DISPLAY - no luck.
 I changed values in the system.def and user.def with tips from the 
 internet - no luck.
 
 It makes no difference whether I use X11 or XQuartz.
 Any ideas?
 
 Regards,
 Odo
 
 
 
 We don't support Xquartz on 10.6.  Are you using a 32-bit Fink
 installation or a 64-bit one?
 
 -- 
 Alexander Hansen
 Fink User Liaison

--
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Re: [Fink-devel] wine 1.1.42 no luck

2010-04-21 Thread Odo Wolbers
The changing of DISPLAY was just a try, because no other options seemed 
feasible.

Without changing DISPLAY it looks like this:
[Alu2:~] odo% echo $DISPLAY
/tmp/launch-duYaUB/org.macosforge.xquartz:0
[Alu2:~] odo% cd ~/.wine/drive_c/windows/system32/
[Alu2:drive_c/windows/system32] odo% wine notepad
Dynamic session lookup supported but failed: launchctl terminated abnormally 
without any error message
Application tried to create a window, but no driver could be loaded.
Unknown error (0).
err:systray:initialize_systray Could not create tray window
Application tried to create a window, but no driver could be loaded.
Unknown error (0).

You see, no change …

All other X-apps are working: xterm, xlogo, zenmap, wireshark,
Only those needing wine bring up this error message.

Odo

Am 21.04.2010 um 13:34 schrieb Charles Lepple:

 On Wed, Apr 21, 2010 at 3:55 AM, Damian Dimmich dam...@tauri-tec.com wrote:
 ...
 Odo Wolbers wrote:
 ...
 [Alu2:drive_c/windows/system] odo% wine notepad.exe
 Dynamic session lookup supported but failed: launchctl terminated 
 abnormally without any error message
 [...]
 I reinstalled wine completely, installed XQuartz 2.5.0, changed the 
 $DISPLAY from something like /tmp/ to 
 /Applications/Utilities/XQuartz:0.0 and 
 /Applications/Utilities/XQuartz:0 - no luck.
 
 I haven't seen that particular error before, but why are you changing 
 $DISPLAY?
 
 $DISPLAY either needs to be set to hostname:server-num.screen or
 a path to a Unix-domain socket (which confusingly sometimes ends in
 :0, but the socket path always starts with a /, and generally is
 in someplace writable like /tmp, not /Applications). You can't
 mix-and-match the syntax, or point it to an application instead of the
 application's socket.
 
 Without changing $DISPLAY, and with XQuartz installed, you should be
 able to run a simple X11 client like xdpyinfo.
 
 -- 
 - Charles Lepple


--
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] wine 1.1.42 no luck

2010-04-21 Thread Odo Wolbers
Hi Damian,

I'm on 10.6.3.
XQuartz opens xterm, Xlogo, zenmap, wireshark are working.

I'm going to delete every piece of wine (including the installed apps) and 
start from scratch. If this doesn't work and there are no other ideas from the 
mailing list I'll do the same starting with deleting XQuartz and installing 
anew.

Odo

Am 21.04.2010 um 09:55 schrieb Damian Dimmich:

 Hey Odo,
 
 With regard to X - Are you on 10.5?  If yes, then Xquartz is def the way
 to go.  On 10.6 i've just been using the X that came with the os.
 
 Does your X work otherwise?  Notepad starts fine for me, as do some
 other win95 programs (I admit i mostly use wine to play master of orion 2!)
 
 I've CC'ed the fink devel list in case anyone else has ideas.
 
 Damian
 
 
 Odo Wolbers wrote:
 Hi Damian,
 
 now I ran out of good ideas.
 
 wine 1.1.42 always brings this message when trying to type something like 
 wine notepad.exe:
 -
 [Alu2:drive_c/windows/system] odo% wine notepad.exe
 Dynamic session lookup supported but failed: launchctl terminated abnormally 
 without any error message
 Application tried to create a window, but no driver could be loaded.
 Unknown error (0).
 err:systray:initialize_systray Could not create tray window
 Application tried to create a window, but no driver could be loaded.
 Unknown error (0).
 
 or
 
 [Alu2:drive_c/windows/system] odo% wine winecfg
 Dynamic session lookup supported but failed: launchctl terminated abnormally 
 without any error message
 Application tried to create a window, but no driver could be loaded.
 Unknown error (0).
 err:systray:initialize_systray Could not create tray window
 Application tried to create a window, but no driver could be loaded.
 Unknown error (0).
 --
 I reinstalled wine completely, installed XQuartz 2.5.0, changed the $DISPLAY 
 from something like /tmp/ to /Applications/Utilities/XQuartz:0.0 and 
 /Applications/Utilities/XQuartz:0 - no luck.
 I searched the disk and found a wine installation of Eve Online - deleted 
 it, rebuild wine, reinstalled XQuartz, changed $DISPLAY - no luck.
 I changed values in the system.def and user.def with tips from the internet 
 - no luck.
 
 It makes no difference whether I use X11 or XQuartz.
 Any ideas?
 
 Regards,
 Odo


--
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel