• 0

    posted a message on Minecraft Forge Server stops on Registering Entities with Pixelmon
    I've been getting this same problem on my mac, it seems that the database file is locked in some way.

    I tried running a Pixelmon server on Windows 7, and it worked perfectly.

    So it must be a Mac problem, I'm not too sure why.

    I asked the Pixelmon forums, but no solution so far. Here's the topic I created: http://www.pixelmonmod.com/forum/viewtopic.php?f=133&t=6528
    Posted in: Mods Discussion
  • 0

    posted a message on MobTalker2 - Write your own adventure stories [Dev paused]
    I tried running Mob Talker 0.1.001a with Forge 9.10.0.828, and even if I remove any other mods I have, I get this crash.

    ---- Minecraft Crash Report ----
    // You're mean.

    Time: 8/13/13 5:47 PM
    Description: Initializing game

    java.lang.NoClassDefFoundError: java/nio/file/Path
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2475)
    at java.lang.Class.getDeclaredMethods(Class.java:1818)
    at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:324)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:512)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    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(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    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:510)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
    Caused by: java.lang.ClassNotFoundException: java.nio.file.Path
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:99)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    ... 37 more


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

    -- Head --
    Stacktrace:
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2475)
    at java.lang.Class.getDeclaredMethods(Class.java:1818)
    at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:324)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:512)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    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(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    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:510)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    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: Mac OS X (x86_64) version 10.7.5
    Java Version: 1.6.0_51, Apple Inc.
    Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Apple Inc.
    Memory: 30053568 bytes (28 MB) / 109416448 bytes (104 MB) up to 1065025536 bytes (1015 MB)
    JVM Flags: 1 total; -Xmx1G
    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.43.828 Minecraft Forge 9.10.0.828 4 mods loaded, 4 mods active
    mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
    FML{6.2.43.828} [Forge Mod Loader] (coremods) Unloaded->Constructed
    Forge{9.10.0.828} [Minecraft Forge] (coremods) Unloaded->Constructed
    MobTalker{0.1.001a} [MobTalker2] (mobtalker2-universal-0.1.001a.jar) Unloaded
    Launched Version: 1.6.2-Forge9.10.0.828
    LWJGL: 2.9.0
    OpenGL: AMD Radeon HD 6750M OpenGL Engine GL version 2.1 ATI-7.32.12, 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: WIP Mods
  • 1

    posted a message on [1.7.10] GLSL SHADERS FOR MINECRAFT 1.7.10
    This doesn't seem to work with Optifine 1.6.2 HD B4 Ultra. It launches fine but when I try to login into a server or a single player world, it immediately crashes.
    Posted in: Mapping and Modding Tutorials
  • 0

    posted a message on EnigmaCraft [NEW] [PVP] [Raiding] [Lockette] [Not 24/7]

    just because she's your friend doesn't mean you can give her the stuff back, you didn't even give me my stuff back when she killed me... :|

    ill give your stuff back hold onto ur panties
    Posted in: PC Servers
  • 0

    posted a message on EnigmaCraft [NEW] [PVP] [Raiding] [Lockette] [Not 24/7]

    Owner is not fair, when i killed someone on the server the owner killed me and gave the stuff back.


    Lol hi Shane

    (Just saying, this is a mod on the server that's a big fagget.)
    Posted in: PC Servers
  • 0

    posted a message on [1.6.2] ★The Box | Faction| PvP | Raiding| Craft-spawner | ★
    [IGN: Juelz0312]
    Posted in: PC Servers
  • 0

    posted a message on EnigmaCraft [NEW] [PVP] [Raiding] [Lockette] [Not 24/7]
    We are a new bukkit survival server! Griefing and pvp is allowed. Hacking is not. Lockette is enabled so you can lock your chests. This server is not 24/7.

    enigmacraft.no-ip.org:25565

    Vote for us and you receive items!

    http://minecraft-server-list.com/server/149251/
    Posted in: PC Servers
  • 0

    posted a message on Mekanism v9.4.0 - Industrial Turbines, Thermoelectric Boilers, Fusion Reactors!
    Where is the download for the 1.2.5 version?
    Posted in: Minecraft Mods
  • 0

    posted a message on Equivalent Exchange 3 - 0.1.142
    Quote from Wliu


    I'm pretty sure that x3n0 has declined every request to update EE2 :)


    It's kind of odd though. The project is discontinued, and they arent letting anyone else continue? Weird.
    Posted in: Minecraft Mods
  • 0

    posted a message on Equivalent Exchange 3 - 0.1.142
    Quote from immibis

    Is the entire thread like this? All 165 pages? I only bothered reading the last 10 pages and the OP.

    My stance on EE2 vs EE3: EE3 sucks right now. It's likely to stop sucking in the future, but that's irrelevant to right now. No amount of future promises will change that. EE2 was a fun but OP mod, but it's dead like every mod will eventually be.

    Maybe I should ask x3n0's permission to update EE2 (or EEv5 or EEv4) so people can stop arguing about it.


    If you can, go for it! A lot of people have been itching for an update to EE2, and I myself wish to update my old EE2 world to 1.4.7. I'm pretty sure if you ask the mod developers they won't mind, because they don't touch upon that anymore.
    Posted in: Minecraft Mods
  • 0

    posted a message on Equivalent Exchange 3 - 0.1.142
    Once the mod has all added features, will there be a compatibility with worlds that used EE2?
    Posted in: Minecraft Mods
  • 0

    posted a message on Need 2 people for server.
    Whats the ip?
    Posted in: Server Recruitment
  • 0

    posted a message on Help with Making map?

    Is it, like, "MC Crashed!" or does it just shut down? If it just shuts down, its because of overload; either the sphere is gigantic-huge-prodigious-holymomma or there's like no memory at all. If its the "MC Crashed!" problem, can't help you o3o
    If it just shuts down, try doing it on SP then replacing the server map with the one you just made in SP. Oh, and why can't you use MCEdit? o.O


    When I try making a hollow glass sphere (its a 1000 blocks) it says something like loading and then when i try to save and then i load up the map nothing happened.
    Posted in: Maps Discussion
  • 0

    posted a message on Help with Making map?
    Me and my friends are trying to make a Survival Games map for my private server, but when trying to create a giant glass sphere with WorldEdit, it crashes the server. And trying to make one with MCEdit doesnt work too. Can someone help? If you can, I will PM you the map.
    Posted in: Maps Discussion
  • 0

    posted a message on Can my laptop upgrade graphics card?
    Quote from Razeredge


    All it means is that it will automatically adjust the size of the framebuffer based on the computer's needs, IIRC. You won't really see any performance gains.


    I see, so what CPU do you reccommend? Something that can run Sphax 128 at 60 fps.

    I need an expert's opinion :D
    Posted in: Computer Science and Technology
  • To post a comment, please .