Ok, well when loading my world I get a black starry background instead of terrain, it freezes then crashes. I am using Pixelmon mod & forge. Whenever I uninstall Pixelmon or log-in online (Normally I play offline because I don’t have net at home) My world loads normally. Also Whenever I log in online it deleted all of my pixelmon monsters and items. Sooo, my questions are, is there any way to have the same Pokémon/ items whether I log in online or offline? And what can I do about this crash. Thanks, & here is the crash report...
[spoiler][code]
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 6/13/13 5:53 PM
Description: Loading NBT data
java.io.EOFException
at java.io.DataInputStream.readByte(Unknown Source)
at net.minecraft.nbt.NBTBase.func_74739_b(SourceFile:88)
at net.minecraft.nbt.NBTTagCompound.func_74735_a(SourceFile:34)
at net.minecraft.nbt.NBTBase.func_74739_b(SourceFile:96)
at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:126)
at pixelmon.storage.PokeballManager.loadPlayer(PokeballManager.java:64)
at pixelmon.comm.ConnectionHandler.playerLoggedIn(ConnectionHandler.java:25)
at cpw.mods.fml.common.network.NetworkRegistry.playerLoggedIn(NetworkRegistry.java:173)
at cpw.mods.fml.common.network.FMLNetworkHandler.handlePlayerLogin(FMLNetworkHandler.java:293)
at net.minecraft.server.management.ServerConfigurationManager.func_72355_a(ServerConfigurationManager.java:150)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:97)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:675)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:571)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:127)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.io.DataInputStream.readByte(Unknown Source)
at net.minecraft.nbt.NBTBase.func_74739_b(SourceFile:88)
at net.minecraft.nbt.NBTTagCompound.func_74735_a(SourceFile:34)
-- NBT Tag --
Details:
Tag name:
Tag type: 10
Stacktrace:
at net.minecraft.nbt.NBTBase.func_74739_b(SourceFile:96)
at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:126)
at pixelmon.storage.PokeballManager.loadPlayer(PokeballManager.java:64)
at pixelmon.comm.ConnectionHandler.playerLoggedIn(ConnectionHandler.java:25)
at cpw.mods.fml.common.network.NetworkRegistry.playerLoggedIn(NetworkRegistry.java:173)
at cpw.mods.fml.common.network.FMLNetworkHandler.handlePlayerLogin(FMLNetworkHandler.java:293)
at net.minecraft.server.management.ServerConfigurationManager.func_72355_a(ServerConfigurationManager.java:150)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:97)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:675)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:571)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:127)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
-- System Details --
Details:
Minecraft Version: 1.5.2
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.6.0_26, Sun Microsystems Inc.
Java VM Version: Java HotSpot™ Client VM (mixed mode), Sun Microsystems Inc.
Memory: 384042760 bytes (366 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 425 (23800 bytes; 0 MB) allocated, 425 (23800 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 63
FML: MCP v7.51 FML v5.2.5.691 Minecraft Forge 7.8.0.691 4 mods loaded, 4 mods active
mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{5.2.5.691} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{7.8.0.691} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Pixelmon{2.2} [Pixelmon] (Pixelmon 2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 65 (3640 bytes; 0 MB) allocated, 65 (3640 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['Player'/103, l='806', x=-1727.93, y=70.00, z=356.59]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
[/code][/spoiler]
[spoiler][code]
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 6/13/13 5:53 PM
Description: Loading NBT data
java.io.EOFException
at java.io.DataInputStream.readByte(Unknown Source)
at net.minecraft.nbt.NBTBase.func_74739_b(SourceFile:88)
at net.minecraft.nbt.NBTTagCompound.func_74735_a(SourceFile:34)
at net.minecraft.nbt.NBTBase.func_74739_b(SourceFile:96)
at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:126)
at pixelmon.storage.PokeballManager.loadPlayer(PokeballManager.java:64)
at pixelmon.comm.ConnectionHandler.playerLoggedIn(ConnectionHandler.java:25)
at cpw.mods.fml.common.network.NetworkRegistry.playerLoggedIn(NetworkRegistry.java:173)
at cpw.mods.fml.common.network.FMLNetworkHandler.handlePlayerLogin(FMLNetworkHandler.java:293)
at net.minecraft.server.management.ServerConfigurationManager.func_72355_a(ServerConfigurationManager.java:150)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:97)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:675)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:571)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:127)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.io.DataInputStream.readByte(Unknown Source)
at net.minecraft.nbt.NBTBase.func_74739_b(SourceFile:88)
at net.minecraft.nbt.NBTTagCompound.func_74735_a(SourceFile:34)
-- NBT Tag --
Details:
Tag name:
Tag type: 10
Stacktrace:
at net.minecraft.nbt.NBTBase.func_74739_b(SourceFile:96)
at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:126)
at pixelmon.storage.PokeballManager.loadPlayer(PokeballManager.java:64)
at pixelmon.comm.ConnectionHandler.playerLoggedIn(ConnectionHandler.java:25)
at cpw.mods.fml.common.network.NetworkRegistry.playerLoggedIn(NetworkRegistry.java:173)
at cpw.mods.fml.common.network.FMLNetworkHandler.handlePlayerLogin(FMLNetworkHandler.java:293)
at net.minecraft.server.management.ServerConfigurationManager.func_72355_a(ServerConfigurationManager.java:150)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:97)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:675)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:571)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:127)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
-- System Details --
Details:
Minecraft Version: 1.5.2
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.6.0_26, Sun Microsystems Inc.
Java VM Version: Java HotSpot™ Client VM (mixed mode), Sun Microsystems Inc.
Memory: 384042760 bytes (366 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 425 (23800 bytes; 0 MB) allocated, 425 (23800 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 63
FML: MCP v7.51 FML v5.2.5.691 Minecraft Forge 7.8.0.691 4 mods loaded, 4 mods active
mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{5.2.5.691} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{7.8.0.691} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Pixelmon{2.2} [Pixelmon] (Pixelmon 2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 65 (3640 bytes; 0 MB) allocated, 65 (3640 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['Player'/103, l='806', x=-1727.93, y=70.00, z=356.59]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
[/code][/spoiler]