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
I'm not sure why, but when playing half-life (with the files copied directly from steam, I was using this engine because it performs and looks a lot better on my PC) after about 45 minutes it crashes with a different memory related error and an "Unknown command: VMod Enable" each time.
Before crashing it exits to the main menu and when trying to load up the last save the entire game crashes.
First crash:
Unknown command: VModEnable
Segmentation fault
Second Crash:
Unknown command: VModEnable
Mem_Free: not allocated or double freed (free at common/soundlib/snd_main.c:139)
cmalloc(): smallbin double linked list corrupted double free or corruption (!prev)
Aborted
Third Crash:
Unknown command: VModEnable
free(): invalid pointer
Aborted
The text was updated successfully, but these errors were encountered:
1. old engine not supported. Use https://github.com/FWGS/xash3d-fwgs/releases
2. we need full logs.
To 1: They don't have a file for my architechture (x86_64), but I'll try to run the x86
To 2: Those are basically it, the only thing that comes before is stuff that happens on every load
bpp 24
Loader_LoadLibrary( "cl_dlls/libxashmenu.so" )
Loader_LoadLibrary( "libvgui_support.so" )
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm not sure why, but when playing half-life (with the files copied directly from steam, I was using this engine because it performs and looks a lot better on my PC) after about 45 minutes it crashes with a different memory related error and an "Unknown command: VMod Enable" each time.
Before crashing it exits to the main menu and when trying to load up the last save the entire game crashes.
First crash:
Second Crash:
Third Crash:
The text was updated successfully, but these errors were encountered: