EnderWiggin / Haven-and-Hearth-client-modified-by-Ender

Client for Haven and Hearth MMORPG
Other
42 stars 42 forks source link

jogl version bump; Spotted NPE fixed. #13

Closed Paranoja closed 10 years ago

Paranoja commented 11 years ago

Updated jogl version and got rid of compilation errors. Resolved two encountered NPEs. One had strange prerequisities to re-appear so can not properly describe steps to reproduce.

Root of first NPE -- Profile.Frame.tick(String) method was called after Profile.Frame.fin() resulting in NPE on pw.add() call. Second NPE was introduced in 7fc5765 and then commented out in e8b319f, but the cause of it is ui.sess == null from time to time. Added nullcheck and left code commented out.