Skip to content

Instantly share code, notes, and snippets.

@bookerthegeek
Created December 18, 2018 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bookerthegeek/cdda3564757aab8bcc74e4c46a253172 to your computer and use it in GitHub Desktop.
Save bookerthegeek/cdda3564757aab8bcc74e4c46a253172 to your computer and use it in GitHub Desktop.
[05:09:11] [Client thread/ERROR] [BuildCraft]: [silicon.facade] Invalid property!
java.lang.RuntimeException: Invalid property value detected!
Property class = class forestry.arboriculture.blocks.PropertyTree
Property = PropertyTree{name=tree, clazz=interface forestry.api.arboriculture.IAlleleTreeSpecies, values=[forestry.treeOak, forestry.treeDarkOak, forestry.treeBirch, forestry.treeLime, forestry.treeWalnut, forestry.treeChestnut, forestry.treeCherry, forestry.treeLemon, forestry.treePlum, forestry.treeMaple, forestry.treeSpruce, forestry.treeLarch, forestry.treePine, forestry.treeSequoia, forestry.treeGigant, forestry.treeJungle, forestry.treeTeak, forestry.treeIpe, forestry.treeKapok, forestry.treeEbony, forestry.treeZebrawood, forestry.treeMahogony, forestry.treeAcaciaVanilla, forestry.treeAcacia, forestry.treePadauk, forestry.treeBalsa, forestry.treeCocobolo, forestry.treeWenge, forestry.treeBaobab, forestry.treeMahoe, forestry.treeWillow, forestry.treeSipiri, forestry.treePapaya, forestry.treeDate, forestry.treePoplar, orchardapple, sweetcrabapple, floweringcrabapple, prairiecrabapple, blackthorn, cherryplum, peach, nectarine, apricot, almond, wildcherry, sourcherry, blackcherry, orange, manderin, satsuma, tangerine, lime, keylime, fingerlime, pomelo, grapefruit, kumquat, citron, buddhahand, banana, redbanana, plantain, butternut, rowan, hemlock, ash, alder, beech, copperbeech, aspen, yew, cypress, douglasfir, hazel, sycamore, whitebeam, hawthorn, pecan, elm, elder, holly, hornbeam, sallow, acornoak, fir, cedar, olive, redmaple, balsamfir, loblollypine, sweetgum, locust, pear, osangeorange, oldfustic, brazilwood, logwood, rosewood, purpleheart, iroko, gingko, brazilnut, rosegum, swampgum, box, clove, coffee, monkeypuzzle, rainbowgum, pinkivory, blackcurrant, redcurrant, blackberry, raspberry, blueberry, cranberry, juniper, gooseberry, goldenraspberry, cinnamon, coconut, cashew, avacado, nutmeg, allspice, chilli, staranise, mango, starfruit, candlenut, dwarfhazel]}
Possible Values = [forestry.treeOak, forestry.treeDarkOak, forestry.treeBirch, forestry.treeLime, forestry.treeWalnut, forestry.treeChestnut, forestry.treeCherry, forestry.treeLemon, forestry.treePlum, forestry.treeMaple, forestry.treeSpruce, forestry.treeLarch, forestry.treePine, forestry.treeSequoia, forestry.treeGigant, forestry.treeJungle, forestry.treeTeak, forestry.treeIpe, forestry.treeKapok, forestry.treeEbony, forestry.treeZebrawood, forestry.treeMahogony, forestry.treeAcaciaVanilla, forestry.treeAcacia, forestry.treePadauk, forestry.treeBalsa, forestry.treeCocobolo, forestry.treeWenge, forestry.treeBaobab, forestry.treeMahoe, forestry.treeWillow, forestry.treeSipiri, forestry.treePapaya, forestry.treeDate, forestry.treePoplar, orchardapple, sweetcrabapple, floweringcrabapple, prairiecrabapple, blackthorn, cherryplum, peach, nectarine, apricot, almond, wildcherry, sourcherry, blackcherry, orange, manderin, satsuma, tangerine, lime, keylime, fingerlime, pomelo, grapefruit, kumquat, citron, buddhahand, banana, redbanana, plantain, butternut, rowan, hemlock, ash, alder, beech, copperbeech, aspen, yew, cypress, douglasfir, hazel, sycamore, whitebeam, hawthorn, pecan, elm, elder, holly, hornbeam, sallow, acornoak, fir, cedar, olive, redmaple, balsamfir, loblollypine, sweetgum, locust, pear, osangeorange, oldfustic, brazilwood, logwood, rosewood, purpleheart, iroko, gingko, brazilnut, rosegum, swampgum, box, clove, coffee, monkeypuzzle, rainbowgum, pinkivory, blackcurrant, redcurrant, blackberry, raspberry, blueberry, cranberry, juniper, gooseberry, goldenraspberry, cinnamon, coconut, cashew, avacado, nutmeg, allspice, chilli, staranise, mango, starfruit, candlenut, dwarfhazel]
Value Name = lime
Value (original) = forestry.treeLime
Value (parsed) = lime
Value class (original) = class forestry.arboriculture.genetics.alleles.AlleleTreeSpecies
Value class (parsed) = class forestry.arboriculture.genetics.alleles.AlleleTreeSpecies
at buildcraft.silicon.plug.FacadeStateManager.doesPropertyConform(FacadeStateManager.java:386) [FacadeStateManager.class:?]
at buildcraft.silicon.plug.FacadeStateManager.init(FacadeStateManager.java:226) [FacadeStateManager.class:?]
at buildcraft.silicon.BCSilicon.init(BCSilicon.java:73) [BCSilicon.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_11]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_11]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_11]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_11]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_11]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_11]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [guava-21.0.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [guava-21.0.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [guava-21.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [guava-21.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_11]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_11]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_11]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_11]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [guava-21.0.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [guava-21.0.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [guava-21.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [guava-21.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:744) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_11]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_11]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_11]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_11]
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_11]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_11]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_11]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_11]
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment