• 0

    posted a message on ~DecoCraft 2.4.1!!~ Decorations for Minecraft! Updated to 1.11.2 !!! ~DecoCraft 2.4.1!!~

    I don't know what I did but versions 2.0.0 and above are working now. I know of these two things that it could have been: Just activating JVM exceptions, or installing them in order starting from version1.12b. Thank you for your help. Also, great mod!

    Posted in: Minecraft Mods
  • 0

    posted a message on ~DecoCraft 2.4.1!!~ Decorations for Minecraft! Updated to 1.11.2 !!! ~DecoCraft 2.4.1!!~
    Quote from RazzleberryFox»


    What you need is to allocate more memory to minecraft 2GB is more than enough :)


    Thank you for your advice. I haven't done it yet, I will try later though!


    *EDIT* I run 32-bit windows apparenly. Should 1.5 Gb work?
    *EDIT AGAIN* Welp. I fail at memory allocation. I couldn't change it to 1.5, so I guess for now I'll just play the version before 2.0.0.

    Posted in: Minecraft Mods
  • 0

    posted a message on ~DecoCraft 2.4.1!!~ Decorations for Minecraft! Updated to 1.11.2 !!! ~DecoCraft 2.4.1!!~

    According to the download place, it says 1.7.10, is it for 1.8 in reality?

    Posted in: Minecraft Mods
  • 0

    posted a message on ~DecoCraft 2.4.1!!~ Decorations for Minecraft! Updated to 1.11.2 !!! ~DecoCraft 2.4.1!!~

    Dear RazzleberryFox, I've noticed I've been unable to load worlds as of version 2.0.0. I also note that the forge loader begins to load during mod initialization of decocraft something called ClientProxy$1 (which gives minecraft a not responding status on my computer for some reason, but doesn't crash it. It works on any version before 2.0.0 where it does not seem to have that initialization.


    This is the the ClientProxy$1 thing. It always causes this to happen.

    Every time ClientProxy$1 pops up, it gives the not responding message.As to the other mods, They work just fine with the version directly before 2.0.0, but all the decocraft after that give me the same problem. After it does load on version 2.0.0 and above, and I try to create or load a world, it always seems to stall here, it never gets past this point and it doesn't crash:


    The stalling point

    Like I said the versions before 2.0.0 do not give me this problem at all, is it possible that said ClientProxy$1 is causing this problem? Others who have this problem say it loads without any other mods, but I enjoy mods. If you need a full list of the mods, I will be happy to provide them in another post, since I think I've kinda pushed this post.

    Posted in: Minecraft Mods
  • 0

    posted a message on Any skin Requests?
    Could you try to do this?




    The original had the feet blocked so I recreated it the best I could.
    Posted in: Skins
  • 0

    posted a message on [1.6.4] Boxes [Updated: 5/2/14] (Lockboxes!)
    Quote from Matchlighter
    Again, change the block id in the config...

    (But thanks for posting the log, it makes things a lot faster and easier.)

    Okay. I just hope that I don't screw things up worse (with my luck, I probably will.)
    Posted in: Minecraft Mods
  • 0

    posted a message on You are turned into the above persons avatar
    (OH GOD. I'm a pillow! Please don't sit on me!)
    Posted in: Forum Games
  • 0

    posted a message on [1.6.4] Boxes [Updated: 5/2/14] (Lockboxes!)
    I have a problem. I have Mr.Crayfish's furniture, MLCore, Boxes, and CustomNPCs. (I have tried the latest MLCore and the one before it. I'm will upload the one before the latest) The log file is as shown, (at least I think this is what you need....) (This is the most recent log)
    ---- Minecraft Crash Report ----

    // You're mean.

    Time: 7/4/14 6:59 PM
    Description: Initializing game

    java.lang.IllegalArgumentException: Slot 540 is already occupied by com.mrcrayfish.furniture.blocks.BlockTVAnimation@1ae4940 when adding ml.boxes.block.BlockBox@14b275c
    at net.minecraft.block.Block.<init>(Block.java:349)
    at net.minecraft.block.BlockContainer.<init>(SourceFile:9)
    at ml.boxes.block.BlockBox.<init>(BlockBox.java:24)
    at ml.boxes.Registry.registerBlocks(Registry.java:50)
    at ml.boxes.Boxes.Init(Boxes.java:45)
    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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
    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:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    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:112)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    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:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)


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

    -- Head --
    Stacktrace:
    at net.minecraft.block.Block.<init>(Block.java:349)
    at net.minecraft.block.BlockContainer.<init>(SourceFile:9)
    at ml.boxes.block.BlockBox.<init>(BlockBox.java:24)
    at ml.boxes.Registry.registerBlocks(Registry.java:50)
    at ml.boxes.Boxes.Init(Boxes.java:45)
    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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
    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:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    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:112)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    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:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Windows 7 (x86) version 6.1
    Java Version: 1.7.0_45, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
    Memory: 82834032 bytes (78 MB) / 179392512 bytes (171 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.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 7 mods loaded, 7 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MLCore{0.8.1.83} [Matchlighter Core] (MLCore-1.6.4-0.8.1.83.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Boxes{0.8.0.130} [Boxes] (Boxes-1.6.4-0.8.1.130.jar) Unloaded->Constructed->Pre-initialized->Errored
    customnpcs{1.6.4} [CustomNpcs] (CustomNPCs_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    cfm{3.3.4} [MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.3.4(1.6.4).jar) Unloaded->Constructed->Pre-initialized->Initialized
    Launched Version: 1.6.4-Forge9.11.1.965
    LWJGL: 2.9.0
    OpenGL: AMD M880G with ATI Mobility Radeon HD 4200 GL version 2.1.8794, ATI Technologies Inc.
    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: Minecraft Mods
  • 0

    posted a message on You are turned into the above persons avatar
    Jeez. I feel like I've been split in three.
    Posted in: Forum Games
  • 0

    posted a message on If you were FORCED to become a Pokemon...
    Mudkip or glaceon (who recently became a favorite of mine) Most likely Glaceon.
    Posted in: Forum Games
  • 0

    posted a message on Pokemon Mystery Dungeon:Shards of Darkness
    :( (I'm lonely now...)
    Posted in: Forum Roleplaying
  • 0

    posted a message on In Soviet Russia.
    Quote from Mega_Munchy_145

    in soviet russia, you cant kill ponies, ponies kill you

    In soviet russia, this quote backfires.
    Posted in: Forum Games
  • 0

    posted a message on Help! I'm being ______ by a _______!
    I defeat the gamemasters using water attacks

    Help! Dimension X is acting up!
    Quote from WildCreeper

    You had used "substitute" a turn earlier, and thus you didn't take any damage.

    Help! I'm being shot by Master Chief!

    Quote from SnowLion1

    Take this bomb shelter with a lockable door.

    Help I'm being chased by Bruce Lee!


    You DO realize Master Chief Is basically Chuck Norris right?
    If you are being shot at by Master Chief you wouldn't have time to even cry for help...
    Posted in: Forum Games
  • 0

    posted a message on Ban the user above you #2
    Banned for flashy hair.
    Posted in: Forum Games
  • To post a comment, please .