ptitSeb
ptitSeb
It seems you built gl4es without X11 support, so a few fonctions (`glXGetClientString` and `glXQueryVersion` at least) are not found? I assume it does mess up libGLEW a bit?
Ok. I'll see if I can add the 2 previous glX function to gl4es when built without X11 but with gbm
So, I have pushed a commit on gl4es to add a few more glX function to a NOX11 build. Not sure if it will be enough.
Yeah, well, I'll need to check in libglew itself how the init is done, to see what's missing. not sure when I'll do that.
This seems to be a GameMaker2 game. I guess the black screen is due to some Mesa issue Game use Dx10, and the conversion to OpenGL on Pi4 and on...
I have added that opcode. But note that you are using an old version of box86!
Any news on the retest? can this ticket be closed?
try to run with `BOX86_LOG=1 BOX86_SHOWSEGV=1 BOX86_TRACE_FILE=~/trace-%pid.txt` to have traces written for all process created. After the crash, look in your home and do `grep SIG trace-*.txt` to see if...
Something has gone wrong it seems Can you do `file /usr/local/bin/wine` and copy/paste the result?
I was asking you tu run that command to check what's going on. Also, in the line you paste `sudo ln - s ~/wine/bin/wine /usr/local/bin/wine` there is a space between...