• 0

    posted a message on Modded World crash
    alright i did what you told me to do but it gave me another crash report before i even got to the minecraft home page

    ---- Minecraft Crash Report ----
    // Everything's going to plan. No, really, that was supposed to happen.

    Time: 10/11/14 4:05 PM
    Description: Initializing game

    java.lang.NoClassDefFoundError: net/divinerpg/DivineRPG$1
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:457)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:509)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:471)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
    Caused by: java.lang.ClassNotFoundException: net.divinerpg.DivineRPG$1
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 35 more
    Caused by: java.lang.VerifyError: Cannot inherit from final class
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
    ... 37 more


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

    -- Head --
    Stacktrace:
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:457)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:509)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:471)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

    -- System Details --
    Details:
    Minecraft Version: 1.6.2
    Operating System: Windows 8.1 (x86) version 6.3
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    Memory: 39006464 bytes (37 MB) / 128970752 bytes (122 MB) up to 518979584 bytes (494 MB)
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M
    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 v8.04 FML v6.2.62.871 Minecraft Forge 9.10.1.871 7 mods loaded, 7 mods active
    mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
    FML{6.2.62.871} [Forge Mod Loader] (minecraftforge-9.10.1.871.jar) Unloaded->Constructed
    Forge{9.10.1.871} [Minecraft Forge] (minecraftforge-9.10.1.871.jar) Unloaded->Constructed
    divinerpg{1.3.0.5 Beta!} [Divine RPG] ([1.6.4][Beta V6.1]DivineRPG) Unloaded
    taleofkingdoms{1.5} [Tale of Kingdoms] (Tale-of-Kingdoms-V1.5-BETA) Unloaded
    TF2Teleporter{1.6.4} [TF2 Teleporter] (TF2_Teleporter_1.6.4a) Unloaded
    mod_ZanMinimap{Not available} [mod_ZanMinimap] (Zans-Minimap-Mod-Forge-1.6.4) Unloaded
    Launched Version: 1.6.2-Forge9.10.1.871
    LWJGL: 2.9.0
    OpenGL: GeForce 610/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Default
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
    Posted in: Java Edition Support
  • 0

    posted a message on Modded World crash
    alright i will try what you said.

    also, will this make me lose any of my data? im 99% sure it will save but that 1% is coming at me
    Posted in: Java Edition Support
  • 0

    posted a message on Modded World crash
    wait nvm its crashing again. probably something to do with the divineRPG mod. it crashes when im in the Dravite Hills Dimention :(
    Posted in: Java Edition Support
  • 0

    posted a message on Modded World crash
    i was playing on my modded survival world and suddenly it just crashed. this is the message that appeared:

    ---- Minecraft Crash Report ----
    // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

    Time: 10/11/14 3:36 PM
    Description: Ticking player

    java.lang.NullPointerException
    at mods.aginsun.kingdoms.universal.packets.PacketHandler.sendGoldToClient(PacketHandler.java:35)
    at mods.aginsun.kingdoms.server.handlers.GoldHandler.updateGold(GoldHandler.java:21)
    at mods.aginsun.kingdoms.server.handlers.GoldHandler.setGoldTotal(GoldHandler.java:27)
    at mods.aginsun.kingdoms.server.handlers.GoldHandler.addGold(GoldHandler.java:41)
    at mods.aginsun.kingdoms.universal.handlers.PickupHandler.notifyPickup(PickupHandler.java:20)
    at cpw.mods.fml.common.registry.GameRegistry.onPickupNotification(GameRegistry.java:343)
    at net.minecraft.entity.item.EntityItem.func_70100_b_(EntityItem.java:388)
    at net.minecraft.entity.player.EntityPlayer.func_71044_o(EntityPlayer.java:677)
    at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:668)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1826)
    at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:342)
    at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:325)
    at net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:304)
    at net.minecraft.network.packet.Packet10Flying.func_73279_a(SourceFile:136)
    at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
    at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
    at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
    at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)


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

    -- Head --
    Stacktrace:
    at mods.aginsun.kingdoms.universal.packets.PacketHandler.sendGoldToClient(PacketHandler.java:35)
    at mods.aginsun.kingdoms.server.handlers.GoldHandler.updateGold(GoldHandler.java:21)
    at mods.aginsun.kingdoms.server.handlers.GoldHandler.setGoldTotal(GoldHandler.java:27)
    at mods.aginsun.kingdoms.server.handlers.GoldHandler.addGold(GoldHandler.java:41)
    at mods.aginsun.kingdoms.universal.handlers.PickupHandler.notifyPickup(PickupHandler.java:20)
    at cpw.mods.fml.common.registry.GameRegistry.onPickupNotification(GameRegistry.java:343)
    at net.minecraft.entity.item.EntityItem.func_70100_b_(EntityItem.java:388)
    at net.minecraft.entity.player.EntityPlayer.func_71044_o(EntityPlayer.java:677)
    at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:668)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1826)
    at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:342)

    -- Player being ticked --
    Details:
    Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
    Entity ID: 236
    Entity Name: TheDarkWizard
    Entity's Exact location: 2015.03, 30.00, -415.84
    Entity's Block location: World: (2015,30,-416), Chunk: (at 15,1,0 in 125,-26; contains blocks 2000,0,-416 to 2015,255,-401), Region: (3,-1; contains chunks 96,-32 to 127,-1, blocks 1536,0,-512 to 2047,255,-1)
    Entity's Momentum: -0.34, -0.08, -0.15
    Stacktrace:
    at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:325)
    at net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:304)
    at net.minecraft.network.packet.Packet10Flying.func_73279_a(SourceFile:136)
    at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
    at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)

    -- Ticking connection --
    Details:
    Connection: net.minecraft.network.NetServerHandler@a6f013
    Stacktrace:
    at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
    at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)

    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Windows 8.1 (x86) version 6.3
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    Memory: 146433680 bytes (139 MB) / 437760000 bytes (417 MB) up to 518979584 bytes (494 MB)
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M
    AABB Pool Size: 6035 (337960 bytes; 0 MB) allocated, 6035 (337960 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 71
    FML: MCP v8.11 FML v6.4.21.917 Minecraft Forge 9.11.1.917 7 mods loaded, 7 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FML{6.4.21.917} [Forge Mod Loader] (minecraftforge-9.11.1.917.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forge{9.11.1.917} [Minecraft Forge] (minecraftforge-9.11.1.917.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    divinerpg{1.3.0.5 Beta!} [DivineRPG] ([1.6.4][Beta V6.1]DivineRPG) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    taleofkingdoms{1.5} [Tale of Kingdoms] (Tale-of-Kingdoms-V1.5-BETA) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    TF2Teleporter{1.6.4} [TF2 Teleporter] (TF2_Teleporter_1.6.4a) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    mod_ZanMinimap{0.9.4} [Zan's Minimap] (Zans-Minimap-Mod-Forge-1.6.4) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 372 (20832 bytes; 0 MB) allocated, 349 (19544 bytes; 0 MB) used
    Player Count: 1 / 8; [EntityPlayerMP['TheDarkWizard'/236, l='Super Modded Survival', x=2015.03, y=30.00, z=-415.84]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'



    it was working fine 5 minutes before the crash :(
    I figured it out and fixed the crash. no need to reply anymore :D
    Posted in: Java Edition Support
  • 0

    posted a message on Making An Adventure Map
    nice guide. gave me some nice info to create an adventure map. It won't be easy but it will be worth it once the final product is out :D
    Posted in: Maps Discussion
  • 0

    posted a message on AoA--25 New Dimensions• 330 Mobs• 27 Bosses• Skills• Quests• 600+Items [LARGE Bugfix Update, May 2018]
    alright im going to try again for this to work
    Posted in: Minecraft Mods
  • 0

    posted a message on AoA--25 New Dimensions• 330 Mobs• 27 Bosses• Skills• Quests• 600+Items [LARGE Bugfix Update, May 2018]
    is it just me or are the download links not working for anyone? :(
    it always brings me to a page that says "uh oh something went missing"
    Posted in: Minecraft Mods
  • 0

    posted a message on [Surv/Adv] Sky Survival - The islands of Junara! - 3.2! - ONE MILLION DOWNLOADS! :O 15+ Hours Of Gameplay!
    This map looks great :lol: I will download it tomorrow after school :D
    Posted in: Maps
  • 0

    posted a message on [UpcomingUpdate] What will you mostly do if MCPE 0.9.0 is out?
    I have got more to add to my list:
    7. find a village and blow it up
    8. stare at a slime
    9. find an enderman
    Posted in: MCPE: Recent & Upcoming PE Updates
  • 0

    posted a message on Map Testers Needed
    :DPA: I am currently halfway through making my map. And I need some testers to see if all the redstone alternatives are working properly and it is appealing to others and if the builds are good enough for people to like.All I need is 5 testers. I will email you the download link so only you and others can test it. after some feedback from the testers i will release my map! :DPA:
    Quote from TheDarkWizard

    :DPA: I am currently halfway through making my map. And I need some testers to see if all the redstone alternatives are working properly and it is appealing to others and if the builds are good enough for people to like.All I need is 5 testers. I will email you the download link so only you and others can test it. after some feedback from the testers i will release my map! :DPA:
    If a lot of ppl will want to test i might raise the tester amount to 8 or 10
    Posted in: MCPE: Map Help & Requests
  • 0

    posted a message on How to install ModPE mods in iOS for Dummies
    I'm new to mods on pe but I can easily do it for my pc minecraft so I am confused because most videos on youtube show for android and not ios :(
    Posted in: MCPE: Mods / Tools
  • 1

    posted a message on [0.8.1] MARIO CRAFT V3 [28 NEW BLOCKS AND ITEMS!] [REALISTIC GAMEPLAY] [IN GAME MUSIC] [TEXTURE PACK] [LEVEL EDITOR] ---->V.3 Ma
    This mod looks interesting and good. Fan of mario ever since I was little so this would cool
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on [UpcomingUpdate] What will you mostly do if MCPE 0.9.0 is out?
    I would most likely

    1. Jump from the sky limit all the way down to bedrock and die (if the sky limit is increased)
    2. Make a wolf army then make them turn on me
    3. Find a slime
    4. Plant a jungle sapling!
    5. Find a cave and get lost
    6. Go extremely far away from spawn and build a house and die
    :P
    Posted in: MCPE: Recent & Upcoming PE Updates
  • 0

    posted a message on V 2.0 [Team GeniusWarriors] Hiring Newbie Mapmakers [Join Now!]
    I would like to apply for designer I am new on the forums but old on mcpe. I've been playing for 2 1/2 years now. I am currently making my first map and once I'm done I can send you a link to look at my work and see what I would be best at. But I'm mainly going for designer
    Posted in: MCPE: Map Help & Requests
  • To post a comment, please .