Jump to content

Game Crash Pt.2


RCPotatoSoup

Recommended Posts

1. You have to show your code.

2. You have a method calls itself that calls itself that calls itself that calls itself that calls itself, ad infinitum. This is causing the StackOverflowError because you are continually adding things to the stack but never removing them.

 

Side note, Failender, it's a different problem, 1 problem per thread.

Don't make mods if you don't know Java.

Check out my website: http://shadowfacts.net

Developer of many mods

Link to comment
Share on other sites

1. You have to show your code.

2. You have a method calls itself that calls itself that calls itself that calls itself that calls itself, ad infinitum. This is causing the StackOverflowError because you are continually adding things to the stack but never removing them.

 

Side note, Failender, it's a different problem, 1 problem per thread.

http://pastebin.com/ze81vQie
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.