The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
Start bug or incompatibility with some package - 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: Start bug or incompatibility with some package (/showthread.php?tid=2209) |
Start bug or incompatibility with some package - vita_cell - 02-03-2016 Hi, I can not to start my compiled game, I already searched in this forum my problem, but get the answer like: you need to update libglew http://vdrift.net/Forum/archive/index.php?thread-1515.html and my libglew is up to date (libglew1.10.0.3). After, I downgraded my version and data folder, and getting the same error. $ svn co -r 917 https://vdrift.svn.sourceforge.net/svnroot/vdrift/vdrift-data data $ svn update -r 917 (I am on GNU with 4.3 kernel, i7-2600, gtx770 4gb, 8gb ram)(Other games work flawlessly) So. what to do? start log: ------------------------------------------------------ vita@GNUvita ~ $ /usr/local/bin/vdrift INFO: Multi-processor system detected. Run with -multithreaded argument to enable multithreading (EXPERIMENTAL). INFO: Starting VDrift: 2016-02-03-full, Revision: , O/S: Unix INFO: Home directory: /home/vita INFO: Settings file: /home/vita/.vdrift/VDrift.config (does not exist, will be created) INFO: Data directory: data DATA_DIR: /usr/local/share/games/vdrift/data INFO: Temporary directory: /home/vita/.vdrift/tmp INFO: Log file: /home/vita/.vdrift/log.txt ERROR: Failed to load /home/vita/.vdrift/VDrift.config 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: 800x600x32 16z fullscreen=0 ERROR: You don't have an NVIDIA or ATI/AMD card. This game may not run correctly or at all. INFO: Video card information: Vendor: nouveau Renderer: Gallium 0.4 on NVE4 Version: 3.0 Mesa 10.5.9 Maximum texture size: 16384 Maximum varying floats: 124 Using GLEW 1.10.0 INFO: Maximum color attachments: 8 INFO: Maximum draw buffers (1 required): 8 INFO: Disabling shaders INFO: Maximum anisotropy: 16 INFO: 1 joystick found: INFO: 0. Microsoft Microsoft® 2.4GHz Transceiver v9.0 INFO: Loading car controls from: /home/vita/.vdrift/controls.config INFO: Update status file /home/vita/.vdrift/updates.config will be created INFO: Update status file /home/vita/.vdrift/updates.config will be created INFO: Sound initialization information: INFO: Obtained audio device: Frequency: 44100 Format: 32784 Bits per sample: 16 Channels: 2 Silence: 0 Samples: 1024 Size: 4096 Sound initialization successful INFO: Loaded fonts successfully ERROR: Can't find value type "player_paints" in list of GAME values ERROR: Error loading GUI files ERROR: Error initializing graphical user interface INFO: Exiting RE: Start bug or incompatibility with some package - NaN - 02-06-2016 We have moved away from glew quite some time ago. Which version are you trying to compile? RE: Start bug or incompatibility with some package - vita_cell - 02-06-2016 (02-06-2016, 01:16 PM)NaN Wrote: We have moved away from glew quite some time ago. Which version are you trying to compile? Hi, thanks for your answer, the game compiles successfully (I think). But it is real pain to run it, I never could. The version is this: https://github.com/VDrift/vdrift It throws some errors when trying to run, later I replaced and downgraded data folder, but when trying to run, it throws errors, not loading GUI. RE: Start bug or incompatibility with some package - NaN - 02-07-2016 Quote:Using GLEW 1.10.0should not appear in the log file. Check if you have an older version installed, remove it. It might also be a good idea to delete .vdrift in your home dir. RE: Start bug or incompatibility with some package - RJARRRPCGP - 04-07-2016 Should be OK with GTX 770. RE: Start bug or incompatibility with some package - Gannu - 08-28-2016 (02-07-2016, 06:17 AM)NaN Wrote:Quote:Using GLEW 1.10.0should not appear in the log file. I did have an older version installed and I deleted it but I'm still having problems compiling. |