Jump to content

Recommended Posts

Posted

Im maken my own miencraft mod a big one i may add but im getting some weird error That i dont understand >.<

 

Ok My Mod has NO errors.

It loads up minecraft no problem.

But when i create a new world to test my mod with the new stuff iv added it gets past generating world and then it goes to a blank dirt screen and 30 secands later it says ""Shutting_Down_Internal_Server"" And my eclipse doesint display an error of WHY it seems to be crashing so i have no error log to go off or paste in for yous so im hoping this is a quick fix.

 

I have looked for the error in this forums but i cant seem to open the topics >.> Clicking the topics to read them only brings me back to before i clicked it :S

Posted

Ok discovered a slight error in eclipse before i open a world it says this:

 

2013-02-18 15:00:56 [WARNING] [ForgeModLoader] Mod attempted to get a item ID with a default value in the block ID section, mod authors should make sure there defaults are above 3840 unless explicitly needed so that all block ids are free to store blocks.

2013-02-18 15:00:56 [WARNING] [ForgeModLoader] Config "/config/MeetTheMod.cfg" Category: "B_Dragon spade" Key: "Item" Default: 481

2013-02-18 15:00:57 [iNFO] [sTDOUT] Starting up SoundSystem...

2013-02-18 15:00:57 [iNFO] [sTDOUT] Initializing LWJGL OpenAL

2013-02-18 15:00:57 [iNFO] [sTDOUT]    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

2013-02-18 15:00:57 [iNFO] [sTDOUT] OpenAL initialized.

2013-02-18 15:00:58 [iNFO] [sTDOUT] CONFLICT @ 0 item slot already occupied by net.minecraft.item.ItemSpade@2f39f864 while adding MeetTheMod.common.MeetTheModItem@6e28575

2013-02-18 15:00:58 [iNFO] [ForgeModLoader] [itemTracker] The mod MeetTheMod is overwriting existing item at 256 (net.minecraft.item.ItemSpade from Minecraft) with MeetTheMod.common.MeetTheModItem

2013-02-18 15:00:58 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 4 mods

2013-02-18 15:00:59 [iNFO] [sTDERR] java.io.IOException: Server returned HTTP response code: 503 for URL: http://s3.amazonaws.com/MinecraftResources/

2013-02-18 15:00:59 [iNFO] [sTDERR] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)

2013-02-18 15:00:59 [iNFO] [sTDERR] at net.minecraft.util.ThreadDownloadResources.run(ThreadDownloadResources.java:57)

 

But before i added in a new chunch of code i never touched anything its displaying everything has its own name and item/block code i thou-rally checked this time...

 

Edit New Crash log:

2013-02-18 15:08:54 [iNFO] [sTDOUT] OpenAL initialized.

2013-02-18 15:08:55 [iNFO] [sTDOUT] CONFLICT @ 0 item slot already occupied by net.minecraft.item.ItemSpade@5db7f4c6 while adding MeetTheMod.common.MeetTheModItem@5827233b

2013-02-18 15:08:55 [iNFO] [ForgeModLoader] [itemTracker] The mod MeetTheMod is overwriting existing item at 256 (net.minecraft.item.ItemSpade from Minecraft) with MeetTheMod.common.MeetTheModItem

2013-02-18 15:08:55 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 4 mods

2013-02-18 15:12:10 [iNFO] [sTDOUT] Scanning folders...

2013-02-18 15:12:10 [iNFO] [sTDOUT] Total conversion count is 0

2013-02-18 15:12:10 [iNFO] [sTDOUT] Unable to find spawn biome

2013-02-18 15:12:12 [iNFO] [ForgeModLoader] Loading dimension 0 (New Worldggggg) (net.minecraft.server.integrated.IntegratedServer@3ce639a2)

2013-02-18 15:12:12 [iNFO] [ForgeModLoader] Loading dimension 1 (New Worldggggg) (net.minecraft.server.integrated.IntegratedServer@3ce639a2)

2013-02-18 15:12:13 [iNFO] [ForgeModLoader] Loading dimension -1 (New Worldggggg) (net.minecraft.server.integrated.IntegratedServer@3ce639a2)

 

New Crash Log 2:

 

      Minecraft has crashed!     

      ----------------------     

 

Minecraft has stopped running because it encountered a problem; Exception in server tick loop

 

A full error report has been saved to C:\Users\FluffyPuffin\Desktop\MCP\jars\.\crash-reports\crash-2013-02-18_15.14.59-server.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :(

 

 

 

--- BEGIN ERROR REPORT 7043303 --------

Full report at:

C:\Users\FluffyPuffin\Desktop\MCP\jars\.\crash-reports\crash-2013-02-18_15.14.59-server.txt

Please show that file to Mojang, NOT just this screen!

 

Generated 2/18/13 3:15 PM

 

-- System Details --

Details:

Minecraft Version: 1.4.7

Operating System: Windows 7 (amd64) version 6.1

Java Version: 1.7.0_13, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 10072816 bytes (9 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)

JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M

AABB Pool Size: 3840 (215040 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

Suspicious classes: FML and Forge are installed

IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63

FML: MCP v7.26 FML v4.7.4.520 Minecraft Forge 6.6.0.497 4 mods loaded, 4 mods active

mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

MeetTheMod [MeetTheMod] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

Profiler Position: N/A (disabled)

Vec3 Pool Size: 6348 (355488 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

Player Count: 1 / 8; [EntityPlayerMP['Player191'/2, l='New Worldfkxc', x=-40.50, y=66.62, z=-154.50]]

Type: Integrated Server (map_client.txt)

Is Modded: Definitely; Client brand changed to 'forge,fml'

 

java.lang.OutOfMemoryError: Java heap space

at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:673)

at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:599)

at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:123)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)

at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)

--- END ERROR REPORT 48299d53 ----------

 

Last Run error log:

2013-02-18 15:17:54 [iNFO] [sTDOUT] 27 achievements

2013-02-18 15:17:55 [iNFO] [sTDOUT] 210 recipes

2013-02-18 15:17:55 [iNFO] [sTDOUT] Setting user: Player463, -

2013-02-18 15:17:55 [iNFO] [sTDERR] Client asked for parameter: server

2013-02-18 15:17:55 [iNFO] [sTDOUT] LWJGL Version: 2.4.2

2013-02-18 15:17:55 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization

2013-02-18 15:17:55 [iNFO] [sTDOUT] MinecraftForge v6.6.0.497 Initialized

2013-02-18 15:17:55 [iNFO] [ForgeModLoader] MinecraftForge v6.6.0.497 Initialized

2013-02-18 15:17:55 [iNFO] [sTDOUT] Replaced 84 ore recipies

2013-02-18 15:17:55 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization

2013-02-18 15:17:55 [iNFO] [ForgeModLoader] Searching C:\Users\FluffyPuffin\Desktop\MCP\jars\mods for mods

2013-02-18 15:17:57 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load

2013-02-18 15:17:58 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0

2013-02-18 15:17:58 [iNFO] [sTDOUT] Starting up SoundSystem...

2013-02-18 15:17:58 [iNFO] [sTDOUT] Initializing LWJGL OpenAL

2013-02-18 15:17:58 [iNFO] [sTDOUT]    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

2013-02-18 15:17:59 [iNFO] [sTDOUT] OpenAL initialized.

2013-02-18 15:17:59 [iNFO] [sTDOUT] CONFLICT @ 0 item slot already occupied by net.minecraft.item.ItemSpade@7dbdd769 while adding MeetTheMod.common.MeetTheModItem@3a896efd

2013-02-18 15:17:59 [iNFO] [ForgeModLoader] [itemTracker] The mod MeetTheMod is overwriting existing item at 256 (net.minecraft.item.ItemSpade from Minecraft) with MeetTheMod.common.MeetTheModItem

2013-02-18 15:17:59 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 4 mods

2013-02-18 15:18:00 [iNFO] [sTDERR] java.io.IOException: Server returned HTTP response code: 503 for URL: http://s3.amazonaws.com/MinecraftResources/

2013-02-18 15:18:00 [iNFO] [sTDERR] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)

2013-02-18 15:18:00 [iNFO] [sTDERR] at net.minecraft.util.ThreadDownloadResources.run(ThreadDownloadResources.java:57)

2013-02-18 15:19:12 [iNFO] [sTDOUT] Scanning folders...

2013-02-18 15:19:12 [iNFO] [sTDOUT] Total conversion count is 0

2013-02-18 15:19:13 [iNFO] [ForgeModLoader] Loading dimension 0 (Fuck you the fuck) (net.minecraft.server.integrated.IntegratedServer@731cc0ef)

2013-02-18 15:19:13 [iNFO] [ForgeModLoader] Loading dimension 1 (Fuck you the fuck) (net.minecraft.server.integrated.IntegratedServer@731cc0ef)

2013-02-18 15:19:13 [iNFO] [ForgeModLoader] Loading dimension -1 (Fuck you the fuck) (net.minecraft.server.integrated.IntegratedServer@731cc0ef)

2013-02-18 15:20:05 [iNFO] [sTDERR] Exception in thread "Snooper Timer" java.lang.OutOfMemoryError: Java heap space

2013-02-18 15:20:05 [iNFO] [sTDERR] at java.net.SocksSocketImpl.connect(Unknown Source)

2013-02-18 15:20:05 [iNFO] [sTDERR] at java.net.Socket.connect(Unknown Source)

2013-02-18 15:20:05 [iNFO] [sTDERR] at java.net.Socket.connect(Unknown Source)

2013-02-18 15:20:05 [iNFO] [sTDERR] at sun.net.NetworkClient.doConnect(Unknown Source)

2013-02-18 15:20:05 [iNFO] [sTDERR] at sun.net.www.http.HttpClient.openServer(Unknown Source)

2013-02-18 15:20:05 [iNFO] [sTDERR] at sun.net.www.http.HttpClient.openServer(Unknown Source)

2013-02-18 15:20:05 [iNFO] [sTDERR] at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)

2013-02-18 15:20:05 [iNFO] [sTDERR] at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)

2013-02-18 15:20:05 [iNFO] [sTDERR] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)

2013-02-18 15:20:05 [iNFO] [sTDERR] at net.minecraft.util.HttpUtil.sendPost(HttpUtil.java:96)

2013-02-18 15:20:05 [iNFO] [sTDERR] at net.minecraft.util.HttpUtil.sendPost(HttpUtil.java:74)

2013-02-18 15:20:05 [iNFO] [sTDERR] at net.minecraft.profiler.PlayerUsageSnooperThread.run(PlayerUsageSnooperThread.java:29)

2013-02-18 15:20:05 [iNFO] [sTDERR] at java.util.TimerThread.mainLoop(Unknown Source)

2013-02-18 15:20:05 [iNFO] [sTDERR] at java.util.TimerThread.run(Unknown Source)

2013-02-18 15:20:05 [iNFO] [sTDERR] net.minecraft.util.ReportedException: Exception ticking world entities

2013-02-18 15:20:05 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:686)

2013-02-18 15:20:05 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:599)

2013-02-18 15:20:05 [iNFO] [sTDERR] at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:123)

2013-02-18 15:20:05 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)

2013-02-18 15:20:05 [iNFO] [sTDERR] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)

2013-02-18 15:20:05 [iNFO] [sTDERR] Caused by: java.lang.OutOfMemoryError: Java heap space

2013-02-18 15:20:05 [iNFO] [sTDERR] at net.minecraft.world.World.updateEntities(World.java:2111)

2013-02-18 15:20:05 [iNFO] [sTDERR] at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:516)

2013-02-18 15:20:05 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:680)

2013-02-18 15:20:05 [iNFO] [sTDERR] ... 4 more

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.