T1tan1umTurtl3 Posted December 4, 2013 Posted December 4, 2013 Hey. I started a Tekkit server on my Ubuntu Server 13.10, i started the server and started to play, but some blocks are missing. the stuff i see right away is my Basic Components Battery Box all of them. the server seems to want to not allow any one on when the server is running in online mode. i keep getting the following errors Error #1 2013-12-04 15:01:26 [iNFO] [sTDERR] java.io.FileNotFoundException: /home/Minecraft/NewTekkit/./openperipheral/scripts.txt (No such file or directory) 2013-12-04 15:01:26 [iNFO] [sTDERR] at java.io.FileInputStream.open(Native Method) 2013-12-04 15:01:26 [iNFO] [sTDERR] at java.io.FileInputStream.<init>(FileInputStream.java:146) 2013-12-04 15:01:26 [iNFO] [sTDERR] at java.io.FileInputStream.<init>(FileInputStream.java:101) 2013-12-04 15:01:26 [iNFO] [sTDERR] at java.io.FileReader.<init>(FileReader.java:58) 2013-12-04 15:01:26 [iNFO] [sTDERR] at openperipheral.common.util.FileLineReader.readLineByLine(FileLineReader.java:18) 2013-12-04 15:01:26 [iNFO] [sTDERR] at openperipheral.common.util.MountingUtils.refreshLatestFiles(MountingUtils.java:14) 2013-12-04 15:01:26 [iNFO] [sTDERR] at openperipheral.OpenPeripheral.preInit(OpenPeripheral.java:93) 2013-12-04 15:01:26 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-12-04 15:01:26 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2013-12-04 15:01:26 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2013-12-04 15:01:26 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Method.java:606) 2013-12-04 15:01:26 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494) 2013-12-04 15:01:26 [iNFO] [sTDERR] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) 2013-12-04 15:01:26 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2013-12-04 15:01:26 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Method.java:606) 2013-12-04 15:01:26 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2013-12-04 15:01:26 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-12-04 15:01:26 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) 2013-12-04 15:01:26 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2013-12-04 15:01:26 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2013-12-04 15:01:26 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192) 2013-12-04 15:01:26 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172) 2013-12-04 15:01:26 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-12-04 15:01:26 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2013-12-04 15:01:26 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2013-12-04 15:01:26 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Method.java:606) 2013-12-04 15:01:26 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2013-12-04 15:01:26 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-12-04 15:01:26 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) 2013-12-04 15:01:26 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2013-12-04 15:01:26 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2013-12-04 15:01:26 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103) 2013-12-04 15:01:26 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:515) 2013-12-04 15:01:26 [iNFO] [sTDERR] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:85) 2013-12-04 15:01:26 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350) 2013-12-04 15:01:26 [iNFO] [sTDERR] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69) 2013-12-04 15:01:26 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431) 2013-12-04 15:01:26 [iNFO] [sTDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573) Error #2 2013-12-04 15:01:37 [iNFO] [sTDOUT] IC2 API: Call getItem failed for electronicCircuit 2013-12-04 15:01:37 [iNFO] [sTDOUT] IC2 API: Call getItem failed for advancedCircuit 2013-12-04 15:01:37 [iNFO] [sTDOUT] IC2 API: Call getItem failed for iridiumPlate 2013-12-04 15:01:37 [iNFO] [sTDOUT] IC2 API: Call getItem failed for energyCrystal 2013-12-04 15:01:37 [sEVERE] [ForgeModLoader] Universal Recipes: Error Registering calclavia:ADVANCED_BATTERY 2013-12-04 15:01:37 [iNFO] [sTDOUT] IC2 API: Call getItem failed for reBattery 2013-12-04 15:01:37 [iNFO] [sTDOUT] IC2 API: Call getItem failed for batBox 2013-12-04 15:01:37 [sEVERE] [ForgeModLoader] Universal Recipes: Error Registering calclavia:BATTERY_BOX 2013-12-04 15:01:37 [iNFO] [sTDOUT] IC2 API: Call getItem failed for wrench 2013-12-04 15:01:37 [sEVERE] [ForgeModLoader] Universal Recipes: Error Registering calclavia:WRENCH 2013-12-04 15:01:37 [iNFO] [sTDOUT] IC2 API: Call getItem failed for generator 2013-12-04 15:01:37 [sEVERE] [ForgeModLoader] Universal Recipes: Error Registering calclavia:MOTOR Error #3 2013-12-04 15:01:38 [iNFO] [sTDERR] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler 2013-12-04 15:01:38 [iNFO] [sTDERR] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler 2013-12-04 15:01:38 [iNFO] [sTDERR] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler 2013-12-04 15:01:38 [iNFO] [sTDERR] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler 2013-12-04 15:01:38 [iNFO] [sTDERR] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler Error #4 2013-12-04 15:01:41 [WARNING] [MMMPS-SERVER] Failed to get MFFS item! 2013-12-04 15:01:41 [WARNING] [MMMPS-SERVER] Failed to get Thermal Expansion item energyFrameFull 2013-12-04 15:01:41 [WARNING] [MMMPS-SERVER] Failed to get Thermal Expansion item teleportBase Besides those the server works fine. Not sure if it is needed but i can give a server launch load POST thing. Quote
TehTub Posted December 9, 2013 Posted December 9, 2013 Error 1: Dunno Error 2-4 are normal. 2 is the holdover API for IC2 trying to register recipies. Since IC2 isnt in Tekkit anymore its not a problem. Like wise for Error 3. Error 4 is Modular Powersuits saying that it was unable to register its recipes to use MFFS, and TE... If i remember the stock config for MPS (Modular Powersuit) correctly, you can define what sort of materials the modules use in their recipes, from Vanilla items to Thermal Expansion and IC2... I think Tekkit ships with Vanilla (dont quote me on that) as its recipe base. Quote
nsgb Posted January 5, 2014 Posted January 5, 2014 Error 1: Dunno For some reason these files are not created by the mod, and they are not shipped with the installation. You can find the missing files at the openperipherals github page: https://github.com/OpenMods/OpenPeripheral/tree/master/assets/openperipheral Be careful, these files may be for a newer build then the one you finds in Tekkit. I just created a empty lua directory and a empty scripts.txt to get rid of the error. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.