http://bugs.winehq.org/show_bug.cgi?id=11314
Summary: screwed screen after ati driver and wine upgrade Product: Wine Version: 0.9.53. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: asdmin@gmail.com
Created an attachment (id=10422) --> (http://bugs.winehq.org/attachment.cgi?id=10422) the screen
After upgrading to fglrx (from: 8.44.3, to: 8.45.4-1) and wine (from: 0.9.520.9.53~winehq0~debian~4.0-1, to: 0.9.53~winehq0~debian~4.0-1) the game screen got screwed. The game starts as usual, diplaying the logos of bioware and atari, playing the intro as well, but instead of displaying the "new game / load game / etc" dialog at the beginning, the screen gots screwed. The game was working quite stable and well before these two upgrades.
I'm not sure neither if the following printout is related to the problem nor it happened or not before, but the following 2 lines appear on the stderr:
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"a3dapi.dll" err:ole:CoGetClassObject no class object {92fa2c24-253c-11d2-90fb-006008a1f441} could be created for context 0x1
asd@locutus:~$ gcc -v Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu Thread model: posix gcc version 4.1.3 20070812 (prerelease) (Debian 4.1.2-15)
asd@locutus:/media/extend/game/nwn$ ls -la total 452 drwxr-xr-x 5 asd asd 240 2008-01-23 11:14 . drwxr-xr-x 3 asd asd 72 2008-01-11 21:08 .. drwxr-xr-x 2 asd asd 120 2008-01-11 20:24 dosdevices drwxr-xr-x 5 asd asd 200 2008-01-11 21:26 drive_c dr-xr-xr-x 6 asd asd 264 1970-01-01 01:00 drive_d -rwxr--r-- 1 asd asd 88 2008-01-16 16:20 start.sh -rw-r--r-- 1 asd asd 432655 2008-01-23 11:14 system.reg -rw-r--r-- 1 asd asd 2320 2008-01-23 11:14 userdef.reg -rw-r--r-- 1 asd asd 17405 2008-01-23 11:14 user.reg asd@locutus:/media/extend/game/nwn$ cat start.sh export WINEPREFIX=`pwd` cd $WINEPREFIX/drive_c pwd wine c:NeverwinterNights/NWN/nwn.exe asd@locutus:/media/extend/game/nwn$