Coder Social home page Coder Social logo

rftoolsdimensions's People

Contributors

3tusk avatar gwyog avatar jaysonjson avatar josephcsible avatar mcjty avatar mohron avatar nielspilgaard avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rftoolsdimensions's Issues

{4.30beta46} crashes dedicated Forge 1.10.2 build 2043 on startup

You said it was already reported here, but I didn't see it in either the open or closed sessions. Also, you don't have an "issues" link at CurseForge which is why people are posting the bug reports there. Any ETA on when the patch might be released? My mega pack is on hold for its next update because I have people using your dimensions.

Cheers and keep it up the great work!

P.S., I pledged you something I can afford, hope it helps.

crash report:
https://gist.github.com/2e6be37b134bb96e3fdcd3888bb3a51d

fml server latest:
https://gist.github.com/fd9c19265e0255d464066a640fa4bdfc

1.9-Can't craft digit 2 dimlet

Though JEI seems to show the recipe just fine, being a digit 1 dimlet in the center of the crafting grid, I can't seem to make the digit 2 dimlet. I can make the digit 1 with a digit 0, but I can't go further. It just gives me a digit 1 dimlet again. Tried in three different crafting tables, including the vanilla one.

This is with rftoolsdim-1.9.0-4.23beta37.jar and Forge version 1867 (EDIT: Upgraded to 1882 with no change).

No errors or other info appear in the client or server logs. Let me know if there's any information I can provide to help.

[1.9.4] rftoolsdimensions dimlet workbench and liquid absorber issue

When I am trying to create the spefic liquid dimlet such as lava. Workbench does not seems combine the basic dimlets to lava liquid dimlet. It issue happens with all the costume liquid dimlets.
Eample: To create a lava dimelet : The following base dimlet required: base dimlet part, circuit rarity 5,advanced energy module, advanced memory unit, liquid controller and liquid absorber with lava. Once we provdided all the basic parts we shall be getting the "lava liquid dimlet". Attaching the screenshot.

2nd issue:Liquid absorber: This is only teseted with Rocket fuel from Ender IO
When we place the rocket fuel beside the liquid absorber, it get absorbe but NBT data infuse stuck at value 0 and absorbering is stuck at value 1. You can place as many bukets of rocket fuel but NBT values does not change. I am not this is caused by Forge code or RFdimension code.

Adding: NBT value in absorber of infuse liquid is stuck at 0. The value is not chaning.

Forge Version: 12.17.0.1954
Rf tools: 1.9.4-4.50
RF dimesions:1.9.4-4.23beta40

rftools

[CRITICAL] Server freezes with void worlds

Found a huge bug,
If you have a void world, and light up every spot in the world, then leave the world it will lag the server trying to find a spot to spawn,
Creating a platform near the spawn chunks of the world where mobs spawn fix this, but is not a good solution,

Crash!

First time with this mod, third day modding Minecraft 1.8.9
RFToolsDim Teleportation Manager? Failed in my custom modpack, kinda confused and sad.

-I'm a bit lost.

// Ooh. Shiny.

Time: 1/25/16 8:35 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: Lmcjty/rftools/api/teleportation/ITeleportationManager;
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:543)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:417)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
at net.minecraft.client.main.Main.main(SourceFile:124)
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)
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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Caused by: java.lang.NoClassDefFoundError: Lmcjty/rftools/api/teleportation/ITeleportationManager;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredField(Unknown Source)
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:44)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor5.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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:512)
... 18 more
Caused by: java.lang.ClassNotFoundException: mcjty.rftools.api.teleportation.ITeleportationManager
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 44 more
Caused by: java.lang.ArrayIndexOutOfBoundsException

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

-- System Details --
Details:
Minecraft Version: 1.8.9
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_60, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 689700208 bytes (657 MB) / 977272832 bytes (932 MB) up to 1908932608 bytes (1820 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx2048m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.19 Powered by Forge 11.15.1.1722 56 mods loaded, 56 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.19} Minecraft Coder Pack
UC FML{8.0.99.99} Forge Mod Loader
UC Forge{11.15.1.1722} Minecraft Forge
UC OpenComputers|Core{1.5.21.1} OpenComputers (Core)
UC cei{0.1} Chunk Edge Indicator
UC adobeblocks{4.0.1.8} Adobe Blocks
UC adobeblocksvc{1.5} Adobe Blocks 2 Version Checker
UC animalbikes{1.8} Animal Bikes
UC bagginses{2.1.4} Bagginses
UC bedrockplus{0.2.0} bedrockplus
UC BedrockTools{1.2.1} BedrockTools
UC BetterTitleScreen{1.2} Better Title Screen
UC Chameleon{1.8.9-0.2.1} Chameleon
UC chiselsandbits{mc1.8.9-v1.8.6} Chisels & Bits
UC CLL{1.8.9-3.0.9} Combustible Lemon Launcher
UC compasscoords{1.8.9-0.2.6} Compass Co-ords
UC ComputerCraft{1.78} ComputerCraft
UC cosmeticarmorreworked{1.8.9-v1} CosmeticArmorReworked
UC Ding{MC1.8.9} Ding
UC eiramoticons{3.2.3} EiraMoticons
UC EnderZoo{1.8.9-1.1.0} Ender Zoo
UC ezstorage{1.0} EZ Storage
UC JEI{2.22.4.106} Just Enough Items
UC Baubles{1.1.3.0} Baubles
UC Thaumcraft{5.1.4} Thaumcraft
UC OpenComputers{1.5.21.1} OpenComputers
UC FFS{1.8.9-1.4.4.68} [Fancy Fluid Storage](Fancy Fluid Storage-1.8.9-1.4.4.68.jar)
UC fastleafdecay{1.6} Fast Leaf Decay
UC flatcoloredblocks{mc1.8.9-v1.3} Flat Colored Blocks
UC furnus{1.5} Furnus
UC JEIAddons{0.10.0.35} Just Enough Items Addons
UC journeymap{5.1.3} JourneyMap
UC launchgui{1.8.8-2.0.1-19} LaunchGUI
UC LunatriusCore{1.1.2.32} LunatriusCore
UC testdummy{1.0} MmmMmmMmmMmm
UC MoreFurnaces{1.5.0} More Furnaces
UC Morpheus{1.8.9-2.0.57} Morpheus
UC MouseTweaks{2.6.0} Mouse Tweaks
UC fodc{1.7.1} Ore Dictionary Converter
UC packingtape{0.3} [Packing Tape](Packing Tape-0.3.jar)
UC portablecrafting{1.8.9-1.1} Portable Crafting
UC ProjectE{1.8.9-PE1.1.3} ProjectE
UC quickstart{1.0} Quickstart
UC RandomThings{3.5.8} Random Things
UC rftools{4.20beta8} RFTools
UE rftoolsdim{4.20beta13} RFTools Dimensions
UC Roguelike{1.4.5} Roguelike Dungeons
UC Waila{1.6.0} Waila
UC simplefluidtanks{1.8.9-1.3.0.2} Simple Fluid Tanks
UC StorageDrawers{1.8.9-2.2.1} Storage Drawers
UC thutcore{2.2.1} ThutCore
UC thuttech{2.2.5} Thut's Tech
UC trashslot{2.0.7} TrashSlot
UC VeinMiner{0.31.2_build.unknown} Vein Miner
UC VeinMinerModSupport{0.31.2_build.unknown} Mod Support
UC wawla{1.4.7} What Are We Looking At
Loaded coremods (and transformers):
ThaumcraftLoader (Thaumcraft-1.8.9-5.1.4.jar)

TransformerLoader (OpenComputers-MC1.8.9-1.5.21.1.jar)
li.cil.oc.common.asm.ClassTransformer
FldLoadingPlugin (FastLeafDecay-1.8-1.6.jar)
com.olafski.fastleafdecay.FldTransformer
LoadingPlugin (RandomThings-MC1.8.9-3.5.8.jar)
lumien.randomthings.asm.ClassTransformer
TrashSlot (trashslot-mc1.8.9-2.0.7.jar)
net.blay09.mods.trashslot.coremod.GuiContainerClassTransformer
net.blay09.mods.trashslot.coremod.MinecraftClassTransformer
net.blay09.mods.trashslot.coremod.InventoryTweaksClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.30' Renderer: 'GeForce GT 420/PCIe/SSE2'
[20:35:34] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:529]: #@!@# Game crashed! Crash report saved to: #@!@# K:\TravelMC MultiMC\instances\WolfCraft Travel 2.22\minecraft\crash-reports\crash-2016-01-25_20.35.33-client.txt
Process exited with code -1.

-Side note: https://c418.bandcamp.com/album/148
Also, do you mind explaining what some of these things mean, like the top area and transformers and stuff? Self-teaching has its disadvantages.

[1.10.2] Error while removing dimension with safedel

Using rftoolsdim-1.10-4.30beta47.jar, rftools-1.10-5.20.jar and mcjtylib-1.10-1.9.9.jar (AllTheMods modpack v1.17 on forge 12.18.1.2073) I get this error whenever I try to remove an RFTools dimension with /rftdim safel:

[20:59:12] [Server thread/INFO]: An unknown error occurred while attempting to perform this command [20:59:12] [Server thread/WARN]: Couldn't process command: 'rftdim safedel 5' java.lang.IllegalArgumentException: Failed to unregister dimension for id 5; No provider registered at net.minecraftforge.common.DimensionManager.unregisterDimension(DimensionManager.java:118) ~[DimensionManager.class:?] at mcjty.rftoolsdim.dimensions.RfToolsDimensionManager.removeDimension(RfToolsDimensionManager.java:341) ~[RfToolsDimensionManager.class:?] at mcjty.rftoolsdim.commands.CmdSafeDelete.execute(CmdSafeDelete.java:84) ~[CmdSafeDelete.class:?] at mcjty.rftoolsdim.commands.DefaultCommand.func_184881_a(DefaultCommand.java:111) ~[DefaultCommand.class:?] at net.minecraft.command.CommandHandler.func_175786_a(CommandHandler.java:104) [k.class:?] at net.minecraft.command.CommandHandler.func_71556_a(CommandHandler.java:83) [k.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71333_ah(DedicatedServer.java:423) [ld.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:388) [ld.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]

The dimension is removed from all dialing devices, but there's still RFTOOLSx folders in my world save and I'm unsure if I can safely remove them.

[1.8.9] Server crash

I have created a random dimension (which turned out to be an ocean of liquid death from Thaumcraft, as far as I could see before crashing), and the server crashed: http://paste.ubuntu.com/15100697/

Now I can't log back in - the server crashes immediately on logon.

I can see the following error in client log:

[18:45:35] [Client thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NullPointerException
    at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_25]
    at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_25]
    at net.minecraft.util.Util.func_181617_a(SourceFile:45) [g.class:?]
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1014) [ave.class:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349) [ave.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310) [NewLaunch.jar:?]
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395) [NewLaunch.jar:?]
    at org.multimc.EntryPoint.listen(EntryPoint.java:170) [NewLaunch.jar:?]
    at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]
Caused by: java.lang.NullPointerException
    at mcjty.rftoolsdim.dimensions.RfToolsDimensionManager.getDimensionManager(RfToolsDimensionManager.java:296) ~[RfToolsDimensionManager.class:?]
    at mcjty.rftoolsdim.dimensions.world.GenericWorldProvider.getDimensionInformation(GenericWorldProvider.java:66) ~[GenericWorldProvider.class:?]
    at mcjty.rftoolsdim.dimensions.world.GenericWorldProvider.func_76572_b(GenericWorldProvider.java:163) ~[GenericWorldProvider.class:?]
    at net.minecraft.world.WorldProvider.func_76558_a(WorldProvider.java:37) ~[anm.class:?]
    at net.minecraft.client.multiplayer.WorldClient.<init>(WorldClient.java:55) ~[bdb.class:?]
    at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:249) ~[bcy.class:?]
    at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:76) ~[gt.class:?]
    at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13) ~[gt.class:?]
    at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[fh$1.class:?]
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_25]
    at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_25]
    at net.minecraft.util.Util.func_181617_a(SourceFile:44) ~[g.class:?]
    ... 17 more

Forge 1724, McJtyLib 1.8.1beta6, RFTools 4.22beta18, RFTools dimensions 4.22beta20

UPD: Updating RFTools to beta20 and dimensions to beta21 did not help.

concurrent exception while starting JEI

First start after creating modpack in Curse:

WARNING: coremods are present:
FMLPlugin (InventoryTweaks-1.61-dev-49.jar)
Contact their authors BEFORE contacting forge

// On the bright side, I bought you a teddy bear!

Time: 04.05.16 16:01
Description: JEI failed to start:

com.google.common.util.concurrent.ExecutionError: java.lang.IllegalAccessError: tried to access method mcjty.rftoolsdim.dimensions.dimlets.KnownDimletConfiguration.initBiomeDimlet(Lnet/minecraft/world/biome/BiomeGenBase;)V from class mcjty.rftoolsdim.dimensions.dimlets.KnownDimletConfiguration$$dtt
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2199)
at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827)
at mezz.jei.ItemFilter.(ItemFilter.java:42)
at mezz.jei.ProxyCommonClient.startJEI(ProxyCommonClient.java:173)
at mezz.jei.ProxyCommonClient.onEntityJoinedWorld(ProxyCommonClient.java:137)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_65_ProxyCommonClient_onEntityJoinedWorld_EntityJoinWorldEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.world.World.func_72838_d(World.java:1111)
at net.minecraft.client.multiplayer.WorldClient.func_72838_d(WorldClient.java:193)
at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2438)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2346)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:272)
at net.minecraft.network.play.server.SPacketJoinGame.func_148833_a(SourceFile:76)
at net.minecraft.network.play.server.SPacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at net.minecraft.util.Util.func_181617_a(SourceFile:45)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1041)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:366)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.IllegalAccessError: tried to access method mcjty.rftoolsdim.dimensions.dimlets.KnownDimletConfiguration.initBiomeDimlet(Lnet/minecraft/world/biome/BiomeGenBase;)V from class mcjty.rftoolsdim.dimensions.dimlets.KnownDimletConfiguration$$dtt
at java.lang.invoke.MethodHandleNatives.resolve(Native Method)
at java.lang.invoke.MemberName$Factory.resolve(MemberName.java:965)
at java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:990)
at java.lang.invoke.MethodHandles$Lookup.resolveOrFail(MethodHandles.java:1387)
at java.lang.invoke.MethodHandles$Lookup.linkMethodHandleConstant(MethodHandles.java:1739)
at java.lang.invoke.MethodHandleNatives.linkMethodHandleConstant(MethodHandleNatives.java:442)
at mcjty.rftoolsdim.dimensions.dimlets.KnownDimletConfiguration$$dtt.dt_131_initDimlets_33(Unknown Source)
at mcjty.rftoolsdim.dimensions.dimlets.KnownDimletConfiguration.initDimlets(KnownDimletConfiguration.java:72)
at mcjty.rftoolsdim.dimensions.dimlets.KnownDimletConfiguration.getSettings(KnownDimletConfiguration.java:44)
at mcjty.rftoolsdim.items.KnownDimlet.func_77624_a(KnownDimlet.java:102)
at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:588)
at mezz.jei.util.ItemStackElement.(ItemStackElement.java:76)
at mezz.jei.util.ItemStackElement.create(ItemStackElement.java:45)
at mezz.jei.ItemFilter.createBaseList(ItemFilter.java:88)
at mezz.jei.ItemFilter.access$100(ItemFilter.java:29)
at mezz.jei.ItemFilter$ItemFilterCacheLoader.load(ItemFilter.java:123)
at mezz.jei.ItemFilter$ItemFilterCacheLoader.load(ItemFilter.java:113)
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317)
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195)
... 30 more

Not using ore dictionary in recipes: intended?

Forge version: forge1.10.2-12.18.2.2099
Mod version: rftoolsdim-1.10-4.43
Most notably ink sacs/black dye for the dimension enscriber. Doesn't make any logical sense to me to need ink sacs specifically.

MC 1.10, 4.30-beta45 Dimlet parcels stop giving rewards

I have encountered dimlet parcels stop giving rewards after opening about 4-6 of them, after a while I can open one more and get another reward, but after that opening multiple parcels gives no reward.

I am running ftb unstable and added the rftools dimensions addon, all configs are default except for disabling flat colored blocks worldgenning dimlets.

dimension monitor

might be silly/tiny but would there be any way to hide the numbers in jei ? as right now when you are in a world the dimension monitor in nei acts just like if you where holding it showing the current dims power making having one more or less pointless

Material Absorber Crash w/Deep Resonance

Screen Rendering crash when mousing over a material absorber (Resonating Ore) in inventory.

Reproduce:
(1) Absorb 2 stacks of Resonating Ore into a Material Absorber.
(2) Break absorber when it no longer eats Resonating Ore
(3) Open inventory and mouse over absorber
(4) Crash.

The absorber worked without issue with other blocks I tried, so not sure if this is a DR or RFTools
crash but since they're both yours... ;) The crash log is available at http://www.curseforge.com/paste/e3a72aba

Thanks.

Versions:
Forge 1868
ElecCore-1.9-1.4.270
deepresonance-1.9.0-1.1.4beta30
MCMultiPart-1.1.1
rftools-1.9.0-4.46
rftoolsdim-1.9.0-4.23beta37

Weird lag / Crash / Charged porter issues [ rftoolsdim-1.10-4.30beta46]

I created an empty dimension, and once I entered it, it was lagging very much. Overworld was working fine, only that dimension was lagging. After a few random crashes when teleporting in and out, it started working fine. Then I couldn't enter it anymore once i restarted my world (It said destination was missing.) Also a few times when teleporting using the advanced charged porter from the nether, I get teleported to a random spot in the overworld immediately followed by a crash [ pastebin.com/724s5ant ].

http://imgur.com/a/AVfbx

Void Config Option Does Not Seem to Work

Hello,

I'm working on configuring RFTools for SkyFactory 3 and can't seem to figure out how to make the void world option work in newly created dimensions. I've made sure this config entry is changed:

# Set this to true if you want to make sure RFTools can only create void dimensions
B:voidOnly=true

Is there another option I can try to make this happen so only void type worlds appear?

MC Version: 1.10.2
RFTools Version: 1.10 - 5.50
RFtools Dimention: 1.10 4.40
Forge: 2095

Thank you!!
Darkosto

Repeat of Issue #17 in 1.10.2

I'm seeing the same problem listed in the (closed) issue #17.

I am running rftoolsdim-1.10-4.30beta48 and I cannot use a dialing device to dial away from any world with any non-random world. If I try dialing anywhere in a created world with a dimlet assigned, i get the issue listed in issue #17.

Any advice?

Reduce Dimension buffer size based on dimension RF/t-cost

It would be great, if the dimension power buffer would scale down for dimensions that have a very small amount of RF/t-cost.

For example: calculate the buffer size in a way, that it always last 1 hours(or even less) - but with a maximum buffer size for very complex dimensions, so it does not run out of bits.

There is no real reason to store 10million RF in a dimension that needs only 40 per tick.

This could be improved by adding a percentage and "hours/minutes ticks stored" to the tooltip of the realized dimension tab.

1.9-Ticking block entity and NoClassDefFoundError when dimension fully realized

Unable to create a dimension, or access previously created one.

This is with rftoolsdim-1.9.0-4.23beta35.jar, rftools-1.9.0-4.41.jar, and mcjtylib-1.9.0-1.8.2.jar. Should be the latest ones as of this bug report.

Steps taken:

  1. In dimension enscriber, add empty dimension tab, and in this case the digit 8 dimlet, but others including none have done the same thing. Store.
  2. Put realized dimension tab in dimension builder. It starts generating it, and when the percent indicator hits 100%, I get the error. I assume it would crash the client normally, but I have forge set to remove erroring entities at the moment. It does so and destroys the realized dimension tab.

Also no longer able to teleport to previously created dimension. Dialer refuses to lock onto the receiver. Using safedel seems to remove the dimension with no logged errors, but says: "An unknown error occurred while attempting to perform this command".

The log: http://pastebin.com/5W325edc

Relevant extract from the log, for quick reference:

Description: Ticking block entity

java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
at mcjty.rftoolsdim.dimensions.world.GenericWorldProvider.func_76572_b(GenericWorldProvider.java:188)

Note that this worked in the previous version, for me, so something changed that broke this between then and now, I think.

Thanks! And P.S. Deep Resonance seems to work nicely now. Having much fun with it. :)

Kicked from server when dimension is fully charged in the builder.

When a dimension tab is placed in the dimension builder and gets to 100% all players on the server get kicked with a fatal exception.
The server stays up but needs a restart before players are able to rejoin. All connected players get kicked. Afterwards it is possible to travel to the dimension without any further issues.

Client log: http://pastebin.com/cGBTAQtf (line 505 onwards)
Server log just says the players disconnect.

RFToolsDimension version: 1.8.9-4.22beta26.jar
Forge version: 11.15.1.1756

Modpack: http://minecraft.curseforge.com/projects/the-ryrypatpatpackpack-1-8-9

EDIT: this happened twice, but we can't reproduce it anymore. We think it had something to do with using the rftdim safe delete command and a new dimension then taking over the ID of the one that was deleted.

Weird world generation

https://img.bymarcin.com/screenshot-2016-08-05_16-51-44.png
https://img.bymarcin.com/screenshot-2016-08-05_16-59-50.png

[CHAT] @#Lminecraft:water@0,#mminecraft:stone@0,TNormal,CDefault,fNone,SNone,eNone,tNormal


[16:54:42] [Server thread/INFO]: id = 4 for TEST, descriptor = @#Lminecraft:water@0,#mminecraft:stone@0,TNormal,CDefault,fNone,SNone,eNone,tNormal
[16:54:42] [Server thread/INFO]:     Base seed: 5178559975710634658
[16:54:42] [Server thread/INFO]:     World version: 1
[16:54:42] [Server thread/INFO]:     Terrain: TERRAIN_NORMAL
[16:54:42] [Server thread/INFO]:         Base block: Stone
[16:54:42] [Server thread/INFO]:         Base fluid: null
[16:54:42] [Server thread/INFO]:     Biome controller: CONTROLLER_DEFAULT
[16:54:42] [Server thread/INFO]:     Feature: FEATURE_NONE
[16:54:42] [Server thread/INFO]:     Structure: STRUCTURE_NONE
[16:54:42] [Server thread/INFO]:     Sun brightness: 1.0
[16:54:42] [Server thread/INFO]:     Star brightness: 1.0
[16:54:42] [Server thread/INFO]:     Sky color: 1.0, 1.0, 1.0
[16:54:42] [Server thread/INFO]:     Fog color: 1.0, 1.0, 1.0
[16:54:42] [Server thread/INFO]: Sync dimension info to clients!

RFTools Dimensions 1.10-4.30beta46 & RFTools 1.10-5.11

Config reset on server boot

We've been trying to balance the mod for a modpack on our server, but whenever we start up the server after editing the config, the config resets to default. I'm not sure what other info I can provide for this issue, so if there is anything else I can provide just let me know and I would be glad to.

Config setting for Beds not working

Made a random world (my first one, it works).

Put a bed down, tried to sleep, it blew up.

The config file says nothing should happen (setting 0).

I changed the config file to setting 2 (save spawn point), and tried again.

It blew up again.

This is using version rftoolsdim-1.10-4.30beta48.

RFTools corrupting data file? Possibly?

When creating a fresh world with RFTools on sponge, everything seems to be fine until the server gets restarted. Then, all hell is broken loose (it crashes). Here's the stack trace.

[02:40:22] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.NullPointerException
at mcjty.rftoolsdim.dimensions.RfToolsDimensionManager.getDimensionManager(RfToolsDimensionManager.java:303) ~[RfToolsDimensionManager.class:?]
at mcjty.rftoolsdim.dimensions.world.GenericWorldProvider.getDimensionInformation(GenericWorldProvider.java:74) ~[GenericWorldProvider.class:?]
at mcjty.rftoolsdim.dimensions.world.GenericWorldProvider.createBiomeProviderInternal(GenericWorldProvider.java:200) ~[GenericWorldProvider.class:?]
at mcjty.rftoolsdim.dimensions.world.GenericWorldProvider.func_76572_b(GenericWorldProvider.java:190) ~[GenericWorldProvider.class:?]
at net.minecraft.world.WorldProvider.func_76558_a(WorldProvider.java:39) ~[atl.class:?]
at net.minecraft.world.WorldServer.<init>(WorldServer.java:113) ~[ls.class:?]
at net.minecraft.world.WorldServerMulti.<init>(WorldServerMulti.java:18) ~[lo.class:?]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:768) ~[WorldManager.class:1.10.2-2052-5.0.0-BETA-1670]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:735) ~[WorldManager.class:1.10.2-2052-5.0.0-BETA-1670]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:323) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:266) ~[ld.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]

I'm running sponge 5.0.0-BETA-1670 1.10.2

Sponge plugins/mods:
Plugins (54): Minecraft, Minecraft Coder Pack, Forge Mod Loader, Minecraft Forge, CodeChicken Core, Not Enough Items, OpenComputers (Core), Backpacks!, SpongeForge, ItemBlacklist, NoXray, Biomes O' Plenty, Brandon's Core, Chameleon, ChickenChunks, Chisel, MCMultiPart, Chisels & Bits, IndustrialCraft 2, Compact Solar Arrays, Draconic Evolution, EconomyLite, EnderCore, Waila, Ender IO, EnderStorage, EssentialCmds, ExtraPermissions, ExtraUtils2, GriefPrevention, Inventory Tweaks, Iron Chest, Just Enough Items, MalisisCore, MalisisDoors, Mantle, Mekanism, MekanismGenerators, MekanismTools, NameAPI, Nether Metals, OpenComputers, Prism, Project Portals, RankUpper, RFTools, RFTools Dimensions, Router Reborn, Discord Bridge, Storage Drawers, Super Crafting Frame, Tinkers' Construct, WorldEdit, UniDict

[1.10.2] [Bug] Dimlets do not seem to be used

2016-09-07_00 37 50

This dim was made the time noon dimlet, and structure none also the biome checker was use and none of these seem to working the flat one is working but not all of dimlets are seeming to work.

How to get an owner dimlet?

^ see title
it's not an JEI nor in the creative menu, is there a give command for it?
I'm on rftoolsdim-1.10-4.30beta46

edit: figured it out
/give player rftoolsdim:known_dimlet 1 11 {dkey:"Owner"}

Some Confusion About Obtaining Dimlets

Hello McJty,

I was hoping you could help me to better understand how to obtain certain dimlets, such as a Feature Orbs dimlet. In past versions, you could obtain them through an endermen farm, for example. I see that they will only drop a dimlet parcel, which I have yet to see anything but the dimension building pieces. Nothing that has certain ores/blocks/features/etc.

So, I decided to create a number of random dimensions hoping I could make one with the orbs feature to absorb, and no luck. I also searched the houses with dimlets hoping I would find the orbs dimlet, and no luck there too.

Without having the orbs dimlet, what is the intended route to get these types of dimlets? Is it meant to be RNG based until you find the correct place? Or am I missing a step? I was looking through configs and didn't see anything to enable so I could turn them on to be dungeon loot or dropped by mobs, or even in dimlet parcels.

Thank you for your help,
Darkosto

[1.9.4-4.30beta44] "Invalid Transmitter!!"

When generating a dimension, and attempting to leave via the typical dialer+matter transmitter+matter receiver combination, the matter transmitter, after placed in the new dimension, cannot dial out. The dialer simply replies with "Invalid Transmitter!!"

RFTools 1.9.4-4.67
RFTools Dimensions 1.9.4-4.30beta44
Forge 1976, running SMP

This is what it looks like dialing from the overworld. Everything's nice and peachy.
overworld dialing

And this is what it looks like if you try to get back...
invalid transmitter

(Feature Request) "Old Style" Dimensions from original RF Tools?

I'm sorry, I've tried your new and improved Dimlet workbench and it is borderline unusable. The list of dimlets on the right can't be scrolled with a mouse wheel or arrow keys, and the scroll bar for it is SO TINY that mearly breathing on it results in it scrolling 14 pages.

To make matters worse it's near impossible to actually locate dimlets that USED to exist in the old system. I can't change the sky color anymore. I can't fix the sun at eternal noon, or eternal dawn, nothing seems to work, and I'm really behind schedule. I need to be able to, in creative mode, easily grab whatever dimlet I need for a particular dimension feature / detail.

Can you please help me?

Infinite Dimlet Parcel

Whilst just playing in a survival world, i discovered that using a Dimlet Parcel in the offhand doesn't consume the parcel and instead deletes items from the main hand.

Shutting down internal server...

Made my first dimension (random), traveled there, after a few seconds (less than 20, likely less than 10) I get:

"Shutting down internal server..."

"Connection Lost."

If I restart Minecraft then I start at the new dimension and after a few seconds the symptoms repeat.

From the Log:

[14:48:08] [Client thread/WARN]: Failed to load texture: rftoolsdim:textures/sky/stars2.png
java.io.FileNotFoundException: rftoolsdim:textures/sky/stars2.png

...

[14:48:18] [Server thread/WARN]: Tried to over-fill a container

[14:48:20] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 9104ms behind, skipping 182 tick(s)

[14:48:22] [Server thread/INFO]: klausthorn lost connection: TextComponent{text='A fatal error has occurred, this connection is terminated', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}

[14:48:22] [Server thread/INFO]: klausthorn left the game

Details:

Single Player.
rftoolsdim-1.10-4.41.jar
rftools-1.10-5.51.jar
mcjtylib-1.10-2.1.4.jar
Minecraft 1.10.2
Windows 7 SP1 64 Bit
6 GB RAM

Creative Dimlet Workbench

It'd be cool if there was a way to get all the dimlets in a creative way.
Using the command line is mighty annoying when just trying to create a quick-and-dirty safe void world to use as a nexus.

Even a simple thing that would enable the user to middle-click dimlets in the Workbench when in creative and get the dimlet without actually crafting the dimlet (getting the normal components is easy, but the essence absorber is a pain)

Mystcraft had it's Creative Book. RFTD could use it's own.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.