linux:get_victor_vran_running_on_ubuntu_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:get_victor_vran_running_on_ubuntu_linux [2020/11/06 15:38] – created brianlinux:get_victor_vran_running_on_ubuntu_linux [2023/01/08 19:25] (current) – [Create/Edit the Victor Vran Launcher] brian
Line 4: Line 4:
 After installing the GOG version of Victor Vran on an Ubuntu 20.04 system, it threw an error: **You need an OpenGL 3.2-capable graphics card to run this game.** Now, my AMD Radeon HD 6670 video card is definitely old, but it can still handle OpenGL 4.1. So, what's the problem? It seems that it's related to missing i386 libraries. One initial suggestion that I tried was to rename the ''$HOME/GOG Games/Victor Vran/game/i386'' folder, but that didn't work for me. After installing the GOG version of Victor Vran on an Ubuntu 20.04 system, it threw an error: **You need an OpenGL 3.2-capable graphics card to run this game.** Now, my AMD Radeon HD 6670 video card is definitely old, but it can still handle OpenGL 4.1. So, what's the problem? It seems that it's related to missing i386 libraries. One initial suggestion that I tried was to rename the ''$HOME/GOG Games/Victor Vran/game/i386'' folder, but that didn't work for me.
  
-So, here's what I had to do to get Victor Vran to work.+So, here's what I had to do to get Victor Vran to work. Credit goes to //robschi// at the [[https://www.gog.com/forum/victor_vran/howto_run_on_debian_64bit_with_an_amd_graphic_card|gog forums]] for the fix.
  
 * Install the following additional 32Bit libs: * Install the following additional 32Bit libs:
Line 12: Line 12:
  
 * Run Victor Vran with the following command: * Run Victor Vran with the following command:
-<code>LIBGL_DEBUG=verbose LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libxcb.so.1 /usr/$LIB/pulseaudio/libpulsedsp.so /$LIB/libgcc_s.so.1 /$LIB/libgpg-error.so.0' padsp "$HOME/GOG Games/Victor Vran/start.sh"</code>+<code>OPENSSL_CONF=/dev/null LIBGL_DEBUG=verbose LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libxcb.so.1 /usr/$LIB/pulseaudio/libpulsedsp.so /$LIB/libgcc_s.so.1 /$LIB/libgpg-error.so.0' padsp "$HOME/GOG Games/Victor Vran/start.sh"</code>
  
 (You don't need "LIBGL_DEBUG=verbose" of course, but if something went wrong, you have more informations) (You don't need "LIBGL_DEBUG=verbose" of course, but if something went wrong, you have more informations)
Line 22: Line 22:
 <code>#!/bin/sh <code>#!/bin/sh
  
-LIBGL_DEBUG=verbose LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libxcb.so.1 /usr/$LIB/pulseaudio/libpulsedsp.so /$LIB/libgcc_s.so.1 /$LIB/libgpg-error.so.0' padsp "$HOME/GOG Games/Victor Vran/start.sh"</code>+OPENSSL_CONF=/dev/null LIBGL_DEBUG=verbose LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libxcb.so.1 /usr/$LIB/pulseaudio/libpulsedsp.so /$LIB/libgcc_s.so.1 /$LIB/libgpg-error.so.0' padsp "$HOME/GOG Games/Victor Vran/start.sh"</code>
  
 Save the file as ''victor-vran-launcher.sh''. Remember the location where you save it. Save the file as ''victor-vran-launcher.sh''. Remember the location where you save it.
  • linux/get_victor_vran_running_on_ubuntu_linux.1604677102.txt.gz
  • Last modified: 2020/11/06 15:38
  • by brian