Razish / japp

JA++ server and client modification for Jedi Academy
GNU General Public License v2.0
44 stars 30 forks source link

New build bug #121

Closed Exmirai closed 10 years ago

Exmirai commented 10 years ago
  1. Вuring loading text is not displayed
  2. After loading.. error http://prntscr.com/2vxsn9
Razish commented 10 years ago

That's because you're running a debug build of OpenJK, which triggers asserts. Does it run fine on a release build? Could you also list lines in the console that would indicate which model/shader is failing to load? Everything registers fine here. Using cg_logDebug 1 will print to japlus/logs/cl/debug.log if there are missing resources.

It should look like this http://www.youtube.com/watch?v=Phi5GqsfaXM

Exmirai commented 10 years ago

ah, really, works perfect on openjk release build :)