Jump to content

Crash on Open/Create World


Clemeit

Recommended Posts

Steps to install (in case I did something wrong):

-Force update MineCraft for a new 1.5.2 .jar

-Download the newest version of Forge

-Copied all files from the .zip to minecraft.jar

-Deleted META-INF (I tried both deleting it and leaving it)

-Run MineCraft

-"FML is setting up your Minecraft environment"

-Minecraft works until the point where I attempt to create a new or open and old world

-"Loading terrain" ect. then get "Shutting down internal server"

-Minecraft crashes

 

Error report

 

---- Minecraft Crash Report ----
// I just don't know what went wrong 

Time: 5/18/13 12:33 PM
Description: Unexpected error

java.lang.NoSuchFieldError: v
at AMW_ScreenOut.Initialize(AMW_ScreenOut.java:18)
at mod_automap.onTickInGame(mod_automap.java:27)
at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)
at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)
at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:78)
at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)
at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:872)
at net.minecraft.client.Minecraft.run(Minecraft.java:759)
at java.lang.Thread.run(Unknown Source)


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

-- Head --
Stacktrace:
at AMW_ScreenOut.Initialize(AMW_ScreenOut.java:18)
at mod_automap.onTickInGame(mod_automap.java:27)
at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)
at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)
at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:78)
at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Clemeit'/205, l='MpServer', x=-215.50, y=68.62, z=181.50]]
Chunk stats: MultiplayerChunkCache: 10
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options: 
Level spawn location: World: (-221,64,174), Chunk: (at 3,4,14 in -14,10; contains blocks -224,0,160 to -209,255,175), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 2 game time, 2 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 6 total; [EntityPig['Pig'/119, l='MpServer', x=-216.50, y=68.00, z=176.50], EntityClientPlayerMP['Clemeit'/205, l='MpServer', x=-215.50, y=68.62, z=181.50], EntityPig['Pig'/118, l='MpServer', x=-220.50, y=66.00, z=175.50], EntityBat['Bat'/213, l='MpServer', x=-176.50, y=43.00, z=168.50], EntityPig['Pig'/121, l='MpServer', x=-217.29, y=67.00, z=178.71], EntityPig['Pig'/120, l='MpServer', x=-218.68, y=67.00, z=177.32]]
Retry entities: 0 total; []
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:441)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2413)
at net.minecraft.client.Minecraft.run(Minecraft.java:782)
at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
Minecraft Version: 1.5.2
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_15, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 367243968 bytes (350 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 21683 (1214248 bytes; 1 MB) allocated, 21683 (1214248 bytes; 1 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
FML: MCP v7.51 FML v5.2.2.684 Minecraft Forge 7.8.0.684 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.2.684} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{7.8.0.684} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_automap{23} [mod_automap] (mod_automap) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
LWJGL: 2.4.2
OpenGL: GeForce 6150SE nForce 430/PCI/SSE2 GL version 2.1.2, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Texture Pack: oCd pack 1.5 by disco
Profiler Position: N/A (disabled)
Vec3 Pool Size: 44 (2464 bytes; 0 MB) allocated, 44 (2464 bytes; 0 MB) used

Link to comment
Share on other sites

Seems like AutoMap doesn't use the reflection methods ModLoader provides, you'll have to go talk to them about Forge compatibility, there isn't much we can do on our end.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

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.