標準輸出

標準輸出

我嘗試在 Kubuntu 11.10 上安裝 VDrift。我從專案的網站下載了原始程式碼,手動安裝了套件和 Bullet 的依賴項。

當我嘗試啟動 VDrift 時,我現在得到:

標準輸出

INFO: Multi-processor system detected.  Run with -multithreaded argument to enable multithreading (EXPERIMENTAL).
INFO: Starting VDrift: development-full, Version: exportiert, O/S: Unix
INFO: Home directory: /home/mu
INFO: Settings file: /home/mu/.vdrift/VDrift.config (does not exist, will be created)
INFO: Data directory: /usr/local/share/games/vdrift/data
      DATA_DIR: /usr/local/share/games/vdrift/data
INFO: Temporary directory: /home/mu/.vdrift/tmp
INFO: Log file: /home/mu/.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: Disabling antialiasing
INFO: Display change was successful: 800x600x16 16z fullscreen=0
INFO: Video card information:
      Vendor: NVIDIA Corporation
      Renderer: GeForce 9500 GT/PCI/SSE2
      Version: 3.3.0 NVIDIA 280.13
      Maximum texture size: 8192
      Maximum varying floats: 60
      Using GLEW 1.6.0
INFO: Maximum color attachments: 8
INFO: Maximum draw buffers (1 required): 8
INFO: Disabling shaders
INFO: SIGABRT detected, releasing the mouse

標準錯誤錯誤率

ERROR: Failed to load /home/mu/.vdrift/VDrift.config
ERROR: Unable to open graphics config file: /usr/local/share/games/vdrift/data/shaders/render.conf.noshaders
ERROR: Error loading non-shader render configuration file: /usr/local/share/games/vdrift/data/shaders/render.conf.noshaders
vdrift: src/graphics_fallback.cpp:646: void GRAPHICS_FALLBACK::DisableShaders(const string&, std::ostream&): Assertion `0' failed.

我怎麼才能讓它運行?

答案1

問題是我沒有從 SVN 簽出資料檔。

相關內容