veloren / veloren

An open world, open source voxel RPG inspired by Dwarf Fortress and Cube World. This repository is a mirror. Please submit all PRs and issues on our GitLab page.

Home Page:https://www.veloren.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with graphics function on Windows 7

TomParkinson95 opened this issue · comments

unknown

As mentioned by zesterer, this function is linked to a graphics issue and needs to be fixed.

Here is a summary of my system specs using Speccy:

Operating System
Windows 7 Professional 64-bit SP1
CPU
Intel Core i5 2520M @ 2.50GHz 55 °C
Sandy Bridge 32nm Technology
RAM
4.00GB Single-Channel DDR3 @ 664MHz (9-9-9-24)
Motherboard
LENOVO 4291T27 (CPU) 51 °C
Graphics
LCD 1366x768 (1366x768@50Hz)
Intel HD Graphics 3000 (Lenovo)
Storage
298GB HITACHI HTS723232A7A364 ATA Device (SATA ) 37 °C
Optical Drives
No optical disk drives detected
Audio
Conexant 20672 SmartAudio HD

Also, this is a text file with the full system spec dump:

TOM-PC.txt

This is likely related to unsupported OpenGL features (wglCreateContextAttribsARB is used to create an OpenGL context).

@TomParkinson95 Could you possibly run the game with RUST_BACKTRACE=1 so we can see exactly where the fault is? (i.e: set RUST_BACKTRACE=1 veloren.exe from the command shell)

@zesterer Tried this but when using this command the game doesn't even run and give the error like previously:

image

@TomParkinson95 You may need to split up into two commands: set RUST_BACKTRACE=1 and voxygen.exe.

@zesterer Returns the same result with no extra information sadly.

@xMAC94x Are we not producing debug builds for Windows targets? Or is this just the full extent of the backtrace?