Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

No joy, segmentation faults.

Looking in the adhoc error logs  seems something is trying to go well above the normal buffer size and then that's where it stops.

Pastebins are below.

https://pastebin.com/8U80du1R -- Silverpine adhoc log I kept just incase anything was captured there.

https://pastebin.com/XxSBWaku -- Kobold-CPP Adhoc log, config folder log didn't update when running from CLI, so I kept my own log.

Looking in my sys-info I can see the CoreDump, viewing that it just says Segmentation Fault and then provides a Memory Reference pointer.


Core was generated by `./koboldcpp-linux --model Gemma-4-Sparse.gguf --usevulkan --gpulayers -1 --quiet --multiuser 100 --contextsize 4096 --skiplauncher --port 5003 --nofastforward'.

Program terminated with signal SIGSEGV, Segmentation fault.

#0  0x00007f0e54ca095c in ?? ()

Which, that isn't exactly useful. Either way, I think I'll call it here and just keep using Qwen when I feel the urge to play! 
Edit: Thank you for taking the time to try and help. I really appreciate it!