Jump to content

Recommended Posts

Posted

The issue I am running into is, when I go to load a world, if it's a new world, it will never load, or an existing world, it will load, but once it loads, nothing seems to get ticked. In the instance of the already existing world, I can move, but no new chunks will be loaded, blocks will not update, AIs don't run, simply put the only thing the game runs is me. I have tried reinstalling the eclipse setup and setting up the workspace again, neither of these have fixed the problem. I am running  forge 1.8 1336 currently but it wasn't until yesterday that i started having this issue. There are no errors showing up in console either, so I have no idea what is really causing this.

 

heres the console logs:

 

  Reveal hidden contents

 

Posted

Sounds like your server thread is in an infinite loop somewhere (probably in your code).

 

Try using your debugger to pause the program while it is executing, and seeing what the server thread is doing.

 

-TGG

Posted

I have checked my code for any infinite loops, and there are none. The server isn't running any processes related to what I was doing when this started happening. I don't know what it would be getting caught on if it's a loop.

Posted
  On 4/5/2015 at 11:54 PM, saxon564 said:

I have checked my code for any infinite loops, and there are none. The server isn't running any processes related to what I was doing when this started happening. I don't know what it would be getting caught on if it's a loop.

 

Did you try using your debugger to pause the program while it is executing, and seeing what the server thread is doing?

 

-TGG

 

Posted

What method did it actually looping? It could help resolve this issue.

I. Stellarium for Minecraft: Configurable Universe for Minecraft! (WIP)

II. Stellar Sky, Better Star Rendering&Sky Utility mod, had separated from Stellarium.

Posted

well I removed an else statement that shouldnt have been causing the issue on normal worlds but was, and things are all working smoothly. Sorry for wasting your time.

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.