Jump to content

Recommended Posts

Posted

Lately, my Eclipse modding environment has been having some weird issues. Forge is crashing even before it loads my mod. The other weird part is that the crash happens, it saves a crash report, but then Minecraft keeps loading. It's fine until I want to log into a world. Then the game just stops on the Loading World page, and never even comes up with a crash report. I've tried deleting and redownloading MCP and Forge, but with no change. I'm using MCP 7.51 and Forge version 7.8.0.684. I've also tried deleting all of my worlds and creating new ones.

 

Here's my crash log from when the game first launches:

 

 

---- Minecraft Crash Report ----

// Everything's going to plan. No, really, that was supposed to happen.

 

Time: 6/10/13 10:31 AM

Description: Exception preparing structure feature

 

java.lang.NoClassDefFoundError: net/minecraft/world/gen/structure/ComponentVillagePathGen

at net.minecraft.world.gen.structure.StructureVillageStart.<init>(StructureVillageStart.java:15)

at net.minecraft.world.gen.structure.MapGenVillage.getStructureStart(MapGenVillage.java:87)

at net.minecraft.world.gen.structure.MapGenStructure.recursiveGenerate(MapGenStructure.java:38)

at net.minecraft.world.gen.MapGenBase.generate(MapGenBase.java:33)

at net.minecraft.world.gen.ChunkProviderFlat.provideChunk(ChunkProviderFlat.java:154)

at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)

at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:166)

at net.minecraft.world.World.getChunkFromChunkCoords(World.java:525)

at net.minecraft.world.World.getBlockId(World.java:410)

at net.minecraft.world.World.isAirBlock(World.java:434)

at net.minecraft.world.World.getFirstUncoveredBlock(World.java:381)

at net.minecraft.world.WorldProvider.canCoordinateBeSpawn(WorldProvider.java:100)

at net.minecraft.world.WorldServer.createSpawnPosition(WorldServer.java:837)

at net.minecraft.world.WorldServer.initialize(WorldServer.java:801)

at net.minecraft.world.World.<init>(World.java:294)

at net.minecraft.world.WorldServer.<init>(WorldServer.java:107)

at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:72)

at net.minecraft.server.integrated.IntegratedServer.startServer(IntegratedServer.java:105)

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

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

Caused by: java.lang.ClassNotFoundException: net.minecraft.world.gen.structure.ComponentVillagePathGen

at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)

at java.lang.ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

... 20 more

Caused by: java.lang.ArrayIndexOutOfBoundsException

 

 

A detailed walkthrough of the error, its code path and all known details is as follows:

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

 

-- Head --

Stacktrace:

at net.minecraft.world.gen.structure.StructureVillageStart.<init>(StructureVillageStart.java:15)

at net.minecraft.world.gen.structure.MapGenVillage.getStructureStart(MapGenVillage.java:87)

 

-- Feature being prepared --

Details:

Is feature chunk: True

Chunk location: 2,-18

Chunk pos hash: -77309411326

Structure type: net.minecraft.world.gen.structure.MapGenVillage

Stacktrace:

at net.minecraft.world.gen.structure.MapGenStructure.recursiveGenerate(MapGenStructure.java:38)

at net.minecraft.world.gen.MapGenBase.generate(MapGenBase.java:33)

at net.minecraft.world.gen.ChunkProviderFlat.provideChunk(ChunkProviderFlat.java:154)

 

-- Chunk to be generated --

Details:

Location: 10,-10

Position hash: -42949672950

Generator: FlatLevelSource

Stacktrace:

at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)

at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:166)

at net.minecraft.world.World.getChunkFromChunkCoords(World.java:525)

 

-- Requested block coordinates --

Details:

Found chunk: true

Location: World: (175,64,-159), Chunk: (at 15,4,1 in 10,-10; contains blocks 160,0,-160 to 175,255,-145), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)

Stacktrace:

at net.minecraft.world.World.getBlockId(World.java:410)

at net.minecraft.world.World.isAirBlock(World.java:434)

at net.minecraft.world.World.getFirstUncoveredBlock(World.java:381)

at net.minecraft.world.WorldProvider.canCoordinateBeSpawn(WorldProvider.java:100)

at net.minecraft.world.WorldServer.createSpawnPosition(WorldServer.java:837)

at net.minecraft.world.WorldServer.initialize(WorldServer.java:801)

 

-- Affected level --

Details:

Level name: Test

All players: 0 total; []

Chunk stats: ServerChunkCache: 0 Drop: 0

Level seed: -6770445341524463500

Level generator: ID 01 - flat, ver 0. Features enabled: true

Level generator options:

Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)

Level time: 0 game time, 0 day time

Level dimension: 0

Level storage version: 0x04ABD - Anvil

Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)

Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true

Stacktrace:

at net.minecraft.world.World.<init>(World.java:294)

at net.minecraft.world.WorldServer.<init>(WorldServer.java:107)

at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:72)

at net.minecraft.server.integrated.IntegratedServer.startServer(IntegratedServer.java:105)

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

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

 

-- System Details --

Details:

Minecraft Version: 1.5.2

Operating System: Windows 7 (amd64) version 6.1

Java Version: 1.7.0_17, Oracle Corporation

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

Memory: 202786176 bytes (193 MB) / 285474816 bytes (272 MB) up to 1411186688 bytes (1345 MB)

JVM Flags: 0 total;

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

Suspicious classes: FML and Forge are installed

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

FML: MCP v7.51 FML v5.2.2.684 Minecraft Forge 7.8.0.684 3 mods loaded, 3 mods active

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

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

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

Profiler Position: N/A (disabled)

Player Count: 0 / 8; []

Type: Integrated Server (map_client.txt)

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

 

 

Any help will be greatly appreciated.

Posted

Look in your errors in ECLIPSE. If their is a bit about not being able to delete a file (like FMLVersion.properties) then delete that file and it should be back to normal.

This has happened to me some times and the crash report doesn't point to it at all.

Legend of Zelda Mod[updated September 20th to 3.1.1]

Extra Achievements(Minecraft 1.8!)[updated April 3rd to 2.3.0]

Fancy Cheeses[updated May 8th to 0.5.0]

Posted

I made a run configuration to just run vanilla Minecraft minus my mod, and it still crashed, which is what's confusing me so much. The problem isn't in my mod.

Posted

Look in your errors in ECLIPSE. If their is a bit about not being able to delete a file (like FMLVersion.properties) then delete that file and it should be back to normal.

This has happened to me some times and the crash report doesn't point to it at all.

 

That just might be the problem. Where would I find the FMLVersion.properties file?

Posted

Look in your errors in ECLIPSE. If their is a bit about not being able to delete a file (like FMLVersion.properties) then delete that file and it should be back to normal.

This has happened to me some times and the crash report doesn't point to it at all.

 

That just might be the problem. Where would I find the FMLVersion.properties file?

./MCP/eclipse/Minecraft/bin

Legend of Zelda Mod[updated September 20th to 3.1.1]

Extra Achievements(Minecraft 1.8!)[updated April 3rd to 2.3.0]

Fancy Cheeses[updated May 8th to 0.5.0]

Posted

Look in your errors in ECLIPSE. If their is a bit about not being able to delete a file (like FMLVersion.properties) then delete that file and it should be back to normal.

This has happened to me some times and the crash report doesn't point to it at all.

 

That just might be the problem. Where would I find the FMLVersion.properties file?

./MCP/eclipse/Minecraft/bin

 

For some reason, there isn't a bin folder there. The only files are .classpath and .project.

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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • But your Launcher does not find it   Java path is: /run/user/1000/doc/3f910b8/java Checking Java version... Java checker returned some invalid data we don't understand: Check the Azul Zulu site and select your OS and download the latest Java 8 build for Linux https://www.azul.com/downloads/?version=java-8-lts&package=jre#zulu After installation, check the path and put this path into your Launcher Java settings (Java Executable)
    • Try other builds of pehkui and origins++ until you find a working combination
    • Some Create addons are only compatible with Create 6 or Create 5 - so not both versions at the same time Try older builds of Create Stuff and Additions This is the last build before the Create 6 update: https://www.curseforge.com/minecraft/mc-mods/create-stuff-additions/files/6168370
    • ✅ Crobo Coupon Code: 51k3b0je — Get Your \$25 Amazon Gift Card Bonus! If you’re new to Crobo and want to make the most out of your first transaction, you’ve come to the right place. The **Crobo coupon code: 51k3b0je** is a fantastic way to get started. By using this code, you can unlock an exclusive **\$25 Amazon gift card** after completing your first eligible transfer. Let’s dive deep into how the **Crobo coupon code: 51k3b0je** works, why you should use it, and how to claim your reward. --- 🌟 What is Crobo? Crobo is a trusted, modern platform designed for **international money transfers**. It offers fast, secure, and low-cost transactions, making it a favorite choice for individuals and businesses alike. Crobo is committed to transparency, low fees, and competitive exchange rates. And with promo deals like the **Crobo coupon code: 51k3b0je**, it becomes even more attractive. Crobo focuses on providing customers with: * Quick transfer speeds * Minimal fees * Safe, encrypted transactions * Great referral and promo code rewards When you choose Crobo, you’re choosing a platform that values your time, money, and loyalty. And now with the **Crobo coupon code: 51k3b0je**, you can start your Crobo journey with a **bonus reward**! ---# 💥 What is the Crobo Coupon Code: 51k3b0je? The **Crobo coupon code: 51k3b0je** is a **special promotional code** designed for new users. By entering this code during signup, you’ll be eligible for: ✅ A **\$25 Amazon gift card** after your first qualifying transfer. ✅ Access to Crobo’s referral system to earn more rewards. ✅ The ability to combine with future seasonal Crobo discounts. Unlike generic promo codes that just offer small fee reductions, the **Crobo coupon code: 51k3b0je** directly gives you a tangible, valuable reward — perfect for online shopping or gifting. --- ### 🎯 Why Use Crobo Coupon Code: 51k3b0je? There are many reasons why users choose to apply the **Crobo coupon code: 51k3b0je**: 🌟 **Free bonus reward** — Your first transfer can instantly earn you a \$25 Amazon gift card. 🌟 **Trusted platform** — Crobo is known for secure, fast, and affordable transfers. 🌟 **Easy to apply** — Simply enter **Crobo coupon code: 51k3b0je** at signup — no complicated steps. 🌟 **Referral opportunities** — Once you’ve used **Crobo coupon code: 51k3b0je**, you can invite friends and earn more rewards. 🌟 **Stackable savings** — Pair **Crobo coupon code: 51k3b0je** with Crobo’s ongoing offers or holiday deals for even more benefits. --- ### 📝 How to Use Crobo Coupon Code: 51k3b0je Getting started with **Crobo coupon code: 51k3b0je** is quick and easy. Just follow these steps: 1️⃣ **Download the Crobo app** (available on Google Play Store and Apple App Store) or visit the official Crobo website. 2️⃣ **Start the sign-up process** by entering your basic details (name, email, phone number, etc.). 3️⃣ When prompted, enter **Crobo coupon code: 51k3b0je** in the promo code or coupon code field. 4️⃣ Complete your first transaction — be sure to meet the minimum amount required to qualify for the reward (usually specified in Crobo’s promo terms). 5️⃣ After the transaction is verified, receive your **\$25 Amazon gift card** directly via email or within your Crobo account. --- ### 💡 Tips to Maximize Your Crobo Coupon Code: 51k3b0je Bonus 👉 **Transfer the minimum qualifying amount or more** — this ensures you meet the conditions for the gift card. 👉 **Refer friends after your signup** — Crobo allows users who’ve signed up with codes like **Crobo coupon code: 51k3b0je** to share their own code for extra bonuses. 👉 **Check for additional Crobo promotions** — sometimes Crobo offers seasonal or regional deals that stack with the coupon code. 👉 **Complete your transaction soon after signup** — many bonuses have time limits, so act quickly! --- ### 🚀 Frequently Asked Questions about Crobo Coupon Code: 51k3b0je **Q: Can I use Crobo coupon code: 51k3b0je if I already have a Crobo account?** A: No — the **Crobo coupon code: 51k3b0je** is intended for **new users only**. It must be applied during the initial registration process. --- **Q: How long does it take to get the \$25 Amazon gift card after using Crobo coupon code: 51k3b0je?** A: Typically, the gift card is sent **within a few business days** after your first qualifying transfer is completed and verified. --- **Q: Are there hidden fees when using Crobo coupon code: 51k3b0je?** A: No — Crobo is transparent about its fees. The **Crobo coupon code: 51k3b0je** simply adds a bonus reward without increasing your costs. --- **Q: Can I combine Crobo coupon code: 51k3b0je with other promo codes?** A: The **Crobo coupon code: 51k3b0je** is generally applied as a standalone signup bonus. However, Crobo often offers **ongoing promotions** that may apply to future transactions. ---  📌 Reference Crobo promo code: {51k3b0je} Crobo discount code: {51k3b0je} --- # 🌍 Final Thoughts If you want to enjoy safe, fast, and affordable money transfers with an added bonus, **Crobo coupon code: 51k3b0je** is your best option. Not only will you experience excellent service, but you’ll also earn a **\$25 Amazon gift card** — a reward that you can use immediately for shopping or gifts. 👉 **Don’t wait — sign up today using Crobo coupon code: 51k3b0je and claim your bonus!**
  • Topics

×
×
  • Create New...

Important Information

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