• 0

    posted a message on [1.7.2][Forge]Custom Recipes(version by anti344)
    Would you consider changing the recipe.json location from \recipes to \config\customrecipes ?

    Thanks!

    Edit: Also add an option to disable the update checker?
    Posted in: Minecraft Mods
  • 0

    posted a message on [Teleportation] Warp Book
    Quote from panicnot42

    Yup, seems to be Cauldron's issue. In the future, you can reference me on issues @josephd



    I noticed the same issue. Seems to be mostly when generating chunks. I think I can manually force the client to load chunks, but I don't know how at the moment.


    On a Cauldron server it seems to happen without fail teleporting from the End to the Overworld (I have not tested on a forge server).

    Edit: This has now popped up when teleporting to the overworld. It drops client with an error, Logging back in puts you where you should be.

    [01:25:51] [Server thread/ERROR]: Messages for channel warpbook for side SERVER were not processed by the embedded channel [panicnot42.warpbook.net.packet.PacketWarp@54a0c0cb].
    They have been dropped.
    00 00 00 00 ....
    Length: 4
    [01:25:54] [Server thread/ERROR]: Messages for channel warpbook for side SERVER were not processed by the embedded channel [panicnot42.warpbook.net.packet.PacketWarp@4befee9f].
    They have been dropped.
    00 00 00 00 ....
    Length: 4
    [01:25:54] [Server thread/INFO]: tgstyle lost connection: Disconnected

    Edit 2: Dropping the client appears intermittent after teleporting. The above spoiler happens every teleport regardless.
    Posted in: Minecraft Mods
  • 0

    posted a message on [v4.7.1-BETA] SecretRoomsMod - Malsis Doors Compat!
    I am seeing this in the logs with Cauldron and your latest mod (1.7.2).

    [18:54:19] [Server thread/INFO]: Saving ownership data for dimension 0 to .\MCMOD\SecretRooms-ownership.dat
    [18:54:20] [Server thread/INFO]: Saving ownership data for dimension 50 to .\MCMOD\DIM50\DIM50\SecretRooms-ownership.dat
    [18:54:20] [Server thread/WARN]: java.io.FileNotFoundException: .\MCMOD\DIM50\DIM50\SecretRooms-ownership.dat (The system cannot find the path specified)
    [18:54:20] [Server thread/WARN]: at java.io.FileOutputStream.open(Native Method)
    [18:54:20] [Server thread/WARN]: at java.io.FileOutputStream.(Unknown Source)
    [18:54:20] [Server thread/WARN]: at java.io.FileOutputStream.(Unknown Source)
    [18:54:20] [Server thread/WARN]: at com.github.abrarsyed.secretroomsmod.common.OwnershipManager.getDataOut(OwnershipManager.java:257)
    [18:54:20] [Server thread/WARN]: at com.github.abrarsyed.secretroomsmod.common.OwnershipManager.saveWorld(OwnershipManager.java:219)
    [18:54:20] [Server thread/WARN]: at com.github.abrarsyed.secretroomsmod.common.OwnershipManager.onWorldSave(OwnershipManager.java:195)
    [18:54:20] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_222_OwnershipManager_onWorldSave_Save.invoke(.dynamic)
    [18:54:20] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
    [18:54:20] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
    [18:54:20] [Server thread/WARN]: at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:1051)
    [18:54:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71267_a(MinecraftServer.java:500)
    [18:54:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:782)
    [18:54:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:621)
    [18:54:20] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
    [18:54:20] [Server thread/INFO]: Saving ownership data for dimension -100 to .\MCMOD\DIM-100\DIM-100\SecretRooms-ownership.dat
    [18:54:20] [Server thread/WARN]: java.io.FileNotFoundException: .\MCMOD\DIM-100\DIM-100\SecretRooms-ownership.dat (The system cannot find the path specified)
    [18:54:20] [Server thread/WARN]: at java.io.FileOutputStream.open(Native Method)
    [18:54:20] [Server thread/WARN]: at java.io.FileOutputStream.(Unknown Source)
    [18:54:20] [Server thread/WARN]: at java.io.FileOutputStream.(Unknown Source)
    [18:54:20] [Server thread/WARN]: at com.github.abrarsyed.secretroomsmod.common.OwnershipManager.getDataOut(OwnershipManager.java:257)
    [18:54:20] [Server thread/WARN]: at com.github.abrarsyed.secretroomsmod.common.OwnershipManager.saveWorld(OwnershipManager.java:219)
    [18:54:20] [Server thread/WARN]: at com.github.abrarsyed.secretroomsmod.common.OwnershipManager.onWorldSave(OwnershipManager.java:195)
    [18:54:20] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_222_OwnershipManager_onWorldSave_Save.invoke(.dynamic)
    [18:54:20] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
    [18:54:20] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
    [18:54:20] [Server thread/WARN]: at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:1051)
    [18:54:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71267_a(MinecraftServer.java:500)
    [18:54:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:782)
    [18:54:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:621)
    [18:54:20] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
    [18:54:20] [Server thread/INFO]: Saving ownership data for dimension -1 to .\MCMOD\DIM-1\DIM-1\SecretRooms-ownership.dat
    [18:54:20] [Server thread/WARN]: java.io.FileNotFoundException: .\MCMOD\DIM-1\DIM-1\SecretRooms-ownership.dat (The system cannot find the path specified)
    [18:54:20] [Server thread/WARN]: at java.io.FileOutputStream.open(Native Method)
    [18:54:20] [Server thread/WARN]: at java.io.FileOutputStream.(Unknown Source)
    [18:54:20] [Server thread/WARN]: at java.io.FileOutputStream.(Unknown Source)
    [18:54:20] [Server thread/WARN]: at com.github.abrarsyed.secretroomsmod.common.OwnershipManager.getDataOut(OwnershipManager.java:257)
    [18:54:20] [Server thread/WARN]: at com.github.abrarsyed.secretroomsmod.common.OwnershipManager.saveWorld(OwnershipManager.java:219)
    [18:54:20] [Server thread/WARN]: at com.github.abrarsyed.secretroomsmod.common.OwnershipManager.onWorldSave(OwnershipManager.java:195)
    [18:54:20] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_222_OwnershipManager_onWorldSave_Save.invoke(.dynamic)
    [18:54:20] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
    [18:54:20] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
    [18:54:20] [Server thread/WARN]: at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:1051)
    [18:54:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71267_a(MinecraftServer.java:500)
    [18:54:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:782)
    [18:54:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:621)
    [18:54:20] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
    [18:54:20] [Server thread/INFO]: Saving ownership data for dimension 2 to .\MCMOD\MultiWorld\DIM2\MultiWorld\DIM2\SecretRooms-ownership.dat
    [18:54:20] [Server thread/WARN]: java.io.FileNotFoundException: .\MCMOD\MultiWorld\DIM2\MultiWorld\DIM2\SecretRooms-ownership.dat (The system cannot find the path specified)
    [18:54:20] [Server thread/WARN]: at java.io.FileOutputStream.open(Native Method)
    [18:54:20] [Server thread/WARN]: at java.io.FileOutputStream.(Unknown Source)
    [18:54:20] [Server thread/WARN]: at java.io.FileOutputStream.(Unknown Source)
    [18:54:20] [Server thread/WARN]: at com.github.abrarsyed.secretroomsmod.common.OwnershipManager.getDataOut(OwnershipManager.java:257)
    [18:54:20] [Server thread/WARN]: at com.github.abrarsyed.secretroomsmod.common.OwnershipManager.saveWorld(OwnershipManager.java:219)
    [18:54:20] [Server thread/WARN]: at com.github.abrarsyed.secretroomsmod.common.OwnershipManager.onWorldSave(OwnershipManager.java:195)
    [18:54:20] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_222_OwnershipManager_onWorldSave_Save.invoke(.dynamic)
    [18:54:20] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
    [18:54:20] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
    [18:54:20] [Server thread/WARN]: at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:1051)
    [18:54:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71267_a(MinecraftServer.java:500)
    [18:54:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:782)
    [18:54:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:621)
    [18:54:20] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)

    Edit: Just saw the previous comments on this =) More info to look at anyway. Seems to duplicate the DIM folders in the path.
    Posted in: Minecraft Mods
  • 0

    posted a message on [Teleportation] Warp Book
    Quote from panicnot42
    Ok, quick beta out. This might resolve some issues. http://minecraft.cur...203117/download This resolves issues with crashes in high latency environments, as well as the nether portal spam. I have noticed world holes across dimensions sometimes, please report if you find this issue.

    Quote from tgstyle
    So far I have not seen any issues to report.

    The only thing to report is the world holes or lack of world loading, it seems much more rare then it used to be.
    Posted in: Minecraft Mods
  • 0

    posted a message on [Teleportation] Warp Book
    Any thoughts on this?

    https://github.com/M...ron/issues/1146

    Edit: Seems to still happen in the latest Cauldron (formerly mcpc+)

    Edit 2: Seems to now be fine in the latest Cauldron.
    Posted in: Minecraft Mods
  • 0

    posted a message on [Teleportation] Warp Book
    Quote from panicnot42

    Ok, quick beta out. This might resolve some issues.

    http://minecraft.cur...203117/download

    This resolves issues with crashes in high latency environments, as well as the nether portal spam. I have noticed world holes across dimensions sometimes, please report if you find this issue.


    So far I have not seen any issues to report.
    Posted in: Minecraft Mods
  • 0

    posted a message on [Teleportation] Warp Book
    Quote from panicnot42

    Alright. Are you able to get me specific instructions on how to reproduce this? I haven't successfully reproduced this bug yet



    Thanks for the log! Can you by chance confirm this issue occurs without MCPC+? This might be your issue



    Have a look here. Alternatively, send me the faithful textures, and I can distribute them on the thread



    I'm just having trouble reproducing it. That and being rather short on time lately has contributed to a slower than I'd like update time :/. This bug should be fixed in the next week.

    EDIT: derped all over a link :(


    Unfortunately no. It happens so random that I'm not even sure how to reproduce it. All I know is the more players you have the better chance it has of happening (obviously). Also the portal does not spawn next to the person it was created for, it could be anywhere in the surrounding area (within 10 or so chunks).
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.2] [Forge] Utilities³ Power conversion and fluid energy!
    Quote from bk1325

    Have you set it to convert to energy? Right click on it to change modes.



    BC 6 should be fine already. RF support should be in the next version.


    Cool, I know BC6 has a new power API. It may or may not be working properly, I couldn't seem to get it to work right.
    Posted in: Minecraft Mods
  • 0

    posted a message on [Teleportation] Warp Book
    Quote from panicnot42

    Hmm... Looking at the source for this function (1.7), it doesn't look like it does any nether portal work. Additionally, this function is used by end portals to travel to the end. So this might be a 1.6 only issue.

    The world does load properly without relogging using player.travelToDimension()



    Awesome! I'll have it in the OP soon. Thanks :)


    I can report it does happen in 1.7.2, I have nether portals spawning everywhere in random places due to using warp book.
    Posted in: Minecraft Mods
  • 0

    posted a message on [Teleportation] Warp Book
    Quote from brandon3055

    It is only a problem when travelling from the end to ether the overworld or the nether.


    This also happens when using a dimensional mod like multiworld. I have noticed if the chunks are loaded it seems to be fine (sometimes) if not then when teleporting to an area that may have been unloaded, it puts you in the air, and the world never loads around you.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.2] [Forge] Utilities³ Power conversion and fluid energy!
    Planning support for BC 6? RF?
    Posted in: Minecraft Mods
  • 0

    posted a message on [Teleportation] Warp Book
    Quote from tgstyle

    Thanks!


    No go new GUI error.

    ---- Minecraft Crash Report ----
    // Oops.

    Time: 5/3/14 5:33 PM
    Description: Exception in server tick loop

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:501)
    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:310)
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:114)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:665)
    Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
    at panicnot42.warpbook.WarpBookMod.preInit(WarpBookMod.java:66)
    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:513)
    at sun.reflect.GeneratedMethodAccessor3.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:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    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:209)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
    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:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    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:119)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:500)
    ... 5 more
    Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiScreen
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 32 more
    Caused by: java.lang.RuntimeException: Attempted to load class bcd for invalid side SERVER
    at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
    ... 34 more
    Posted in: Minecraft Mods
  • 0

    posted a message on [Teleportation] Warp Book
    Quote from panicnot42

    Ok, updates for both versions. This reverts the bug introduced in the last version. It now works on standalone servers again


    Thanks!
    Posted in: Minecraft Mods
  • 0

    posted a message on [Teleportation] Warp Book
    It is giving GUI errors trying to run on a server, can it not be installed on a server?

    ---- Minecraft Crash Report ----
    // Hey, that tickles! Hehehe!

    Time: 5/2/14 9:14 PM
    Description: Exception in server tick loop

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:501)
    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:310)
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:114)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:665)
    Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
    at panicnot42.warpbook.WarpBookMod.preInit(WarpBookMod.java:66)
    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:513)
    at sun.reflect.GeneratedMethodAccessor3.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:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    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:209)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
    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:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    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:119)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:500)
    ... 5 more
    Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiScreen
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 32 more
    Caused by: java.lang.RuntimeException: Attempted to load class bcd for invalid side SERVER
    at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
    ... 34 more

    EDIT: 1.7.2 with version 1.0.31
    Posted in: Minecraft Mods
  • To post a comment, please .