erfg12 / clanmod-jka

Multiplayer mod for Jedi Academy.
https://erfg12.github.io/clanmod-jka
7 stars 4 forks source link

current version of openjkded crashes #6

Closed erfg12 closed 5 years ago

erfg12 commented 6 years ago

Crashes with newest version of openjkded, it needs to be debugged. The currently supplied version with 1.3.0 beta works fine.

erfg12 commented 6 years ago

capture

erfg12 commented 6 years ago

Adding

// have we real ghoul2 models yet?
if (&ghoul2From && &ghoul2To)
{

To the function void G2API_CopySpecificG2Model(CGhoul2Info_v &ghoul2From, int modelFrom, CGhoul2Info_v &ghoul2To, int modelTo) in file G2_API.cpp makes it work again.

erfg12 commented 6 years ago

Ensiform is working on a fix - https://github.com/JACoders/OpenJK/pull/967/commits Latest commit is pretty stable.