shinyquagsire23 / OpenJKDF2

A cross-platform reimplementation of JKDF2 in C
Other
487 stars 38 forks source link

Crashes when opening certain Episodes in DEBUG mode or multiplayer game host menu [Linux] #329

Open GusTheForkliftOperator opened 1 month ago

GusTheForkliftOperator commented 1 month ago

Dark Forces 2: Crash when trying to open "The Force Within" episode Mysteries of The Sith: Crash when trying to open "Mysteries of The Sith" or "Sith Multiplayer Duel" episodes. [DEBUG] menu give the next terminal output:

openjkdf2: malloc.c:2617: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed.
Aborted (core dumped)

Multiplayer host game menu gives the following terminal output:

malloc(): invalid size (unsorted)
Aborted (core dumped)