Game crashing after removing waypoint

always crashes when i remove a waypoint for some reason
11 Replies
kirby
kirby3w ago
Thanks for making a thread I’ll watch it now
Dark
DarkOP3w ago
ok Any fix? I can send the config file if you want
kirby
kirby3w ago
Hmm Super weird Yeah can I see your .crashlogs .crashlog
kirby
kirby3w ago
It’s a problem with the waypoints mod, in short
Dark
DarkOP3w ago
it was working fine before the update Im on the stable version
kirby
kirby3w ago
If some other part of the code (like the render loop or menu) is still holding a pointer to that waypoint’s string (name/coordinates), it may try to strncpy it into a buffer after it’s already invalid → use-after-free / null pointer → crash. Yeah Btw that’s ChatGPT lol Can someone else more knowledgeable about flarials code help with this?
Bari
Bari3w ago
ill fix it im busy fixng something else rn can you give me some time?
Dark
DarkOP3w ago
ohh so its a bug I thought it was something wrong with my client np take ur time
kirby
kirby3w ago
No yeah not ur fault
Bari
Bari3w ago
i will look into this tomorrow, i need to go to sleep This is now fixed.

Did you find this page helpful?