Looking at it in pastebin, I see this is my error. The MachineID is set.
edit:
The configuration file is not made. So something is going wrong somewhere.
That's my code, not the config file, lol. I meant redpower.cfg, which RP will generate in a folder called redpower in .minecraft. If RP doesn't generate its config file then it's not loading properly.
Did you did just make this without Elo's (and x3n0) permission again?
Eloraam has weighed in on it already, but it remains to be seen what X3n0 thinks.
As long as Immibis has stayed out of the EE code, it shouldn't be an issue.
Still, a post from X3n0 would be good to settle the matter once and for all.
Rollback Post to RevisionRollBack
"Don't know why you should feel that there's something to learn... it's just a game that you play."
Ok I'm getting an error with the PStone Recipes mod:
--- BEGIN ERROR REPORT b00ff113 --------
Generated 2/9/12 3:13 PM
Minecraft: Minecraft 1.1
OS: Windows 7 (amd64) version 6.1
Java: 1.7.0_02-ea, Oracle Corporation
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: GeForce GTX 480/PCI/SSE2 version 4.2.0, NVIDIA Corporation
java.lang.NullPointerException
at tw.<init>(SourceFile:13)
at immibis.core.ItemCombined.<init>(ItemCombined.java:13)
at immibis.core.CoreProxy.RegisterAllSubBlocks(CoreProxy.java:37)
at mod_ImmibisCore.ModsLoaded(mod_ImmibisCore.java:19)
at ModLoader.init(ModLoader.java:832)
at ModLoader.AddAllRenderers(ModLoader.java:189)
at afq.<init>(afq.java:80)
at afq.<clinit>(afq.java:9)
at net.minecraft.client.Minecraft.a(SourceFile:265)
at net.minecraft.client.Minecraft.run(SourceFile:648)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 509363b3 ----------
You didn't say how so I installed it by putting it in the /mods folder since it doesn't change any base classes.
I also had to change the ID because of another mod conflicting.
You also didn't say what version of EE it's for.
There are other things too that I will try in a little while, but I have other things to do right now. Maybe someone knows the answers already so I decided to post.
Edit: Tried Core in jar, no go. Tried Core and Pstone recipes in jar, no go. Removed, going to update EE. (Must remember to save stuff in Alch bags and chests somewhere else)
Looking at it in pastebin, I see this is my error. The MachineID is set.
edit:
The configuration file is not made. So something is going wrong somewhere.
That's my code, not the config file, lol. I meant redpower.cfg, which RP will generate in a folder called redpower in .minecraft. If RP doesn't generate its config file then it's not loading properly.
Ok I'm getting an error with the PStone Recipes mod:
--- BEGIN ERROR REPORT b00ff113 --------
Generated 2/9/12 3:13 PM
Minecraft: Minecraft 1.1
OS: Windows 7 (amd64) version 6.1
Java: 1.7.0_02-ea, Oracle Corporation
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: GeForce GTX 480/PCI/SSE2 version 4.2.0, NVIDIA Corporation
java.lang.NullPointerException
at tw.<init>(SourceFile:13)
at immibis.core.ItemCombined.<init>(ItemCombined.java:13)
at immibis.core.CoreProxy.RegisterAllSubBlocks(CoreProxy.java:37)
at mod_ImmibisCore.ModsLoaded(mod_ImmibisCore.java:19)
at ModLoader.init(ModLoader.java:832)
at ModLoader.AddAllRenderers(ModLoader.java:189)
at afq.<init>(afq.java:80)
at afq.<clinit>(afq.java:9)
at net.minecraft.client.Minecraft.a(SourceFile:265)
at net.minecraft.client.Minecraft.run(SourceFile:648)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 509363b3 ----------
Another seemingly impossible error - but I didn't test Core without TS, since they're in the same zip file as there's currently no other use for Core. If you just have Core and PSR, what happens if you remove Core?
You didn't say how so I installed it by putting it in the /mods folder since it doesn't change any base classes.
I also had to change the ID because of another mod conflicting.
PSR shouldn't be adding any blocks or items, only recipes... and it doesn't require or include Core. Only TubeStuff depends on Core so far, which is why I packaged them in the same download.
Any EE version. Like TubeStuff, it doesn't directly interact with EE.
Related, I just realised I released a server version of PSR when EE isn't SMP-compatible yet :laugh.gif:. Unless x3n0 changes the format of his config file, it should work already when EE SMP is released.
PSR shouldn't be adding any blocks or items, only recipes... and it doesn't require or include Core. Only TubeStuff depends on Core so far, which is why I packaged them in the same download.
Any EE version. Like TubeStuff, it doesn't directly interact with EE.
Related, I just realised I released a server version of PSR when EE isn't SMP-compatible yet :laugh.gif:. Unless x3n0 changes the format of his config file, it should work already when EE SMP is released.
Is there any mention of mod_TubeStuff in the server log?
Dude, I didn't say some of what's in what you quoted.
Anyway I do want Tubestuff to work also. I'll assume install to /mods folder again.
Edit: Just tried Pstone by itself and got this error:
--- BEGIN ERROR REPORT 3023ec8 --------
Generated 2/10/12 8:25 AM
Minecraft: Minecraft 1.1
OS: Windows 7 (amd64) version 6.1
Java: 1.7.0_02-ea, Oracle Corporation
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: GeForce GTX 480/PCI/SSE2 version 4.2.0, NVIDIA Corporation
java.lang.NoClassDefFoundError: immibis/core/NonSharedProxy
at mod_PStoneRecipes.ModsLoaded(mod_PStoneRecipes.java:47)
at ModLoader.init(ModLoader.java:832)
at ModLoader.AddAllRenderers(ModLoader.java:189)
at afq.<init>(afq.java:80)
at afq.<clinit>(afq.java:9)
at net.minecraft.client.Minecraft.a(SourceFile:265)
at net.minecraft.client.Minecraft.run(SourceFile:648)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: immibis.core.NonSharedProxy
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 8 more
--- END ERROR REPORT 35afceec ----------
Some more info: After installing BC the RP recipe showed up normally (and the immibis.cfg is created)
Hey I've also not been able to get this working. I have TMI, EE, and RP working but the recipes for your autocrafter and buffer do not work or show up in TMI. i added a zz to the zip name, still doesn't show. config files for RP and your's are created. any ideas?
Edit: is this for multiplayer only or will it work for single?
Not that useful but pretty damn kewl :wink.gif: Keep up the good work :smile.gif:
Though I haven't installed it yet as I am low on available Block IDs lol... what I find most useful about this if they interact well with each other is when crafting items with logistics pipes that require resources that do not stack (for example a pickaxe for a quarry)... you do not need to have a chest attached to the side of the crafting table.
Which can GREATLY reduce floor space usage :biggrin.gif:
Good job... I look forward to trying it out once I decide which mod to remove :tongue.gif:
Showing a little gratitude and understanding towards those who work so hard at making mods for us, free of charge, can go a long way. Remember your pleases and thank yous.
Gah, how did I manage to accidentally post the same thing twice, 12 hours apart...
Tried that config just now, and it made RP crash with a parse error. Please upload it to Mediafire or a similar site so I can get an exact copy of the file, not a pastebin.
Dude, I didn't say some of what's in what you quoted.
Anyway I do want Tubestuff to work also. I'll assume install to /mods folder again.
Edit: Just tried Pstone by itself and got this error:
--- BEGIN ERROR REPORT 3023ec8 --------
Generated 2/10/12 8:25 AM
Minecraft: Minecraft 1.1
OS: Windows 7 (amd64) version 6.1
Java: 1.7.0_02-ea, Oracle Corporation
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: GeForce GTX 480/PCI/SSE2 version 4.2.0, NVIDIA Corporation
java.lang.NoClassDefFoundError: immibis/core/NonSharedProxy
at mod_PStoneRecipes.ModsLoaded(mod_PStoneRecipes.java:47)
at ModLoader.init(ModLoader.java:832)
at ModLoader.AddAllRenderers(ModLoader.java:189)
at afq.<init>(afq.java:80)
at afq.<clinit>(afq.java:9)
at net.minecraft.client.Minecraft.a(SourceFile:265)
at net.minecraft.client.Minecraft.run(SourceFile:648)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: immibis.core.NonSharedProxy
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 8 more
--- END ERROR REPORT 35afceec ----------
Everything should work when installed to /mods... and it turns out I did make PSR use one function from Core without realising. I'll fix that now, and this proves I need to test more outside of MCP.
I'm not going to release an update just yet until I've fully tested it this time, including without BC, without RP, without both, and in SMP.
Hey I've also not been able to get this working. I have TMI, EE, and RP working but the recipes for your autocrafter and buffer do not work or show up in TMI. i added a zz to the zip name, still doesn't show. config files for RP and your's are created. any ideas?
Edit: is this for multiplayer only or will it work for single?
It should work in singleplayer and multiplayer - but from other peoples' comments it seems to be full of bugs I somehow missed - if you come back later I hopefully will have fixed everything by then.
1.0.6 uploaded - this should fix the problem with the mod not loading on the client when either RP or BC is not installed. (Damn you, broken ModLoader priority system)
1.0.6 uploaded - this should fix the problem with the mod not loading on the client when either RP or BC is not installed. (Damn you, broken ModLoader priority system)
You mentioned making a graph of fuel transmutations. I made a quick graphviz diagram for you.
Message me as 'tene' on IRC if you want the graphviz source. I didn't bother indicating which conversions were added in the mod, are core EE, or are vanilla, but it should be pretty trivial to add colors to the diagram for that if you want.
I'm not actually using the pstone recipes mode; I just wanted to thank you for the tubestuff mod.
I realised how long-winded and broken PSR's transmutation were, so I've spoiler'd that section with a notice (haven't removed it though; to each his own).
The new unreleased version of Immibis Core has a mechanism for merging sprite sheets - so I can have blocks from multiple mods in the same ID, and don't have to waste the space for a full 256x256 sprite sheet when I only want a few sprites.
The buffer from TubeStuff is now a ComputerCraft peripheral, as I have access to the 1.3 RC1 API. I won't be releasing this until CC 1.3 is released, but you can PM me on irc.esper.net if you have the RC and want it.
A sneak peek of something that's probably far in the future (and also does not involve Eloraam or RedPower except for being similar to it):
That's my code, not the config file, lol. I meant redpower.cfg, which RP will generate in a folder called redpower in .minecraft. If RP doesn't generate its config file then it's not loading properly.
Eloraam has weighed in on it already, but it remains to be seen what X3n0 thinks.
As long as Immibis has stayed out of the EE code, it shouldn't be an issue.
Still, a post from X3n0 would be good to settle the matter once and for all.
--- BEGIN ERROR REPORT b00ff113 --------
Generated 2/9/12 3:13 PM
Minecraft: Minecraft 1.1
OS: Windows 7 (amd64) version 6.1
Java: 1.7.0_02-ea, Oracle Corporation
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: GeForce GTX 480/PCI/SSE2 version 4.2.0, NVIDIA Corporation
java.lang.NullPointerException
at tw.<init>(SourceFile:13)
at immibis.core.ItemCombined.<init>(ItemCombined.java:13)
at immibis.core.CoreProxy.RegisterAllSubBlocks(CoreProxy.java:37)
at mod_ImmibisCore.ModsLoaded(mod_ImmibisCore.java:19)
at ModLoader.init(ModLoader.java:832)
at ModLoader.AddAllRenderers(ModLoader.java:189)
at afq.<init>(afq.java:80)
at afq.<clinit>(afq.java:9)
at net.minecraft.client.Minecraft.a(SourceFile:265)
at net.minecraft.client.Minecraft.run(SourceFile:648)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 509363b3 ----------
You didn't say how so I installed it by putting it in the /mods folder since it doesn't change any base classes.
I also had to change the ID because of another mod conflicting.
You also didn't say what version of EE it's for.
There are other things too that I will try in a little while, but I have other things to do right now. Maybe someone knows the answers already so I decided to post.
Edit: Tried Core in jar, no go. Tried Core and Pstone recipes in jar, no go. Removed, going to update EE. (Must remember to save stuff in Alch bags and chests somewhere else)
That's my code, not the config file, lol. I meant redpower.cfg, which RP will generate in a folder called redpower in .minecraft. If RP doesn't generate its config file then it's not loading properly.
PSR shouldn't be adding any blocks or items, only recipes... and it doesn't require or include Core. Only TubeStuff depends on Core so far, which is why I packaged them in the same download.
Any EE version. Like TubeStuff, it doesn't directly interact with EE.
Related, I just realised I released a server version of PSR when EE isn't SMP-compatible yet :laugh.gif:. Unless x3n0 changes the format of his config file, it should work already when EE SMP is released.
Is there any mention of mod_TubeStuff in the server log?
Edit: That's a silly question, if it wasn't loaded you wouldn't be getting that message. I'll have to look into that, but it's 3AM now.
Also, the reason this thread wasn't accessible for several hours:
Dude, I didn't say some of what's in what you quoted.
Anyway I do want Tubestuff to work also. I'll assume install to /mods folder again.
Edit: Just tried Pstone by itself and got this error:
Generated 2/10/12 8:25 AM
Minecraft: Minecraft 1.1
OS: Windows 7 (amd64) version 6.1
Java: 1.7.0_02-ea, Oracle Corporation
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: GeForce GTX 480/PCI/SSE2 version 4.2.0, NVIDIA Corporation
java.lang.NoClassDefFoundError: immibis/core/NonSharedProxy
at mod_PStoneRecipes.ModsLoaded(mod_PStoneRecipes.java:47)
at ModLoader.init(ModLoader.java:832)
at ModLoader.AddAllRenderers(ModLoader.java:189)
at afq.<init>(afq.java:80)
at afq.<clinit>(afq.java:9)
at net.minecraft.client.Minecraft.a(SourceFile:265)
at net.minecraft.client.Minecraft.run(SourceFile:648)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: immibis.core.NonSharedProxy
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 8 more
--- END ERROR REPORT 35afceec ----------
Hey I've also not been able to get this working. I have TMI, EE, and RP working but the recipes for your autocrafter and buffer do not work or show up in TMI. i added a zz to the zip name, still doesn't show. config files for RP and your's are created. any ideas?
Edit: is this for multiplayer only or will it work for single?
Though I haven't installed it yet as I am low on available Block IDs lol... what I find most useful about this if they interact well with each other is when crafting items with logistics pipes that require resources that do not stack (for example a pickaxe for a quarry)... you do not need to have a chest attached to the side of the crafting table.
Which can GREATLY reduce floor space usage :biggrin.gif:
Good job... I look forward to trying it out once I decide which mod to remove :tongue.gif:
Gah, how did I manage to accidentally post the same thing twice, 12 hours apart...
Tried that config just now, and it made RP crash with a parse error. Please upload it to Mediafire or a similar site so I can get an exact copy of the file, not a pastebin.
Everything should work when installed to /mods... and it turns out I did make PSR use one function from Core without realising. I'll fix that now, and this proves I need to test more outside of MCP.
I'm not going to release an update just yet until I've fully tested it this time, including without BC, without RP, without both, and in SMP.
It should work in singleplayer and multiplayer - but from other peoples' comments it seems to be full of bugs I somehow missed - if you come back later I hopefully will have fixed everything by then.
I believe so
Yay! works now :smile.gif:
Message me as 'tene' on IRC if you want the graphviz source. I didn't bother indicating which conversions were added in the mod, are core EE, or are vanilla, but it should be pretty trivial to add colors to the diagram for that if you want.
I'm not actually using the pstone recipes mode; I just wanted to thank you for the tubestuff mod.
I realised how long-winded and broken PSR's transmutation were, so I've spoiler'd that section with a notice (haven't removed it though; to each his own).
The new unreleased version of Immibis Core has a mechanism for merging sprite sheets - so I can have blocks from multiple mods in the same ID, and don't have to waste the space for a full 256x256 sprite sheet when I only want a few sprites.
The buffer from TubeStuff is now a ComputerCraft peripheral, as I have access to the 1.3 RC1 API. I won't be releasing this until CC 1.3 is released, but you can PM me on irc.esper.net if you have the RC and want it.
A sneak peek of something that's probably far in the future (and also does not involve Eloraam or RedPower except for being similar to it):
Logi pipes works with this mod