Mod Pack: Direwolf20 1.6.4 (1.0.2)
Mod: Computercraft
Pastebin:
http://pastebin.com/KsQLrBvE
Whats the bug?: When more than one mining turtle (Possibly any turtle, but have not been able to test) is placed in the worldspace, the game will "ghost" the player. All blocks can be broken - blocks with inventories will reappear, blocks without will break without dropping what they ought. The player can interact with doors and fence gates, but will not interact with pressure plates and blocks with inventory/GUIs.
Can it be repeated?: Every time I place more than one mining turtle. When I attempt to relog, the game will lock up at "Shutting down internal server." and never get past this message. I will have to kill the javaw.exe process manually at this point - which incidentally also kills the turtles, wiping their labels, and turning them from mining turtles back into regular turtles (Have lost 3 diamond pickaxes at this point to this bug).
Known Fix: Unknown, but I have a few semi-educated guesses as to the cause. Guess 1 - Something to do with how turtles are essentially fake players. Similar, possibly, to the second bug reported in
this post. Guess 2 - Something related to the GUI-based lockups, slowdowns, and crashes others have been having. As I said, only semi-educated guesses at best.
I also have been seeing a LOT of this line:
Code:
2013-12-13 01:28:18 [WARNING] [Minecraft-Client] Memory connection overburdened; after processing 2500 packets, we still have 1887 to go!
and this line:
Code:
2013-12-13 01:28:08 [WARNING] [Minecraft-Server] Can't keep up! Did the system time change, or is the server overloaded?
I have given 4 gigs to Minecraft/Java, and 3 gigs are allocated at startup (Bit overkill, that latter half). I am getting an average of 130fps (with fast graphics and render setting on short. Fancy graphics with render setting on normal gives me an average of 40-60.), and the game is only ever pulling about 30% on average of that RAM, and at the very max was seeing ~60%. Would a weaker CPU possibly cause this message? Was under the impression that was almost entirely tied to RAM, but I do only have a 2.53 GHz Core 2 Duo. Not quite sufficient for modern games, so...eh?
EDIT: I should mention these are the java parameters I'm launching the game with:
-XX:MaxPermSize=256M -XX:+UseConcMarkSweepGC -Xmx4096M -Xms3072M
OS: Win7 x64 Home Premium
Java 7 x64
CPU: 2.53 GHz Core 2 Duo
6GB RAM
GeForce GTX 260m graphics card.