worldofbalance / wob-server

4 stars 6 forks source link

Cards of Wild Nullreference Exception #6

Closed jensvdh closed 8 years ago

jensvdh commented 8 years ago

Hey guys,

Whenever I run the latest development branch the Cards Of Wild server immediately crashes and throws a nullreference exception.

minigameservers_java_-__wob-server__-_wob-server_-____projects_831_wob-server_

Thoughts?

jensvdh commented 8 years ago

@worldofbalance/cards-of-wild

haichuand commented 8 years ago

I was able to start the COW server and found the NPE issue. The problem was caused by repeat thread start code in MiniGame.java, line 92~101. After deleting the extra code (and the unnecessary brackets) the NPE was solved. And the Running Rhino issue was solved too!

niculistana commented 8 years ago

@haichuand, is it running both the .jar files?

haichuand commented 8 years ago

Yes it's running both RR and COW mini game jar files.

rujoota commented 8 years ago

It wont be the bug anymore as code for cards of wild is merged and its no more pointing to any jar. I will merge the code in main development branch soon.

jensvdh commented 8 years ago

Thanks!