FTB Unleashed File Load error

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Cheetohz

New Member
Jul 29, 2019
56
0
0
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)
 

Steviej1801

New Member
Jul 29, 2019
8
0
0
Getting the same error. Using Unleashed 1.1.6 pack. It doesn't stop the game from loading though. Is there a fix for it?

EDIT - I made a new text file named scripts.txt and put it into openperipheral folder and now I don't get the error anymore.