|
From: Bernhard W. <be...@bl...> - 2013-06-11 07:56:50
|
Hi Matheus You seem to have a problem with XRandR, maybe something like this: https://bugs.launchpad.net/ubuntu/+source/torcs/+bug/120464 If you cannot find a solution you can build TORCS without XRandR support, use "make distclean" and "./configure --disable-xrandr". XRandR availability is checked in configure, so it should be in place, but maybe the test is not sufficient, can you send your config.log (of your actual build). Best regards Bernhard On 06/11/2013 09:23 AM, Matheus Pimenta wrote: > Hi Bernhard, > > thanks for the help! I updated the driver and this problem was solved... > But now I got this: > > matheus@behemoth:~$ torcs > Visual Properties Report > ------------------------ > Compatibility mode, properties unknown. > /usr/local/lib/torcs/torcs-bin: symbol lookup error: > /usr/local/lib/torcs/lib/libtgfclient.so: undefined symbol: XRRGetScreenInfo > matheus@behemoth:~$ > > Thanks again in advance! > > > 2013/6/11 Bernhard Wymann <be...@bl... <mailto:be...@bl...>> > > Hi Matheus > > Hmm, never seen this before, but googling for "X Error of failed > request: BadWindow (invalid Window parameter) NV-GLX" gives pretty > much hits, from those I guess your NVidia driver installation is > broken, e.g. > > http://ubuntuforums.org/__showthread.php?t=1866949 > <http://ubuntuforums.org/showthread.php?t=1866949> > http://forums.debian.net/__viewtopic.php?f=6&t=75291 > <http://forums.debian.net/viewtopic.php?f=6&t=75291> > > Please let us know if/what solved your problem then. If you cannot > solve it like this, just keep asking (with giving a bit more details). > > Best regards > > Bernhard > > > On 06/11/2013 04:24 AM, Matheus Pimenta wrote: > > Hello, > > I just finished compiling and installing TORCS 1.3.4 and I get this > error when trying to execute: > > matheus@behemoth:~$ rm -rf ~/.torcs > matheus@behemoth:~$ torcs > /home/matheus/.torcs created, copying/linking game data > Visual Properties Report > ------------------------ > Compatibility mode, properties unknown. > X Error of failed request: BadWindow (invalid Window parameter) > Major opcode of failed request: 137 (NV-GLX) > Minor opcode of failed request: 4 () > Resource id in failed request: 0x2000002 > Serial number of failed request: 53 > Current serial number in output stream: 53 > matheus@behemoth:~$ > > Is there any help? > > > ------------------------------__------------------------------__------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-__dev2dev > <http://p.sf.net/sfu/windows-dev2dev> > > > > _________________________________________________ > Torcs-users mailing list > Tor...@li....__net > <mailto:Tor...@li...> > https://lists.sourceforge.net/__lists/listinfo/torcs-users > <https://lists.sourceforge.net/lists/listinfo/torcs-users> > > > |