LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Upgraded Slack 11...Wine won't work (https://www.linuxquestions.org/questions/slackware-14/upgraded-slack-11-wine-wont-work-539196/)

spaceballs 03-20-2007 10:28 PM

Upgraded Slack 11...Wine won't work
 
I know that this is a simple fix. I upgraded slackware yesterday, which included an upgrade to x11. When I try to fire up anything with wine, X is killed. I think that it lists an error that it cannot find kdeinit. I figure that the upgrade probably just erased a symlink or something like that, and I figure that I am not the first to have seen this. Can anyone help?

I am trying to find the output now, but I don't want to kill X again...

rkelsen 03-20-2007 10:45 PM

Did you upgrade wine as well?

There is a Slackware 11 wine package on linuxpackages.net.

Ilgar 03-20-2007 11:38 PM

The recent in changes in -current are really really big, including a switch to glibc 2.5 from 2.3. So you will probably have to recompile many things you have installed. Don't expect 11.0 stuff to work on -current.

gargamel 03-21-2007 06:24 AM

I had the same problem after applying some patches to my 11.0 stable installation using:

#slackpkg update
#slackpkg upgrade patches

Re-installing the NVIDIA driver and having it set up a new xorg.conf file solved it.

So it's probably not an issue of X11 itself or Wine, but one of the X11 configuration.

gargamel

spaceballs 03-21-2007 09:07 AM

I got it to work after recompiling my kernel and reloading the NVIDIA driver. However, it doesn't start as quickly as it did before. Can you think of anything that might be dragging it down?

Thanks for the help so far.

gargamel 03-21-2007 04:30 PM

Quote:

Originally Posted by spaceballs
I got it to work after recompiling my kernel and reloading the NVIDIA driver. However, it doesn't start as quickly as it did before. Can you think of anything that might be dragging it down?

Thanks for the help so far.

Not really. Just one hint: Instead of just upgrading Wine I'd recommend that you remove old installations and install the one you want to have.

Ie:

Code:

#removepkg oldwinepackage
#installpkg winepackage

instead of

Code:

#upgradepkg winepackage
Regarding your problem: Check /var/log/messages and other logs for entries caused by Wine. Without more information it's hard to tell, what your problem is.

gargamel


All times are GMT -5. The time now is 12:47 AM.