Anyone know what should be here, and/or why it is missing?
Code:
2013-07-31 22:37:02 [SEVERE] java.io.FileNotFoundException: /home/gameserver/FTB/./openperipheral/scripts.txt (No such file or directory)
2013-07-31 22:37:02 [SEVERE]at java.io.FileInputStream.open(Native Method)
2013-07-31 22:37:02 [SEVERE]at java.io.FileInputStream.<init>(FileInputStream.java:138)
2013-07-31 22:37:02 [SEVERE]at java.io.FileInputStream.<init>(FileInputStream.java:97)
2013-07-31 22:37:02 [SEVERE]at java.io.FileReader.<init>(FileReader.java:58)
2013-07-31 22:37:02 [SEVERE]at openperipheral.common.util.FileLineReader.readLineByLine(FileLineReader.java:18)
2013-07-31 22:37:02 [SEVERE]at openperipheral.common.util.MountingUtils.refreshLatestFiles(MountingUtils.java:14)
2013-07-31 22:37:02 [SEVERE]at openperipheral.OpenPeripheral.preInit(OpenPeripheral.java:93)
2013-07-31 22:37:02 [SEVERE]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-07-31 22:37:02 [SEVERE]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2013-07-31 22:37:02 [SEVERE]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-07-31 22:37:02 [SEVERE]at java.lang.reflect.Method.invoke(Method.java:606)
2013-07-31 22:37:02 [SEVERE]at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
2013-07-31 22:37:02 [SEVERE]at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2013-07-31 22:37:02 [SEVERE]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-07-31 22:37:02 [SEVERE]at java.lang.reflect.Method.invoke(Method.java:606)
2013-07-31 22:37:02 [SEVERE]at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-07-31 22:37:02 [SEVERE]at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-07-31 22:37:02 [SEVERE]at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-07-31 22:37:02 [SEVERE]at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-07-31 22:37:02 [SEVERE]at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-07-31 22:37:02 [SEVERE]at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)
2013-07-31 22:37:02 [SEVERE]at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
2013-07-31 22:37:02 [SEVERE]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-07-31 22:37:02 [SEVERE]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2013-07-31 22:37:02 [SEVERE]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-07-31 22:37:02 [SEVERE]at java.lang.reflect.Method.invoke(Method.java:606)
2013-07-31 22:37:02 [SEVERE]at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-07-31 22:37:02 [SEVERE]at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-07-31 22:37:02 [SEVERE]at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-07-31 22:37:02 [SEVERE]at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-07-31 22:37:02 [SEVERE]at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-07-31 22:37:02 [SEVERE]at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
2013-07-31 22:37:02 [SEVERE]at cpw.mods.fml.common.Loader.loadMods(Loader.java:515)
2013-07-31 22:37:02 [SEVERE]at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:85)
2013-07-31 22:37:02 [SEVERE]at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
2013-07-31 22:37:02 [SEVERE]at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:94)
2013-07-31 22:37:02 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:574)
2013-07-31 22:37:02 [SEVERE]at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)