Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Write an article for LinuxForums Today! Win Great Prizes!
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Wine > Wine HARD System Freeze

Forgot Password?
 Wine   Discussion about Wine, the Open Source implementation of the Windows API on top of X and Unix.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 06-14-2007   #1 (permalink)
Just Joined!
 
SpEcIeS's Avatar
 
Join Date: Jul 2006
Posts: 7
Unhappy Wine HARD System Freeze

Yesterday I tried the latest wine 0.9.38 and it locked up my computer HARD. Nothing to save it, so I just reset it.

Since around 0.9.24 I have had this problem and stopped using wine altogether. Whether using Ubuntu or Debian, wine locks up hard. Tried with NVIDIA and ATI, which is currently my video card, and had the same results.

What has happened with wine? Does anyone have an answer to this mysterious issue?
SpEcIeS is offline  



Reply With Quote
Old 06-15-2007   #2 (permalink)
Linux Enthusiast
 
KenJackson's Avatar
 
Join Date: Jun 2006
Location: Maryland, USA
Posts: 505
Did you install a precompiled package from a repository or compile it from source?

If precompiled, maybe that build is bad. Try downloading the source and compiling it. There is a script, tools/wineinstall, in the source distribution that builds and installs it. It prompts you for the root password when it's ready to install.
__________________
Why I prefer GNU/Linux
KenJackson is offline   Reply With Quote
Old 06-15-2007   #3 (permalink)
Just Joined!
 
SpEcIeS's Avatar
 
Join Date: Jul 2006
Posts: 7
Thanks, but I have been down that path in the past with no success. I am pretty sure that the deb packages that are supplied from winehq are good, however, I will do a tarball install just to see if this time it works.

I have noticed when googling this problem that there are lots of people with this issue, but no, or few solutions. The solutions that were presented did not pan out for my system.

Off to compile.. yet again ...
SpEcIeS is offline   Reply With Quote
Old 06-15-2007   #4 (permalink)
Just Joined!
 
SpEcIeS's Avatar
 
Join Date: Jul 2006
Posts: 7
Question

Did a complete build of 0.9.38 and met with failure. This time the system HARD locked during the installation. First time for that one.

What has happened to wine?
SpEcIeS is offline   Reply With Quote
Old 06-15-2007   #5 (permalink)
Just Joined!
 
Join Date: Aug 2006
Posts: 63
Nothing -- but your computer seems to have a problem...

If installing or running Wine causes your system to lock up,
you have a system problem. It is extremely unlikely that it's
Wine's fault. In normal operation, Wine is unable to lock up
your computer because of Linux's normal process protection
and time sharing. It's much more likely that you have either
bad video drivers or some other problem that is causing your
system to be unstable.

A few obvious questions:
does glxgears work?
does switching to open source x.org drivers help?
are you overclocking?
dankegel is offline   Reply With Quote
Old 06-15-2007   #6 (permalink)
Just Joined!
 
SpEcIeS's Avatar
 
Join Date: Jul 2006
Posts: 7
On my system I am using the ATI 8.37.6 drivers, however I had the same problem running Ubuntu a couple of versions back using an NVIDIA card. This is when the problem first presented itself.

This problem manifested itself around 0.9.24. Prior to that I had no problem and was impressed with the project.

When I say "What has happened to wine?" I am referring to the changes that have been made which cause such a disasterous result. Perhaps I should have been clearer on that.

As for overclocking.. not in my world.

I will try it using vesa drivers. That "should" work, but I cringe at the possiblity of system lockups.

Edit
After looking around I found that this problem started at 0.9.22. The problem is noted on the Ubuntu forum: wine causes total system freeze - Page 2 - Ubuntu Forums
SpEcIeS is offline   Reply With Quote
Old 06-15-2007   #7 (permalink)
Linux Enthusiast
 
KenJackson's Avatar
 
Join Date: Jun 2006
Location: Maryland, USA
Posts: 505
Quote:
Originally Posted by dankegel View Post
In normal operation, Wine is unable to lock up your computer because of Linux's normal process protection and time sharing.
This is a very good point.

SpEcles, do you do normally do anything with your PC that causes it to do intense disk access? I used to have an ASUS that would freeze solid with the disk drive light on when I was doing a lot of independent things that each accessed the disk. I finally replaced that motherboard because the very same OS and software ran fine on other PCs.

Maybe you could do something like this as a test. It should cause lots and lots of disk activity. Do it simultaneously with web surfing or something else. If it causes a crash, then Wine is innocent. (But if it doesn't cause a crash, Wine might still be innocent.)
Code:
for f in $(find / -type f); do cp -f "$f" /dev/null; done
__________________
Why I prefer GNU/Linux
KenJackson is offline   Reply With Quote
Old 06-15-2007   #8 (permalink)
Just Joined!
 
Join Date: Aug 2006
Posts: 63
No, you were clear...

Linux is a real OS. It doesn't let a single app like Wine take
down the system. The only way Wine can trigger a system
lockup like that is if you have a hardware or driver problem.

So something might have changed in Wine, but that just
means Wine turned into a better testcase for the problem
your system has.

One guy in the thread you mention said that
the problem went away when he rebuilt his system.
Another guy in the thread said that the graphics driver
in question was known to be unstable.
Yet another guy (maybe the first one) said that
the problem went away if he didn't load his sound drivers.

The graphics or sound drivers seem like the most likely culprits offhand.

Please visit the wine-users mailing list and post your question
there, and be sure to include the name of your graphics and
sound cards, along with the version of Linux you're using.
wine-users Info Page
Maybe they can help you step through debugging your system.
- Dan
dankegel is offline   Reply With Quote
Old 06-15-2007   #9 (permalink)
Just Joined!
 
SpEcIeS's Avatar
 
Join Date: Jul 2006
Posts: 7
These are very valid reasonings and I agree with them. However, one issue comes to mind, which is a kernel one.

It has been a while since I used Ubuntu, but I believe when the wine problems started, using 0.9.22, the kernel version was 2.6.18, I think. Now, when I tested out Fedora Core 6 0.9.22 worked without problems, or so my messages indicate. One thing to question is, did I have the NVIDIA drivers installed? I am pretty sure I did, however that presents a possibility. Nevertheless, the kernel version with Fedora Core 6 I believe was 2.6.19.

Currently I am now rebuilding the Debian 2.6.18 kernel with the bootsplash patch, but later I am going to try 2.6.21 to test my theory.

I agree with this:
Originally Posted by dankegel
In normal operation, Wine is unable to lock up your computer because of Linux's normal process protection and time sharing.

... and that it is most likely associated with video or sound drivers.

I have not tried the VESA driver on my computer yet nor the for f in $(find / -type f); do cp -f "$f" /dev/null; done work load line, but I will after my kernel compiling.

Thanks for your insights into this matter.
SpEcIeS is offline   Reply With Quote
Old 06-16-2007   #10 (permalink)
Just Joined!
 
SpEcIeS's Avatar
 
Join Date: Jul 2006
Posts: 7
Unhappy No Luck

Well, tried both ideas, VESA and kernel 2.6.21, and both still lock up. I agree that is must be a driver issue, so I looked into my logs.

Here are a couple of Xorg.0.log Errors that I found. Perhaps these are associated to this issue:
dlopen: /usr/lib/xorg/modules/extensions/libGLcore.so: undefined symbol: _glapi_Dispatch

(EE) AIGLX error: dlsym for __driCreateNewScreen_20050727 failed (/usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727)
(EE) AIGLX: reverting to software rendering



Could someone direct me to an xorg.conf example for and ATI Radeon 1300 pro so that I can compare?
SpEcIeS is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
A Newbie's Getting Started Guide to Linux
Learn the basics of the Linux operating systems. Get to know what it is all about, and familiarize yourself with the practical side. Basically, if you're a complete Linux newbie and looking for a quick and easy guide to get you started this is it.
subscribe
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 05:51 PM.






© 2000 - - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.1