This doesn't seem to be causing any problems for now but it could in the future:
Thaumcraft is causing the download of CodeChickenLib version 1.1.1.80 when i already have 1.1.1.87.it's defintely TC that's doing it, if i remove the .80 file and disable TC, it doesn't download, but when i enable TC it does download.
Once downloaded it stays downloaded, so it isn't like it's a big deal. I don't think both versions will even load, only the newest. But in the meantime, there's an extra file in my mods folder that doesn't need to be there, and that bothers me, and if TC continues to require specific versions of dependencies, it could potentially cause some kind of conflict in the future (and honestly, TC will win over anything that needs the other version, as far as i'm concerned)
Just thought I'd mention it. Thanks for reading, even if you don't change it for your own reasons (and I won't bother you again about it because I love this mod!)
I'm on a quest to clean up my minecraft logs, looking for lines that don't seem like should be occuring.
For ExplorerCraft, i get get this error, which doesn't seem to affect gameplay so consider it a low priority:
[23:19:10] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/items/MISSING_ICON_ITEM_4099_map.png
java.io.FileNotFoundException: minecraft:textures/items/MISSING_ICON_ITEM_4099_map.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqh.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[bqx.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpr.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpr.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bpx.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bpx.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [bqx.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [bqx.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:568) [azd.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:527) [azd.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815) [azd.class:?]
at net.minecraft.client.main.Main.main(SourceFile:103) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at magic.launcher.Launcher.main(SourceFile:207) [MagicLauncher_1.2.5.exe:?]
And then it repeats two more times for MISSING_ICON_ITEM_4098_map.png and MISSING_ICON_ITEM_4100_null.png
Also, when i tested this in creative mode (to see if anything was missing a texture- it doesn't appear so), i noticed the new markers don't have nice names in the tooltips, they are like "item.black.marker.name", each with the correct colour of course.
So, none of this is a big deal, but seeing errors in the log can be bothersome.
I haven't really had a chance to play around with it yet, but I'm looking forward to it! I love the idea, and i can see you put a lot of thought and effort into this mod.
Hey just a little thing I noticed. I don't consider it major, but somebody might.
I was running with bspkrsCore 6.10, i noticed this in my log:
bspkrsCore 6.10 is out of date! Visit <head><title>Found</title></head> to download the latest release (<html>).
I came here to get the newest version because I don't know how to access the URL "<head><title>Found</title></head>"
And then after updating to 6.11, I still get the same message but it says 6.11 is out of date!
You have the mod hosted on github... do you prefer issues reported there or in this thread, and/or do you accept pull requests to fix these kinds of things? It looks like the URL is passed into the ModVersionChecker class, but i didn't look into which class is doing the passing. (It's been a decade since I've written anything in Java. I don't know if you want me to be the one to fix it if it's any more than finding and replacing a text string!)
For testing it, I didn't actually have any mods installed except bspkrsCore, so i don't think it's coming from another mod improperly using the update checker.
Edit:
I just tested with treecapitator and floating ruins installed as well, and get the same issue with both of them:
[20:57:50] [Client thread/INFO]: bspkrsCore 6.11 is out of date! Visit <head><title>Found</title></head> to download the latest release (<html>).
[20:57:50] [Client thread/INFO]: Initializing ModVersionChecker for mod FloatingRuins
[20:57:50] [Client thread/INFO]: FloatingRuins 1.7.2.r06 is out of date! Visit <head><title>Found</title></head> to download the latest release (<html>).
[20:57:50] [Client thread/INFO]: Initializing ModVersionChecker for mod Treecapitator
[20:57:50] [Client thread/INFO]: Treecapitator 2.0.3 is out of date! Visit <head><title>Found</title></head> to download the latest release (<html>).
I'm using Natura for the first time on 1.7.2 with Forge 1121. I get an io error in my log during startup when Natura is in use. I've tested with only Mantle and Natura installed, and i tested Mantle by itself just to be certain it's Natura causing the error.
I will call it a low priority problem though, because I don't notice any issues with bookshelf textures in game
To me, it looks like the code is looking for a texture whose file name actually includes "MISSING_ICON_BLOCK". Seems that would make is easy to find and adjust-- but certainly take care of other issues first, such as the nether issue some have complained about- I haven't gotten to the nether yet.
relevant portion of log:
Starting up SoundSystem...
Restoring disabled mods: mods
Restoring disabled mods: coremods
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
OpenAL initialized.
[18:43:10] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_216_bookshelf.png
java.io.FileNotFoundException: minecraft:textures/blocks/MISSING_ICON_BLOCK_216_bookshelf.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqh.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[bqx.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpr.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpr.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bpx.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61) [bpx.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52) [bpx.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:523) [azd.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815) [azd.class:?]
at net.minecraft.client.main.Main.main(SourceFile:103) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at magic.launcher.Launcher.main(SourceFile:207) [MagicLauncher_1.2.5.exe:?]
Yes i do use magic Launcher, but I use the mods externally, that is I put them in the mods folder where they belong. The exact error does repeat again a second later after some other stuff. I you really really need the full log, here you go:
Full Log:
*** Starting Minecraft ***
Profile: My modpack 1.7.2
Environment: 1.7.2-Forge10.12.2.1121
Minecraft version: 1.7.2
Minecraft.jar: 1.7.2-Forge10.12.2.1121.jar
Base folder: C:\minecraft\1.7.2_modpack\.minecraft
Inactive external mods:
1.7.2 Botania r1.1-62.jar
1.7.2 buildcraft-6.0.16.jar
1.7.2 ExplorerCraft-0.9.6a.jar
1.7.2 immibis-core-58.1.3.jar
1.7.2 immibis-microblocks-58.1.3.jar
1.7.2 Metallurgy-1.7.2-4.0.2.8.jar
1.7.2 MetallurgyCore-1.7.2-4.0.2.4.jar
1.7.2 Pam's HarvestCraft 1.7.2e.zip
1.7.2 Pam's Temperate Plants 1.7.2b.zip
1.7.2 Pam's WeeeFlowers 1.7.2b.zip
1.7.2 redlogic-58.1.2.jar
1.7.2 Thaumcraft-1.7.2-4.1.1.14.jar
1.7.2 Tinkers Construct 1.6.0.a14.jar
1.7.2 twilightforest-1.7.2-2.1.1.jar
[1.7.2]DamageIndicatorsMod-3.1.2.jar
[1.7.2]FloatingRuins-universal-1.7.2.r06.jar
[1.7.2]Treecapitator-universal-2.0.3.jar
AdvancedHUD[0.1.7].jar
appliedenergistics2-rv0-beta-35.jar
ArchimedesShips.jar
BiblioCraft[1.7.1][MC1.7.2].jar
BiomesOPlenty-1.7.2-2.0.1.890-universal.jar
Carpenter's Blocks v3.1.6 - MC 1.7+.zip
CodeChickenCore-1.7.2-1.0.0-universal.jar
DynamicLights-1.7.2.zip
EquivalentExchange3-1.7.2-0.2.225.jar
GSWireUniversal-1.7.x-srg-b111Forge.jar
InventoryTweaks-1.57-116.jar
JABBA_1.1.4.zip
MoarSigns-1.7.2-1.0.2.jar
MrCrayfishFurnitureModv3.3.2(1.7.2).jar
mystcraft-1.7.2-0.10.15.00.jar
NetherDungeons-1.7.2-v-1.2.1.jar
NotEnoughItems-1.7.2-1.0.1-universal.jar
Oceancraft-1.4.jar
OliveCraft-1.7.2-a.jar
OpenComputers-MC1.7.2-1.2.13.148-universal.jar
OptiFine_1.7.2_HD_U_D1.jar
OptiFine_1.7.4_HD_U_D1.jar
parachutemod-1.7.2-2.5.4.jar
Professor Flaxbeard's Wondrous Steam Power Mod (Pre 16).jar
ProjectRed-Base-1.7.2-4.4.1.39.jar
ProjectRed-Compat-1.7.2-4.4.1.39.jar
ProjectRed-Integration-1.7.2-4.4.1.39.jar
ProjectRed-Lighting-1.7.2-4.4.1.39.jar
ProjectRed-Mechanical-1.7.2-4.4.1.39.jar
ProjectRed-World-1.7.2-4.4.1.39.jar
Railcraft_1.7.2-9.0.0.0.jar
RemoteIO-1.7.2-1.0.4-b13-universal.jar
Waila-1.5.2a_1.7.2.jar
witchery-1.7.2-0.19.2.jar
Show log: true
Java path: C:\Program Files\Java\jre7\bin\java
Java parameters: "-Dfml.ignorePatchDiscrepancies=true"
Memory: 2048 MB
LauncherPath: /C:/minecraft/MagicLauncher_1.2.5.exe
Main class: net.minecraft.launchwrapper.Launch
*** MagicMinecraftLauncher 1.2.5 ***
LCP: ;C:\minecraft\.minecraft\versions\1.7.2-Forge10.12.2.1121\1.7.2-Forge10.12.2.1121.jar;C:\minecraft\.minecraft\libraries\net\minecraftforge\forge\1.7.2-10.12.2.1121\forge-1.7.2-10.12.2.1121.jar;C:\minecraft\.minecraft\libraries\net\minecraft\launchwrapper\1.9\launchwrapper-1.9.jar;C:\minecraft\.minecraft\libraries\org\ow2\asm\asm-all\4.1\asm-all-4.1.jar;C:\minecraft\.minecraft\libraries\org\scala-lang\scala-library\2.10.2\scala-library-2.10.2.jar;C:\minecraft\.minecraft\libraries\org\scala-lang\scala-compiler\2.10.2\scala-compiler-2.10.2.jar;C:\minecraft\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar;C:\minecraft\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\minecraft\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\minecraft\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\minecraft\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\minecraft\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\minecraft\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\minecraft\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\minecraft\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\minecraft\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\minecraft\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar;C:\minecraft\.minecraft\libraries\com\google\guava\guava\15.0\guava-15.0.jar;C:\minecraft\.minecraft\libraries\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar;C:\minecraft\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\minecraft\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\minecraft\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\minecraft\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\minecraft\.minecraft\libraries\com\mojang\authlib\1.3\authlib-1.3.jar;C:\minecraft\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\minecraft\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\minecraft\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.0\lwjgl-2.9.0.jar;C:\minecraft\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.0\lwjgl_util-2.9.0.jar;C:\minecraft\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.0\lwjgl-platform-2.9.0-natives-windows.jar;C:\minecraft\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar
ShowLog: true
InactiveExtMods: 1.7.2 Botania r1.1-62.jar;1.7.2 buildcraft-6.0.16.jar;1.7.2 ExplorerCraft-0.9.6a.jar;1.7.2 immibis-core-58.1.3.jar;1.7.2 immibis-microblocks-58.1.3.jar;1.7.2 Metallurgy-1.7.2-4.0.2.8.jar;1.7.2 MetallurgyCore-1.7.2-4.0.2.4.jar;1.7.2 Pam's HarvestCraft 1.7.2e.zip;1.7.2 Pam's Temperate Plants 1.7.2b.zip;1.7.2 Pam's WeeeFlowers 1.7.2b.zip;1.7.2 redlogic-58.1.2.jar;1.7.2 Thaumcraft-1.7.2-4.1.1.14.jar;1.7.2 Tinkers Construct 1.6.0.a14.jar;1.7.2 twilightforest-1.7.2-2.1.1.jar;[1.7.2]DamageIndicatorsMod-3.1.2.jar;[1.7.2]FloatingRuins-universal-1.7.2.r06.jar;[1.7.2]Treecapitator-universal-2.0.3.jar;AdvancedHUD[0.1.7].jar;appliedenergistics2-rv0-beta-35.jar;ArchimedesShips.jar;BiblioCraft[1.7.1][MC1.7.2].jar;BiomesOPlenty-1.7.2-2.0.1.890-universal.jar;Carpenter's Blocks v3.1.6 - MC 1.7+.zip;CodeChickenCore-1.7.2-1.0.0-universal.jar;DynamicLights-1.7.2.zip;EquivalentExchange3-1.7.2-0.2.225.jar;GSWireUniversal-1.7.x-srg-b111Forge.jar;InventoryTweaks-1.57-116.jar;JABBA_1.1.4.zip;MoarSigns-1.7.2-1.0.2.jar;MrCrayfishFurnitureModv3.3.2(1.7.2).jar;mystcraft-1.7.2-0.10.15.00.jar;NetherDungeons-1.7.2-v-1.2.1.jar;NotEnoughItems-1.7.2-1.0.1-universal.jar;Oceancraft-1.4.jar;OliveCraft-1.7.2-a.jar;OpenComputers-MC1.7.2-1.2.13.148-universal.jar;OptiFine_1.7.2_HD_U_D1.jar;OptiFine_1.7.4_HD_U_D1.jar;parachutemod-1.7.2-2.5.4.jar;Professor Flaxbeard's Wondrous Steam Power Mod (Pre 16).jar;ProjectRed-Base-1.7.2-4.4.1.39.jar;ProjectRed-Compat-1.7.2-4.4.1.39.jar;ProjectRed-Integration-1.7.2-4.4.1.39.jar;ProjectRed-Lighting-1.7.2-4.4.1.39.jar;ProjectRed-Mechanical-1.7.2-4.4.1.39.jar;ProjectRed-World-1.7.2-4.4.1.39.jar;Railcraft_1.7.2-9.0.0.0.jar;RemoteIO-1.7.2-1.0.4-b13-universal.jar;Waila-1.5.2a_1.7.2.jar;witchery-1.7.2-0.19.2.jar
MainClass: net.minecraft.launchwrapper.Launch
Restoring disabled mods: mods
Disable inactive mods: mods
Disabled: 1.7.2 Botania r1.1-62.jar
Disabled: 1.7.2 buildcraft-6.0.16.jar
Disabled: 1.7.2 ExplorerCraft-0.9.6a.jar
Disabled: 1.7.2 immibis-core-58.1.3.jar
Disabled: 1.7.2 immibis-microblocks-58.1.3.jar
Disabled: 1.7.2 Metallurgy-1.7.2-4.0.2.8.jar
Disabled: 1.7.2 MetallurgyCore-1.7.2-4.0.2.4.jar
Disabled: 1.7.2 Pam's HarvestCraft 1.7.2e.zip
Disabled: 1.7.2 Pam's Temperate Plants 1.7.2b.zip
Disabled: 1.7.2 Pam's WeeeFlowers 1.7.2b.zip
Disabled: 1.7.2 redlogic-58.1.2.jar
Disabled: 1.7.2 Thaumcraft-1.7.2-4.1.1.14.jar
Disabled: 1.7.2 Tinkers Construct 1.6.0.a14.jar
Disabled: 1.7.2 twilightforest-1.7.2-2.1.1.jar
Disabled: AdvancedHUD[0.1.7].jar
Disabled: appliedenergistics2-rv0-beta-35.jar
Disabled: ArchimedesShips.jar
Disabled: BiblioCraft[1.7.1][MC1.7.2].jar
Disabled: BiomesOPlenty-1.7.2-2.0.1.890-universal.jar
Disabled: Carpenter's Blocks v3.1.6 - MC 1.7+.zip
Disabled: CodeChickenCore-1.7.2-1.0.0-universal.jar
Disabled: DynamicLights-1.7.2.zip
Disabled: EquivalentExchange3-1.7.2-0.2.225.jar
Disabled: GSWireUniversal-1.7.x-srg-b111Forge.jar
Disabled: InventoryTweaks-1.57-116.jar
Disabled: JABBA_1.1.4.zip
Disabled: MoarSigns-1.7.2-1.0.2.jar
Disabled: MrCrayfishFurnitureModv3.3.2(1.7.2).jar
Disabled: mystcraft-1.7.2-0.10.15.00.jar
Disabled: NetherDungeons-1.7.2-v-1.2.1.jar
Disabled: NotEnoughItems-1.7.2-1.0.1-universal.jar
Disabled: Oceancraft-1.4.jar
Disabled: OliveCraft-1.7.2-a.jar
Disabled: OpenComputers-MC1.7.2-1.2.13.148-universal.jar
Disabled: OptiFine_1.7.2_HD_U_D1.jar
Disabled: OptiFine_1.7.4_HD_U_D1.jar
Disabled: parachutemod-1.7.2-2.5.4.jar
Disabled: Professor Flaxbeard's Wondrous Steam Power Mod (Pre 16).jar
Disabled: ProjectRed-Base-1.7.2-4.4.1.39.jar
Disabled: ProjectRed-Compat-1.7.2-4.4.1.39.jar
Disabled: ProjectRed-Integration-1.7.2-4.4.1.39.jar
Disabled: ProjectRed-Lighting-1.7.2-4.4.1.39.jar
Disabled: ProjectRed-Mechanical-1.7.2-4.4.1.39.jar
Disabled: ProjectRed-World-1.7.2-4.4.1.39.jar
Disabled: Railcraft_1.7.2-9.0.0.0.jar
Disabled: RemoteIO-1.7.2-1.0.4-b13-universal.jar
Disabled: Waila-1.5.2a_1.7.2.jar
Disabled: witchery-1.7.2-0.19.2.jar
Disabled: [1.7.2]DamageIndicatorsMod-3.1.2.jar
Disabled: [1.7.2]FloatingRuins-universal-1.7.2.r06.jar
Disabled: [1.7.2]Treecapitator-universal-2.0.3.jar
Restoring disabled mods: coremods
Disable inactive mods: coremods
[18:43:01] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[18:43:01] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[18:43:01] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[18:43:01] [main/INFO]: Forge Mod Loader version 7.2.211.1121 for Minecraft 1.7.2 loading
[18:43:01] [main/INFO]: Java is Java HotSpot™ 64-Bit Server VM, version 1.7.0_45, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
[18:43:01] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:43:01] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[18:43:01] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:43:01] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:43:01] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:43:02] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[18:43:02] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[18:43:02] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:43:02] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[18:43:03] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[18:43:04] [main/INFO]: Setting user: granack
[18:43:05] [Client thread/INFO]: LWJGL Version: 2.9.0
[18:43:06] [Client thread/INFO]: Attempting early MinecraftForge initialization
[18:43:06] [Client thread/INFO]: MinecraftForge v10.12.2.1121 Initialized
[18:43:06] [Client thread/INFO]: Replaced 182 ore recipies
[18:43:06] [Client thread/INFO]: Completed early MinecraftForge initialization
[18:43:06] [Client thread/INFO]: Searching C:\minecraft\1.7.2_modpack\.minecraft\mods for mods
[18:43:06] [Client thread/INFO]: Also searching C:\minecraft\1.7.2_modpack\.minecraft\mods\1.7.2 for mods
[18:43:07] [Client thread/ERROR]: FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.FMLRenderAccessLibrary. This is generally a severe programming error. There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW!
[18:43:07] [Client thread/ERROR]: FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.Start. This is generally a severe programming error. There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW!
[18:43:08] [Client thread/INFO]: Forge Mod Loader has identified 7 mods to load
[18:43:08] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Mantle, FMLFileResourcePack:Natura, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:Baubles
[18:43:08] [Client thread/INFO]: Processing ObjectHolder annotations
[18:43:08] [Client thread/INFO]: Found 341 ObjectHolder annotations
[18:43:08] [Client thread/INFO]: Configured a dormant chunk cache size of 0
[18:43:08] [Client thread/INFO]: Mantle (1.7.2-132.45b0b50) -- Preparing for launch.
[18:43:08] [Client thread/INFO]: Entering preinitialization phase.
[18:43:08] [Client thread/INFO]: Loading configuration from disk.
[18:43:09] [Client thread/INFO]: Configuration load completed.
[18:43:09] [Client thread/INFO]: Applying holder lookups
[18:43:09] [Client thread/INFO]: Holder lookups applied
Starting up SoundSystem...
Restoring disabled mods: mods
Restoring disabled mods: coremods
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
OpenAL initialized.
[18:43:10] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_216_bookshelf.png
java.io.FileNotFoundException: minecraft:textures/blocks/MISSING_ICON_BLOCK_216_bookshelf.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqh.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[bqx.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpr.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpr.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bpx.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61) [bpx.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52) [bpx.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:523) [azd.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815) [azd.class:?]
at net.minecraft.client.main.Main.main(SourceFile:103) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at magic.launcher.Launcher.main(SourceFile:207) [MagicLauncher_1.2.5.exe:?]
[18:43:10] [Sound Library Loader/INFO]: Sound engine started
[18:43:10] [Client thread/INFO]: Created: 512x512 textures/blocks-atlas
[18:43:10] [Client thread/INFO]: Created: 512x256 textures/items-atlas
[18:43:10] [Client thread/INFO]: Entering initialization phase.
[18:43:10] [Client thread/INFO]: Initializing ModVersionChecker for mod bspkrsCore
[18:43:11] [Client thread/INFO]: bspkrsCore 6.10 is out of date! Visit <head><title>Found</title></head> to download the latest release (<html>).
[18:43:11] [Client thread/INFO]: Entering postinitialization phase.
[18:43:11] [Client thread/INFO]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[18:43:11] [Client thread/INFO]: Forge Mod Loader has successfully loaded 7 mods
[18:43:11] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Mantle, FMLFileResourcePack:Natura, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:Baubles
[18:43:11] [Client thread/INFO]: Created: 512x256 textures/items-atlas
[18:43:11] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_216_bookshelf.png
java.io.FileNotFoundException: minecraft:textures/blocks/MISSING_ICON_BLOCK_216_bookshelf.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqh.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[bqx.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpr.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpr.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bpx.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bpx.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [bqx.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [bqx.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:568) [azd.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:527) [azd.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815) [azd.class:?]
at net.minecraft.client.main.Main.main(SourceFile:103) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at magic.launcher.Launcher.main(SourceFile:207) [MagicLauncher_1.2.5.exe:?]
[18:43:11] [Client thread/INFO]: Created: 512x512 textures/blocks-atlas
When i put a new mod in my Mods folder, the new mod are added for ALL profiles, i need to view all my profiles to deactivate the new mods.
Is it possible for Magic Launcher do not add automatically a new mod to all profiles ?
Don't use the mods folder. Most ML and Forge mods work just fine using them the same way as actual jar mods. There are exceptions, and those are a pain as the 'external mod' configuration doesn't always work properly.
Edit:
Alternatively, you can have each profile use a different minecraft base folder. Copy the contents of %appdata%\.minecraft to a different folder, and select that different folder location in the Magic Launcher settings for each profile (different folder for each profile if you want to burn the disk space). The each profile has its own mods and textures folder. Yoy can keep your mods (not the mods folder) anywhere and share it between profiles.
The purpose of the scenario is to observe the interactions between player created factions when placed in a limited (2000^2 blocks possibly) map with scarce and unequally distributed resources.
We want to keep the scenario as vanilla as possible but the power of the player prevents any need of cooperation being found, no governments or tribes are REALLY needed. There needs to be a place for them. By making resources scarce with an alien distribution, cooperation is required to seek them out.
Player numbers should at least be 100 for a scenario to be plausible. That number is still too little I believe, but it is hard to ask for more. The server would operate on a limited uptime, located and time for the majority of players, I suspect, Americans.
Difficulty and economics Problem:
Minecraft is far too easy, resources are abundant and easy to gather. Grinding for resources by a nation would create a surplus, inflation and economic collapse. Since the consumption of resources usually results in the creation of capital, for example, most ores are smelted and turned into pickaxes that will in turn mine more ore, this will create a useless surplus, what is the point if you just mine to mine more?
Solution(s):
The availability of raw resources must drop, the ability to harvest them must drop, the consumption of them must increase...
Quote from Ratmancer »
Summary
So after these considerations, I believe the optimum server for a political and economic simulation would simply be vanilla with the following changes.
A specified 2-5 hours of which the server would be up every fortnight, week or day. This would guarantee a high quality of interaction within the server, guarantee a large number of members and improve the over all experience.
Several changes to the game play mechanics of minecraft would be made, in general, to make it harder. Organic matter would take longer to grow with bonemeal effects either being removed or being nerfed. Cobble stone would be removed completely as a material from which to create tools. All tools will have less durability, wood will only have several uses. Stacks of any item or material would be reduced to a maximum stack of 1. This point ( is the most flexible I believe because the economic problems can be solved in several ways in regards to the modification of game play mechanics.
A customised map would be used. This map would feature sparse resources but a general minecraft terrain.
OK, I finally finished reading everything here, so now I get to post with judicious use of spoilers to counter the TL;DR effect.
Limit the size of the map
Easily done using an existing Bukkit plugin.
One active plugin is WorldBorder http://dev.bukkit.or...ds/worldborder/. what more to say? Ensure nobody can cross the walls or use the nether to cheat the rule. Also, can trim the world size to match the border, with a buffer, so no unexpected world gen goes on. per world setting allow adjusting the nether to a different size as well.
Stone tools
In human history, stone tools happened before wood ones, except maybe wooden clubs. Using flint instead of cobblestone is not only more realistic, but makes the needed resource more rare. Also...
...there is no reason that all stone tools must be better than wood ones. A stone ax would be more effective, but a wooden shovel (spade) would probably be better than stone (wood lighter and easier to handle). A wooden ax isn't going to work well, and will most likely (in reality) not even chop a single tree. Give it something like 4 uses. A mod might even be able to require varying amounts of stamina (hunger?) to use: stone would be heavier and require more stamina.
Unfortunately, I don't see a bukkit plugin to do any of this, either requiring a new plugin, or perhaps a mod. without such a mod though, the point regarding stone tools is moot.
Scarce minerals
Again, easily done with an existing plugin.
Plug-in is called Mineral Veins http://forums.bukkit...1-2-5-r1.35656/. As long as it is installed when the world is first generated, it should work ok. the config file allows considerable adjustment, down to certain ores not spawning or preferentially spawning based on the biome. The total resources can be adjusted, as well as the size of the veins. Looks promising.
Plant growth
reduce plant growth rate, nerf bonemeal. I don't see a plugin, but haven't looked hard for this one.
Slow plant growth considerably, to maybe one growth stage per game day. bonemeal may be able to increase the growth by a single stage with each use, so that's 7 to go from seed to full wheat.
would be nice to be able to nerf bonemeal that easily with trees.. those still present a problem. maybe just not allow it. It should take 3-5 days at least for a tree to grow.
Increase Hunger
increases demand for food. needs plugin, but haven't looked for one..
i'm thinking, doing nothing causes your entire hunger bar to deplete in two game days. Already, performing actions makes you hungry faster. If this could be combined with, say, increased hunger based on types of tools used, this can force someone to be producing food all the time... and someone else to supply tools for them.. and protection.. Hey! cooperation!
And i'm sure i'l think of something else later, these just developed as I was reading.
With Optifine, tuned for speed not pretty, I've gotten up to around 80 for very brief moments. Normal i'd say is around 30-40, sometimes dropping down to around 15 in jungle biomes or with lots of entities loaded.
Optifine adds about 50% to my fps with opengl an graphics set to fast.
That's all single player, so my PC is server also.
Lighting glitch has been discussed before. You can't prevent it. Hit a block in the dark area to update the lighting for that area. Maybe something like shooting an arrow into it would work too; I've never tried it.
Chunks loading in the distance is just how the game works. It can't load everything all at once, so it loads and unloads distant chunks as you move around. The Render Distance in the options determines how far away it tries to do the loading and unloading.
When you hit escape, there is less for the program to do, so it can spend more CPU time generating and loading chunks that are in the Render Distance range, so it's done faster.
Sometimes too there will be a chunk not in the distance that is loaded but you can't see it. All the surrounding chunks are loaded and working, but one chunk is there (you can walk/jump on it and interact with it) and it's just invisible. I'm not sure how common that is, but I've seen it on both my computers. Usually it will become visible after a short time (seconds to minutes), or reloading the world. maybe there is an easier way that someone else will mention.
ya i think there was some glitchy chunk generation right around the 1.9-pre days, maybe 1.0. It could do things like that, and i seem to remember that it was just a single chunk at a time, or maybe a small number of them that looked out of place. you could probably find some posts about it if you look hard enough.
Although, that does seem more drastic than I remember, so the orc above may be correct as well. If Nork is correct, consider yourself lucky that it isn't more drastic.
Error occurred during initialization of VM
Could not reserve enough space for object heap
You are trying to use too much memory. from the main ML window, click Setup, then the Advanced tab. Lower the number for Memory. If not using any mods other than optifine and default textures, 256 should work fine. Mods increase the amount needed somewhat, and HD textures by quite a bit, as does render distance.
1024 is probably a good number if not sure. Then, once Minecraft is running and a world is loaded (wait some time to be sure all chunks are loaded), press F3. The allocated memory in the upper right is what's needed. Add about 25% to it, and use that number next time.
Hello,
I just got the launcher and I'm trying to load Single Player Commands. It says it installed it fine, but when I run the test, the game opens and I get an error saying it did not load properly. I know this has probably been discussed. Can someone guide to the post or help me out. I'm using the mac version of the program.
I did load opitfine and it seems to have worked fine.
Beldar1215
Inside SPC's zip file is a "worldedit.jar". extract that file into your .minecraft\bin folder (the same folder as the minecraft.jar) I'm going from memory on that one, so something might be slightly off but you probably get the idea. check out the SPC thread on how to install it if that doesn't make sense. It won't have any effect to leave it there when not using SPC, but remember to update it when updating SPC. This launcher only removes the need of putting things directly into minecraft.jar itself.
bug report... I haven't looked through all 89 pages to see if they have been mentioned, but did look through the last 3 or 4 pages and didn't see anything.
1. Bad archive file in the external mods folder causes a null pointer exception when loading the setup page and when checking compatability.
You can uncheck the 'check compatability' box and no error occurs, but checking it again causes the error once more and all the external mod statuses remain "???". Using the same file as an internal mod produces an "IOException Error" so really, the external mods just needs the same check. Removing the file from the mods folder of course eliminates the error, but it was matter of trial and error to find the problem mod.
2. Basically, if the Test has a crash, the inactive external mods are removed from the list and become active with the next Test.
I have several profiles, all using the same Base Folder, and therefore the same external mods folder. Setting up a profile, there are some mods I don't want to use, so I uncheck them then click Test. In this case, i got a block ID collision crash and decided I don't need one of the affected mods. However when i close the Test MC instance the external mod list does not include any of the previously disabled mods. I uncheck a mod from the ID collision, then press Test again. All those previously disabled mods return to the list, as active, and the Test tries to load all of them. The only one that is disabled is the one I just disabled (since it was active for the previous test) and it will be the only one missing after this test invariably crashes.
My only realistic workaround is to not use any external mods and make them all internal.
Neither of these things are bothersome enough to quit using the launcher, it's fantastic, especially since my son likes to play a variety of different non-compatible mods. No more multiple .minecraft folders and bunches of .bat files changing %appdata%, or all the manual jar modding. Brilliant!
Excuse me, but what does "IOException" mean? It says it next to the mod NiftyCraft. Sorry if there was something in previous conversations or the OP that I missed.
"IOException" It means the mod file (.zip or .jar) is corrupt. Delete it and download it again.
... An AIO pack would be amazing. If I ever happen to find all the mods needed, if you don't update it, I'll come back an do you a favor by posting links since this wasn't done from the obvious get go.
Most mod authors don't let others distribute their mods, so while an AIO pack would in fact be amazing, it would be illegal in many countries without explicit permission from each author of the required mods. (Good luck, most use AdFly, so they get paid for the downloads, however tiny an amount. Letting someone else distribute means fewer downloads which means less revenue for them.)
There are links for everything in the first post to all required mods. Each of Flan's mods has its own section in the first post, and each section has an Installation section with something similar to the following:
Requires ModLoader and AudioMod
Requires ModLoaderMp
Download here
Mod names are links to the relevant forum posts, and the 'download here' is the link for Flan's mod (whichever one you are looking at). Sometimes other forum posts may not be easy to find downloads, but at least Flan does a very good job of making links and being clear.
0
This doesn't seem to be causing any problems for now but it could in the future:
Thaumcraft is causing the download of CodeChickenLib version 1.1.1.80 when i already have 1.1.1.87.it's defintely TC that's doing it, if i remove the .80 file and disable TC, it doesn't download, but when i enable TC it does download.
Once downloaded it stays downloaded, so it isn't like it's a big deal. I don't think both versions will even load, only the newest. But in the meantime, there's an extra file in my mods folder that doesn't need to be there, and that bothers me, and if TC continues to require specific versions of dependencies, it could potentially cause some kind of conflict in the future (and honestly, TC will win over anything that needs the other version, as far as i'm concerned)
Just thought I'd mention it. Thanks for reading, even if you don't change it for your own reasons (and I won't bother you again about it because I love this mod!)
1
I'm on a quest to clean up my minecraft logs, looking for lines that don't seem like should be occuring.
For ExplorerCraft, i get get this error, which doesn't seem to affect gameplay so consider it a low priority:
java.io.FileNotFoundException: minecraft:textures/items/MISSING_ICON_ITEM_4099_map.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqh.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[bqx.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpr.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpr.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bpx.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bpx.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [bqx.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [bqx.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:568) [azd.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:527) [azd.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815) [azd.class:?]
at net.minecraft.client.main.Main.main(SourceFile:103) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at magic.launcher.Launcher.main(SourceFile:207) [MagicLauncher_1.2.5.exe:?]
Also, when i tested this in creative mode (to see if anything was missing a texture- it doesn't appear so), i noticed the new markers don't have nice names in the tooltips, they are like "item.black.marker.name", each with the correct colour of course.
So, none of this is a big deal, but seeing errors in the log can be bothersome.
I haven't really had a chance to play around with it yet, but I'm looking forward to it! I love the idea, and i can see you put a lot of thought and effort into this mod.
0
I was running with bspkrsCore 6.10, i noticed this in my log:
I came here to get the newest version because I don't know how to access the URL "<head><title>Found</title></head>"
And then after updating to 6.11, I still get the same message but it says 6.11 is out of date!
You have the mod hosted on github... do you prefer issues reported there or in this thread, and/or do you accept pull requests to fix these kinds of things? It looks like the URL is passed into the ModVersionChecker class, but i didn't look into which class is doing the passing. (It's been a decade since I've written anything in Java. I don't know if you want me to be the one to fix it if it's any more than finding and replacing a text string!)
For testing it, I didn't actually have any mods installed except bspkrsCore, so i don't think it's coming from another mod improperly using the update checker.
Edit:
I just tested with treecapitator and floating ruins installed as well, and get the same issue with both of them:
[20:57:50] [Client thread/INFO]: bspkrsCore 6.11 is out of date! Visit <head><title>Found</title></head> to download the latest release (<html>).
[20:57:50] [Client thread/INFO]: Initializing ModVersionChecker for mod FloatingRuins
[20:57:50] [Client thread/INFO]: FloatingRuins 1.7.2.r06 is out of date! Visit <head><title>Found</title></head> to download the latest release (<html>).
[20:57:50] [Client thread/INFO]: Initializing ModVersionChecker for mod Treecapitator
[20:57:50] [Client thread/INFO]: Treecapitator 2.0.3 is out of date! Visit <head><title>Found</title></head> to download the latest release (<html>).
0
I'm using Natura for the first time on 1.7.2 with Forge 1121. I get an io error in my log during startup when Natura is in use. I've tested with only Mantle and Natura installed, and i tested Mantle by itself just to be certain it's Natura causing the error.
I will call it a low priority problem though, because I don't notice any issues with bookshelf textures in game
To me, it looks like the code is looking for a texture whose file name actually includes "MISSING_ICON_BLOCK". Seems that would make is easy to find and adjust-- but certainly take care of other issues first, such as the nether issue some have complained about- I haven't gotten to the nether yet.
relevant portion of log:
Restoring disabled mods: mods
Restoring disabled mods: coremods
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
OpenAL initialized.
[18:43:10] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_216_bookshelf.png
java.io.FileNotFoundException: minecraft:textures/blocks/MISSING_ICON_BLOCK_216_bookshelf.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqh.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[bqx.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpr.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpr.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bpx.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61) [bpx.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52) [bpx.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:523) [azd.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815) [azd.class:?]
at net.minecraft.client.main.Main.main(SourceFile:103) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at magic.launcher.Launcher.main(SourceFile:207) [MagicLauncher_1.2.5.exe:?]
Yes i do use magic Launcher, but I use the mods externally, that is I put them in the mods folder where they belong. The exact error does repeat again a second later after some other stuff. I you really really need the full log, here you go:
Full Log:
*** Starting Minecraft ***
Profile: My modpack 1.7.2
Environment: 1.7.2-Forge10.12.2.1121
Minecraft version: 1.7.2
Minecraft.jar: 1.7.2-Forge10.12.2.1121.jar
Base folder: C:\minecraft\1.7.2_modpack\.minecraft
Inactive external mods:
1.7.2 Botania r1.1-62.jar
1.7.2 buildcraft-6.0.16.jar
1.7.2 ExplorerCraft-0.9.6a.jar
1.7.2 immibis-core-58.1.3.jar
1.7.2 immibis-microblocks-58.1.3.jar
1.7.2 Metallurgy-1.7.2-4.0.2.8.jar
1.7.2 MetallurgyCore-1.7.2-4.0.2.4.jar
1.7.2 Pam's HarvestCraft 1.7.2e.zip
1.7.2 Pam's Temperate Plants 1.7.2b.zip
1.7.2 Pam's WeeeFlowers 1.7.2b.zip
1.7.2 redlogic-58.1.2.jar
1.7.2 Thaumcraft-1.7.2-4.1.1.14.jar
1.7.2 Tinkers Construct 1.6.0.a14.jar
1.7.2 twilightforest-1.7.2-2.1.1.jar
[1.7.2]DamageIndicatorsMod-3.1.2.jar
[1.7.2]FloatingRuins-universal-1.7.2.r06.jar
[1.7.2]Treecapitator-universal-2.0.3.jar
AdvancedHUD[0.1.7].jar
appliedenergistics2-rv0-beta-35.jar
ArchimedesShips.jar
BiblioCraft[1.7.1][MC1.7.2].jar
BiomesOPlenty-1.7.2-2.0.1.890-universal.jar
Carpenter's Blocks v3.1.6 - MC 1.7+.zip
CodeChickenCore-1.7.2-1.0.0-universal.jar
DynamicLights-1.7.2.zip
EquivalentExchange3-1.7.2-0.2.225.jar
GSWireUniversal-1.7.x-srg-b111Forge.jar
InventoryTweaks-1.57-116.jar
JABBA_1.1.4.zip
MoarSigns-1.7.2-1.0.2.jar
MrCrayfishFurnitureModv3.3.2(1.7.2).jar
mystcraft-1.7.2-0.10.15.00.jar
NetherDungeons-1.7.2-v-1.2.1.jar
NotEnoughItems-1.7.2-1.0.1-universal.jar
Oceancraft-1.4.jar
OliveCraft-1.7.2-a.jar
OpenComputers-MC1.7.2-1.2.13.148-universal.jar
OptiFine_1.7.2_HD_U_D1.jar
OptiFine_1.7.4_HD_U_D1.jar
parachutemod-1.7.2-2.5.4.jar
Professor Flaxbeard's Wondrous Steam Power Mod (Pre 16).jar
ProjectRed-Base-1.7.2-4.4.1.39.jar
ProjectRed-Compat-1.7.2-4.4.1.39.jar
ProjectRed-Integration-1.7.2-4.4.1.39.jar
ProjectRed-Lighting-1.7.2-4.4.1.39.jar
ProjectRed-Mechanical-1.7.2-4.4.1.39.jar
ProjectRed-World-1.7.2-4.4.1.39.jar
Railcraft_1.7.2-9.0.0.0.jar
RemoteIO-1.7.2-1.0.4-b13-universal.jar
Waila-1.5.2a_1.7.2.jar
witchery-1.7.2-0.19.2.jar
Show log: true
Java path: C:\Program Files\Java\jre7\bin\java
Java parameters: "-Dfml.ignorePatchDiscrepancies=true"
Memory: 2048 MB
LauncherPath: /C:/minecraft/MagicLauncher_1.2.5.exe
Main class: net.minecraft.launchwrapper.Launch
*** MagicMinecraftLauncher 1.2.5 ***
LCP: ;C:\minecraft\.minecraft\versions\1.7.2-Forge10.12.2.1121\1.7.2-Forge10.12.2.1121.jar;C:\minecraft\.minecraft\libraries\net\minecraftforge\forge\1.7.2-10.12.2.1121\forge-1.7.2-10.12.2.1121.jar;C:\minecraft\.minecraft\libraries\net\minecraft\launchwrapper\1.9\launchwrapper-1.9.jar;C:\minecraft\.minecraft\libraries\org\ow2\asm\asm-all\4.1\asm-all-4.1.jar;C:\minecraft\.minecraft\libraries\org\scala-lang\scala-library\2.10.2\scala-library-2.10.2.jar;C:\minecraft\.minecraft\libraries\org\scala-lang\scala-compiler\2.10.2\scala-compiler-2.10.2.jar;C:\minecraft\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar;C:\minecraft\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\minecraft\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\minecraft\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\minecraft\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\minecraft\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\minecraft\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\minecraft\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\minecraft\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\minecraft\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\minecraft\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar;C:\minecraft\.minecraft\libraries\com\google\guava\guava\15.0\guava-15.0.jar;C:\minecraft\.minecraft\libraries\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar;C:\minecraft\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\minecraft\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\minecraft\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\minecraft\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\minecraft\.minecraft\libraries\com\mojang\authlib\1.3\authlib-1.3.jar;C:\minecraft\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\minecraft\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\minecraft\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.0\lwjgl-2.9.0.jar;C:\minecraft\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.0\lwjgl_util-2.9.0.jar;C:\minecraft\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.0\lwjgl-platform-2.9.0-natives-windows.jar;C:\minecraft\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar
ShowLog: true
InactiveExtMods: 1.7.2 Botania r1.1-62.jar;1.7.2 buildcraft-6.0.16.jar;1.7.2 ExplorerCraft-0.9.6a.jar;1.7.2 immibis-core-58.1.3.jar;1.7.2 immibis-microblocks-58.1.3.jar;1.7.2 Metallurgy-1.7.2-4.0.2.8.jar;1.7.2 MetallurgyCore-1.7.2-4.0.2.4.jar;1.7.2 Pam's HarvestCraft 1.7.2e.zip;1.7.2 Pam's Temperate Plants 1.7.2b.zip;1.7.2 Pam's WeeeFlowers 1.7.2b.zip;1.7.2 redlogic-58.1.2.jar;1.7.2 Thaumcraft-1.7.2-4.1.1.14.jar;1.7.2 Tinkers Construct 1.6.0.a14.jar;1.7.2 twilightforest-1.7.2-2.1.1.jar;[1.7.2]DamageIndicatorsMod-3.1.2.jar;[1.7.2]FloatingRuins-universal-1.7.2.r06.jar;[1.7.2]Treecapitator-universal-2.0.3.jar;AdvancedHUD[0.1.7].jar;appliedenergistics2-rv0-beta-35.jar;ArchimedesShips.jar;BiblioCraft[1.7.1][MC1.7.2].jar;BiomesOPlenty-1.7.2-2.0.1.890-universal.jar;Carpenter's Blocks v3.1.6 - MC 1.7+.zip;CodeChickenCore-1.7.2-1.0.0-universal.jar;DynamicLights-1.7.2.zip;EquivalentExchange3-1.7.2-0.2.225.jar;GSWireUniversal-1.7.x-srg-b111Forge.jar;InventoryTweaks-1.57-116.jar;JABBA_1.1.4.zip;MoarSigns-1.7.2-1.0.2.jar;MrCrayfishFurnitureModv3.3.2(1.7.2).jar;mystcraft-1.7.2-0.10.15.00.jar;NetherDungeons-1.7.2-v-1.2.1.jar;NotEnoughItems-1.7.2-1.0.1-universal.jar;Oceancraft-1.4.jar;OliveCraft-1.7.2-a.jar;OpenComputers-MC1.7.2-1.2.13.148-universal.jar;OptiFine_1.7.2_HD_U_D1.jar;OptiFine_1.7.4_HD_U_D1.jar;parachutemod-1.7.2-2.5.4.jar;Professor Flaxbeard's Wondrous Steam Power Mod (Pre 16).jar;ProjectRed-Base-1.7.2-4.4.1.39.jar;ProjectRed-Compat-1.7.2-4.4.1.39.jar;ProjectRed-Integration-1.7.2-4.4.1.39.jar;ProjectRed-Lighting-1.7.2-4.4.1.39.jar;ProjectRed-Mechanical-1.7.2-4.4.1.39.jar;ProjectRed-World-1.7.2-4.4.1.39.jar;Railcraft_1.7.2-9.0.0.0.jar;RemoteIO-1.7.2-1.0.4-b13-universal.jar;Waila-1.5.2a_1.7.2.jar;witchery-1.7.2-0.19.2.jar
MainClass: net.minecraft.launchwrapper.Launch
Restoring disabled mods: mods
Disable inactive mods: mods
Disabled: 1.7.2 Botania r1.1-62.jar
Disabled: 1.7.2 buildcraft-6.0.16.jar
Disabled: 1.7.2 ExplorerCraft-0.9.6a.jar
Disabled: 1.7.2 immibis-core-58.1.3.jar
Disabled: 1.7.2 immibis-microblocks-58.1.3.jar
Disabled: 1.7.2 Metallurgy-1.7.2-4.0.2.8.jar
Disabled: 1.7.2 MetallurgyCore-1.7.2-4.0.2.4.jar
Disabled: 1.7.2 Pam's HarvestCraft 1.7.2e.zip
Disabled: 1.7.2 Pam's Temperate Plants 1.7.2b.zip
Disabled: 1.7.2 Pam's WeeeFlowers 1.7.2b.zip
Disabled: 1.7.2 redlogic-58.1.2.jar
Disabled: 1.7.2 Thaumcraft-1.7.2-4.1.1.14.jar
Disabled: 1.7.2 Tinkers Construct 1.6.0.a14.jar
Disabled: 1.7.2 twilightforest-1.7.2-2.1.1.jar
Disabled: AdvancedHUD[0.1.7].jar
Disabled: appliedenergistics2-rv0-beta-35.jar
Disabled: ArchimedesShips.jar
Disabled: BiblioCraft[1.7.1][MC1.7.2].jar
Disabled: BiomesOPlenty-1.7.2-2.0.1.890-universal.jar
Disabled: Carpenter's Blocks v3.1.6 - MC 1.7+.zip
Disabled: CodeChickenCore-1.7.2-1.0.0-universal.jar
Disabled: DynamicLights-1.7.2.zip
Disabled: EquivalentExchange3-1.7.2-0.2.225.jar
Disabled: GSWireUniversal-1.7.x-srg-b111Forge.jar
Disabled: InventoryTweaks-1.57-116.jar
Disabled: JABBA_1.1.4.zip
Disabled: MoarSigns-1.7.2-1.0.2.jar
Disabled: MrCrayfishFurnitureModv3.3.2(1.7.2).jar
Disabled: mystcraft-1.7.2-0.10.15.00.jar
Disabled: NetherDungeons-1.7.2-v-1.2.1.jar
Disabled: NotEnoughItems-1.7.2-1.0.1-universal.jar
Disabled: Oceancraft-1.4.jar
Disabled: OliveCraft-1.7.2-a.jar
Disabled: OpenComputers-MC1.7.2-1.2.13.148-universal.jar
Disabled: OptiFine_1.7.2_HD_U_D1.jar
Disabled: OptiFine_1.7.4_HD_U_D1.jar
Disabled: parachutemod-1.7.2-2.5.4.jar
Disabled: Professor Flaxbeard's Wondrous Steam Power Mod (Pre 16).jar
Disabled: ProjectRed-Base-1.7.2-4.4.1.39.jar
Disabled: ProjectRed-Compat-1.7.2-4.4.1.39.jar
Disabled: ProjectRed-Integration-1.7.2-4.4.1.39.jar
Disabled: ProjectRed-Lighting-1.7.2-4.4.1.39.jar
Disabled: ProjectRed-Mechanical-1.7.2-4.4.1.39.jar
Disabled: ProjectRed-World-1.7.2-4.4.1.39.jar
Disabled: Railcraft_1.7.2-9.0.0.0.jar
Disabled: RemoteIO-1.7.2-1.0.4-b13-universal.jar
Disabled: Waila-1.5.2a_1.7.2.jar
Disabled: witchery-1.7.2-0.19.2.jar
Disabled: [1.7.2]DamageIndicatorsMod-3.1.2.jar
Disabled: [1.7.2]FloatingRuins-universal-1.7.2.r06.jar
Disabled: [1.7.2]Treecapitator-universal-2.0.3.jar
Restoring disabled mods: coremods
Disable inactive mods: coremods
[18:43:01] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[18:43:01] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[18:43:01] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[18:43:01] [main/INFO]: Forge Mod Loader version 7.2.211.1121 for Minecraft 1.7.2 loading
[18:43:01] [main/INFO]: Java is Java HotSpot™ 64-Bit Server VM, version 1.7.0_45, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
[18:43:01] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:43:01] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[18:43:01] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:43:01] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:43:01] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:43:02] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[18:43:02] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[18:43:02] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:43:02] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[18:43:03] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[18:43:04] [main/INFO]: Setting user: granack
[18:43:05] [Client thread/INFO]: LWJGL Version: 2.9.0
[18:43:06] [Client thread/INFO]: Attempting early MinecraftForge initialization
[18:43:06] [Client thread/INFO]: MinecraftForge v10.12.2.1121 Initialized
[18:43:06] [Client thread/INFO]: Replaced 182 ore recipies
[18:43:06] [Client thread/INFO]: Completed early MinecraftForge initialization
[18:43:06] [Client thread/INFO]: Searching C:\minecraft\1.7.2_modpack\.minecraft\mods for mods
[18:43:06] [Client thread/INFO]: Also searching C:\minecraft\1.7.2_modpack\.minecraft\mods\1.7.2 for mods
[18:43:07] [Client thread/ERROR]: FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.FMLRenderAccessLibrary. This is generally a severe programming error. There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW!
[18:43:07] [Client thread/ERROR]: FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.Start. This is generally a severe programming error. There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW!
[18:43:08] [Client thread/INFO]: Forge Mod Loader has identified 7 mods to load
[18:43:08] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Mantle, FMLFileResourcePack:Natura, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:Baubles
[18:43:08] [Client thread/INFO]: Processing ObjectHolder annotations
[18:43:08] [Client thread/INFO]: Found 341 ObjectHolder annotations
[18:43:08] [Client thread/INFO]: Configured a dormant chunk cache size of 0
[18:43:08] [Client thread/INFO]: Mantle (1.7.2-132.45b0b50) -- Preparing for launch.
[18:43:08] [Client thread/INFO]: Entering preinitialization phase.
[18:43:08] [Client thread/INFO]: Loading configuration from disk.
[18:43:09] [Client thread/INFO]: Configuration load completed.
[18:43:09] [Client thread/INFO]: Applying holder lookups
[18:43:09] [Client thread/INFO]: Holder lookups applied
Starting up SoundSystem...
Restoring disabled mods: mods
Restoring disabled mods: coremods
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
OpenAL initialized.
[18:43:10] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_216_bookshelf.png
java.io.FileNotFoundException: minecraft:textures/blocks/MISSING_ICON_BLOCK_216_bookshelf.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqh.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[bqx.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpr.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpr.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bpx.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61) [bpx.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52) [bpx.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:523) [azd.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815) [azd.class:?]
at net.minecraft.client.main.Main.main(SourceFile:103) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at magic.launcher.Launcher.main(SourceFile:207) [MagicLauncher_1.2.5.exe:?]
[18:43:10] [Sound Library Loader/INFO]: Sound engine started
[18:43:10] [Client thread/INFO]: Created: 512x512 textures/blocks-atlas
[18:43:10] [Client thread/INFO]: Created: 512x256 textures/items-atlas
[18:43:10] [Client thread/INFO]: Entering initialization phase.
[18:43:10] [Client thread/INFO]: Initializing ModVersionChecker for mod bspkrsCore
[18:43:11] [Client thread/INFO]: bspkrsCore 6.10 is out of date! Visit <head><title>Found</title></head> to download the latest release (<html>).
[18:43:11] [Client thread/INFO]: Entering postinitialization phase.
[18:43:11] [Client thread/INFO]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[18:43:11] [Client thread/INFO]: Forge Mod Loader has successfully loaded 7 mods
[18:43:11] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Mantle, FMLFileResourcePack:Natura, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:Baubles
[18:43:11] [Client thread/INFO]: Created: 512x256 textures/items-atlas
[18:43:11] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_216_bookshelf.png
java.io.FileNotFoundException: minecraft:textures/blocks/MISSING_ICON_BLOCK_216_bookshelf.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqh.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[bqx.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpr.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpr.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bpx.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bpx.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [bqx.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [bqx.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:568) [azd.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:527) [azd.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815) [azd.class:?]
at net.minecraft.client.main.Main.main(SourceFile:103) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at magic.launcher.Launcher.main(SourceFile:207) [MagicLauncher_1.2.5.exe:?]
[18:43:11] [Client thread/INFO]: Created: 512x512 textures/blocks-atlas
SoundSystem shutting down...
Author: Paul Lamb, www.paulscode.com
Starting up SoundSystem...
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
OpenAL initialized.
[18:43:12] [Sound Library Loader/INFO]: Sound engine started
[18:43:13] [MCO Availability Checker #1/ERROR]: Couldn't connect to Realms
[18:43:14] [Client thread/INFO]: Stopping!
SoundSystem shutting down...
Author: Paul Lamb, www.paulscode.com
Thanks! The mod looks great so far!
0
Don't use the mods folder. Most ML and Forge mods work just fine using them the same way as actual jar mods. There are exceptions, and those are a pain as the 'external mod' configuration doesn't always work properly.
Edit:
Alternatively, you can have each profile use a different minecraft base folder. Copy the contents of %appdata%\.minecraft to a different folder, and select that different folder location in the Magic Launcher settings for each profile (different folder for each profile if you want to burn the disk space). The each profile has its own mods and textures folder. Yoy can keep your mods (not the mods folder) anywhere and share it between profiles.
1
OK, I finally finished reading everything here, so now I get to post with judicious use of spoilers to counter the TL;DR effect.
Limit the size of the map
Easily done using an existing Bukkit plugin.
Stone tools
In human history, stone tools happened before wood ones, except maybe wooden clubs. Using flint instead of cobblestone is not only more realistic, but makes the needed resource more rare. Also...
...there is no reason that all stone tools must be better than wood ones. A stone ax would be more effective, but a wooden shovel (spade) would probably be better than stone (wood lighter and easier to handle). A wooden ax isn't going to work well, and will most likely (in reality) not even chop a single tree. Give it something like 4 uses. A mod might even be able to require varying amounts of stamina (hunger?) to use: stone would be heavier and require more stamina.
Unfortunately, I don't see a bukkit plugin to do any of this, either requiring a new plugin, or perhaps a mod. without such a mod though, the point regarding stone tools is moot.
Scarce minerals
Again, easily done with an existing plugin.
Plug-in is called Mineral Veins http://forums.bukkit...1-2-5-r1.35656/. As long as it is installed when the world is first generated, it should work ok. the config file allows considerable adjustment, down to certain ores not spawning or preferentially spawning based on the biome. The total resources can be adjusted, as well as the size of the veins. Looks promising.
Plant growth
reduce plant growth rate, nerf bonemeal. I don't see a plugin, but haven't looked hard for this one.
Slow plant growth considerably, to maybe one growth stage per game day. bonemeal may be able to increase the growth by a single stage with each use, so that's 7 to go from seed to full wheat.
would be nice to be able to nerf bonemeal that easily with trees.. those still present a problem. maybe just not allow it. It should take 3-5 days at least for a tree to grow.
Increase Hunger
increases demand for food. needs plugin, but haven't looked for one..
i'm thinking, doing nothing causes your entire hunger bar to deplete in two game days. Already, performing actions makes you hungry faster. If this could be combined with, say, increased hunger based on types of tools used, this can force someone to be producing food all the time... and someone else to supply tools for them.. and protection.. Hey! cooperation!
And i'm sure i'l think of something else later, these just developed as I was reading.
0
Optifine adds about 50% to my fps with opengl an graphics set to fast.
That's all single player, so my PC is server also.
0
Lighting glitch has been discussed before. You can't prevent it. Hit a block in the dark area to update the lighting for that area. Maybe something like shooting an arrow into it would work too; I've never tried it.
Chunks loading in the distance is just how the game works. It can't load everything all at once, so it loads and unloads distant chunks as you move around. The Render Distance in the options determines how far away it tries to do the loading and unloading.
When you hit escape, there is less for the program to do, so it can spend more CPU time generating and loading chunks that are in the Render Distance range, so it's done faster.
Sometimes too there will be a chunk not in the distance that is loaded but you can't see it. All the surrounding chunks are loaded and working, but one chunk is there (you can walk/jump on it and interact with it) and it's just invisible. I'm not sure how common that is, but I've seen it on both my computers. Usually it will become visible after a short time (seconds to minutes), or reloading the world. maybe there is an easier way that someone else will mention.
1
Although, that does seem more drastic than I remember, so the orc above may be correct as well. If Nork is correct, consider yourself lucky that it isn't more drastic.
0
You are trying to use too much memory. from the main ML window, click Setup, then the Advanced tab. Lower the number for Memory. If not using any mods other than optifine and default textures, 256 should work fine. Mods increase the amount needed somewhat, and HD textures by quite a bit, as does render distance.
1024 is probably a good number if not sure. Then, once Minecraft is running and a world is loaded (wait some time to be sure all chunks are loaded), press F3. The allocated memory in the upper right is what's needed. Add about 25% to it, and use that number next time.
Edit: Corrected a small typo.
Your Minecraft.jar is missing. ML won't download one. Use the official launcher to get a new one (1.3.1 now.)
0
0
Inside SPC's zip file is a "worldedit.jar". extract that file into your .minecraft\bin folder (the same folder as the minecraft.jar) I'm going from memory on that one, so something might be slightly off but you probably get the idea. check out the SPC thread on how to install it if that doesn't make sense. It won't have any effect to leave it there when not using SPC, but remember to update it when updating SPC. This launcher only removes the need of putting things directly into minecraft.jar itself.
0
1. Bad archive file in the external mods folder causes a null pointer exception when loading the setup page and when checking compatability.
You can uncheck the 'check compatability' box and no error occurs, but checking it again causes the error once more and all the external mod statuses remain "???". Using the same file as an internal mod produces an "IOException Error" so really, the external mods just needs the same check. Removing the file from the mods folder of course eliminates the error, but it was matter of trial and error to find the problem mod.
2. Basically, if the Test has a crash, the inactive external mods are removed from the list and become active with the next Test.
I have several profiles, all using the same Base Folder, and therefore the same external mods folder. Setting up a profile, there are some mods I don't want to use, so I uncheck them then click Test. In this case, i got a block ID collision crash and decided I don't need one of the affected mods. However when i close the Test MC instance the external mod list does not include any of the previously disabled mods. I uncheck a mod from the ID collision, then press Test again. All those previously disabled mods return to the list, as active, and the Test tries to load all of them. The only one that is disabled is the one I just disabled (since it was active for the previous test) and it will be the only one missing after this test invariably crashes.
My only realistic workaround is to not use any external mods and make them all internal.
0
"IOException" It means the mod file (.zip or .jar) is corrupt. Delete it and download it again.
0
Most mod authors don't let others distribute their mods, so while an AIO pack would in fact be amazing, it would be illegal in many countries without explicit permission from each author of the required mods. (Good luck, most use AdFly, so they get paid for the downloads, however tiny an amount. Letting someone else distribute means fewer downloads which means less revenue for them.)
There are links for everything in the first post to all required mods. Each of Flan's mods has its own section in the first post, and each section has an Installation section with something similar to the following:
Mod names are links to the relevant forum posts, and the 'download here' is the link for Flan's mod (whichever one you are looking at). Sometimes other forum posts may not be easy to find downloads, but at least Flan does a very good job of making links and being clear.