Vangers icon indicating copy to clipboard operation
Vangers copied to clipboard

HD: World is not rendered

Open link2xt opened this issue 9 months ago • 16 comments

Steps to reproduce:

  1. Install Linux version vangers_1_45_44317.sh from GOG.com.
  2. Clone this repository at commit 22accbb99a8b2eecb9e3549bc50e4da744d0932b (current master branch at the time of writing) into ./Vangers
  3. Build the game and copy data files with this script:
#!/usr/bin/env bash
cmake -B build Vangers
cmake --build build -j2
rm -fr safe_place
mkdir safe_place
cp -r "$HOME/GOG Games/Vangers/game/data"/* safe_place
cp -r ./Vangers/data/resource safe_place
cp build/src/vangers safe_place
  1. cd safe_place and run ./vangers

Menus work, but the world is not rendered: 1

The problem is reproducible both with Wayland and Xorg.

link2xt avatar May 01 '24 20:05 link2xt