-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error running GUI in Ubuntu18.04 #182
Comments
Are you using most recent data/skins? |
I extracted the data folder from vdrift-2014-10-20.tar.bz2 version. |
Is the source code also from 2014? You don't want to run recent code with old data and vice versa. |
The source code is from Master branch in Github. Where can I get the data folder for Master branch? |
From here:
Some time ago I write a guide (in spanish) to download and compile it: |
Ok, thanks!! I'll try with this folder. |
It works!!! Thank you very much!! |
Ok but the wiki, like elarrazabal bring me to the old data. We need to update the installation procedure because it's not simple at all ! It's just ok for compiling but the data requirements is never said until I run the command without data. After long search I see a link to a sourceforge repo of the old data (in fact there was ALL the game) I thought I only copy data folder into project but of course, the data was hide in your repo lol. |
Hi;
I have compiled and installed VDRIFT, but when I try to execute the application, it's giving to me the next error message:
INFO: Starting VDrift: 2021-02-13-full, Revision: , O/S: Unix
INFO: Home directory: /home/eduardo
INFO: Settings file: /home/eduardo/.vdrift/VDrift.config (does not exist, will be created)
INFO: Data directory: /home/eduardo/share/games/vdrift/data
DATA_DIR: /home/eduardo/share/games/vdrift/data
INFO: Temporary directory: /home/eduardo/.vdrift/tmp
INFO: Log file: /home/eduardo/.vdrift/log.txt
ERROR: Failed to load /home/eduardo/.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: Request OpenGL 3.3 Core Profile context.
INFO: Disabling antialiasing
ERROR: Could not create GL context: GLXBadFBConfig
INFO: Fall back to default OpenGL context.
INFO: Disabling antialiasing
INFO: Disabling vertical synchronization.
INFO: Video card information:
GL Vendor: Intel Open Source Technology Center
GL Renderer: Mesa DRI Intel(R) 965GM (CL)
GL Version: 2.1 Mesa 20.0.8
Texture units: 16
Maximum texture size: 8192
INFO: Maximum anisotropy: 16
INFO: Maximum color attachments: 8
INFO: Maximum draw buffers (1 required): 8
INFO: Renderer: /home/eduardo/share/games/vdrift/data/shaders/gl2/basic.conf
INFO: 0 joysticks found.
INFO: Loading car controls from: /home/eduardo/.vdrift/controls.config
INFO: Update status file /home/eduardo/.vdrift/updates.config will be created
INFO: Update status file /home/eduardo/.vdrift/updates.config will be created
INFO: Obtained audio device:
Frequency: 44100
Format: 32784
Bits per sample: 16
Channels: 2
Silence: 0
Samples: 512
Size: 2048
INFO: Sound initialization successful
INFO: Loaded fonts successfully
INFO: Loaded GUI successfully
vdrift: src/gui/gui.cpp:557: GuiOption& Gui::GetOption(const string&): Assertion
it != options.end()' failed. Abortado (
core' generado)Could anybody help me?
The text was updated successfully, but these errors were encountered: