microsoft / vsminecraft

Visual Studio extension for developing MinecraftForge mods using Java.
Other
194 stars 25 forks source link

Minecraft crashes on loading a world every single time, without fail. #20

Open ChiriVulpes opened 9 years ago

ChiriVulpes commented 9 years ago

Reproduction, (at least, on my end):

  1. Make a new project based on the 1.8 mod template
  2. Start debugging.
  3. Create a new world.
  4. Within a minute, no matter what I do, the game will eventually stop responding completely, no matter what it's currently doing (generating the world, staring up into the sky with no chunks loaded yet, or even completely loaded after I've walked a bit)

What can I do to help debug this problem?

mluparu commented 9 years ago

Do you see the same crash when you do Ctrl+F5 (i.e. launch without debugger)? thanks

ChiriVulpes commented 9 years ago

Ah, that workaround fixes it. Thank you.

mluparu commented 9 years ago

That's sounds like an issue with the Java debugger. @sharwell will be interested in having this issue in his https://github.com/sharwell/JavaForVS repo. Mind opening an issue over there?

sharwell commented 9 years ago

That's a really bad workaround (it means you are losing a major feature). :laughing:

Definitely one to get fixed.