FWGS/xashxt-fwgs

Crash: signal 11 errno 0 with code 1 at 0x8 0x43c20000

Opened this issue · 2 comments

Compiled XashXT today, after map loading Xash crashes with this:
[2020:04:30|21:53:25] Ver: Xash3D FWGS 0.20 (build 1848-82c54b1, linux-armv7hf) Crash: signal 11 errno 0 with code 1 at 0x8 0x43c20000 Stack backtrace: 1: 0xa471be52 <_Z14R_CheckChangesv+193> (valve/cl_dlls/client_armv7hf.so) Stack dump:
Normal hlsdk libs are running fine. My guess is it's something wrong with soft renderer, maybe unimplemented gl features which are listed in log.
Log: https://pastebin.com/wZUH5X9F
Here is log running map c1a0 without issues on hlsdk libs: https://pastebin.com/hMpiPPNu
I'm running Debian Buster in termux proot, so no gpu whatsoever.
Upd: Wow, first issue

XashXT don't have custom renderer for software mode. It's obviously wouldn't work.

It should not crash because custom renderer disabled, but it still try to do some GL calls, this is a bug