Sei sulla pagina 1di 14

FTB Launcher logs:

[18:37:34] [DEBUG] Main.main:142: Launcher arguments: []


[18:37:34] [INFO] JGoogleAnalyticsTracker$2.run:484: AnalyticsBackgroundThread s
tarted
[18:37:34] [INFO] MainHelpers.printInfo:33: FTBLaunch starting up (version 1.4.5
Build: 10405)
[18:37:34] [DEBUG] MainHelpers.printInfo:34: System's default JVM: (This is not
always used to launch MC)
[18:37:34] [DEBUG] MainHelpers.printInfo:35: Java version: 1.7.0_67
[18:37:34] [DEBUG] MainHelpers.printInfo:36: Java vendor: Oracle Corporation
[18:37:34] [DEBUG] MainHelpers.printInfo:37: Java home: C:\Program Files (x86)\J
ava\jre7
[18:37:34] [DEBUG] MainHelpers.printInfo:38: Java specification: Java Virtual Ma
chine Specification version: 1.7 by Oracle Corporation
[18:37:34] [DEBUG] MainHelpers.printInfo:40: Java vm: Java HotSpot(TM) Client VM
version: 24.65-b04 by Oracle Corporation
[18:37:34] [INFO] MainHelpers.printInfo:41: OS: Windows 8.1 6.3 (64-bit)
[18:37:34] [INFO] MainHelpers.printInfo:42: Launcher Install Dir: C:\Users\Miche
al\Desktop
[18:37:34] [INFO] MainHelpers.printInfo:43: System memory: 2756M free, 4014M tot
al
[18:37:34] [ERROR] OutputOverride.write:45: From Console: Feb 11, 2015 6:37:34 P
M java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0
x80000002. Windows RegCreateKeyEx(...) returned error code 5.
[18:37:35] [INFO] JavaFinder.parseJavaVersion:175: The FTB Launcher has found th
e following Java versions installed:
[18:37:35] [INFO] JavaFinder.parseJavaVersion:177: Java Version: 1.7.0_67 sorted
as: 1.7.0_67 32 Bit Java at : C:\Program Files (x86)\Java\jre7\bin\java.exe
[18:37:35] [INFO] JavaFinder.parseJavaVersion:177: Java Version: 1.7.0_55 sorted
as: 1.7.0_55 64 Bit Java at : C:\Program Files\Java\jre7\bin\java.exe
[18:37:35] [INFO] JavaFinder.parseJavaVersion:177: Java Version: 1.7.0_67 sorted
as: 1.7.0_67 32 Bit Java at : C:\WINDOWS\system32\java.exe
[18:37:35] [INFO] JavaFinder.parseJavaVersion:177: Java Version: 1.7.0_67 sorted
as: 1.7.0_67 32 Bit Java at : C:\WINDOWS\SysWOW64\java.exe
[18:37:35] [INFO] JavaFinder.parseJavaVersion:177: Java Version: 1.7.0_67 sorted
as: 1.7.0_67 32 Bit Java at : C:\Program Files (x86)\Java\jre7\bin\java.exe
[18:37:35] [INFO] JavaFinder.parseJavaVersion:207: Preferred: Java Version: 1.7.
0_55 sorted as: 1.7.0_55 64 Bit Java at : C:\Program Files\Java\jre7\bin\java.ex
e
[18:37:36] [INFO] DownloadUtils.run:431: DownloadUtils.run() starting
[18:37:36] [INFO] I18N.addFiles:97: [i18n] Fallback enUS loaded
[18:37:36] [INFO] I18N.setLocale:120: [i18n] enUS English (US) language file loa
ded!
[18:37:36] [INFO] LoadingDialog.advance:48: Checking installation location
[18:37:36] [INFO] LoadingDialog.advance:48: Loading user data
[18:37:36] [INFO] User.readObject:154: Password is now encrypted with new key
[18:37:36] [INFO] User.readObject:155: Converted password will be saved to disk
after successful login
[18:37:36] [DEBUG] OSUtils.getMacAddress:353: Interface: Realtek PCIe GBE Family
Controller : eth0
[18:37:36] [DEBUG] DownloadUtils.run:451: Balance Settings: 0.75 > 0.53143257336
59632
[18:37:36] [INFO] DownloadUtils.run:453: Balance has selected Automatic:CurseCDN
[18:37:36] [DEBUG] Benchmark.logBenchAs:73: Download Utils Bal took 469 ms.
[18:37:37] [DEBUG] CipherCore.doFinal:811->CryptoUtils.decrypt:88: foo: javax.cr
ypto.BadPaddingException: Given final block not properly padded
com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:811)
com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:676)
com.sun.crypto.provider.AESCipher.engineDoFinal(AESCipher.java:313)

javax.crypto.Cipher.doFinal(Cipher.java:2087)
net.ftb.util.CryptoUtils.decrypt(CryptoUtils.java:83)
net.ftb.data.User.readObject(User.java:156)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
java.io.ObjectStreamClass.invokeReadObject(Unknown Source)
java.io.ObjectInputStream.readSerialData(Unknown Source)
java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
java.io.ObjectInputStream.readObject0(Unknown Source)
java.io.ObjectInputStream.readObject(Unknown Source)
net.ftb.data.UserManager.read(UserManager.java:98)
net.ftb.data.UserManager.<init>(UserManager.java:46)
net.ftb.main.Main.mainGUI(Main.java:288)
net.ftb.main.Main.main(Main.java:184)
[18:37:37] [INFO] User.readObject:154: Password is now encrypted with new key
[18:37:37] [INFO] User.readObject:155: Converted password will be saved to disk
after successful login
[18:37:37] [DEBUG] CipherCore.doFinal:811->CryptoUtils.decrypt:88: foo: javax.cr
ypto.BadPaddingException: Given final block not properly padded
com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:811)
com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:676)
com.sun.crypto.provider.AESCipher.engineDoFinal(AESCipher.java:313)
javax.crypto.Cipher.doFinal(Cipher.java:2087)
net.ftb.util.CryptoUtils.decrypt(CryptoUtils.java:83)
net.ftb.data.User.readObject(User.java:156)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
java.io.ObjectStreamClass.invokeReadObject(Unknown Source)
java.io.ObjectInputStream.readSerialData(Unknown Source)
java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
java.io.ObjectInputStream.readObject0(Unknown Source)
java.io.ObjectInputStream.readObject(Unknown Source)
net.ftb.data.UserManager.read(UserManager.java:98)
net.ftb.data.UserManager.<init>(UserManager.java:46)
net.ftb.main.Main.mainGUI(Main.java:288)
net.ftb.main.Main.main(Main.java:184)
[18:37:37] [INFO] LoadingDialog.advance:48: Creating Console window
[18:37:37] [INFO] LoadingDialog.advance:48: Creating main window
[18:37:37] [DEBUG] AuthlibDLWorker.doInBackground:58: Loading Authlib...
[18:37:37] [DEBUG] Benchmark.logBenchAs:73: Download Utils CH took 1281 ms.
[18:37:37] [DEBUG] Benchmark.logBenchAs:73: Download Utils Curse took 1422 ms.
[18:37:37] [INFO] DownloadUtils.run:507: DL ready
[18:37:38] [INFO] AuthlibDLWorker.downloadJars:137: Local Authlib Version is goo
d, skipping Download
[18:37:38] [INFO] AuthlibDLWorker.doInBackground:70: Adding Authlib to Classpath
[18:37:38] [INFO] OptionsPane.<init>:153: [i18n] Added 0 enUS to options pane
[18:37:38] [INFO] OptionsPane.<init>:153: [i18n] Added 1 cyGB to options pane
[18:37:38] [INFO] OptionsPane.<init>:153: [i18n] Added 2 daDK to options pane
[18:37:38] [INFO] OptionsPane.<init>:153: [i18n] Added 3 deDE to options pane
[18:37:38] [INFO] OptionsPane.<init>:153: [i18n] Added 4 enUS to options pane
[18:37:38] [INFO] OptionsPane.<init>:153: [i18n] Added 5 enGB to options pane
[18:37:38] [INFO] OptionsPane.<init>:153: [i18n] Added 6 esES to options pane
[18:37:38] [INFO] OptionsPane.<init>:153: [i18n] Added 7 fiFI to options pane
[18:37:38] [INFO] OptionsPane.<init>:153: [i18n] Added 8 frFR to options pane
[18:37:38] [INFO] OptionsPane.<init>:153: [i18n] Added 9 itIT to options pane
[18:37:38] [INFO] OptionsPane.<init>:153: [i18n] Added 10 nlNL to options pane

[18:37:38] [INFO] OptionsPane.<init>:153: [i18n] Added 11 noNO to options pane


[18:37:38] [INFO] OptionsPane.<init>:153: [i18n] Added 12 maHU to options pane
[18:37:38] [INFO] OptionsPane.<init>:153: [i18n] Added 13 ptBR to options pane
[18:37:38] [INFO] OptionsPane.<init>:153: [i18n] Added 14 ptPT to options pane
[18:37:38] [INFO] OptionsPane.<init>:153: [i18n] Added 15 ruRU to options pane
[18:37:38] [INFO] OptionsPane.<init>:153: [i18n] Added 17 zhCN to options pane
[18:37:38] [INFO] OptionsPane.<init>:153: [i18n] Added 16 svSE to options pane
[18:37:38] [INFO] I18N.setLocale:120: [i18n] enUS English (US) language file loa
ded!
[18:37:38] [DEBUG] Benchmark.logBenchAs:73: UnreadNews Init took 38 ms.
[18:37:39] [INFO] DownloadUtils.run:540: Using download server Automatic:CurseCD
N on host ftb.cursecdn.com (198.41.208.103)
[18:37:39] [DEBUG] Benchmark.logBenchAs:73: Download Utils Init took 2894 ms.
[18:37:39] [INFO] LoadingDialog.advance:48: Setting up Launcher
[18:37:39] [DEBUG] UpdateChecker.<init>:72: Launcher Install path: C:\Users\Mich
eal\Desktop\FTB_Launcher-1.4.5-16.jar
[18:37:39] [INFO] LoadingDialog.advance:48: Downloading pack data
[18:37:39] [DEBUG] UpdateChecker.shouldUpdate:133: updater: buildjenk 9999999 <
betajenk 0|| version 10405 < 0
[18:37:39] [DEBUG] UpdateChecker.shouldUpdate:134: latest = 0
[18:37:39] [DEBUG] Benchmark.logBenchAs:73: Authlib DL Worker Init took 2441 ms.
[18:37:42] [INFO] ModpackLoader.run:72: Loading modpack information for modpacks
.xml...
[18:37:48] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 1 (Infinity 1.
7)
[18:37:48] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 2 (Direwolf20)
[18:37:48] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 3 (Pax South 2
015 Map)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 4 (Resurrectio
n)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 5 (Monster)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 6 (Direwolf20)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 7 (Alpha FTBLi
te 3)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 8 (Alpha FTB M
age Quest)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 9 (Horizons)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 10 (Tech World
2)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 11 (Magic Worl
d 2)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 12 (FTBLite2)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 13 (FTB Unleas
hed)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 14 (FTB Ultima
te)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 15 (Unstable 1
.7.x (Public Beta Test Pack))
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 16 (FTB Lite)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 17 (Direwolf20
1.5 v2)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 18 (Direwolf20
Pack)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 19 (MindCrack
Pack)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 20 (YogCraft M
odpack)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 21 (FTB Unhing
ed)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 22 (Magic Worl

d)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 23 (Tech World
)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 24 (Pax Prime
2014 Map)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 25 (Pax East 2
014 Map)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 26 (Pax Challe
nge Pack 2013)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 27 (Feed The B
east Retro SSP)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 28 (Feed The B
east Retro SMP)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 29 (Slow's Str
eam Pack)
[18:37:49] [INFO] AbstractModPackPane$3.run:155: Adding FTB Pack: 30 (Feed The B
east Beta Pack A)
[18:37:53] [INFO] ModpackLoader.run:72: Loading modpack information for thirdpar
ty.xml...
[18:37:54] [INFO] AbstractModPackPane$3.run:155: Adding Third Party Pack: 1 (Bla
st Off!)
[18:37:54] [INFO] AbstractModPackPane$3.run:155: Adding Third Party Pack: 2 (Mat
erial Energy^4)
[18:37:54] [INFO] AbstractModPackPane$3.run:155: Adding Third Party Pack: 3 (Tol
kienCraft II)
[18:37:54] [INFO] AbstractModPackPane$3.run:155: Adding Third Party Pack: 4 (Run
ning Red 2: Vampire Money)
[18:37:54] [INFO] AbstractModPackPane$3.run:155: Adding Third Party Pack: 5 (The
Dark Trilogy)
[18:37:54] [INFO] AbstractModPackPane$3.run:155: Adding Third Party Pack: 6 (Cra
sh Landing)
[18:37:54] [INFO] AbstractModPackPane$3.run:155: Adding Third Party Pack: 7 (Agr
arian Skies: Hardcore Quest)
[18:37:54] [INFO] AbstractModPackPane$3.run:155: Adding Third Party Pack: 8 (Mat
erial Energy^3)
[18:37:54] [INFO] AbstractModPackPane$3.run:155: Adding Third Party Pack: 9 (Tes
t Pack Please Ignore)
[18:37:54] [INFO] AbstractModPackPane$3.run:155: Adding Third Party Pack: 10 (Ru
nning Red)
[18:37:54] [INFO] AbstractModPackPane$3.run:155: Adding Third Party Pack: 11 (EP
iCCRAFT)
[18:37:54] [INFO] AbstractModPackPane$3.run:155: Adding Third Party Pack: 12 (Bl
oodNBones)
[18:37:54] [INFO] AbstractModPackPane$3.run:155: Adding Third Party Pack: 13 (Ma
gic Farm 2:Adventures in Technology)
[18:37:54] [INFO] AbstractModPackPane$3.run:155: Adding Third Party Pack: 14 (Va
nilla Minecraft)
[18:37:54] [INFO] ModpackLoader.run:72: Loading modpack information for BlastOff
.xml...
[18:37:54] [DEBUG] ModpackLoader.run:143: All packlists loaded
[18:37:54] [DEBUG] Benchmark.logBenchAs:73: Modpack Loader Init took 14812 ms.
[18:37:54] [DEBUG] Benchmark.logBenchAs:73: Launcher Startup(Modpacks loaded) to
ok 19409 ms.
[18:37:54] [INFO] LoadingDialog.advance:48: Opening main window
[18:37:54] [INFO] MapLoader.run:44: loading map information...
[18:37:54] [INFO] TexturePackLoader.run:44: loading texture pack information...
[18:37:54] [DEBUG] Benchmark.logBenchAs:73: MapLoader run took 375 ms.
[18:37:54] [DEBUG] Benchmark.logBenchAs:73: Launcher Startup(maps and texturepac
ks loaded) took 19800 ms.
[18:37:54] [DEBUG] Benchmark.logBenchAs:73: Launcher Startup(main window opened

and ready to use) took 19815 ms.


[18:37:54] [DEBUG] Benchmark.logBenchAs:73: Texture Pack Load took 625 ms.
[18:37:58] [INFO] MapUtils$6.run:265: Adding map 1 (Agrarian Skies Default Map)
[18:37:58] [INFO] MapUtils$6.run:265: Adding map 2 (Agrarian Skies Flat Map)
[18:37:58] [INFO] MapUtils$6.run:265: Adding map 3 (Agrarian Skies Server Map)
[18:37:58] [INFO] MapUtils$6.run:265: Adding map 4 (Direwolf20 Map Ep.0)
[18:37:58] [INFO] MapUtils$6.run:265: Adding map 5 (FTB Pax Challenge)
[18:37:58] [INFO] MapUtils$6.run:265: Adding map 6 (Direwolf20 Map Ep.0)
[18:37:58] [INFO] MapUtils$6.run:265: Adding map 7 (Direwolf20 Map Ep.10)
[18:37:58] [INFO] MapUtils$6.run:265: Adding map 8 (Direwolf20 Map Ep.20)
[18:37:58] [INFO] MapUtils$6.run:265: Adding map 9 (Direwolf20 Map Ep.30)
[18:37:58] [INFO] MapUtils$6.run:265: Adding map 10 (Direwolf20 Map Ep.40)
[18:37:58] [INFO] MapUtils$6.run:265: Adding map 11 (Direwolf20 Map Ep.50)
[18:37:58] [INFO] MapUtils$6.run:265: Adding map 12 (Direwolf20 Map Ep.80)
[18:37:58] [INFO] MapUtils$6.run:265: Adding map 13 (FTB Normal)
[18:37:58] [INFO] MapUtils$6.run:265: Adding map 14 (FTB Insanity)
[18:37:58] [INFO] TexturepackPane$6.run:255: Adding texture pack 1 (Soartex Fanv
er)
[18:37:58] [INFO] TexturepackPane$6.run:255: Adding texture pack 2 (Jadedcat Mix
pack)
[18:37:58] [INFO] TexturepackPane$6.run:255: Adding texture pack 3 (Invictus)
[18:37:58] [INFO] TexturepackPane$6.run:255: Adding texture pack 4 (Faithful)
[18:37:59] [INFO] TexturepackPane$6.run:255: Adding texture pack 5 (JohnSmith Te
chnicians Remix)
[18:37:59] [INFO] TexturepackPane$6.run:255: Adding texture pack 6 (Familiar yet
Different)
[18:37:59] [INFO] TexturepackPane$6.run:255: Adding texture pack 7 (Love And Tol
erance)
[18:38:41] [INFO] LaunchFrame.doLogin:438: Logging in...
[18:38:41] [DEBUG] LaunchFrame.runGameUpdater:486: ForceUpdate: false
[18:38:41] [DEBUG] LaunchFrame.runGameUpdater:487: installPath: C:\Users\Micheal
\Desktop
[18:38:41] [DEBUG] LaunchFrame.runGameUpdater:488: pack dir: BlastOff
[18:38:41] [DEBUG] LaunchFrame.runGameUpdater:489: pack check path: BlastOff\ver
sion
[18:38:41] [INFO] MCInstaller.gatherAssets:127: Checking local assets file, for
MC version1.7.10 Please wait!
[18:38:41] [DEBUG] MCInstaller.gatherAssets:132: Checking pack libraries
[18:38:41] [DEBUG] MCInstaller.gatherAssets:184: Checking minecraft version json
[18:39:06] [DEBUG] MCInstaller.gatherAssets:199: checking minecraft libraries
[18:39:06] [DEBUG] MCInstaller.gatherAssets:267: Checking minecraft assets
[18:40:01] [DEBUG] MCInstaller.gatherAssets:281: Starting TaskHandler to check M
C assets
[18:40:12] [DEBUG] Benchmark.logBenchAs:73: parallel asset check took 11442 ms.
[18:40:12] [INFO] MCInstaller.launchMinecraft:328: Setting up native libraries f
or Blast Off! v Recommended Version MC 1.7.10
[18:40:12] [DEBUG] MCInstaller.launchMinecraft:354: packbaseJSON 1.7.10
[18:40:15] [INFO] MCLauncher.syncAssets:241: Syncing Assets:
[18:40:15] [INFO] MCLauncher.launchMinecraft:76: Java Path: C:\Program Files\Jav
a\jre7\bin\javaw.exe
[18:40:15] [INFO] MCLauncher.launchMinecraft:77: Pack: Blast Off! 1.7.10
[18:40:15] [INFO] MCLauncher.setMemory:224: Setting MinMemory to 256
[18:40:15] [INFO] MCLauncher.setMemory:226: Setting MaxMemory to 1024
[18:40:15] [INFO] MCLauncher.launchMinecraft:99: Defaulting PermSize to 256m
[18:40:17] [DEBUG] Benchmark.logBenchAs:73: UnreadNews Init took 0 ms.
[18:40:19] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.co
mmon.launcher.FMLTweaker
[18:40:19] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.
fml.common.launcher.FMLTweaker
[18:40:19] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.

launcher.FMLTweaker
[18:40:19] [main/INFO] [FML]: Forge Mod Loader version 7.10.85.1291 for Minecraf
t 1.7.10 loading
[18:40:19] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version
1.7.0_55, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\
jre7
[18:40:20] [main/WARN] [FML]: The coremod mods.battlegear2.coremod.BattlegearLoa
dingPlugin does not have a MCVersion annotation, it may cause issues with this v
ersion of Minecraft
[18:40:20] [main/WARN] [FML]: The coremod appeng.transformer.AppEngCore does not
have a MCVersion annotation, it may cause issues with this version of Minecraft
[18:40:20] [main/INFO] [FML]: [AppEng] Core Init
[18:40:20] [main/WARN] [FML]: The coremod aroma1997.core.coremod.CoreMod does no
t have a MCVersion annotation, it may cause issues with this version of Minecraf
t
[18:40:21] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCor
ePlugin does not have a MCVersion annotation, it may cause issues with this vers
ion of Minecraft
[18:40:23] [main/INFO] [STDERR]: [codechicken.core.launch.DepLoader$DepLoadInst:
checkExisting:436]: Warning: version of ForgeMultipart, 1.1.1.320 is newer than
request 1.1.0.314
[18:40:23] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a
MCVersion annotation, it may cause issues with this version of Minecraft
[18:40:23] [main/WARN] [FML]: The coremod fastcraft.LoadingPlugin does not have
a MCVersion annotation, it may cause issues with this version of Minecraft
[18:40:23] [main/INFO] [FastCraft-core]: FastCraft loading...
[18:40:23] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does
not have a MCVersion annotation, it may cause issues with this version of Minec
raft
[18:40:23] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not
have a MCVersion annotation, it may cause issues with this version of Minecraft
[18:40:24] [main/WARN] [FML]: The coremod logisticspipes.asm.LogisticsPipesCoreL
oader does not have a MCVersion annotation, it may cause issues with this versio
n of Minecraft
[18:40:24] [main/WARN] [FML]: The coremod mariculture.fishery.VanillaOverride do
es not have a MCVersion annotation, it may cause issues with this version of Min
ecraft
[18:40:24] [main/WARN] [FML]: The coremod mekanism.common.asm.LoadingHook does n
ot have a MCVersion annotation, it may cause issues with this version of Minecra
ft
[18:40:24] [main/WARN] [FML]: The coremod micdoodle8.mods.miccore.MicdoodlePlugi
n does not have a MCVersion annotation, it may cause issues with this version of
Minecraft
[18:40:24] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does
not have a MCVersion annotation, it may cause issues with this version of Minec
raft
[18:40:24] [main/WARN] [FML]: The coremod openblocks.OpenBlocksCorePlugin does n
ot have a MCVersion annotation, it may cause issues with this version of Minecra
ft
[18:40:24] [main/WARN] [FML]: The coremod openmods.OpenModsCorePlugin does not h
ave a MCVersion annotation, it may cause issues with this version of Minecraft
[18:40:24] [main/WARN] [FML]: The coremod atomicstryker.stalkercreepers.common.S
CFMLCorePlugin does not have a MCVersion annotation, it may cause issues with th
is version of Minecraft
[18:40:24] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.co
mmon.launcher.FMLInjectionAndSortingTweaker
[18:40:24] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.co
mmon.launcher.FMLDeobfTweaker
[18:40:24] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.
launcher.FMLInjectionAndSortingTweaker

[18:40:24] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.


launcher.FMLInjectionAndSortingTweaker
[18:40:24] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:24] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:26] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certi
ficate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[18:40:26] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate
fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[18:40:26] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:26] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:26] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:27] [main/INFO] [Aroma1997Core]: Finished data injection.
[18:40:27] [main/INFO] [Aroma1997Core]: Finished data injection.
[18:40:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:27] [main/INFO] [FastCraft-core]: ColoredLights was not detected.
[18:40:27] [main/INFO] [FastCraft-core]: ShadersMod was not detected.
[18:40:27] [main/INFO] [FastCraft-core]: Optifine was not detected.
[18:40:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:27] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASM
TransformerClass:104]: Successfully Registered Transformer
[18:40:28] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:inject
Data:297]: [Micdoodle8Core]: Patching game...
[18:40:28] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:inject
Data:297]: [Micdoodle8Core]: Patching game...
[18:40:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc

her.CoreModManager$FMLPluginWrapper
[18:40:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:28] [main/INFO] [OpenMods]: openmods.config.simple.ConfigProcessor.proces
s(ConfigProcessor.java:73): Parsing config file 'C:\Users\Micheal\Desktop\BlastO
ff\minecraft\config\OpenModsLibCore.json'
[18:40:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.
launcher.FMLDeobfTweaker
[18:40:28] [main/INFO] [STDOUT]: [cofh.asm.PCCAccessTransformer:readMappingFile:
40]: Adding Accesstransformer map: CoFH_at.cfg
[18:40:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
her.CoreModManager$FMLPluginWrapper
[18:40:28] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.co
mmon.launcher.TerminalTweaker
[18:40:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.
launcher.TerminalTweaker
[18:40:28] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecra
ft.client.main.Main}
[18:40:29] [main/INFO] [battlegear2]: M&B - Patching Class Minecraft (bao)
[18:40:29] [main/INFO] [battlegear2]: Patching method Click Mouse in Minecraft
[18:40:29] [main/INFO] [battlegear2]: M&B - Patching Class Minecraft done
[18:40:29] [DEBUG] TexturePack.isCompatible:193: Texturepack is compatible with
Alpha FTB Mage Quest , but modpack not found
[18:40:29] [DEBUG] TexturePack.isCompatible:193: Texturepack is compatible with
Blast Off! , but modpack not found
[18:40:29] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:p
rintLog:1764]: Galacticraft successfully injected bytecode into: bdi (1 / 1)
[18:40:29] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:p
rintLog:1764]: Galacticraft successfully injected bytecode into: sv (1 / 1)
[18:40:29] [main/INFO] [FastCraft-core]: 1 / 19 applied
[18:40:29] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:p
rintLog:1764]: Galacticraft successfully injected bytecode into: sa (1 / 1)
[18:40:29] [main/INFO] [battlegear2]: M&B - Patching Class EntityPlayer (yz)
[18:40:29] [main/INFO] [battlegear2]: Adding new fields to EntityPlayer
[18:40:29] [main/INFO] [battlegear2]: Patching constructor in EntityPlayer
[18:40:29] [main/INFO] [battlegear2]: Patching method entityInit in EntityPlay
er
[18:40:29] [main/INFO] [battlegear2]: Patching method onUpdate in EntityPlayer
[18:40:29] [main/INFO] [battlegear2]: Patching method onItemUseFinish in Entit
yPlayer
[18:40:29] [main/INFO] [battlegear2]: Patching method setCurrentItemOrArmor in
EntityPlayer
[18:40:29] [main/INFO] [battlegear2]: Creating new methods in EntityPlayer
[18:40:29] [main/INFO] [battlegear2]: M&B - Patching Class EntityPlayer done
[18:40:29] [main/INFO] [FML]: [OpenBlocks] Trying to patch EntityPlayer.isInBed
(class: yz)
[18:40:29] [main/INFO] [FML]: [OpenBlocks] isInBed patch applied. Enabling sleep
ing bags
[18:40:30] [main/INFO] [OpenMods]: openmods.OpenModsClassTransformer$2$1.createV
isitor(OpenModsClassTransformer.java:113): Trying to apply movement callback (cl
ass: blk)
[18:40:30] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)
V - Public
[18:40:30] [main/INFO] [AE2-CORE]: func_146977_a_original(Lnet/minecraft/invento
ry/Slot;)V - New Method
[18:40:30] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)
V - Invoke Virtual
[18:40:30] [main/INFO] [FastCraft-core]: 2 / 19 applied

[18:40:31] [main/INFO]: Setting user: aceplayermike


[18:40:31] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:p
rintLog:1764]: Galacticraft successfully injected bytecode into: xk (1 / 1)
[18:40:31] [main/INFO] [Mariculture]: Patching the vanilla class: adb
[18:40:31] [main/INFO] [Mariculture]: Succesfully replaced Vanilla Fishing Rod a
nd Fish
[18:40:32] [main/INFO] [FastLeafDecay]: Patching leaves.
[18:40:32] [main/INFO] [FastLeafDecay]: Found Leave Class: net/minecraft/block/B
lockLeavesBase
[18:40:32] [main/INFO] [FastCraft-core]: 3 / 19 applied
[18:40:32] [main/INFO] [FastCraft-core]: 4 / 19 applied
[18:40:33] [Client thread/INFO]: LWJGL Version: 2.9.1
[18:40:33] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTran
sformer:printLog:1764]: Galacticraft successfully injected bytecode into: net/mi
necraftforge/client/ForgeHooksClient (1 / 1)
[18:40:33] [Client thread/INFO] [OpenMods]: openmods.OpenModsClassTransformer$6$
1.createVisitor(OpenModsClassTransformer.java:185): Trying to patch OpenGlHelper
(class: buu)
[18:40:33] [Client thread/INFO] [OpenMods]: openmods.OpenModsClassTransformer$5$
1.createVisitor(OpenModsClassTransformer.java:167): Trying to patch Framebuffer
(class: bmg)
[18:40:33] [Client thread/INFO] [OpenMods]: openmods.stencil.FramebufferInjector
$CreateFramebufferInjector.visitLdcInsn(FramebufferInjector.java:45): Found GL c
onstant, replacing method
[18:40:33] [Client thread/INFO] [OpenMods]: openmods.stencil.FramebufferInjector
$CreateFramebufferInjector.visitMethodInsn(FramebufferInjector.java:53): Injecti
ng allocate and attach methods
[18:40:33] [Client thread/INFO] [OpenMods]: openmods.stencil.CapabilitiesHookInj
ector$MethodInjector.visitInsn(CapabilitiesHookInjector.java:32): Injecting call
into OpenGLHelper.init()
[18:40:33] [Client thread/INFO] [FastCraft-core]: 5 / 19 applied
[18:40:33] [Client thread/INFO] [FastCraft-core]: 6 / 19 applied
[18:40:33] [Client thread/INFO] [FastCraft-core]: 7 / 19 applied
[18:40:33] [Client thread/INFO] [FastCraft-core]: 8 / 19 applied
[18:40:33] [Client thread/INFO] [FastCraft-core]: 9 / 19 applied
[18:40:33] [Client thread/INFO] [STDOUT]: [com.creativemd.itemphysic.ItemTransfo
rmer:transform:79]: [ItemPhysic] Patching bny
[18:40:34] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForg
e initialization
[18:40:34] [Client thread/INFO] [FML]: MinecraftForge v10.13.2.1291 Initialized
[18:40:34] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[18:40:34] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge
initialization
[18:40:34] [Client thread/INFO] [FML]: [AppEng] Core Init
[18:40:34] [Client thread/INFO] [FML]: Searching C:\Users\Micheal\Desktop\BlastO
ff\minecraft\mods for mods
[18:40:34] [Client thread/INFO] [FML]: Also searching C:\Users\Micheal\Desktop\B
lastOff\minecraft\mods\1.7.10 for mods
[18:40:38] [Client thread/WARN] [FML]: Zip file scala-compiler-2.11.1.jar failed
to read properly, it will be ignored
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.7.0_55]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.7.0_55]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.7.0_55]
at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.7.0_55]
at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.7.0_55]
at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.ja
va:41) [JarDiscoverer.class:?]
at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.ja
va:42) [ContainerType.class:?]

at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:
71) [ModCandidate.class:?]
at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscovere
r.java:127) [ModDiscoverer.class:?]
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:347) [Loader.clas
s:?]
at cpw.mods.fml.common.Loader.loadMods(Loader.java:468) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientH
andler.java:204) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.
class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.
class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0
_55]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0
_55]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.7.0_55]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_55]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwra
pper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrappe
r-1.11.jar:?]
[18:40:38] [Client thread/WARN] [FML]: Zip file scala-library-2.11.1.jar failed
to read properly, it will be ignored
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.7.0_55]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.7.0_55]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.7.0_55]
at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.7.0_55]
at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.7.0_55]
at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.ja
va:41) [JarDiscoverer.class:?]
at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.ja
va:42) [ContainerType.class:?]
at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:
71) [ModCandidate.class:?]
at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscovere
r.java:127) [ModDiscoverer.class:?]
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:347) [Loader.clas
s:?]
at cpw.mods.fml.common.Loader.loadMods(Loader.java:468) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientH
andler.java:204) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.
class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.
class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0
_55]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0
_55]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.7.0_55]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_55]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwra
pper-1.11.jar:?]

at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrappe
r-1.11.jar:?]
[18:40:38] [Client thread/WARN] [FML]: Zip file scala-reflect-2.11.1.jar failed
to read properly, it will be ignored
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.7.0_55]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.7.0_55]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.7.0_55]
at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.7.0_55]
at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.7.0_55]
at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.ja
va:41) [JarDiscoverer.class:?]
at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.ja
va:42) [ContainerType.class:?]
at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:
71) [ModCandidate.class:?]
at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscovere
r.java:127) [ModDiscoverer.class:?]
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:347) [Loader.clas
s:?]
at cpw.mods.fml.common.Loader.loadMods(Loader.java:468) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientH
andler.java:204) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.
class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.
class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0
_55]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0
_55]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.7.0_55]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_55]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwra
pper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrappe
r-1.11.jar:?]
[18:40:39] [Client thread/WARN] [battlegear2]: Mod battlegear2 is missing the re
quired element 'version' and a version.properties file could not be found. Falli
ng back to metadata version 1.0.6.3
[18:40:39] [Client thread/WARN] [DamageIndicatorsMod]: Mod DamageIndicatorsMod i
s missing the required element 'version' and a version.properties file could not
be found. Falling back to metadata version 3.2.0
[18:40:39] [Client thread/INFO] [AppleCore]: Mod AppleCore is missing the requir
ed element 'name'. Substituting AppleCore
[18:40:40] [Client thread/WARN] [Aroma1997CoreHelper]: Mod Aroma1997CoreHelper i
s missing the required element 'version' and a version.properties file could not
be found. Falling back to metadata version 1.0.2.13
[18:40:40] [Client thread/WARN] [AromaBackup]: Mod AromaBackup is missing the re
quired element 'version' and a version.properties file could not be found. Falli
ng back to metadata version 0.0.0.5
[18:40:40] [Client thread/WARN] [ChickenChunks]: Mod ChickenChunks is missing th
e required element 'version' and a version.properties file could not be found. F
alling back to metadata version 1.3.4.16
[18:40:40] [Client thread/WARN] [EnderStorage]: Mod EnderStorage is missing the
required element 'version' and a version.properties file could not be found. Fal
ling back to metadata version 1.4.5.27
[18:40:41] [Client thread/WARN] [ExtraUtilities]: Mod ExtraUtilities is missing

the required element 'version' and a version.properties file could not be found.
Falling back to metadata version 1.2.1
[18:40:41] [Client thread/WARN] [HardcoreEnderExpansion]: Mod HardcoreEnderExpan
sion is missing the required element 'version' and a version.properties file cou
ld not be found. Falling back to metadata version 1.7
[18:40:42] [Client thread/WARN] [JustAnotherSpawner]: Mod JustAnotherSpawner is
missing the required element 'version' and a version.properties file could not b
e found. Falling back to metadata version 0.16.13
[18:40:42] [Client thread/WARN] [JASCompatability]: Mod JASCompatability is miss
ing the required element 'version' and a version.properties file could not be fo
und. Falling back to metadata version 1.1.0
[18:40:42] [Client thread/WARN] [Mariculture]: Mod Mariculture is missing the re
quired element 'version' and a version.properties file could not be found. Falli
ng back to metadata version 1.7.10-1.2.4c
[18:40:42] [Client thread/WARN] [MariTech]: Mod MariTech is missing the required
element 'version' and no fallback can be found. Substituting '1.0'.
[18:40:42] [Client thread/WARN] [ModTweaker]: Mod ModTweaker is missing the requ
ired element 'version' and a version.properties file could not be found. Falling
back to metadata version 0.6
[18:40:43] [Client thread/WARN] [neiintegration]: Mod neiintegration is missing
the required element 'version' and a version.properties file could not be found.
Falling back to metadata version 1.0.1
[18:40:43] [Client thread/WARN] [NEIPlugins]: Mod NEIPlugins is missing the requ
ired element 'version' and a version.properties file could not be found. Falling
back to metadata version 1.1.0.11-unofficial
[18:40:43] [Client thread/WARN] [PneumaticCraft]: Mod PneumaticCraft is missing
the required element 'version' and a version.properties file could not be found.
Falling back to metadata version 1.5.5-58
[18:40:43] [Client thread/WARN] [ForgeMicroblock]: Mod ForgeMicroblock is missin
g the required element 'version' and a version.properties file could not be foun
d. Falling back to metadata version 1.1.1.320
[18:40:44] [Client thread/WARN] [ForgeMultipart]: Mod ForgeMultipart is missing
the required element 'version' and a version.properties file could not be found.
Falling back to metadata version 1.1.1.320
[18:40:44] [Client thread/WARN] [McMultipart]: Mod McMultipart is missing the re
quired element 'version' and a version.properties file could not be found. Falli
ng back to metadata version 1.1.1.320
[18:40:44] [Client thread/INFO] [FML]: Forge Mod Loader has identified 137 mods
to load
[18:40:44] [Client thread/INFO] [FML]: Found mod(s) [ExtraUtilities] containing
declared API package baubles.api (owned by Baubles) without associated API refer
ence
[18:40:44] [Client thread/INFO] [FML]: Found mod(s) [adventurebackpack] containi
ng declared API package baubles.api (owned by Baubles) without associated API re
ference
[18:40:45] [Client thread/INFO] [FML]: FML has found a non-mod file Growthcraft1.7.10.zip in your mods directory. It will now be injected into your classpath.
This could severe stability issues, it should be removed if possible.
[18:40:45] [Client thread/INFO] [FML]: FML has found a non-mod file js.jar in yo
ur mods directory. It will now be injected into your classpath. This could sever
e stability issues, it should be removed if possible.
[18:40:45] [Client thread/INFO] [FML]: FML has found a non-mod file okutils-1.7.
2-v1.0.jar in your mods directory. It will now be injected into your classpath.
This could severe stability issues, it should be removed if possible.
[18:40:45] [Client thread/INFO] [FML]: FML has found a non-mod file Ruins-1.7.10
.zip in your mods directory. It will now be injected into your classpath. This c
ould severe stability issues, it should be removed if possible.
[18:40:45] [Client thread/INFO] [FML]: FML has found a non-mod file StalkerCreep
ers-1.7.10.jar in your mods directory. It will now be injected into your classpa
th. This could severe stability issues, it should be removed if possible.

[18:40:45] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenL
ib-1.7.10-1.1.1.110-universal.jar in your mods directory. It will now be injecte
d into your classpath. This could severe stability issues, it should be removed
if possible.
[18:40:46] [Client thread/INFO] [FML]: Attempting connection with missing mods [
mcp, FML, Forge, appliedenergistics2-core, Aroma1997Core, CodeChickenCore, <CoFH
ASM>, itemphysic, MCVanillaTweaks, Micdoodlecore, NotEnoughItems, PlayerAPI, Re
nderPlayerAPI, SmartCore, OpenModsCore, battlegear2, myfit, SpaceCore, SpaceEuro
pa, SpaceHole, SpaceIo, SpaceMercury, SpacePluto, SpaceVenus, DamageIndicatorsMo
d, StatusEffectHUD, adventurebackpack, AppleCore, appliedenergistics2, Aroma1997
CoreHelper, AromaBackup, battlemusic, Baubles, BetterTitleScreen, Botania, Build
Craft|Silicon, BuildCraft|Core, BuildCraft|Transport, BuildCraft|Builders, Build
Craft|Energy, BuildCraft|Factory, CarpentersBlocks, ChickenChunks, chisel, CoFHC
ore, BuildMod, CoroPets, CoroAI, ExtendedRenderer, ConfigMod, Ores, CustomChestL
oot, CustomMainMenu, CustomStuff2, Enchiridion, EnderIO, EnderStorage, EnhancedI
nventories, enviromine, exnihilo, extracells, ExtraUtilities, FastCraft, fastlea
fdecay, Steamcraft, funkylocomotion, GalacticraftMars, GalacticraftCore, Growthc
raft|Apples, Growthcraft|Bamboo, Growthcraft|Bees, Growthcraft|Cellar, Growthcra
ft, Growthcraft|Fishtrap, Growthcraft|Grapes, Growthcraft|Hops, Growthcraft|Rice
, HardcoreEnderExpansion, HardcoreQuesting, iChunUtil, IguanaTweaksTConstruct, I
guanaTweaks, InfernalMobs, inventorytweaks, JustAnotherSpawner, JASCompatability
, kawaiicrops, kwastibustmonsters, Lockdown, LogisticsPipes, Mantle, Mariculture
, MariTech, mca, Mekanism, MekanismGenerators, meteors, MineTweaker3, MobDismemb
erment, ModTweaker, NEIAddons, NEIAddons|Botany, NEIAddons|Forestry, NEIAddons|C
raftingTables, NEIAddons|ExNihilo, neiintegration, NEIPlugins, NotEnoughCodecs,
OpenBlocks, OpenMods, fodc, PneumaticCraft, primitivemobs, radixcore, ResourceLo
ader, Roguelike, AS_Ruins, SmartMoving, SmartRender, SpecialAI, SpiceOfLife, Ste
vesCarts, StevesFactoryManager, StorageDrawers, Sync, TConstruct, TiCTooltips, W
aila, wawla, weather2, XaeroMinimap, yampst, ZAMod, bspkrsCore, ForgeMicroblock,
ForgeMultipart, McMultipart] at CLIENT
[18:40:46] [Client thread/INFO] [FML]: Attempting connection with missing mods [
mcp, FML, Forge, appliedenergistics2-core, Aroma1997Core, CodeChickenCore, <CoFH
ASM>, itemphysic, MCVanillaTweaks, Micdoodlecore, NotEnoughItems, PlayerAPI, Re
nderPlayerAPI, SmartCore, OpenModsCore, battlegear2, myfit, SpaceCore, SpaceEuro
pa, SpaceHole, SpaceIo, SpaceMercury, SpacePluto, SpaceVenus, DamageIndicatorsMo
d, StatusEffectHUD, adventurebackpack, AppleCore, appliedenergistics2, Aroma1997
CoreHelper, AromaBackup, battlemusic, Baubles, BetterTitleScreen, Botania, Build
Craft|Silicon, BuildCraft|Core, BuildCraft|Transport, BuildCraft|Builders, Build
Craft|Energy, BuildCraft|Factory, CarpentersBlocks, ChickenChunks, chisel, CoFHC
ore, BuildMod, CoroPets, CoroAI, ExtendedRenderer, ConfigMod, Ores, CustomChestL
oot, CustomMainMenu, CustomStuff2, Enchiridion, EnderIO, EnderStorage, EnhancedI
nventories, enviromine, exnihilo, extracells, ExtraUtilities, FastCraft, fastlea
fdecay, Steamcraft, funkylocomotion, GalacticraftMars, GalacticraftCore, Growthc
raft|Apples, Growthcraft|Bamboo, Growthcraft|Bees, Growthcraft|Cellar, Growthcra
ft, Growthcraft|Fishtrap, Growthcraft|Grapes, Growthcraft|Hops, Growthcraft|Rice
, HardcoreEnderExpansion, HardcoreQuesting, iChunUtil, IguanaTweaksTConstruct, I
guanaTweaks, InfernalMobs, inventorytweaks, JustAnotherSpawner, JASCompatability
, kawaiicrops, kwastibustmonsters, Lockdown, LogisticsPipes, Mantle, Mariculture
, MariTech, mca, Mekanism, MekanismGenerators, meteors, MineTweaker3, MobDismemb
erment, ModTweaker, NEIAddons, NEIAddons|Botany, NEIAddons|Forestry, NEIAddons|C
raftingTables, NEIAddons|ExNihilo, neiintegration, NEIPlugins, NotEnoughCodecs,
OpenBlocks, OpenMods, fodc, PneumaticCraft, primitivemobs, radixcore, ResourceLo
ader, Roguelike, AS_Ruins, SmartMoving, SmartRender, SpecialAI, SpiceOfLife, Ste
vesCarts, StevesFactoryManager, StorageDrawers, Sync, TConstruct, TiCTooltips, W
aila, wawla, weather2, XaeroMinimap, yampst, ZAMod, bspkrsCore, ForgeMicroblock,
ForgeMultipart, McMultipart] at SERVER
[18:40:46] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTran
sformer:printLog:1764]: Galacticraft successfully injected bytecode into: bkn (1
/ 1)
[18:40:47] [Client thread/INFO] [OpenMods]: openmods.OpenModsClassTransformer$4$

1.createVisitor(OpenModsClassTransformer.java:149): Trying to patch RenderPlayer


(class: bop)
[18:40:47] [Client thread/INFO] [OpenMods]: openmods.renderer.PlayerRendererHook
Visitor$InjectorMethodVisitor.<init>(PlayerRendererHookVisitor.java:31): Injecti
ng hook class openmods.renderer.PlayerRendererHookVisitor.post(Lnet/minecraft/cl
ient/entity/AbstractClientPlayer;F)V into EntityPlayerRender.rotateCorpse
[18:40:48] [Client thread/INFO] [STDOUT]: [okushama.okutils.sound.Stream:<init>:
17]: Stream Created: battlemusic - main
[18:40:48] [Client thread/INFO] [battlegear2]: M&B - Patching Class PlayerContro
llerMP (bje)
[18:40:48] [Client thread/INFO] [battlegear2]: Patching method sendUseItem in P
layerControllerMP
[18:40:48] [Client thread/INFO] [battlegear2]: M&B - Patching Class PlayerContro
llerMP done
[18:40:50] [Client thread/INFO] [battlegear2]: M&B - Patching Class ModelBiped (
bhm)
[18:40:50] [Client thread/INFO] [battlegear2]: Patching method setRotationAngle
s in ModelBiped
[18:40:50] [Client thread/INFO] [battlegear2]: M&B - Patching Class ModelBiped d
one
[18:40:52] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.Contai
ner
[18:40:52] [Client thread/INFO] [TConstruct]: Preparing to take over the world
[18:40:53] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.Contai
nerWorkbench
[18:40:53] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.Contai
nerRepair
[18:40:55] [Client thread/INFO] [FastCraft-core]: 10 / 19 applied
[18:40:55] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTran
sformer:printLog:1764]: Galacticraft successfully injected bytecode into: blt (5
/ 5)
[18:40:56] Logs copied to clipboard

Potrebbero piacerti anche