I have used wine allot in the past years, and have not ran into this problem before. What happens is after a successfully compile and install of wine, when ever I run a wine app, the computer simply reboots. I have reinstalled wine to no avail. No error messages, no logs, nothing. I have used wine on the same hardware using Red Hat, however, I'm using Mandrake 9.2 now and have compiled a custom kernel (Nothing major, just a memory change from BigMem off to 4 gig). I'm also running an ATI 9800 pro 128. Any help would be great!!! Thanks Joe
Please try the Mandrake RPM from http://sourceforge.net/project/showfiles.php?group_id=6241 and let me know if you still have the problem. Also try running both your self built wine and the RPM on the default kernel, just to check if it makes any difference. Ivan,
Ivan Leo Murray-Smith wrote:> Please try the Mandrake RPM from > http://sourceforge.net/project/showfiles.php?group_id=6241 > and let me know if you still have the problem. Also try running both your self > built wine and the RPM on the default kernel, just to check if it makes any > difference. > > Ivan,ok, I will give that a try. However, does the prebuild one have OpenGL enabled? Thanks Joe
> ok, I will give that a try. However, does the prebuild one have OpenGL > enabled?It has everything all optional features enbled. Ivan.
Ivan Leo Murray-Smith wrote:>>ok, I will give that a try. However, does the prebuild one have OpenGL >>enabled? > > It has everything all optional features enbled. > > Ivan.Ok, I installed it and rebooted to a standard Kernel. Still reboots the machine if I run a wine app. I tried to run notepad, then tried to run regedit. Any ideas or any way to trap it from rebooting? Thanks Let me know if you need any log files or any other specs. Joe
On Thu, 08 Jan 2004 14:38:00 -0700, you wrote:> Ok, I installed it and rebooted to a standard Kernel. Still reboots the > machine if I run a wine app. I tried to run notepad, then tried to run > regedit.Of course. Running Wine as a normal user cannot reboot the computer, it seems to trigger a problem that lies somewhere else. There seems to be a possible candidate: buggy Xlibs. Wine20031212 has, by experiment, enabled threading in the Xlibs. If you were able to run the previous wine (from November) but not the latest then there is a chance that this patch: http://cvs.winehq.com/patch.py?id=10616 helps. Please give it a try. Rein. -- Rein Klazes rklazes@xs4all.nl
Rein Klazes wrote:> On Thu, 08 Jan 2004 14:38:00 -0700, you wrote: > > >>Ok, I installed it and rebooted to a standard Kernel. Still reboots the >>machine if I run a wine app. I tried to run notepad, then tried to run >>regedit. > > > Of course. Running Wine as a normal user cannot reboot the computer, it > seems to trigger a problem that lies somewhere else. > > There seems to be a possible candidate: buggy Xlibs. Wine20031212 has, > by experiment, enabled threading in the Xlibs. If you were able to run > the previous wine (from November) but not the latest then there is a > chance that this patch: http://cvs.winehq.com/patch.py?id=10616 helps. > > Please give it a try. > > Rein.Ok, I took a look at that file and re downloaded the cvs and it looks like its already patched with the new lines. I am building it now.. Well see what happens :) Joe