hommar wrote: ↑Thu Dec 06, 2018 4:42 pm
I have problem with prev version (v1.0.2)
Code: Select all
execing default.cfg
couldn't exec q3config.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
----- Client Initialization -----
Couldn't read q3history.
----- Initializing Renderer ----
-------------------------------
QKEY found.
----- Client Initialization Complete -----
----- R_Init -----
SDL using driver "x11"
Initializing OpenGL display
Display aspect: 1.600
...setting mode -2: 1920 1200
Using 24 color bits, 24 depth, 8 stencil display.
Available modes: '1920x1200'
GL_RENDERER: (null)
----- Client Shutdown (Client fatal crashed: Q_strncpyz: NULL src) -----
RE_Shutdown( 1 )
Hunk_Clear: reset the hunk ok
-----------------------
Q_strncpyz: NULL src
Any Ideas?
Hello,
You edited your post while I was writing a reply, and removed some of the log information. I really need to see the full log in order to help you troubleshoot the problem. Here’s what I had written in response to the original log information:
The first error is due to using the pak0.pk3 file from the demo version of Quake3 instead of the file from the full version. You'll need to make some modifications to get the pak0.pk3 from the demo version to work with ioquake3. The ioquake3 guys have instructions on how to get it to work here:
http://wiki.ioquake3.org/Players_Guide# ... Data_Files
Updated instructions here:
https://discourse.ioquake.org/t/what-do ... ain/1097/4
I haven't tried the demo version files, so I don't know of anything else to try if it doesn't work. The pak0.pk3 file from the full version of Quake3 works fine with Q3lite.
The second error is caused by using a different version of the SDL libraries than what is installed by default with Q3lite. The SDL2 libraries installed by Q3lite don’t have an x11 driver installed, since the game runs on OpenGL ES using the Broadcom driver with SDL’s RPI driver.
I would recommend compiling the latest version of Q3lite using instructions in the
Compiling and Installation Guide. Also, make sure that you’re using the G3 Legacy driver rather than the VC4 driver, which you can choose with raspi-config.