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 ?
On Sun, Apr 8, 2012 at 12:59 PM, macylapka <wineforum-user at winehq.org> 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" <wineforum-user at winehq.org> 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.)