pumpitupdev / pumptools

A collection of tools to run Pump It Up games.
The Unlicense
22 stars 7 forks source link

PIU ZERO GFX Error? #61

Open Getze56901 opened 11 months ago

Getze56901 commented 11 months ago

Bug report

PIU ZERO GFX Error

Description

I am trying to run PIU Zero on Ubuntu but this error appears and other versions of PIU work without problems, the error says that it is a GFX error but I am using VMWARE and I have installed the drivers for my GPU and it still does not work image

Affected games and versions

PIU ZERO

Pumptools versions tested

1.12

OS and hardware specs

Xeeynamo commented 11 months ago

It works just fine on my side. This is the expected output:

[M][2023/10/3-7:28:21:104][zerohook][main.c:269] Calling real main (/run/media/xeeynamo/wd_black/arcades_piu/17_zero/piu): argc 4
[I][2023/10/3-7:28:21:104][patch-gfx][gfx.c:114] XOpenDisplay: (null)
[I][2023/10/3-7:28:21:104][patch-gfx][gfx.c:149] glXChooseVisual: dpy 0xa660ca0, screen 0, attribList 1, 4, 5, 12, 1, 13, 1, 
[M][2023/10/3-7:28:21:127][patch-gfx][gfx.c:73] XCreateWindow
[I][2023/10/3-7:28:21:127][patch-gfx][gfx.c:86] Adding CWColorMap to ValueMask for Non-NVIDIA Cards.
[M][2023/10/3-7:28:21:129][patch-sound][sound.c:24] snd_pcm_open: hw:0, stream 0, mode 0

If you see your list of errors, it is failing at glXChooseVisual due to missing hardware acceleration. Since you are running it within a VM I suggest you to dig more into how to enable GPU acceleration in VMware. It is not a Pumptools bug.