
vernes
Members-
Posts
27 -
Joined
-
Last visited
Everything posted by vernes
-
But has anyone from technic contacted AWS?
-
[1.6.x/1.5.x] Redstone In Motion (Redpower Frames) 2.3.0.0 (October 8)
vernes replied to jakj's topic in Modders Metropolis
deleted -
Starting an "Attack of the B-Team server"
vernes replied to Gretter74's topic in Server Op Swap Shop
Coincidentally, I noticed the Sync and Morph mod being used by yogscast recently. It bugged out a bit. One of the two ended up spazzing out it seems. So, don't be surpriced. -
Tekkit running on MCPC+ unable to use HomeSpawnPlus
vernes replied to vernes's topic in Tekkit Discussion
Ok, I just going to combine mods to my own modpack then. Except for "Custome Lan Ports" all mods have a 1.6.4 version. Only trick will be to see how the setup will handle mcpc+ First attempt I just dumped all the mods and tried it to find out it didn't work. One of the mods I added was for 1.7.4 So now I am adding em one by one, and when they all work with the forge client, I will try the mcpc+ client/server. Hope this works. Bonus is that 1.6.4 uses the universal mod... method? So no fiddling between client and server files. -
Tekkit running on MCPC+ unable to use HomeSpawnPlus
vernes replied to vernes's topic in Tekkit Discussion
Will the beta version of tekkit enable me to use mcpc+ and HomeSpawnPlus? -
Tekkit running on MCPC+ unable to use HomeSpawnPlus
vernes replied to vernes's topic in Tekkit Discussion
Ok, so to summerize, the latest version of mcpc+ is too old for the latest version of tekkit? Or to be correct, latest version of mcpc+ is too old for the mods being included in the latest version of Tekkit? I guess my only option is to grab the latest version of mcpc+ (mcpc-plus-1.7.2-R0.3-forge1022-B29.jar) add each and every mod used in tekkit and hope all the config files from my current tekkit still works to make them all cooperate? I'm kinda fishing for a solution here. -
Tekkit running on MCPC+ unable to use HomeSpawnPlus
vernes replied to vernes's topic in Tekkit Discussion
Ah, no, this is not a 1.5.2 server. I just downloaded the stuff from http://www.technicpack.net/tekkit I do not think it is 1.6.4 -
Tekkit running on MCPC+ unable to use HomeSpawnPlus
vernes replied to vernes's topic in Tekkit Discussion
Ok, following your advice, I installed: mcpc-plus-1.6.4-R2.1-forge965-B229.jar Restarted the server, this is the server.log: The crash report is found here: http://pastebin.com/VMLvn4ZE All this applied to the server for this mod: http://www.technicpack.net/tekkit -
Tekkit running on MCPC+ unable to use HomeSpawnPlus
vernes replied to vernes's topic in Tekkit Discussion
Not really working: 2014-02-04 18:39:56 [iNFO] Starting minecraft server version 1.6.4 2014-02-04 18:39:56 [iNFO] MinecraftForge v 2014-02-04 18:39:56 [iNFO] 9.11.1.965 2014-02-04 18:39:56 [iNFO] Initialized 2014-02-04 18:39:56 [iNFO] Replaced 111 ore recipies 2014-02-04 18:39:56 [sEVERE] java.lang.NoClassDefFoundError: mods/immibis/core/porting/ClientProxy142 2014-02-04 18:39:56 [sEVERE] at java.lang.Class.forName0(Native Method) 2014-02-04 18:39:56 [sEVERE] at java.lang.Class.forName(Class.java:264) 2014-02-04 18:39:56 [sEVERE] at cpw.mods.fml.common.Loader.identifyMods(Loader.java:330) 2014-02-04 18:39:56 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:484) 2014-02-04 18:39:56 [sEVERE] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) 2014-02-04 18:39:56 [sEVERE] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350) 2014-02-04 18:39:56 [sEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92) 2014-02-04 18:39:56 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:634) 2014-02-04 18:39:56 [sEVERE] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16) 2014-02-04 18:39:56 [sEVERE] Caused by: java.lang.ClassNotFoundException: mods.immibis.core.porting.ClientProxy142 2014-02-04 18:39:56 [sEVERE] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186) 2014-02-04 18:39:56 [sEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:423) 2014-02-04 18:39:56 [sEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:356) 2014-02-04 18:39:56 [sEVERE] ... 9 more 2014-02-04 18:39:56 [sEVERE] Caused by: java.lang.RuntimeException: Attempted to load class mods/immibis/core/porting/ClientProxy142 for invalid side SERVER 2014-02-04 18:39:56 [sEVERE] at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:51) 2014-02-04 18:39:56 [sEVERE] at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274) 2014-02-04 18:39:56 [sEVERE] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172) 2014-02-04 18:39:56 [sEVERE] ... 11 more 2014-02-04 18:39:56 [sEVERE] Encountered an unexpected exception NoClassDefFoundError java.lang.NoClassDefFoundError: mods/immibis/core/porting/ClientProxy142 at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at cpw.mods.fml.common.Loader.identifyMods(Loader.java:330) at cpw.mods.fml.common.Loader.loadMods(Loader.java:484) at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:634) at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16) Caused by: java.lang.ClassNotFoundException: mods.immibis.core.porting.ClientProxy142 at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186) at java.lang.ClassLoader.loadClass(ClassLoader.java:423) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) ... 9 more Caused by: java.lang.RuntimeException: Attempted to load class mods/immibis/core/porting/ClientProxy142 for invalid side SERVER at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:51) at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172) ... 11 more 2014-02-04 18:39:56 [sEVERE] This crash report has been saved to: /home/minecraft/multicraft/servers/myserver/./crash-reports/crash-2014-02-04_18.39.56-server.txt 2014-02-04 18:42:07 [iNFO] Stopping server 2014-02-04 18:42:07 [iNFO] Saving worlds crash report here: http://pastebin.com/d9jjrxwY I have no idea which mcpc+ I need to pick to get this working. Or which homespawnplus for that matter. -
Tekkit running on MCPC+ unable to use HomeSpawnPlus
vernes replied to vernes's topic in Tekkit Discussion
I looked up about this missing script.txt and it is just a matter of creating the file empty or not. I think this might be worth looking into: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_7_R1/CraftServer elsewhere I find this error: org.bukkit.craftbukkit.v1_5_R3 So I am guessing this version of MCPC+ applies org.bukkit.craftbukkit.v1_5_R3 (not sure because I don't know how to interpret this: This server is running CraftBukkit version git-MCPC-Plus-jenkins-MCPC-Plus-Legacy-653 (MC: 1.5.2) (Implementing API version 1.5.2-R1.1-SNAPSHOT)). And this version of HomeSpawnPlus tries to access org/bukkit/craftbukkit/v1_7_R1/CraftServer So either I have to find a version of MCPC+ that uses craftbukkit v1_7_R1 AND still works with this version of tekkit, or I have to find a version of HomeSpawnPlus that uses craftbukkit v1_5_R3 Neither of which I can find. This is the current situation: 2014-02-04 08:12:23 [iNFO] Starting minecraft server version 1.5.2 2014-02-04 08:12:23 [iNFO] MinecraftForge v 2014-02-04 08:12:23 [iNFO] 7.8.1.738 2014-02-04 08:12:23 [iNFO] Initialized 2014-02-04 08:12:23 [iNFO] Replaced 85 ore recipies 2014-02-04 08:12:37 [iNFO] Loading properties 2014-02-04 08:12:37 [iNFO] Default game type: SURVIVAL 2014-02-04 08:12:37 [iNFO] Generating keypair 2014-02-04 08:12:38 [iNFO] Starting Minecraft server on 188.122.88.132:25718 2014-02-04 08:12:38 [iNFO] This server is running CraftBukkit version git-MCPC-Plus-jenkins-MCPC-Plus-Legacy-653 (MC: 1.5.2) (Implementing API version 1.5.2-R1.1-SNAPSHOT) 2014-02-04 08:12:38 [iNFO] Galacticraft successfully injected bytecode into: codechicken/nei/ContainerCreativeInv (2 / 1) 2014-02-04 08:12:38 [iNFO] Galacticraft Moon Loaded: 12 Languages. 2014-02-04 08:12:39 [iNFO] [Mekanism] Successfully loaded gas transmission NetworkLoader. 2014-02-04 08:12:39 [iNFO] Basic Components Loaded: 11 Languages. 2014-02-04 08:12:39 [iNFO] Loading ComputerCraft v1.53 (rev 1120) 2014-02-04 08:12:39 [iNFO] ComputerCraft: Searching for RedPowerLib... 2014-02-04 08:12:39 [iNFO] ComputerCraft: RedPowerLib not found. 2014-02-04 08:12:39 [iNFO] Loading CCTurtle v1.53 (rev 1120) 2014-02-04 08:12:43 [iNFO] ProjectBench: Registered block id @ 976. Rendering: true @: 5 2014-02-04 08:12:43 [iNFO] Loading qCraft v1.01 (rev 106) 2014-02-04 08:12:43 [iNFO] IC2 API: Call getItem failed for electronicCircuit 2014-02-04 08:12:43 [iNFO] IC2 API: Call getItem failed for advancedCircuit 2014-02-04 08:12:43 [iNFO] IC2 API: Call getItem failed for iridiumPlate 2014-02-04 08:12:43 [iNFO] IC2 API: Call getItem failed for energyCrystal 2014-02-04 08:12:43 [iNFO] IC2 API: Call getItem failed for reBattery 2014-02-04 08:12:43 [iNFO] IC2 API: Call getItem failed for batBox 2014-02-04 08:12:43 [iNFO] IC2 API: Call getItem failed for wrench 2014-02-04 08:12:43 [iNFO] IC2 API: Call getItem failed for generator 2014-02-04 08:12:43 [sEVERE] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler 2014-02-04 08:12:43 [sEVERE] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler 2014-02-04 08:12:43 [sEVERE] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler 2014-02-04 08:12:43 [sEVERE] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler 2014-02-04 08:12:43 [sEVERE] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler 2014-02-04 08:12:45 [iNFO] Mapping loaded 7 packages, 5185 classes, 17732 fields, 34330 methods, flags dd6 2014-02-04 08:12:45 [iNFO] Loaded inheritance map of 769 classes 2014-02-04 08:12:46 [sEVERE] ebean.properties not found 2014-02-04 08:12:46 [iNFO] DataSourcePool [HomeSpawnPlus] autoCommit[false] transIsolation[sERIALIZABLE] min[2] max[20] 2014-02-04 08:12:46 [iNFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader] 2014-02-04 08:12:47 [iNFO] Entities enhanced[0] subclassed[7] 2014-02-04 08:12:47 [iNFO] [CreeperControl] Loading CreeperControl v0.4.0 2014-02-04 08:12:47 [iNFO] [HomeSpawnPlus] Loading HomeSpawnPlus v1.7.7.2 2014-02-04 08:12:47 [iNFO] Adding biome mapping 65 Desert Oil Field at BiomeBase[65] 2014-02-04 08:12:47 [iNFO] Adding biome mapping 66 Ocean Oil Field at BiomeBase[66] 2014-02-04 08:12:47 [iNFO] Adding biome mapping 217 Limbo at BiomeBase[217] 2014-02-04 08:12:47 [iNFO] Adding biome mapping 218 Pocket Dimension at BiomeBase[218] 2014-02-04 08:12:47 [iNFO] Preparing level "worldd" 2014-02-04 08:12:47 [iNFO] Registered command debug with permission node vanilla.command.debug 2014-02-04 08:12:47 [iNFO] Registered command scoreboard with permission node vanilla.command.scoreboard 2014-02-04 08:12:48 [iNFO] Registering Pocket Dims 2014-02-04 08:12:48 [iNFO] Loading DimDoors data 2014-02-04 08:12:48 [iNFO] Preparing start region for level 0 (Dimension: 0, Seed: -7988410723487421695) 2014-02-04 08:12:48 [iNFO] Preparing start region for level 1 (Dimension: -23, Seed: 9045852381298361271) 2014-02-04 08:12:48 [iNFO] Preparing start region for level 2 (Dimension: 1, Seed: 9045852381298361271) 2014-02-04 08:12:48 [iNFO] Preparing start region for level 3 (Dimension: -1, Seed: 9045852381298361271) 2014-02-04 08:12:48 [iNFO] [CreeperControl] Enabling CreeperControl v0.4.0 2014-02-04 08:12:48 [iNFO] [CreeperControl] CreeperControl 0.4.0 (Build null) is enabled! 2014-02-04 08:12:48 [iNFO] [CreeperControl] [CreeperControl] Controlling Creepers TNT 2014-02-04 08:12:48 [iNFO] [HomeSpawnPlus] Enabling HomeSpawnPlus v1.7.7.2 2014-02-04 08:12:49 [iNFO] [HomeSpawnPlus] Loaded 138 locale strings (0 overrides) 2014-02-04 08:12:49 [iNFO] [HomeSpawnPlus] using SUPERPERMS for permissions 2014-02-04 08:12:49 [iNFO] [HomeSpawnPlus] Vault not found, HSP economy features are disabled 2014-02-04 08:12:49 [sEVERE] Error occurred while enabling HomeSpawnPlus v1.7.7.2 (Is it up to date?) java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_7_R1/CraftServer at org.morganm.homespawnplus.command.CommandRegister.register(CommandRegister.java:107) at org.morganm.homespawnplus.command.CommandRegister.register(CommandRegister.java:170) at org.morganm.homespawnplus.command.CommandRegister.registerDefaultCommand(CommandRegister.java:301) at org.morganm.homespawnplus.command.CommandRegister.registerAllCommands(CommandRegister.java:354) at org.morganm.homespawnplus.HomeSpawnPlus.onEnable(HomeSpawnPlus.java:293) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:384) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:383) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:303) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:285) at net.minecraft.server.MinecraftServer.func_71243_i(MinecraftServer.java:479) at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:445) at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:385) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:214) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:588) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573) Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_7_R1.CraftServer at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:346) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:338) at java.lang.ClassLoader.loadClass(ClassLoader.java:423) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) ... 16 more 2014-02-04 08:12:49 [iNFO] Server permissions file permissions.yml is empty, ignoring it 2014-02-04 08:12:50 [iNFO] Could not determine default inventory size for type codechicken.enderstorage.storage.item.TileEnderChest using size of 9 2014-02-04 08:12:50 [iNFO] Done (5.316s)! For help, type "help" or "?" 2014-02-04 08:12:50 [iNFO] Registered command cofh with permission node cofh.command.CommandHandler 2014-02-04 08:12:50 [iNFO] Registered command ssinvite with permission node micdoodle8.mods.galacticraft.core.command.GCCoreCommandSpaceStationAddOwner 2014-02-04 08:12:50 [iNFO] Registered command ssuninvite with permission node micdoodle8.mods.galacticraft.core.command.GCCoreCommandSpaceStationRemoveOwner 2014-02-04 08:12:50 [iNFO] Registered command buildcraft with permission node buildcraft.core.CommandBuildCraft 2014-02-04 08:12:50 [iNFO] Registered command modflag with permission node universalelectricity.prefab.flag.CommandFlag 2014-02-04 08:12:50 [iNFO] Registered command chunkloaders with permission node codechicken.chunkloader.CommandChunkLoaders 2014-02-04 08:12:50 [iNFO] Registered command ccdebug with permission node codechicken.chunkloader.CommandDebugInfo 2014-02-04 08:12:50 [iNFO] Registered command dd-resetdungeons with permission node StevenDimDoors.mod_pocketDim.commands.CommandResetDungeons 2014-02-04 08:12:50 [iNFO] Registered command dd-rift with permission node StevenDimDoors.mod_pocketDim.commands.CommandCreateDungeonRift 2014-02-04 08:12:50 [iNFO] Registered command dd-deletelinks with permission node StevenDimDoors.mod_pocketDim.commands.CommandDeleteAllLinks 2014-02-04 08:12:50 [iNFO] Registered command dd-deletedimension with permission node StevenDimDoors.mod_pocketDim.commands.CommandDeleteDimensionData 2014-02-04 08:12:50 [iNFO] Registered command dd-??? with permission node StevenDimDoors.mod_pocketDim.commands.CommandDeleteRifts 2014-02-04 08:12:50 [iNFO] Registered command dd-export with permission node StevenDimDoors.mod_pocketDim.commands.CommandEndDungeonCreation 2014-02-04 08:12:50 [iNFO] Registered command dd-dimensiondata with permission node StevenDimDoors.mod_pocketDim.commands.CommandPrintDimensionData 2014-02-04 08:12:50 [iNFO] Registered command dd-prune with permission node StevenDimDoors.mod_pocketDim.commands.CommandPruneDimensions 2014-02-04 08:12:50 [iNFO] Registered command dd-create with permission node StevenDimDoors.mod_pocketDim.commands.CommandStartDungeonCreation 2014-02-04 08:12:50 [iNFO] Loading DimDoors data 2014-02-04 08:12:50 [iNFO] Registered command ee3 with permission node com.pahimar.ee3.command.CommandEE 2014-02-04 08:12:50 [iNFO] Registered command logisticspipes with permission node logisticspipes.commands.LogisticsPipesCommand 2014-02-04 08:12:50 [iNFO] Registered command tpx with permission node com.xcompwiz.mystcraft.command.CommandTPX 2014-02-04 08:12:50 [iNFO] Registered command myst-create with permission node com.xcompwiz.mystcraft.command.CommandCreateDim 2014-02-04 08:12:50 [iNFO] Registered command myst-agebook with permission node com.xcompwiz.mystcraft.command.CommandCreateAgebook 2014-02-04 08:12:50 [iNFO] Registered command myst-toggleworldinstability with permission node com.xcompwiz.mystcraft.command.CommandToggleWorldInstability 2014-02-04 08:12:50 [iNFO] Registered command toggledownfall with permission node com.xcompwiz.mystcraft.command.CommandToggleDownfall 2014-02-04 08:12:50 [iNFO] Registered command time with permission node com.xcompwiz.mystcraft.command.CommandTime 2014-02-04 08:12:50 [iNFO] Registered command myst-permissions with permission node com.xcompwiz.mystcraft.command.CommandMystPermissions 2014-02-04 08:12:50 [iNFO] Registered command myst-regenchunk with permission node com.xcompwiz.mystcraft.command.CommandRegenerateChunk 2014-02-04 08:12:50 [iNFO] Registered command tps with permission node mods.immibis.core.commands.TPSCommand 2014-02-04 08:12:50 [iNFO] Registered command dimanc with permission node mods.immibis.chunkloader.DimensionalAnchors$1 2014-02-04 08:12:50 [iNFO] Loading NEI 2014-02-04 08:13:24 [iNFO] There are 0/16 players online: [m -
So I started my own Tekkit server and some friends immediately requested the inclusion of some specific plugins. HomeSpawnPlus seemed like a good idea anyway but it's a bukkit(Craft) plugin and Tekkit turns out to be Forge-based. So after reading up on stuff I found out that MCPC+ actually allows you to run bukkit and forge plugins simultaneously. It even shows hwo you just replace the Tekkit.jar with the MCPCplus.jar and it should work! And true enough, tekkit works! And the CreeperControl that was already in the /plugins/ map suddenly came to live as well! Proof it works! Except... HomeSpawnPlus throws some errors during startup and even though the server claims it is loaded, I cannot access the console command. I am aware that running Tekkit through MCPC+ and trying to get an unrelated bukkit plugin running might too much to ask for advice here. The only think I currently can think of is that I might need an older build version of MCPC+ I faintly remember the MCPC+ version number for forge was one value higher then the forge version mentioned for Tekkit. But I have no idea where to find an older version of MCPC+ beyond what the list offers on the website. The Server log after a restart 2014-02-03 10:10:47 [iNFO] Starting minecraft server version 1.5.2 2014-02-03 10:10:47 [iNFO] MinecraftForge v 2014-02-03 10:10:47 [iNFO] 7.8.1.738 2014-02-03 10:10:47 [iNFO] Initialized 2014-02-03 10:10:47 [iNFO] Replaced 85 ore recipies 2014-02-03 10:11:02 [sEVERE] java.io.FileNotFoundException: /home/minecraft/multicraft/servers/myserver/./openperipheral/scripts.txt (No such file or directory) 2014-02-03 10:11:02 [sEVERE] at java.io.FileInputStream.open(Native Method) 2014-02-03 10:11:02 [sEVERE] at java.io.FileInputStream.<init>(FileInputStream.java:138) 2014-02-03 10:11:02 [sEVERE] at java.io.FileInputStream.<init>(FileInputStream.java:97) 2014-02-03 10:11:02 [sEVERE] at java.io.FileReader.<init>(FileReader.java:58) 2014-02-03 10:11:02 [sEVERE] at openperipheral.common.util.FileLineReader.readLineByLine(FileLineReader.java:18) 2014-02-03 10:11:02 [sEVERE] at openperipheral.common.util.MountingUtils.refreshLatestFiles(MountingUtils.java:14) 2014-02-03 10:11:02 [sEVERE] at openperipheral.OpenPeripheral.preInit(OpenPeripheral.java:93) 2014-02-03 10:11:02 [sEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-02-03 10:11:02 [sEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2014-02-03 10:11:02 [sEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2014-02-03 10:11:02 [sEVERE] at java.lang.reflect.Method.invoke(Method.java:601) 2014-02-03 10:11:02 [sEVERE] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494) 2014-02-03 10:11:02 [sEVERE] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) 2014-02-03 10:11:02 [sEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2014-02-03 10:11:02 [sEVERE] at java.lang.reflect.Method.invoke(Method.java:601) 2014-02-03 10:11:02 [sEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2014-02-03 10:11:02 [sEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2014-02-03 10:11:02 [sEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) 2014-02-03 10:11:02 [sEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2014-02-03 10:11:02 [sEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2014-02-03 10:11:02 [sEVERE] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192) 2014-02-03 10:11:02 [sEVERE] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172) 2014-02-03 10:11:02 [sEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-02-03 10:11:02 [sEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2014-02-03 10:11:02 [sEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2014-02-03 10:11:02 [sEVERE] at java.lang.reflect.Method.invoke(Method.java:601) 2014-02-03 10:11:02 [sEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2014-02-03 10:11:02 [sEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2014-02-03 10:11:02 [sEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) 2014-02-03 10:11:02 [sEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2014-02-03 10:11:02 [sEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2014-02-03 10:11:02 [sEVERE] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103) 2014-02-03 10:11:02 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:515) 2014-02-03 10:11:02 [sEVERE] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:85) 2014-02-03 10:11:02 [sEVERE] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350) 2014-02-03 10:11:02 [sEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:94) 2014-02-03 10:11:02 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:588) 2014-02-03 10:11:02 [sEVERE] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573) 2014-02-03 10:11:03 [iNFO] Loading properties 2014-02-03 10:11:03 [iNFO] Default game type: SURVIVAL 2014-02-03 10:11:03 [iNFO] Generating keypair 2014-02-03 10:11:04 [iNFO] Starting Minecraft server on 188.122.88.132:25718 2014-02-03 10:11:04 [iNFO] This server is running CraftBukkit version git-MCPC-Plus-jenkins-MCPC-Plus-Legacy-653 (MC: 1.5.2) (Implementing API version 1.5.2-R1.1-SNAPSHOT) 2014-02-03 10:11:04 [iNFO] Galacticraft successfully injected bytecode into: codechicken/nei/ContainerCreativeInv (2 / 1) 2014-02-03 10:11:04 [iNFO] Galacticraft Moon Loaded: 12 Languages. 2014-02-03 10:11:04 [iNFO] [Mekanism] Successfully loaded gas transmission NetworkLoader. 2014-02-03 10:11:05 [iNFO] Basic Components Loaded: 11 Languages. 2014-02-03 10:11:05 [iNFO] Loading ComputerCraft v1.53 (rev 1120) 2014-02-03 10:11:05 [iNFO] ComputerCraft: Searching for RedPowerLib... 2014-02-03 10:11:05 [iNFO] ComputerCraft: RedPowerLib not found. 2014-02-03 10:11:05 [iNFO] Loading CCTurtle v1.53 (rev 1120) 2014-02-03 10:11:09 [iNFO] ProjectBench: Registered block id @ 976. Rendering: true @: 5 2014-02-03 10:11:09 [iNFO] Loading qCraft v1.01 (rev 106) 2014-02-03 10:11:09 [iNFO] IC2 API: Call getItem failed for electronicCircuit 2014-02-03 10:11:09 [iNFO] IC2 API: Call getItem failed for advancedCircuit 2014-02-03 10:11:09 [iNFO] IC2 API: Call getItem failed for iridiumPlate 2014-02-03 10:11:09 [iNFO] IC2 API: Call getItem failed for energyCrystal 2014-02-03 10:11:09 [iNFO] IC2 API: Call getItem failed for reBattery 2014-02-03 10:11:09 [iNFO] IC2 API: Call getItem failed for batBox 2014-02-03 10:11:09 [iNFO] IC2 API: Call getItem failed for wrench 2014-02-03 10:11:09 [iNFO] IC2 API: Call getItem failed for generator 2014-02-03 10:11:09 [sEVERE] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler 2014-02-03 10:11:09 [sEVERE] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler 2014-02-03 10:11:09 [sEVERE] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler 2014-02-03 10:11:09 [sEVERE] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler 2014-02-03 10:11:09 [sEVERE] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler 2014-02-03 10:11:12 [iNFO] Mapping loaded 7 packages, 5185 classes, 17732 fields, 34330 methods, flags dd6 2014-02-03 10:11:12 [iNFO] Loaded inheritance map of 769 classes 2014-02-03 10:11:12 [sEVERE] ebean.properties not found 2014-02-03 10:11:12 [iNFO] DataSourcePool [HomeSpawnPlus] autoCommit[false] transIsolation[sERIALIZABLE] min[2] max[20] 2014-02-03 10:11:12 [iNFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader] 2014-02-03 10:11:13 [iNFO] Entities enhanced[0] subclassed[7] 2014-02-03 10:11:13 [iNFO] [CreeperControl] Loading CreeperControl v0.4.0 2014-02-03 10:11:13 [iNFO] [HomeSpawnPlus] Loading HomeSpawnPlus v1.7.7.2 2014-02-03 10:11:13 [iNFO] Adding biome mapping 65 Desert Oil Field at BiomeBase[65] 2014-02-03 10:11:13 [iNFO] Adding biome mapping 66 Ocean Oil Field at BiomeBase[66] 2014-02-03 10:11:13 [iNFO] Adding biome mapping 217 Limbo at BiomeBase[217] 2014-02-03 10:11:13 [iNFO] Adding biome mapping 218 Pocket Dimension at BiomeBase[218] 2014-02-03 10:11:13 [iNFO] Preparing level "worldd" 2014-02-03 10:11:13 [iNFO] Registered command debug with permission node vanilla.command.debug 2014-02-03 10:11:13 [iNFO] Registered command scoreboard with permission node vanilla.command.scoreboard 2014-02-03 10:11:14 [iNFO] Registering Pocket Dims 2014-02-03 10:11:14 [iNFO] Loading DimDoors data 2014-02-03 10:11:14 [iNFO] Preparing start region for level 0 (Dimension: 0, Seed: -7988410723487421695) 2014-02-03 10:11:14 [iNFO] Preparing start region for level 1 (Dimension: -23, Seed: 9045852381298361271) 2014-02-03 10:11:15 [iNFO] Preparing start region for level 2 (Dimension: 1, Seed: 9045852381298361271) 2014-02-03 10:11:15 [iNFO] Preparing start region for level 3 (Dimension: -1, Seed: 9045852381298361271) 2014-02-03 10:11:15 [iNFO] [CreeperControl] Enabling CreeperControl v0.4.0 2014-02-03 10:11:15 [iNFO] [CreeperControl] CreeperControl 0.4.0 (Build null) is enabled! 2014-02-03 10:11:15 [iNFO] [CreeperControl] [CreeperControl] Controlling Creepers TNT 2014-02-03 10:11:15 [iNFO] [HomeSpawnPlus] Enabling HomeSpawnPlus v1.7.7.2 2014-02-03 10:11:15 [iNFO] [HomeSpawnPlus] Loaded 138 locale strings (0 overrides) 2014-02-03 10:11:15 [iNFO] [HomeSpawnPlus] using SUPERPERMS for permissions 2014-02-03 10:11:15 [iNFO] [HomeSpawnPlus] Vault not found, HSP economy features are disabled 2014-02-03 10:11:16 [sEVERE] Error occurred while enabling HomeSpawnPlus v1.7.7.2 (Is it up to date?) java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_7_R1/CraftServer at org.morganm.homespawnplus.command.CommandRegister.register(CommandRegister.java:107) at org.morganm.homespawnplus.command.CommandRegister.register(CommandRegister.java:170) at org.morganm.homespawnplus.command.CommandRegister.registerDefaultCommand(CommandRegister.java:301) at org.morganm.homespawnplus.command.CommandRegister.registerAllCommands(CommandRegister.java:354) at org.morganm.homespawnplus.HomeSpawnPlus.onEnable(HomeSpawnPlus.java:293) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:384) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:383) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:303) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:285) at net.minecraft.server.MinecraftServer.func_71243_i(MinecraftServer.java:479) at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:445) at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:385) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:214) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:588) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573) Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_7_R1.CraftServer at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:346) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:338) at java.lang.ClassLoader.loadClass(ClassLoader.java:423) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) ... 16 more 2014-02-03 10:11:16 [iNFO] Server permissions file permissions.yml is empty, ignoring it 2014-02-03 10:11:16 [iNFO] Could not determine default inventory size for type codechicken.enderstorage.storage.item.TileEnderChest using size of 9 2014-02-03 10:11:16 [iNFO] Done (5.235s)! For help, type "help" or "?" 2014-02-03 10:11:16 [iNFO] Registered command cofh with permission node cofh.command.CommandHandler 2014-02-03 10:11:16 [iNFO] Registered command ssinvite with permission node micdoodle8.mods.galacticraft.core.command.GCCoreCommandSpaceStationAddOwner 2014-02-03 10:11:16 [iNFO] Registered command ssuninvite with permission node micdoodle8.mods.galacticraft.core.command.GCCoreCommandSpaceStationRemoveOwner 2014-02-03 10:11:16 [iNFO] Registered command buildcraft with permission node buildcraft.core.CommandBuildCraft 2014-02-03 10:11:16 [iNFO] Registered command modflag with permission node universalelectricity.prefab.flag.CommandFlag 2014-02-03 10:11:16 [iNFO] Registered command chunkloaders with permission node codechicken.chunkloader.CommandChunkLoaders 2014-02-03 10:11:16 [iNFO] Registered command ccdebug with permission node codechicken.chunkloader.CommandDebugInfo 2014-02-03 10:11:16 [iNFO] Registered command dd-resetdungeons with permission node StevenDimDoors.mod_pocketDim.commands.CommandResetDungeons 2014-02-03 10:11:16 [iNFO] Registered command dd-rift with permission node StevenDimDoors.mod_pocketDim.commands.CommandCreateDungeonRift 2014-02-03 10:11:16 [iNFO] Registered command dd-deletelinks with permission node StevenDimDoors.mod_pocketDim.commands.CommandDeleteAllLinks 2014-02-03 10:11:16 [iNFO] Registered command dd-deletedimension with permission node StevenDimDoors.mod_pocketDim.commands.CommandDeleteDimensionData 2014-02-03 10:11:16 [iNFO] Registered command dd-??? with permission node StevenDimDoors.mod_pocketDim.commands.CommandDeleteRifts 2014-02-03 10:11:16 [iNFO] Registered command dd-export with permission node StevenDimDoors.mod_pocketDim.commands.CommandEndDungeonCreation 2014-02-03 10:11:16 [iNFO] Registered command dd-dimensiondata with permission node StevenDimDoors.mod_pocketDim.commands.CommandPrintDimensionData 2014-02-03 10:11:16 [iNFO] Registered command dd-prune with permission node StevenDimDoors.mod_pocketDim.commands.CommandPruneDimensions 2014-02-03 10:11:16 [iNFO] Registered command dd-create with permission node StevenDimDoors.mod_pocketDim.commands.CommandStartDungeonCreation 2014-02-03 10:11:16 [iNFO] Loading DimDoors data 2014-02-03 10:11:16 [iNFO] Registered command ee3 with permission node com.pahimar.ee3.command.CommandEE 2014-02-03 10:11:16 [iNFO] Registered command logisticspipes with permission node logisticspipes.commands.LogisticsPipesCommand 2014-02-03 10:11:16 [iNFO] Registered command tpx with permission node com.xcompwiz.mystcraft.command.CommandTPX 2014-02-03 10:11:16 [iNFO] Registered command myst-create with permission node com.xcompwiz.mystcraft.command.CommandCreateDim 2014-02-03 10:11:16 [iNFO] Registered command myst-agebook with permission node com.xcompwiz.mystcraft.command.CommandCreateAgebook 2014-02-03 10:11:16 [iNFO] Registered command myst-toggleworldinstability with permission node com.xcompwiz.mystcraft.command.CommandToggleWorldInstability 2014-02-03 10:11:16 [iNFO] Registered command toggledownfall with permission node com.xcompwiz.mystcraft.command.CommandToggleDownfall 2014-02-03 10:11:16 [iNFO] Registered command time with permission node com.xcompwiz.mystcraft.command.CommandTime 2014-02-03 10:11:16 [iNFO] Registered command myst-permissions with permission node com.xcompwiz.mystcraft.command.CommandMystPermissions 2014-02-03 10:11:16 [iNFO] Registered command myst-regenchunk with permission node com.xcompwiz.mystcraft.command.CommandRegenerateChunk 2014-02-03 10:11:16 [iNFO] Registered command tps with permission node mods.immibis.core.commands.TPSCommand 2014-02-03 10:11:16 [iNFO] Registered command dimanc with permission node mods.immibis.chunkloader.DimensionalAnchors$1 2014-02-03 10:11:17 [iNFO] Loading NEI 2014-02-03 10:11:50 [iNFO] There are 0/16 players online: [m
-
Why not let the launcher open the link/adf.ly page in an embedded browser and make it listen to certain events on that page to save the file to a predefined location?
-
It was more aimed at avoiding the whole "Tekkit is distributing without my sayso" issue. This installer idea would only distribute "compatibility config files", and it does so depending on which mods you select. The rest is downloaded at the request of the end-user.
-
Maybe add an insane high EU requirement to get it started? Once you get it started without problems (add lots of variables which have to be perfectly tuned), it will generate enough EU to provide the EU to maintain its own power consumption. So even though some rare ingredients might not be as rare as you would like to see, the greatest challenge in this idea would be that of balancing all variables (an aspect we see in real-life fusion tech as well).
-
You are correct that relying on EMC might be problematic, however, can I build a Philosopher's_Stone on your server? In that case I can still create a high EMC valued item and use that to charge the block prior to materializing the building. But back to the first statement, let's try to keep in EU based instead. That means you need to build an EU installation around the block that will generate the building. Cumbersome but on the other hand, you ARE moving a building around. Pointing back at my last edit on the end, perhaps you can have the portability AND have firm requirements for this block. Separate the stored data from the device that builds/scans it. The device scans and stores the building on a Quantum Vault Crystal. Crystal needs to be charged (hoping the mod-framework supports items with an adjustable max_charge value). This charged Quantum Vault Crystal needs to be placed in a Quantum Vault Builder and the contents of the crystal is emptied as the building is materialized. EDIT: (But the whole concept of transforming a building into data in a vault/crystal reeks of EE-mod, something tels me this should be done with EMC somehow.)
-
Condolences on the passing of your buzz. May it rest in peace. So the only relation this idea has to the Tardis is the storing of large constructions in a small area? In that case the Quantum Vault is nothing but a storage device. Since this exists but is slow, we make an alternative method. However, the cost of the existing method needs to be translated to something else. I think this block should need EU or EMC directly related to the amount of blocks stored inside along with the value of each block. However, since the builder also works with templates, why not borrow their system? So we create a variation on the Template Drawing Table but instead of making a copy, the building itself is removed. Since I don't know how to limit the area being stored, I guess we'll stick with the Landmarks of buildcraft for now. So you scanned the building, and picked up the blocks afterwards. It now contains a building. This building could be HUGE or tiny. To get it out, you need to charge the block, because there is no such thing as a free lunch. The easiest implementation would be to allow it to be charged with EU, just pop it in a MFE or higher, and charge it like a battery. This implementation depends on the possibility to create a chargeable object with a variable max-charge value. Lacking this, the device would need to be powered after placing it on the new location. Seeing how EU's don't allow themselves to be portable in large quantities, I would suggest allowing it to be charged with EMC instead, because a Klein_Star is easier to carry around compared to large amounts of batteries. Toughts? EDIT PS: Perhaps it's a nice idea to separate the scanning and the building device, and have them spit out a "Quantum Vault Crystal", which still needs to be charged and placed in a Quantum Builder.
-
I am following your request you made in your first post: This is my feedback. Assuming the core purpose for this mod is to reproduce something that can be placed and moved like a Tardis, I am wondering about how RedPower2 transforms a collection of blocks into a single entity prior to moving them with the aid of Support Frames and Frame_Motors. Transforming the Tardis in this case into a single entity would be one possible way to store a section. Next is the intent, as previous stated it seems we're trying to mimic something like the Tardis. This, to me, seems do be about transportation. Because already have something like the Builder, where a building is reconstructed using the blocks supplied to it. So we wants something different, a way to use a building as transport. This seems to me like a way of teleporting where the building is taken along for the ride. Part of me things that the origin and destination should have this Quantum Vault present already. But we could also look at the way a Obsidian Netherportal is generated at the point of entree when a player enters the Overworld from the Nether at a new location. Which of these two ways of moving a structure should we follow? Both represent their own limitations and possibilities. Or did I make a wrong assumption a step earlier? Did you infact wanted an instant building generator, like the Builder from BuilderCraft?
-
I remember the antivirus/mallware application called "Hitman Pro". It did nothing more but download and execute different antivirus software and handle the clicking of buttons for you before remove those applications again after use. So he didn't actually redistribute those applications, he just facilitated the end-user to do this automatically. Would it be possible for Technic/Tekkit to follow the same methodology? Let the end-user pick the mods he wants and let the tekkit installer download and supply the additional config files where needed. The end-user is the one downloading the mods, the launcher supplies the solution to make it all work. Just an idea.
-
You are suppose to cement those holes up everytime, that is how a brainfart becomes a design-document. That is, IF you actually like this idea enough to have a flying chance to become real.
-
When "this" isn't defined, "this" can't be made. Like hiring a filming crew without a story. Specially in tekkit, the full scale of the functionality drasticly changes the way the game-element will change the game. Another question, I just stored a whole biome in my Quantum Vault and now place my Quantum Vault in this nice city somebody else made. Will your Quantum Vault erase the whole city?
-
So, I dig down to bedrock, place this block in a nice hole in the wall, and activate it. Howmuch of the map do I make disappear?
-
I thought this emc pipe would be a mod, for a mod. RedPower does not have a Wireless Jammer, ChickenBone's mod does. Eloraam's mod will never have EMC pipes, this mod does.
-
So, no electricity? I'd understand you'd want this EE-mod pipe to work without additional mods. However, it would be kinda nice to allow it to interact with multiple mod elements. Pure EE, it consumes EMC in the process of transporting it like LazDude2012 mentioned. You can also attach IndustrialCraft's cables with their different voltages. The different voltages produce different Stabiliser Field strength which actually means less loss. Less loss by no means should become no loss. The Stabiliser Field Emitter (or the pipes) should explode when fed more as 128 EU (MV), just so people have to think carefully when transferring EMC. It also accepts Blutricity. Because Blutricity only comes in one flavour, Blutricity will be considered alike to 128 EU (MV) and result in the optimal EMC transfer. (all examples are of course subjected to losses over distance, EMC efficiency is calculated using the resulting blu- and electricity) Unrelated from electricity: Do you need a Stabiliser Field Emitter on both ends of the EMC pipe?
-
I always saw EMC as some kind of pure quantum plasma... thingy. And the thing about containing plasma is that you need an containment field. Part of me wants this emc-tube to require electricity to work. And the more electricity, the less EMC is lost per distance. But this is just an opinion. And has no game-balancing arguments to support it.