System freeze

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
macylapka
Newbie
Newbie
Posts: 2
Joined: Sat Apr 07, 2012 9:50 am

System freeze

Post by macylapka »

Hi,

At the begining i would like to appologize for my English.

My system :
Release: Ubuntu 11.10 64 (oneiric)
GNOME: 2.32.1 (Ubuntu 2011-04-14)
Kernel: 3.0.0-17-generic (#30-Ubuntu SMP Thu Mar 8 20:45:39 UTC 2012)

My Hardware:
CPU: Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz
Memory: 3873 MiB
GPU1: Intel (propably) i915
GPU2: NVidia Optimus GT525M

Wine 1.5.1

After few minutes (5 - 20 min) of playing Mafia 1 my hole system freeze even alt+ctrl+del or CapsLock not respond. I have to restart computer by using button or take out batery. To play i must copy libGL.so.1 from /usr/lib32/libGLU.so.1 to /usr/lib/ because it isn't there. Can any one help me resolve this problem or which information will be useful to do that ?
perryh

System freeze

Post by perryh »

"macylapka" <[email protected]> wrote:
After few minutes (5 - 20 min) of playing Mafia 1 my hole
system freeze even alt+ctrl+del or CapsLock not respond.
I have to restart computer by using button or take out batery.
Hard lockups like that are almost always caused by video driver
problems. Nothing running in user space (wine, or any shared
library that it calls) should be able to hang the kernel, but
wine stresses the video drivers more than almost anything else
and so it turns up bugs that would not otherwise be noticed.
To play i must copy libGL.so.1 from /usr/lib32/libGLU.so.1 to
/usr/lib/ because it isn't there. Can any one help me resolve
this problem or which information will be useful to do that ?
I doubt that copying a 32-bit shared library to where the system
expects to find a 64-bit shared library is doing you any good.
If you need 64-bit libGL.so, you need to install the correct
version of it for your distro. (Ask them which package to use;
that's not a wine issue.)
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

System freeze

Post by jjmckenzie »

On Sun, Apr 8, 2012 at 12:59 PM, macylapka <[email protected]> wrote:
Hi,

At the begining i would like to appologize for my English.

My system :
Release: Ubuntu 11.10 64 (oneiric)
GNOME: 2.32.1 (Ubuntu 2011-04-14)
Kernel: 3.0.0-17-generic (#30-Ubuntu SMP Thu Mar 8 20:45:39 UTC 2012)
You also should consider installing the 32 bit version of the nVidia
video libraries, if you have not done so.

James
macylapka
Newbie
Newbie
Posts: 2
Joined: Sat Apr 07, 2012 9:50 am

Post by macylapka »

I remove ironhide and make steps in this link :
http://bumblebee-project.org/install.html#Ubuntu
I has control even after wine crashed. I don't think that installing bumblebee helped. More library did.
Locked