AcademyCraft

AcademyCraft

1M Downloads

[Bug] Freeze and DC

KamiSami opened this issue ยท 3 comments

commented

Describe the bug
When joining world that has been around for couple of days, suddenly after joining the world and being there for about 20 seconds? The screen hangs and after about 1 minute i am kicked out of the server... The clue i found from logs that might help was this:

[19:08:46] [Thread-96/ERROR] [AcademyCraft]: java.io.IOException: Server returned HTTP response code: 525 for URL: https://myip.ipip.net

And the server and game worked just fine without this mod after testing it without...

To Reproduce
Steps to reproduce the behavior:
Unknown

Expected behavior
To be able to play without screen hang and DC everytime after about 20 seconds

Screenshots
None

Desktop (please complete the following information):

  • OS: [Windows 7 Ultimate]
  • MC Version and Forge version: [Minecraft Version: 1.12.2 forge-14.23.5.2838]
  • Version [AcademyCraft-1.1.2]

Additional context
None?

commented

As temporary fix i recommend to disable internet. This works for me.

commented

As a temporary workaround you can disable analytics in config/academy.cfg.

generic {
    B:analysis=false
}

https://github.com/yamporg/yamp/blob/bd21a269e75c1f1cbb4a5f0a378fca9205eb163e/overrides/config/academy.cfg#L2-L3

commented

As a temporary workaround you can disable analytics in config/academy.cfg.

generic {
    B:analysis=false
}

https://github.com/yamporg/yamp/blob/bd21a269e75c1f1cbb4a5f0a378fca9205eb163e/overrides/config/academy.cfg#L2-L3

How can I override it? It changes back to true every time I restart the server