Forums
r2890 compiles but doesn't run [SOLVED] - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3)
+--- Forum: Bugs (https://www.vdrift.net/Forum/forumdisplay.php?fid=7)
+--- Thread: r2890 compiles but doesn't run [SOLVED] (/showthread.php?tid=1363)



r2890 compiles but doesn't run [SOLVED] - ocirne94 - 11-07-2010

Hi all,
with latest rev (2890) VDrift compiles fine but won't start:

Code:
~$ vdrift
INFO: Multi-processor system detected.  Run with -multithreaded argument to enable multithreading (EXPERIMENTAL).
INFO: Starting VDrift: 2010-11-07-full, Version: 2890M, O/S: Unix-like
INFO: Home directory: /home/ocirne94
INFO: Settings file: /home/ocirne94/.vdrift/VDrift.config
INFO: Data directory: /opt/vdrift/share/games/vdrift/data
      DATA_DIR: /opt/vdrift/share/games/vdrift/data
INFO: Log file: /home/ocirne94/.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
INFO: SDL initialization successful
INFO: SDL video query was successful
INFO: Disabling antialiasing
INFO: Display change was successful: 800x600x16 16z fullscreen=0
INFO: Video card information:
      Vendor: NVIDIA Corporation                                                                                                                                                    
      Renderer: GeForce GTS 250/PCI/SSE2                                                                                                                                            
      Version: 2.1.2 NVIDIA 260.19.06                                                                                                                                              
      Maximum texture size: 8192                                                                                                                                                    
      Maximum varying floats: 60                                                                                                                                                    
      Using GLEW 1.5.2                                                                                                                                                              
INFO: Maximum color attachments: 8                                                                                                                                                  
INFO: Maximum draw buffers (1 required): 8                                                                                                                                          
INFO: Disabling shaders                                                                                                                                                            
Segmentation fault
Ocirne


- NaN - 11-07-2010

It runs for me under Windows and Linux using GCC4.4/4.5 without problems.

Last version that didn't segfault?


- ocirne94 - 11-07-2010

Ouch, can't remember, probably r2876; I have thought that the problem might be in my video driver, as I've reinstalled it recently, but everything else's working fine...


- NaN - 11-07-2010

Do you mind to try to get a backtrace from the debug build?

The commands are:
Code:
dgb vdrift
run
backtrace



- ocirne94 - 11-08-2010

Sorry,
it's been completely my fault: I had a duplicate of the NVidia driver and that caused the segfault; after I purged and reinstalled it VDrift works beautifully now...

Sorry again,
Ocirne


- thelusiv - 11-12-2010

Locked since problem is resolved