Posted January 10, 201510 yr Hi, After initialising my new dimensions/planets, any world, new or otherwise, appears to crash with this log: http://pastebin.com/vbmSwBmJ Before this, my mod loaded with one gigabyte of RAM and half the current permgen size, so I'm pretty sure that it's the dimensions. The mod that includes the dimensions is SpaceAgePlanets, and the other mods whose source I have in my dev environment (ie the ones that I'm working on) are SpaceAge and WarpDrive. If required, I can give source code for any one of my dimensions. Thanks, SkylordJoel Check out SpaceAge: https://github.com/AwesCorp/SpaceAge http://i.imgur.com/J4rrGt6.png[/img]
January 10, 201510 yr Hi This thread talks about it more http://www.minecraftforge.net/forum/index.php/topic,14978.msg76135.html#msg76135 If that doesn't work, maybe try a couple of the ideas in this thread (heap analyser) http://www.minecraftforge.net/forum/index.php/topic,15843.msg80396.html#msg80396 -TGG
January 10, 201510 yr Author Well, for the first link, one of my planets is just pure ocean till about 50 blocks down so that might be it. I'm just about to do the heap analyser stuff. Check out SpaceAge: https://github.com/AwesCorp/SpaceAge http://i.imgur.com/J4rrGt6.png[/img]
January 10, 201510 yr Author Okay, it stuffed up for some reason and just gave me this error: An internal error occurred during: "Parsing heap dump from '/Users/skylordjoel/Desktop/mcp/SpaceAge v1.6.4/SpaceAge/forge/mcp/jars/java_pid14117.hprof'". Java heap space Check out SpaceAge: https://github.com/AwesCorp/SpaceAge http://i.imgur.com/J4rrGt6.png[/img]
January 11, 201510 yr OK In that case, I suggest you put a breakpoint in the EntityPlayerMP constructor here: while (!p_i45285_2_.getCollidingBoundingBoxes(this, this.boundingBox).isEmpty()) // <-------- breakpoint here { this.setPosition(this.posX, this.posY + 1.0D, this.posZ); } If it doesn't find a spawn spot it keeps increasing the posY until it finds one which is clear. If you trace it through you should pretty easily find out what isn't working as you expect. BTW did you read this line from the post I linked? It sure sounds very similar to your issue > I forgot to set up the block's ID in the config handler so it defaulted to zero making all the air blocks that block.. wow -TGG
January 12, 201510 yr Author No, my IDs are set up fine. I think. I just recently moved all registration to preInit so that may have broken it. I'm not really familiar with the workings of breakpoints, but I did what you recommended, only to suffer another crash. Check out SpaceAge: https://github.com/AwesCorp/SpaceAge http://i.imgur.com/J4rrGt6.png[/img]
January 12, 201510 yr Author Well, there's only one other thing I can think of - in the Ontarine generation algorithm, it replaces every single block at a certain y value with sand... I didn't understand really how to do that like Minecraft so I did it in the ChunkProvider where Minecraft generates trees. Check out SpaceAge: https://github.com/AwesCorp/SpaceAge http://i.imgur.com/J4rrGt6.png[/img]
January 12, 201510 yr Don't use 1.6.4 use 1.7.10 or 1.8. Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
January 12, 201510 yr Author I find those versions lack human-readable names and are full of bugs and glitches, not to mention framerate drops, etc. Check out SpaceAge: https://github.com/AwesCorp/SpaceAge http://i.imgur.com/J4rrGt6.png[/img]
January 12, 201510 yr I find those versions lack human-readable names Both 1.7 an 1.8 have almost complete mappings, just use the daily snapshots. are full of bugs and glitches I haven't encountered any bug or glitch that makes 1.6.4 better than either of those versions. not to mention framerate drops, etc. There is nothing but performance improvements in the newer version, I haven't experienced any framerate drops. BEFORE ASKING FOR HELP READ THE EAQ! I'll help if I can. Apologies if I do something obviously stupid. If you don't know basic Java yet, go and follow these tutorials.
January 12, 201510 yr Author I usually get more rendering bugs and framerate drops from those. Oh yeah, not to mention the fact that Minecraft only supports Java 6... Well, on Mac at least. If WarpDrive, Universal Electricity, RotaryCraft and MFFS all update to 1.7 or 1.8, then I will use it. EDIT: I forgot, also if the EULA changes back to it's 1.6.4 and earlier state. Check out SpaceAge: https://github.com/AwesCorp/SpaceAge http://i.imgur.com/J4rrGt6.png[/img]
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.