You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling master on Gentoo Linux and running it after downloading the pk3s, I get an infinite loop at startup. It's a blank screen that keeps shutting down. Sometimes the screen size keeps changing, but it still happens when the screen size is set to be fixed. According to the console log, it's happening some time after loading the GrangerHub UI files from the new VM.
(note the window size below does not affect the error, 1920x1080 results in the same)
PIXELFORMAT: color(24-bits) Z(24-bit) stencil(8-bits)
MODE: 1916 x 1062 windowed hz:N/A
GAMMA: hardware w/ 0 overbright bits
rendering primitives: single glDrawElements
texturemode: GL_LINEAR_MIPMAP_LINEAR
picmip: 0
texture bits: 0
multitexture: enabled
compiled vertex arrays: enabled
texenv add: enabled
compressed textures: disabled
----- finished R_Init -----
Loading vm file vm/ui.qvm...
File "vm/ui.qvm" found in "/usr/share/games/tremulous//gpp/vms-v1.3.0-alpha.0.13-10-g38cbdc8d.pk3"
...which has vmMagic VM_MAGIC_VER2
Loading 887 jump table targets
VM file ui compiled to 990794 bytes of code
ui loaded in 5150880 bytes on the hunk
Loaded 47 of 47 emoticons (MAX_EMOTICONS is 64)
UI menu file 'ui/menus.txt' loaded in 189 msec
UI menu file 'ui/ingame.txt' loaded in 10 msec
UI menu file 'ui/tremulous.txt' loaded in 11 msec
UI help file 'ui/help.txt' loaded in 0 msec (16 infopanes)
File "ui/" found in "/usr/share/games/tremulous//gpp/data-v1.3.0-alpha.0.13-10-g38cbdc8d.pk3"
********************
ERROR: Q_strncpyz: NULL src
********************
forcefully unloading ui vm
RE_Shutdown( 0 )
Running ./tremulous with +set fs_basepath /usr/share/games/tremulous/ (the original location for 1.1 and GPP files) solves this problem, but loads old IU and menus.
On this system, the GrangerHub 1.3 client used to compile and work fine. Not sure what happened recently to break it. I can't get any debug information from the VM, so I'm not sure where the error is coming from.
I can confirm that downloading the pre-compiled binary v1.3.0-alpha.0.14 does NOT have this problem, and works fine. Only compiling the latest version causes the issue.
The text was updated successfully, but these errors were encountered:
When compiling master on Gentoo Linux and running it after downloading the pk3s, I get an infinite loop at startup. It's a blank screen that keeps shutting down. Sometimes the screen size keeps changing, but it still happens when the screen size is set to be fixed. According to the console log, it's happening some time after loading the GrangerHub UI files from the new VM.
(note the window size below does not affect the error, 1920x1080 results in the same)
Running
./tremulous
with+set fs_basepath /usr/share/games/tremulous/
(the original location for 1.1 and GPP files) solves this problem, but loads old IU and menus.On this system, the GrangerHub 1.3 client used to compile and work fine. Not sure what happened recently to break it. I can't get any debug information from the VM, so I'm not sure where the error is coming from.
I can confirm that downloading the pre-compiled binary v1.3.0-alpha.0.14 does NOT have this problem, and works fine. Only compiling the latest version causes the issue.
The text was updated successfully, but these errors were encountered: