You are not logged in.
After upgrading from Wine 0.9.13 to Wine 0.9.14-1, I cannot run any windoze apps through wine anymore. It seems that there is a confict with fglrx. Wine 0.9.13 ran flawlessly.
Here are some of the messages I get, when trying to run eg Total Commander via wine 0.9.14-1 from a konsole window:
----------------------------------------------------------
[fglrx] API ERROR: could not register entrypoint for SelectTextureSGIS
[fglrx] API ERROR: could not register entrypoint for SelectTextureTransformSGIS
[fglrx] API ERROR: could not register entrypoint for ClientActiveVertexStreamATI
[fglrx] API ERROR: could not register entrypoint for VertexBlendEnviATI
[fglrx] API ERROR: could not register entrypoint for VertexBlendEnvfATI
[fglrx] API ERROR: could not register entrypoint for VertexStream2sATI
[fglrx] API ERROR: could not register entrypoint for VertexStream2svATI
[fglrx] API ERROR: could not register entrypoint for VertexStream2iATI
[fglrx] API ERROR: could not register entrypoint for VertexStream2ivATI
[fglrx] API ERROR: could not register entrypoint for VertexStream2fATI
[fglrx] API ERROR: could not register entrypoint for VertexStream2fvATI
[fglrx] API ERROR: could not register entrypoint for VertexStream2dATI
[fglrx] API ERROR: could not register entrypoint for VertexStream2dvATI
[fglrx] API ERROR: could not register entrypoint for VertexStream3sATI
[fglrx] API ERROR: could not register entrypoint for VertexStream3svATI
[fglrx] API ERROR: could not register entrypoint for VertexStream3iATI
.............................
[and it goes on like this]
------------------------------------------------------------------
Unfortunately, I had cleaned the cache (/var/cache/pacman/pkg) and so I don't have any previous version of wine anymore. Has anyone got a version of wine 0.9.13, to help me temporarily solve the problem? It's not in the repos anymore, but someone may be kind enough to upload it for me somewhere.
Offline
Offline
Thank you very much lucke, I'm downloading it now. I hope this will solve the problem.
Offline
Downgrading didn't help, it must be the fglrx (ati driver). I'll try to search if there is a previous version in some repo like the one suggested to me by lucke.
Offline
I downgraded to previous versions of ati-fglrx & ati-fglrx-utils and everything is working again with newest version of wine, 0.9.14-1. The upgrade of ati drivers took place exactly at the time wine was upgraded too, so I didn't suspect the drivers for causing the trouble. Now I'll put the ati drivers' packages in halted packages in /etc/pacman.conf and wait till a new buggyless version comes out.
Offline
You might have a dangling libGL.so.* in /usr/X11R6 from a previous installation. I killed my DRI with the upgrade, but after finding out some weird libs were located in /usr/X11R6, I removed them and everything works fine now.
Offline
You might have a dangling libGL.so.* in /usr/X11R6 from a previous installation. I killed my DRI with the upgrade, but after finding out some weird libs were located in /usr/X11R6, I removed them and everything works fine now.
There is no such library in my /usr/X11R6, there is only a /usr/X11R6/lib/modules link that points to /usr/lib/xorg/modules. Thanks for the suggestion anyway.
Offline