antoniovazquez Wrote:try to execute "gdb vdrift" which should launch gnu debugger and after that some text will appear. It will launch something like a prompt starting with "(gdb)" type run and play until it crashes. On crash return to the gdb prompt and write bt. Please post the result of this.
Thanks
Here is the results. I still get the black screen but now it just sits on the black screen.
GNU gdb (GDB) 7.2-ubuntu
Copyright © 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/games/vdrift...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/games/vdrift
[Thread debugging using libthread_db enabled]
INFO: Starting VDrift: 2010-07-24-full, Version: , O/S: Unix-like
INFO: Home directory: /home/rlemontw
INFO: Settings file: /home/rlemontw/.vdrift/VDrift.config (does not exist, will be created)
INFO: Data directory: /usr/share/games/vdrift/data
DATA_DIR: /usr/share/games/vdrift/data
INFO: Log file: /home/rlemontw/.vdrift/log.txt
INFO: The last VDrift startup was unsuccessful.
Settings have been set to failsafe defaults.
Your original VDrift.config file was backed up to VDrift.config.backup
[New Thread 0xa87f1b70 (LWP 22038)]
INFO: SDL initialization successful
INFO: SDL video query was successful
INFO: Disabling antialiasing
[Thread 0xa87f1b70 (LWP 22038) exited]
INFO: Display change was successful: 800x600x16 16z fullscreen=0
INFO: Video card information:
Vendor: NVIDIA Corporation
Renderer: GeForce 7300 GS/PCI/SSE2/3DNOW!
Version: 2.1.2 NVIDIA 173.14.28
Maximum texture size: 4096
Maximum varying floats: 32
Using GLEW 1.5.2
INFO: Your video card doesn't support framebuffer objects. Disabling shaders.
Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
(gdb)