Skip to content
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

Open
elarrazabal opened this issue Feb 13, 2021 · 8 comments
Open

Error running GUI in Ubuntu18.04 #182

elarrazabal opened this issue Feb 13, 2021 · 8 comments

Comments

@elarrazabal
Copy link

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?

@logzero
Copy link
Member

logzero commented Feb 16, 2021

Are you using most recent data/skins?

@elarrazabal
Copy link
Author

I extracted the data folder from vdrift-2014-10-20.tar.bz2 version.

@logzero
Copy link
Member

logzero commented Feb 16, 2021

Is the source code also from 2014?

You don't want to run recent code with old data and vice versa.

@elarrazabal
Copy link
Author

The source code is from Master branch in Github. Where can I get the data folder for Master branch?

@leillo1975
Copy link

leillo1975 commented Feb 16, 2021

From here:
https://sourceforge.net/p/vdrift/code/HEAD/tree/vdrift-data/

svn checkout https://svn.code.sf.net/p/vdrift/code/vdrift-data/

Some time ago I write a guide (in spanish) to download and compile it:
https://jugandoenlinux.com/index.php/foro/tutoriales/141-compilar-e-instalar-vdrift-en-ubuntu

@elarrazabal
Copy link
Author

Ok, thanks!! I'll try with this folder.

@elarrazabal
Copy link
Author

It works!!! Thank you very much!!

@Amiralgaby
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants