java.lang.NullPointerException
at
jake2.sound.joal.JOALSoundImpl.Update(JOALSoundImpl.java:286)
at jake2.sound.S.Update(S.java:189)
at jake2.client.CL.Frame(CL.java:1538)
applied a dirty fix by definition of a default pointcontents
in game_import_t. The right solution is to disable EAX sound
profiles for network games, because the calls to local
server don't make any sense in this case.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=594249
applied a dirty fix by definition of a default pointcontents
in game_import_t. The right solution is to disable EAX sound
profiles for network games, because the calls to local
server don't make any sense in this case.