• 0

    posted a message on Java problems

    UPDATE: I uninstalled Voxelmap replaced w/ journeymap (no offense). However, i switched to the forge profile and played. The launcher error came up with this:

    "Error occurred during initialization of VM
    Could not reserve enough space for 2097152KB object heap"


    Also, I'm browsing JRE stuff and in the launcher, i get


    "System.getProperty('os.arch') == 'x86'
    System.getProperty('java.version') == '1.8.0_101'
    System.getProperty('java.vendor') == 'Oracle Corporation'
    System.getProperty('sun.arch.data.model') == '32'"


    I use 64x bit windows and I'm skeptical about the x86 and '32'

    Posted in: Mods Discussion
  • 0

    posted a message on Java problems

    Crash Report:

    https://pastee.org/yxyaf


    This was BEFORE arcana RPG was deleted.


    Also, I'm thinking about reinstalling JRE 8 but there are two options, the offline windows x64 and the regular. THe offline version uses an exe file which i am A LOT more familiar with. Whats the diff between offline and regular?

    Posted in: Mods Discussion
  • 0

    posted a message on Java problems

    There are two errors i encountered. One was when a world was loading, The game crashed with the crash report. The other one was when i launched the game with the jvm arguments, the launcher would immediately appear again with words saying "not enough space and other starbge things i couldnt catch. I'll try to fin logs

    Posted in: Mods Discussion
  • 0

    posted a message on Java problems

    Never mind, MC works. I was switching out mods (space issues) and i just happened to take out arcana rpg which led me to fixing! :|


    Also, I got JDK, java development kit. I got it to fix the issue but it fixed itself. However, im still kinda uneasy about the java since i reinstalled it. Do you think i should install JDK or just keep things the way it it?

    Posted in: Mods Discussion
  • 0

    posted a message on Java problems

    took a little break from MC. It worked well for a day, and after that, the java heap space error came up. I did the Xmx2G JVM argument for RAM and it gave me an error. I then tried the "ignore patch" argument which also failed. the heap space error would occur when a world was loading up.


    Note: I did have to reinstall java because i got an error from minecraft which didnt allow me to open it at ALL.

    Posted in: Mods Discussion
  • 0

    posted a message on Mowzie's Mobs: Powerful overworld enemies and more! - Version 1.5.14: Down below and up above!

    I got a crash from loading it up with my other mods*.



    ---- Minecraft Crash Report ----
    // This doesn't make any sense!

    Time: 4/23/16 9:00 AM
    Description: There was a severe problem during mod loading that has caused the game to fail

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/ilexiconn/llibrary/client/render/IModelExtension
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
    at net.minecraft.client.Minecraft.func_71384_a(Unknown Source)
    at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    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:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    Caused by: java.lang.NoClassDefFoundError: net/ilexiconn/llibrary/client/render/IModelExtension
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:512)
    at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
    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.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
    ... 10 more
    Caused by: java.lang.ClassNotFoundException: net.ilexiconn.llibrary.client.render.IModelExtension
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 35 more
    Caused by: java.lang.NullPointerException
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at net.ilexiconn.llibrary.common.asm.HookPatchManager.createClassFromByteArray(HookPatchManager.java:120)
    at net.ilexiconn.llibrary.common.asm.HookPatchManager.transform(HookPatchManager.java:19)
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
    ... 37 more

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

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_77, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 208767312 bytes (199 MB) / 730857472 bytes (697 MB) up to 1908932608 bytes (1820 MB)
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 60 mods loaded, 60 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
    UC Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
    UC CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
    UC NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
    UC battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.2 (1).jar)
    UC divinerpg{1.4.1.3} [DivineRPG] ([1.7.10][SMP]DivineRPG-1.4.1.3.jar)
    UC bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
    UC DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
    UC animalbikes{1.7.10} [Animal Bikes] (AnimalBikes_1.7.10.jar)
    UC animalsPlus{1.2} [Animals+] (animalsPlus-1.2.jar)
    UC AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
    UC nevermine{2.3} [AdventOfAscension] (AoA-2.4.B.jar)
    UC gibby_dungeons{1.4} [Arcana RPG] (Arcana RPG 1.7.10-1.4.1.jar)
    UC Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
    UC CarpentersBlocks{3.3.8_dev_r8} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8_dev_r8 - MC 1.7.10.jar)
    UC chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar)
    UC BuildMod{v1.0} [Build Mod] (coroutil-1.1.3 for MC v1.7.10.jar)
    UC CoroPets{v1.0} [CoroPets] (coroutil-1.1.3 for MC v1.7.10.jar)
    UC CoroAI{v1.0} [CoroAI] (coroutil-1.1.3 for MC v1.7.10.jar)
    UC ExtendedRenderer{v1.0} [Extended Renderer] (coroutil-1.1.3 for MC v1.7.10.jar)
    UC ConfigMod{v1.0} [Extended Mod Config] (coroutil-1.1.3 for MC v1.7.10.jar)
    UC diversity{ALPHA 1.6.1} [Diversity] (Diversity-1.7.10-Alpha-1.6.1 (1).jar)
    UC dldungeonsjdg{1.8.10} [Doomlike Dungeons] (DoomlikeDungeons-1.8.10-MC1.7.10.jar)
    UC elementalcreepers{4.3.0} [Elemental Creepers] (Elemental Creepers-universal_1.7.10-4.3.0.jar)
    UC emeraldmod{3.5.2} [EmeraldMod] (EmeraldMod 1.7.10 Forge V3.5.2.jar)
    UC golems{1.16f} [Extra Golems] (Extra-Golems[1.7.10]-1.17.jar)
    UC fantastic{1.0.0} [Fantastic Fish] (fantastic-1.4.jar)
    UC farlanders{1.2b} [The Farlanders] (farlanders-1.7.10-v1.2b.jar)
    UC FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
    UC festivities3{3.1.2.2} [Festivities3] (festivities3-3.1.2.2.jar)
    UC iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
    UC GraviGun{4.0.0-beta} [GraviGun] (GravityGun-4.0.0-beta.jar)
    UC GrimoireOfGaia{1.0.0} [Grimoire of Gaia 3] (GrimoireOfGaia3-1.7.10-1.2.7 (1).jar)
    UC headcrumbs{1.7.4} [Headcrumbs] (Headcrumbs-1.7.4.jar)
    UC jaff{1.4.1_for_1.7.10} [Just a Few Fish] (JustAFewFish-1.4.1_for_1.7.10.jar)
    UC llibrary{0.7.2} [LLibrary] (llibrary-0.7.2-1.7.10.jar)
    UC lootplusplus{0.23_for_1.7} [Loot++] (Loot++-0.23_for_1.7.jar)
    UC lootbags{1.8.1} [Loot Bags] (LootBags-1.7.10-1.8.1.jar)
    UC LotsOfFood{1.7.10} [Lots of Food] (Lots of Food-1.7.10 v7.jar)
    UC malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
    UC malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
    UC Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
    UC RadixCore{2.1.1} [RadixCore] (RadixCore-1.7.10-2.1.1-universal.jar)
    UC MCA{1.7.10-5.1.1.0} [Minecraft Comes Alive] (MCA-1.7.10-5.1.1.0-universal.jar)
    UC MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
    UC TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
    UC Metallurgy{4.0.6} [Metallurgy 4] (Metallurgy-1.7.10-4.0.6.80.jar)
    UC Morph{0.9.2} [Morph] (Morph-Beta-0.9.2.jar)
    UE mowziesmobs{1.2.5-undefined} [Mowzie's Mobs] (Mowzie's Mobs-1.2.7.jar)
    UC cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
    UC notenoughkeys{@MOD_VERSION@} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b43-universal.jar)
    UC Oceancraft{1.4.1} [Oceancraft] (Oceancraft-1.4.1.jar)
    UC AS_Ruins{15.4} [Ruins Spawning System] (Ruins-1.7.10.jar)
    UC erebus{0.4.5} [Erebus] (TheErebus-0.4.5.jar)
    UC tropicraft{v6.0.5} [Tropicraft] (tropicraft-6.0.5.jar)
    UC TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
    UC AS_UpdateCheck{1.1.6} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar)
    UC youtubers{1.8.0} [Youtubers+ Mod] (youtubers-1.8.0-MC1.7.10.jar)
    UC lucky{5.1.0} [Lucky Block] (z[1-7-10]_Lucky_Block_v5-1-0.jar)
    Mantle Environment: Environment healthy.
    TConstruct Environment: Environment healthy.

    * my mods have never gone well with animation stuff. BUT THIS MOD IS SO COOL THOUGH!!!

    Posted in: Minecraft Mods
  • 0

    posted a message on what just happened?

    Strange, the location is "not found." My PC keeps coming out with the red X thing saying "make sure you spelled stuff right."

    Posted in: Java Edition Support
  • 0

    posted a message on what just happened?

    Hmm, that's strange, I can't find any config thing related to the abandoned "mod." The .jar file isn't even in the "mods" folder.

    I recycled the .jar file too.

    Posted in: Java Edition Support
  • 0

    posted a message on what just happened?

    Wait what? i got rid of NoRadar and I'm using the LiteLoader version.

    Posted in: Java Edition Support
  • 0

    posted a message on what just happened?

    Zan's Minimap and mods load well. However, there's a time period that everything freezes up, (entities don't do anything, take no damage, blocks break, nothing happens). When I quit out of the world, it requires forcing, and i have to close, then re-launch. this is really annoying, is there anyway to solve this?


    http://www.mediafire.com/download/thrwvbu69lu2qzg/fml-client-latest.log


    Also: Ignore all of the junk saying "broken ore dictionary" and stuff like that. That just naturally happens when some error is detected.

    Posted in: Java Edition Support
  • 0

    posted a message on [Freeuse, No permission needed] FpsPlus 1.5.2-1.7.10+Source

    I use LiteLoader for Zan's Minimap, how can I install this with LiteLoader?


    EDIT: nevermind, just have last question. are the instruction on the first page for installing fps+ with optifine or just regular modded minecraft (because i have mods that are incompatible with Optifine). If not, how do you install this with regular modded minecraft (or was this solely created to be with Optinfine?).


    Thanks!

    Posted in: Minecraft Mods
  • 0

    posted a message on what just happened?

    Ok, so I deleted LOTR and the config and stuff. I can spawn but quitting also requires forcing.


    http://www.mediafire.com/download/thrwvbu69lu2qzg/fml-client-latest.log

    Posted in: Java Edition Support
  • 0

    posted a message on what just happened?

    Erm, theres a different situation for me. Help? (thanks SO MUCH so far)

    Posted in: Java Edition Support
  • 0

    posted a message on what just happened?

    This time, there was no crash but a force quit. The FML log states a skipping entity thing. There is also a part that states different worlds of mine that aren't in a certain form/format (Gzip format). It also includes a lot of other errors but those always happen when there's another error in the way like the broken ore dictions or something, those do work properly when MC mods have no problem.


    http://www.mediafire.com/download/thrwvbu69lu2qzg/fml-client-latest.log


    Anyway, here is an FML log. The time can be strange but I wanted to see if I had to quit the game. (wait was like 20 minutes or so). But eventually, force quit happened.

    Posted in: Java Edition Support
  • 0

    posted a message on what just happened?

    Ok, lets hope this works.


    http://www.mediafire.com/download/thrwvbu69lu2qzg/fml-client-latest.log


    It's ok, if this is a download right?

    Posted in: Java Edition Support
  • To post a comment, please .