Time: 9/24/15 12:06 PM
Description: Exception in server tick loop
net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: com/mrcrayfish/furniture/entity/EntityMirror
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:163)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:733)
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:360)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoClassDefFoundError: com/mrcrayfish/furniture/entity/EntityMirror
at com.mrcrayfish.furniture.MrCrayfishFurnitureMod.init(MrCrayfishFurnitureMod.java:131)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:537)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:731)
... 5 more
Caused by: java.lang.ClassNotFoundException: com.mrcrayfish.furniture.entity.EntityMirror
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 32 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@25aca718 from coremod FMLCorePlugin
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:234)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 34 more
Caused by: java.lang.RuntimeException: Attempted to load class com/mrcrayfish/furniture/entity/EntityMirror for invalid side SERVER
at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:49)
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:230)
... 36 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
I did have a break in the case, in the 1st part of the crash dump it references ShadersMod rendering the ShadowMap (etc). I changed shaders to Sildur's Basic shader, and it worked with both MPM2 and UniSkin.
I changed the shader to Sildur's 1.07 / 1.08 / 1.09 which I have used before, each crashed.
I removed both MPM2 and UniSkin, and it worked.
I added UniSkin back in again, and it still works.
I will not be adding MPM2 back in, it was fun in 1.7.10, but I do not need to look like mobs. I started using UniSkin so I could inject custom Skins for Local LAN play, it works great ;)!
I know for a fact that bspkrsCore has a beef with Smart Moving inc., but this does not seem to be you problem.
bspkrsCore has had its issues worked out. It used to add little animated mobs to the main minecraft page, which threw lots of errors, and crashed MC sometimes. These have been removed in 1.8.
I haven't had any log-related issues to Uniskinmod.
I just updated it from ver 1.2 to 1.3 to see if that helps.
I've used RenderPlayerAPIEnhancer for some time, but I updated them all recently. SmartMoving doesn't require RenderPlayerAPI or the Enhancer -- but I may try it without the Enchancer.
EDIT: Unfortunately, removing RenderPlayerAPIEnchancer does not resolve the issue. Exact same error.
Ok, I got a little stuck ... not sure why this is happening here.
MC 1.8
Forge 11.14.3.1512
Optifine 1.8.0 HD U D5
ShadersMod 2.4.12
PlayerAPI 1.4
RenderPlayerAPI 1.5
RenderPlayerAPIEnchancer 1.2
SmartMoving 16.2
I believe I've had this before, so, I searched my posts - this thread - the 'modding' forum - and Google. Ironically, Google comes up with 1 result that has nothing to do with MCForums. This error has come up in this thread a few times (4 or 5), and in MCForums in some variant roughly a dozen.
I checked the smart moving options for a fix, but cannot find anything of use.
I know I have used these mods in the past, and I am not sure what changed. MC loads up just fine. As soon as I start an existing world, or create new, the world loads fine. It will *not crash* if I leave MC in 'away' mode. It is as soon as the window becomes active and I click 'return to game' that it crashes.
I can see the MC world, things start to come into focus, and then a white window appears with a box in it (error maybe -- too small). It freezes, and then the crash dump.
Time: 9/23/15 1:26 PM
Description: Rendering entity in world
java.lang.ClassCastException: net.minecraft.client.model.ModelBiped cannot be cast to api.player.model.IModelPlayerAPI
at net.smart.moving.render.playerapi.SmartMoving.getPlayerBase(SmartMoving.java:53)
at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.getMovingModelBipedMain(SmartMovingRenderPlayerBase.java:127)
at net.smart.moving.render.SmartMovingRender.(SmartMovingRender.java:42)
at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.getRenderModel(SmartMovingRenderPlayerBase.java:43)
at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.doRender(SmartMovingRenderPlayerBase.java:50)
at api.player.render.RenderPlayerAPI.doRender(Unknown Source)
at api.player.render.RenderPlayerAPI.doRender(Unknown Source)
at net.minecraft.client.renderer.entity.RenderPlayer.func_180596_a(RenderPlayer.java)
at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java:242)
at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:374)
at net.minecraft.client.renderer.entity.RenderManager.func_147936_a(RenderManager.java:331)
at net.minecraft.client.renderer.entity.RenderManager.func_147937_a(RenderManager.java:298)
at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:786)
at shadersmod.client.ShadersRender.renderShadowMap(ShadersRender.java:333)
at shadersmod.client.Shaders.beginRender(Shaders.java:2763)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1438)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1242)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1056)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.smart.moving.render.playerapi.SmartMoving.getPlayerBase(SmartMoving.java:53)
at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.getMovingModelBipedMain(SmartMovingRenderPlayerBase.java:127)
at net.smart.moving.render.SmartMovingRender.(SmartMovingRender.java:42)
at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.getRenderModel(SmartMovingRenderPlayerBase.java:43)
at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.doRender(SmartMovingRenderPlayerBase.java:50)
at api.player.render.RenderPlayerAPI.doRender(Unknown Source)
at api.player.render.RenderPlayerAPI.doRender(Unknown Source)
at net.minecraft.client.renderer.entity.RenderPlayer.func_180596_a(RenderPlayer.java)
at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java:242)
-- Renderer details --
Details:
Assigned renderer: RenderPlayerOF@36ef6949
Location: 0.00,0.00,0.00 - World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Rotation: 0.0
Delta: 0.18969822
Stacktrace:
at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:374)
at net.minecraft.client.renderer.entity.RenderManager.func_147936_a(RenderManager.java:331)
at net.minecraft.client.renderer.entity.RenderManager.func_147937_a(RenderManager.java:298)
at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:786)
at shadersmod.client.ShadersRender.renderShadowMap(ShadersRender.java:333)
at shadersmod.client.Shaders.beginRender(Shaders.java:2763)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1438)
RenderPlayerAPIEnhancerPlugin (RenderPlayerAPIEnhancer-1.8-1.2.jar)
api.player.forge.RenderPlayerAPIEnhancerTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 347.88' Renderer: 'Quadro K2000/PCIe/SSE2'
Launched Version: 1.8-forge1.8-11.14.3.1515
LWJGL: 2.9.1
OpenGL: Quadro K2000/PCIe/SSE2 GL version 4.5.0 NVIDIA 347.88, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [ChromaHills-128x1.8_v.12.zip, ChromaHills-128x1.8_OptifineLeavesFix.zip] Current Language: English (US)
Profiler Position: N/A (disabled)
ERROR: error(#273) 1 compilation errors. No code generated
I tested 3 versions of your shaders (Ultra/Standard v4.1 and Lite v1.0), same issue.
If this can help, here is my config:
MultiMC version: 0.4.7
Main mods:
MinecraftForge v11.14.3.1450
ShadersMod-v2.4.12mc1.8
OptiFine_1.8.0_HD_U_D2
[main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.7.0_79, running on Linux:amd64:3.13.0-61-generic, installed at /usr/lib/jvm/java-7-openjdk-amd64/jre
[OptiFine] OpenGL: AMD Radeon (TM) R7 300 Series , version 4.4.13374 Compatibility Profile Context 15.20.1013, ATI Technologies Inc.
[OptiFine] OpenGL Version: 4.0
Tell me in case additional info could help identifying the root cause. Thanks in advance for your opinion
This is the only shader to do this - and it happens in every version of MineCraft (with, or without OptiFine). I was able to speak with the shader developer a little while back and we couldn't get to a conclusion.
If it helps, I have the latest drivers for my card and OS - FGLRX 15.9 and Elementary OS, respectively. I would really appreciate your time to help me possibly solve this solution.
So I think the recent shaders mod has some compatibility problem with forge? Now I can't even start minecraft after I installed this mod, and when I delete it, everything seems to be normal. My forge version is 1514, maybe it's because my forge is too new?
1.7.10 only works up to build 1448 (recommended).
1.8.10 I haven't tested 1514, but it works fine on 1512.
I am running Elementary OS, but it did the same thing when I was running straight Ubuntu (Elementary is also based on Ubuntu)
I have a Radeon HD 5450. Weak card, which is why I will usually run low versions of shaders and (most of the time) will scale down to 480p. However, if I scale it down, I can usually get away with using 'High' versions of packs.
These are the latest drivers from AMD's website (version 15.9).
Yes, very strange indeed..
It's only the Stazza's Super Shaders that do it, hrmm.
I'm sure it's a snowball effect, the first 2 fail, and then the rest of them all fail because there is no functioning 'base'.
Again, he is running Linux as well. It must be an OpenGL thing. Or maybe it's as simple as he is cheating in his code, or maybe it was just his comments, regardless it doesn't like it.
This is where it all starts:
ERROR: 0:5: error(#89) Syntax error: ERROR___EOF_IN_COMMENT
Shaders is for 1.4.6 - 1.8.0 (at least, I picked it up in 1.4.6, but it goes back further to daxnitro's time), but you need to run the recommended Forge for 1.7.10.
This is the only shader to do this - and it happens in every version of MineCraft (with, or without OptiFine). I was able to speak with the shader developer a little while back and we couldn't get to a conclusion.
If it helps, I have the latest drivers for my card and OS - FGLRX 15.9 and Elementary OS, respectively. I would really appreciate your time to help me possibly solve this solution.
Thanks.
Ok, so you are running Linux for an OS.
Which flavour? Debian? Ubuntu? Redhat? Fedora?
What video card do you have in your system? I assume some sort of AMD card?
Is that the Linux-provided FGLRX driver, or AMD-specific?
java.lang.NullPointerException: Stitching texture atlas
at shadersmodcore.client.ShadersTex.readImage(ShadersTex.java:382)
at shadersmodcore.client.ShadersTex.readImageAndMipmaps(ShadersTex.java:357)
at shadersmodcore.client.ShadersTex.uploadTexSubForLoadAtlas(ShadersTex.java:337)
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:283)
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:97)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:89)
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(TextureManager.java:71)
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(TextureManager.java:58)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:545)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at shadersmodcore.client.ShadersTex.readImage(ShadersTex.java:382)
at shadersmodcore.client.ShadersTex.readImageAndMipmaps(ShadersTex.java:357)
at shadersmodcore.client.ShadersTex.uploadTexSubForLoadAtlas(ShadersTex.java:337)
-- Texture being stitched together --
Details:
Atlas path: textures/blocks
Sprite: TextureAtlasSprite{name='missingno', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=6.25E-4, u1=0.999375, v0=6.25E-4, v1=0.999375}
Stacktrace:
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:283)
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:97)
-- Resource location being registered --
Details:
Resource location: minecraft:textures/atlas/blocks.png
Texture object class: net.minecraft.client.renderer.texture.TextureMap
Stacktrace:
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:89)
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(TextureManager.java:71)
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(TextureManager.java:58)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:545)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 89532728 bytes (85 MB) / 287887360 bytes (274 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1481 11 mods loaded, 11 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UCH Forge{10.13.4.1481} [Minecraft Forge] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UCH DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar)
UCH AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCH BiblioCraft{1.10.4} [BiblioCraft] (BiblioCraft[v1.10.4][MC1.7.10].jar)
UCH lasercreepers{1.1b} [Laser Creeper Robot Dino Riders From Space] (Laser Creeper Robot Dino Riders From Space-1.1b.jar)
UCH testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.6.jar)
UCH cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UCH MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar)
UCH sus{4.1} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod-1.7.10-4.1.jar)
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.15.4256' Renderer: 'Intel(R) HD Graphics 4400'
Launched Version: 1.7.10-Forge10.13.4.1481-1.7.10
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4400 GL version 4.3.0 - Build 10.18.15.4256, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [Fryingaaaaaas Iron Man TP 2.1]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Your forge is too new.
On MC 1.7.10 you need to use the recommended build of 1448 (I believe this is stated in the OP).
Is there any chance to see this mod compatible with Forge 1481+ & Minecraft 1.7.10 ?
Not unless Karyonix manages to recover some time IRL...
He has several bugs that need to be fixed in 1.8 prior to that happening as well.
sp614x (the maker of Optifine) has fixed some of these bugs in his builds of OF+ShadersMod for 1.8.8. We should see a backport of that into the ShadersMod version for Forge 1.8.0. I do not know if this will be a 'strictly ShadersMod' release or an Optifine+ShadersMod release.
I also have no idea if sp614x plans on taking the Forge 1.8 build (when it is released) and backporting that further to 1.7.10. There is a lot that changed texture wise between the 2 builds, which is why over 50% of mods haven't made it to 1.8 yet.
Judging by the stacktrace, it sure looks that way. I'll take a look at it Soon(TM).
Just trying to give you all the info, and make things as easy for you as I can ;). LOL!
I tested the John Smith Technician's Remix, and the latest Soartex Invictus Universal Modpack -- they both work fine.
I had an old version that I had modded, included some bump mapping, and I was using the soartex patcher to auto-update and apply mod updates.
I downloaded the latest Soartex Universal Modpacks, went to GIT and downloaded the latest master dump from 2 days ago, and incorporated all of the latest updates myself.
Works perfect with that version, mind you, I get a bunch of 'missing texture' messages for 'leaf_n.png' & 'leaf_s.png' after it finds 'leaf.png'. No biggie, just missing normal & specular maps, to which I don't think too many leaf textures get ;)!
Just glad to have it all worked out, and without errors!
0
Thank you, sir! Very much appreciated :)!
Love the mod, happy to have some new 'proper' furniture coming!
0
NOTE: Yes, I am aware it is developmental. Just letting the author know.
Hmm, upgraded from MC 1.8 ver 3.4.7 to 3.5, and it crashes server-side:
WARNING: coremods are present:
LoadingPlugin (VersionChecker-1.2.2.jar)
FMLPlugin (InventoryTweaks-1.59-176.jar)
BetterFoliageLoader (BetterFoliage-mc1.8-1.1.6.jar)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
SmartCorePlugin (SmartMoving-1.8-16.2.jar)
SCFMLCorePlugin (StalkerCreepers-1.8.jar)
SkinCore (UniSkinMod-1.8-1.3-dev1.jar)
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
MMFMLCorePlugin (MultiMine-1.5.0-1.8.jar)
PlayerAPIPlugin (PlayerAPI-1.8-1.4.jar)
CCCDeobfPlugin (unknown)
ItemPatchingLoader (ItemPhysic Full 1.1.4 mc1.8.jar)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
BOPLoadingPlugin (BiomesOPlenty-1.8-3.0.0.1391-universal.jar)
Contact their authors BEFORE contacting forge
// Don't do that.
Time: 9/24/15 12:06 PM
Description: Exception in server tick loop
net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: com/mrcrayfish/furniture/entity/EntityMirror
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:163)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:733)
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:360)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoClassDefFoundError: com/mrcrayfish/furniture/entity/EntityMirror
at com.mrcrayfish.furniture.MrCrayfishFurnitureMod.init(MrCrayfishFurnitureMod.java:131)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:537)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:731)
... 5 more
Caused by: java.lang.ClassNotFoundException: com.mrcrayfish.furniture.entity.EntityMirror
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 32 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@25aca718 from coremod FMLCorePlugin
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:234)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 34 more
Caused by: java.lang.RuntimeException: Attempted to load class com/mrcrayfish/furniture/entity/EntityMirror for invalid side SERVER
at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:49)
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:230)
... 36 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_60, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 147552176 bytes (140 MB) / 389185536 bytes (371 MB) up to 8563130368 bytes (8166 MB)
JVM Flags: 7 total; -Xms350m -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -XX:+AggressiveOpts -Xmn256M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1515 32 mods loaded, 32 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1515-universal.jar)
UCHI Forge{11.14.3.1515} [Minecraft Forge] (forge-1.8-11.14.3.1515-universal.jar)
UCHI CodeChickenCore{1.0.5.36} [CodeChicken Core] (minecraft.jar)
UCHI NotEnoughItems{1.0.5.104} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.104-universal.jar)
UCHI PlayerAPI{1.4} [Player API] (minecraft.jar)
UCHI SmartCore{1.2.1} [Smart Core] (minecraft.jar)
UCHI uniskinmod{1.3-dev1} [Universal Skin Mod] (minecraft.jar)
UCHI itemphysic{1.1.2} [ItemPhysic] (minecraft.jar)
UCHI bspkrsCore{7.01} [bspkrsCore] ([1.8]bspkrsCore-universal-7.01.jar)
UCHI CrystalWing{1.8.r01} [CrystalWing] ([1.8]CrystalWing-universal-1.8.r01.jar)
UCHI FloatingRuins{1.8.r01} [FloatingRuins] ([1.8]FloatingRuins-universal-1.8.r01.jar)
UCHI StartingInventory{1.8.r01} [StartingInventory] ([1.8]StartingInventory-universal-1.8.r01.jar)
UCHI Treecapitator{1.8} [Treecapitator] ([1.8]Treecapitator-universal-2.0.5.jar)
UCHI BaMsGRAVE{@VERSION@} [BaM's Grave] (BaMsGRAVE-1.8-1.4.4-SNAPSHOT-1.jar)
UCHI BetterFoliage{1.1.6} [Better Foliage] (BetterFoliage-mc1.8-1.1.6.jar)
UCHI BiomesOPlenty{3.0.0} [Biomes O' Plenty] (BiomesOPlenty-1.8-3.0.0.1391-universal.jar)
UCHI customnpcs{1.8.0_beta} [CustomNpcs] (CustomNPCs_1.8.0_beta.jar)
UCHI LunatriusCore{1.1.2.28} [LunatriusCore] (LunatriusCore-1.8-1.1.2.28-universal.jar)
UCHI InGameInfoXML{2.8.1.78} [InGame Info XML] (InGameInfoXML-1.8-2.8.1.78-universal.jar)
UCHI inventorytweaks{1.59-176-9318a76-dirty} [Inventory Tweaks] (InventoryTweaks-1.59-176.jar)
UCHI me{1.3.2.1} [More Enchantments] (MoreEnchantments-1.8-1.3.2.1.jar)
UCHI AencEx{0.0.1} [AencEx] (MoreEnchantments-1.8-1.3.2.1.jar)
UCHE cfm{3.5} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.5-dev(1.8).jar)
UCHI AS_MultiMine{1.5.0} [Multi Mine] (MultiMine-1.5.0-1.8.jar)
UCHI parachutemod{3.1.1} [Parachute Mod] (parachutemod-1.8.0-3.1.2-96.jar)
UCHI wuppy29_peacefulpack{1.1.9.1} [Peacefulpack] (Peacefulpack 1.8.0-1.1.9.1.jar)
UCHI SmartMoving{16.2} [Smart Moving] (SmartMoving-1.8-16.2.jar)
UCHI AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.8.jar)
UCHI VersionChecker{1.2.2} [Version Checker] (VersionChecker-1.2.2.jar)
UCHI worldedit{6.1} [WorldEdit] (worldedit-forge-mc1.8-6.1.jar)
UCHI Baubles{1.1.1.0} [Baubles] (Baubles-1.8-1.1.1.0.jar)
Loaded coremods (and transformers):
LoadingPlugin (VersionChecker-1.2.2.jar)
FMLPlugin (InventoryTweaks-1.59-176.jar)
invtweaks.forge.asm.ContainerTransformer
BetterFoliageLoader (BetterFoliage-mc1.8-1.1.6.jar)
mods.betterfoliage.loader.impl.BetterFoliageTransformer
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
codechicken.core.asm.InterfaceDependancyTransformer
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
SmartCorePlugin (SmartMoving-1.8-16.2.jar)
net.smart.core.SmartCoreTransformer
SCFMLCorePlugin (StalkerCreepers-1.8.jar)
atomicstryker.stalkercreepers.common.SCTransformer
SkinCore (UniSkinMod-1.8-1.3-dev1.jar)
org.devinprogress.uniskinmod.CoreTransformer
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
MMFMLCorePlugin (MultiMine-1.5.0-1.8.jar)
atomicstryker.multimine.common.fmlmagic.MMTransformer
PlayerAPIPlugin (PlayerAPI-1.8-1.4.jar)
api.player.forge.PlayerAPITransformer
CCCDeobfPlugin (unknown)
ItemPatchingLoader (ItemPhysic Full 1.1.4 mc1.8.jar)
com.creativemd.itemphysic.ItemTransformer
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
codechicken.nei.asm.NEITransformer
BOPLoadingPlugin (BiomesOPlenty-1.8-3.0.0.1391-universal.jar)
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
0
Ok, so, it appears that MPM2 was the culprit.
I did have a break in the case, in the 1st part of the crash dump it references ShadersMod rendering the ShadowMap (etc). I changed shaders to Sildur's Basic shader, and it worked with both MPM2 and UniSkin.
I changed the shader to Sildur's 1.07 / 1.08 / 1.09 which I have used before, each crashed.
I removed both MPM2 and UniSkin, and it worked.
I added UniSkin back in again, and it still works.
I will not be adding MPM2 back in, it was fun in 1.7.10, but I do not need to look like mobs. I started using UniSkin so I could inject custom Skins for Local LAN play, it works great ;)!
Thanks for all of your help guys!
0
I tried updating MPM to see if it would help any, and the 'compatibility mode' in MPM is already turned on.
Ironically, I found my last post, that's the reason why I posted ;).
bspkrsCore has had its issues worked out. It used to add little animated mobs to the main minecraft page, which threw lots of errors, and crashed MC sometimes. These have been removed in 1.8.
I haven't had any log-related issues to Uniskinmod.
I just updated it from ver 1.2 to 1.3 to see if that helps.
I've used RenderPlayerAPIEnhancer for some time, but I updated them all recently. SmartMoving doesn't require RenderPlayerAPI or the Enhancer -- but I may try it without the Enchancer.
EDIT: Unfortunately, removing RenderPlayerAPIEnchancer does not resolve the issue. Exact same error.
0
Yup
0
Ok, I got a little stuck ... not sure why this is happening here.
MC 1.8
Forge 11.14.3.1512
Optifine 1.8.0 HD U D5
ShadersMod 2.4.12
PlayerAPI 1.4
RenderPlayerAPI 1.5
RenderPlayerAPIEnchancer 1.2
SmartMoving 16.2
I believe I've had this before, so, I searched my posts - this thread - the 'modding' forum - and Google. Ironically, Google comes up with 1 result that has nothing to do with MCForums. This error has come up in this thread a few times (4 or 5), and in MCForums in some variant roughly a dozen.
I checked the smart moving options for a fix, but cannot find anything of use.
I know I have used these mods in the past, and I am not sure what changed. MC loads up just fine. As soon as I start an existing world, or create new, the world loads fine. It will *not crash* if I leave MC in 'away' mode. It is as soon as the window becomes active and I click 'return to game' that it crashes.
I can see the MC world, things start to come into focus, and then a white window appears with a box in it (error maybe -- too small). It freezes, and then the crash dump.
Crash Dump:
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (VersionChecker-1.2.2.jar)
FMLPlugin (InventoryTweaks-1.59-176.jar)
RenderPlayerAPIPlugin (RenderPlayerAPI-1.8-1.5.jar)
BetterFoliageLoader (BetterFoliage-mc1.8-1.1.6.jar)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
DLFMLCorePlugin (DynamicLights-1.8.jar)
SmartCorePlugin (SmartMoving-1.8-16.2.jar)
SCFMLCorePlugin (StalkerCreepers-1.8.jar)
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
MMFMLCorePlugin (MultiMine-1.5.0-1.8.jar)
PlayerAPIPlugin (PlayerAPI-1.8-1.4.jar)
SkinCore (UniSkinMod-1.8-1.2-dev3.jar)
CCCDeobfPlugin (unknown)
ItemPatchingLoader (ItemPhysic Full 1.1.4 mc1.8.jar)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
BOPLoadingPlugin (BiomesOPlenty-1.8-3.0.0.1391-universal.jar)
RenderPlayerAPIEnhancerPlugin (RenderPlayerAPIEnhancer-1.8-1.2.jar)
Contact their authors BEFORE contacting forge
// Oops.
Time: 9/23/15 1:26 PM
Description: Rendering entity in world
java.lang.ClassCastException: net.minecraft.client.model.ModelBiped cannot be cast to api.player.model.IModelPlayerAPI
at net.smart.moving.render.playerapi.SmartMoving.getPlayerBase(SmartMoving.java:53)
at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.getMovingModelBipedMain(SmartMovingRenderPlayerBase.java:127)
at net.smart.moving.render.SmartMovingRender.(SmartMovingRender.java:42)
at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.getRenderModel(SmartMovingRenderPlayerBase.java:43)
at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.doRender(SmartMovingRenderPlayerBase.java:50)
at api.player.render.RenderPlayerAPI.doRender(Unknown Source)
at api.player.render.RenderPlayerAPI.doRender(Unknown Source)
at net.minecraft.client.renderer.entity.RenderPlayer.func_180596_a(RenderPlayer.java)
at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java:242)
at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:374)
at net.minecraft.client.renderer.entity.RenderManager.func_147936_a(RenderManager.java:331)
at net.minecraft.client.renderer.entity.RenderManager.func_147937_a(RenderManager.java:298)
at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:786)
at shadersmod.client.ShadersRender.renderShadowMap(ShadersRender.java:333)
at shadersmod.client.Shaders.beginRender(Shaders.java:2763)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1438)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1242)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1056)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.smart.moving.render.playerapi.SmartMoving.getPlayerBase(SmartMoving.java:53)
at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.getMovingModelBipedMain(SmartMovingRenderPlayerBase.java:127)
at net.smart.moving.render.SmartMovingRender.(SmartMovingRender.java:42)
at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.getRenderModel(SmartMovingRenderPlayerBase.java:43)
at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.doRender(SmartMovingRenderPlayerBase.java:50)
at api.player.render.RenderPlayerAPI.doRender(Unknown Source)
at api.player.render.RenderPlayerAPI.doRender(Unknown Source)
at net.minecraft.client.renderer.entity.RenderPlayer.func_180596_a(RenderPlayer.java)
at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java:242)
-- Entity being rendered --
Details:
Entity Type: null (net.minecraft.client.entity.EntityPlayerSP)
Entity ID: 1009
Entity Name: JonnyBrando
Entity's Exact location: -279.50, 56.01, -178.50
Entity's Block location: -280.00,56.00,-179.00 - World: (-280,56,-179), Chunk: (at 8,3,13 in -18,-12; contains blocks -288,0,-192 to -273,255,-177), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Entity's Momentum: 0.00, 0.01, 0.00
Entity's Rider: ~~ERROR~~ NullPointerException: null
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
-- Renderer details --
Details:
Assigned renderer: RenderPlayerOF@36ef6949
Location: 0.00,0.00,0.00 - World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Rotation: 0.0
Delta: 0.18969822
Stacktrace:
at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:374)
at net.minecraft.client.renderer.entity.RenderManager.func_147936_a(RenderManager.java:331)
at net.minecraft.client.renderer.entity.RenderManager.func_147937_a(RenderManager.java:298)
at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:786)
at shadersmod.client.ShadersRender.renderShadowMap(ShadersRender.java:333)
at shadersmod.client.Shaders.beginRender(Shaders.java:2763)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1438)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['JonnyBrando'/1009, l='MpServer', x=-279.50, y=56.01, z=-178.50]]
Chunk stats: MultiplayerChunkCache: 441, 441
Level seed: 0
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: -273.00,64.00,-173.00 - World: (-273,64,-173), Chunk: (at 15,4,3 in -18,-11; contains blocks -288,0,-176 to -273,255,-161), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 180 game time, 180 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 138 total; [EntitySquid['Squid'/2287, l='MpServer', x=-316.99, y=51.24, z=-202.28], EntitySquid['Squid'/2288, l='MpServer', x=-316.11, y=51.00, z=-201.61], EntitySquid['Squid'/2289, l='MpServer', x=-320.30, y=50.87, z=-203.72], EntitySquid['Squid'/2290, l='MpServer', x=-317.69, y=50.59, z=-204.14], EntitySquid['Squid'/2363, l='MpServer', x=-321.13, y=58.29, z=-134.04], EntitySquid['Squid'/2364, l='MpServer', x=-321.54, y=57.67, z=-133.47], EntitySquid['Squid'/2365, l='MpServer', x=-320.32, y=57.77, z=-136.41], EntitySquid['Squid'/2366, l='MpServer', x=-318.27, y=57.93, z=-137.02], EntityPlayerSP['JonnyBrando'/1009, l='MpServer', x=-279.50, y=56.01, z=-178.50], EntitySpider['Spider'/1051, l='MpServer', x=-276.50, y=57.00, z=-145.50], EntitySkeleton['Skeleton'/1053, l='MpServer', x=-276.50, y=57.00, z=-145.50], EntityCreeper['Creeper'/1071, l='MpServer', x=-288.86, y=37.00, z=-143.98], EntityCreeper['Creeper'/1072, l='MpServer', x=-291.50, y=37.00, z=-147.50], EntityCreeper['Creeper'/1073, l='MpServer', x=-292.50, y=37.00, z=-141.50], EntityCreeper['Creeper'/1129, l='MpServer', x=-277.50, y=34.00, z=-115.50], EntityZombie['Zombie'/1156, l='MpServer', x=-309.50, y=18.33, z=-149.32], EntityZombie['Zombie'/1157, l='MpServer', x=-306.50, y=18.00, z=-153.50], EntityCreeper['Creeper'/1178, l='MpServer', x=-317.50, y=16.00, z=-194.50], EntityCreeper['Creeper'/1179, l='MpServer', x=-318.50, y=16.00, z=-195.50], EntityZombie['Zombie'/1202, l='MpServer', x=-256.50, y=39.00, z=-106.50], EntityWitch['Witch'/1210, l='MpServer', x=-332.50, y=18.00, z=-204.50], EntityWitch['Witch'/1211, l='MpServer', x=-329.50, y=18.00, z=-205.50], EntityWitch['Witch'/1212, l='MpServer', x=-333.50, y=18.00, z=-206.50], EntityCreeper['Creeper'/1213, l='MpServer', x=-333.50, y=18.00, z=-204.50], EntityCreeper['Creeper'/1230, l='MpServer', x=-282.50, y=24.00, z=-165.50], EntitySkeleton['Skeleton'/1262, l='MpServer', x=-274.50, y=15.00, z=-132.50], EntitySkeleton['Skeleton'/1272, l='MpServer', x=-261.50, y=15.00, z=-139.50], EntityCreeper['Creeper'/1282, l='MpServer', x=-241.50, y=49.00, z=-212.50], EntityCreeper['Creeper'/1283, l='MpServer', x=-239.50, y=49.00, z=-213.48], EntityCreeper['Creeper'/1284, l='MpServer', x=-237.99, y=48.67, z=-215.82], EntitySpider['Spider'/1285, l='MpServer', x=-222.50, y=13.00, z=-230.27], EntitySpider['Spider'/1287, l='MpServer', x=-222.50, y=13.00, z=-231.74], EntityZombie['Zombie'/1303, l='MpServer', x=-281.50, y=33.00, z=-102.50], EntitySpider['Spider'/1304, l='MpServer', x=-273.50, y=33.00, z=-108.50], EntitySpider['Spider'/1305, l='MpServer', x=-275.50, y=33.00, z=-108.50], EntitySkeleton['Skeleton'/1320, l='MpServer', x=-220.50, y=11.00, z=-219.50], EntityZombie['Zombie'/1329, l='MpServer', x=-329.52, y=30.67, z=-235.09], EntityCreeper['Creeper'/1343, l='MpServer', x=-221.50, y=21.00, z=-100.50], EntityCreeper['Creeper'/1346, l='MpServer', x=-263.50, y=10.00, z=-181.50], EntityCreeper['Creeper'/1347, l='MpServer', x=-261.50, y=10.00, z=-177.50], EntityZombie['Zombie'/1349, l='MpServer', x=-259.50, y=56.00, z=-225.50], EntityZombie['Zombie'/1350, l='MpServer', x=-255.50, y=56.00, z=-228.50], EntityZombie['Zombie'/1351, l='MpServer', x=-255.50, y=56.00, z=-228.50], EntitySpider['Spider'/1432, l='MpServer', x=-264.77, y=17.00, z=-108.24], EntitySpider['Spider'/1433, l='MpServer', x=-263.89, y=17.73, z=-108.44], EntityCreeper['Creeper'/1434, l='MpServer', x=-263.23, y=17.00, z=-109.78], EntityCreeper['Creeper'/1439, l='MpServer', x=-299.50, y=14.00, z=-198.50], EntityCreeper['Creeper'/1440, l='MpServer', x=-300.50, y=14.00, z=-195.50], EntityCreeper['Creeper'/1470, l='MpServer', x=-286.50, y=21.00, z=-99.50], EntityZombie['Zombie'/1473, l='MpServer', x=-287.69, y=21.33, z=-98.20], EntitySpider['Spider'/1477, l='MpServer', x=-275.50, y=30.00, z=-142.50], EntitySpider['Spider'/1478, l='MpServer', x=-275.50, y=30.00, z=-144.50], EntityFallingBlock['Falling Block'/3706, l='MpServer', x=-324.50, y=44.17, z=-292.50], EntityFallingBlock['Falling Block'/3707, l='MpServer', x=-331.50, y=42.17, z=-292.50], EntityFallingBlock['Falling Block'/3708, l='MpServer', x=-329.50, y=42.17, z=-288.50], EntityFallingBlock['Falling Block'/3715, l='MpServer', x=-325.50, y=44.17, z=-292.50], EntityFallingBlock['Falling Block'/3716, l='MpServer', x=-331.50, y=42.17, z=-293.50], EntityFallingBlock['Falling Block'/3718, l='MpServer', x=-292.50, y=41.17, z=-306.50], EntityFallingBlock['Falling Block'/3719, l='MpServer', x=-293.50, y=41.17, z=-307.50], EntityFallingBlock['Falling Block'/3720, l='MpServer', x=-294.50, y=41.17, z=-308.50], EntityFallingBlock['Falling Block'/3722, l='MpServer', x=-295.50, y=40.17, z=-307.50], EntityFallingBlock['Falling Block'/3725, l='MpServer', x=-326.50, y=44.17, z=-292.50], EntityFallingBlock['Falling Block'/3727, l='MpServer', x=-294.50, y=41.17, z=-303.50], EntityFallingBlock['Falling Block'/3728, l='MpServer', x=-292.50, y=41.17, z=-305.50], EntityFallingBlock['Falling Block'/3729, l='MpServer', x=-293.50, y=41.17, z=-306.50], EntityFallingBlock['Falling Block'/3730, l='MpServer', x=-294.50, y=41.17, z=-307.50], EntityFallingBlock['Falling Block'/3731, l='MpServer', x=-330.50, y=41.17, z=-291.50], EntityFallingBlock['Falling Block'/3732, l='MpServer', x=-295.50, y=40.17, z=-308.50], EntityFallingBlock['Falling Block'/3733, l='MpServer', x=-295.50, y=40.17, z=-306.50], EntityFallingBlock['Falling Block'/3736, l='MpServer', x=-326.50, y=44.17, z=-293.50], EntityFallingBlock['Falling Block'/3738, l='MpServer', x=-294.50, y=41.17, z=-304.50], EntityFallingBlock['Falling Block'/3739, l='MpServer', x=-292.50, y=41.17, z=-304.50], EntityFallingBlock['Falling Block'/3740, l='MpServer', x=-293.50, y=41.17, z=-305.50], EntityFallingBlock['Falling Block'/3741, l='MpServer', x=-294.50, y=41.17, z=-306.50], EntityItem['item.item.string'/3742, l='MpServer', x=-276.09, y=57.00, z=-143.13], EntityItem['item.item.string'/3744, l='MpServer', x=-275.13, y=57.00, z=-143.84], EntityFallingBlock['Falling Block'/3745, l='MpServer', x=-295.50, y=40.17, z=-309.50], EntityFallingBlock['Falling Block'/3746, l='MpServer', x=-330.50, y=41.17, z=-290.50], EntityFallingBlock['Falling Block'/3748, l='MpServer', x=-295.50, y=40.17, z=-305.50], EntityFallingBlock['Falling Block'/3749, l='MpServer', x=-331.50, y=41.17, z=-291.50], EntityFallingBlock['Falling Block'/3750, l='MpServer', x=-327.50, y=44.17, z=-293.50], EntityFallingBlock['Falling Block'/3752, l='MpServer', x=-293.50, y=41.17, z=-304.50], EntityFallingBlock['Falling Block'/3753, l='MpServer', x=-294.50, y=41.17, z=-305.50], EntityFallingBlock['Falling Block'/3754, l='MpServer', x=-284.50, y=45.17, z=-308.50], EntityItem['item.item.string'/3755, l='MpServer', x=-311.56, y=18.00, z=-144.59], EntityFallingBlock['Falling Block'/3757, l='MpServer', x=-330.50, y=41.17, z=-289.50], EntityFallingBlock['Falling Block'/3759, l='MpServer', x=-295.50, y=40.17, z=-304.50], EntityFallingBlock['Falling Block'/3760, l='MpServer', x=-331.50, y=41.17, z=-290.50], EntityFallingBlock['Falling Block'/3761, l='MpServer', x=-327.50, y=44.17, z=-294.50], EntityFallingBlock['Falling Block'/3762, l='MpServer', x=-284.50, y=46.17, z=-308.50], EntityItem['item.item.string'/3763, l='MpServer', x=-283.38, y=24.00, z=-164.13], EntityFallingBlock['Falling Block'/3765, l='MpServer', x=-332.50, y=49.92, z=-292.50], EntityFallingBlock['Falling Block'/3766, l='MpServer', x=-330.50, y=49.92, z=-288.50], EntityFallingBlock['Falling Block'/3768, l='MpServer', x=-331.50, y=49.92, z=-289.50], EntityFallingBlock['Falling Block'/3769, l='MpServer', x=-332.50, y=49.92, z=-290.50], EntityFallingBlock['Falling Block'/3770, l='MpServer', x=-328.50, y=52.92, z=-294.50], EntityItem['item.item.string'/3771, l='MpServer', x=-222.56, y=13.07, z=-229.92], EntityItem['item.item.string'/3773, l='MpServer', x=-222.57, y=13.12, z=-232.09], EntityFallingBlock['Falling Block'/3775, l='MpServer', x=-284.50, y=55.92, z=-308.50], EntityFallingBlock['Falling Block'/3778, l='MpServer', x=-331.50, y=49.92, z=-288.50], EntityFallingBlock['Falling Block'/3779, l='MpServer', x=-330.50, y=49.92, z=-287.50], EntityFallingBlock['Falling Block'/3780, l='MpServer', x=-332.50, y=49.92, z=-289.50], EntityFallingBlock['Falling Block'/3781, l='MpServer', x=-329.50, y=52.92, z=-294.50], EntityFallingBlock['Falling Block'/3782, l='MpServer', x=-284.50, y=56.92, z=-308.50], EntityFallingBlock['Falling Block'/3784, l='MpServer', x=-332.50, y=49.92, z=-288.50], EntityItem['item.item.string'/3786, l='MpServer', x=-275.46, y=30.12, z=-142.49], EntityItem['item.item.string'/3787, l='MpServer', x=-275.55, y=30.12, z=-142.49], EntityItem['item.item.string'/3788, l='MpServer', x=-275.59, y=30.12, z=-144.45], EntityFallingBlock['Falling Block'/3789, l='MpServer', x=-333.50, y=49.92, z=-288.50], EntityFallingBlock['Falling Block'/3790, l='MpServer', x=-332.50, y=49.92, z=-287.50], EntityFallingBlock['Falling Block'/3792, l='MpServer', x=-333.50, y=48.92, z=-292.50], EntityFallingBlock['Falling Block'/3793, l='MpServer', x=-332.50, y=48.92, z=-291.50], EntityFallingBlock['Falling Block'/3794, l='MpServer', x=-333.50, y=48.92, z=-290.50], EntityFallingBlock['Falling Block'/3795, l='MpServer', x=-333.50, y=49.92, z=-287.50], EntityFallingBlock['Falling Block'/3796, l='MpServer', x=-334.50, y=48.92, z=-292.50], EntityFallingBlock['Falling Block'/3797, l='MpServer', x=-333.50, y=48.92, z=-291.50], EntityFallingBlock['Falling Block'/3798, l='MpServer', x=-334.50, y=48.92, z=-290.50], EntityFallingBlock['Falling Block'/3799, l='MpServer', x=-333.50, y=48.92, z=-289.50], EntityFallingBlock['Falling Block'/3800, l='MpServer', x=-334.50, y=49.92, z=-287.50], EntityFallingBlock['Falling Block'/3801, l='MpServer', x=-333.50, y=49.92, z=-286.50], EntityFallingBlock['Falling Block'/3802, l='MpServer', x=-334.50, y=48.92, z=-289.50], EntityFallingBlock['Falling Block'/3803, l='MpServer', x=-334.50, y=49.92, z=-286.50], EntityFallingBlock['Falling Block'/3804, l
='MpServer', x=-334.50, y=48.92, z=-288.50], EntityFallingBlock['Falling Block'/3805, l='MpServer', x=-335.50, y=48.92, z=-289.50], EntityFallingBlock['Falling Block'/3806, l='MpServer', x=-335.50, y=49.92, z=-286.50], EntityFallingBlock['Falling Block'/3807, l='MpServer', x=-335.50, y=48.92, z=-288.50], EntityFallingBlock['Falling Block'/3808, l='MpServer', x=-336.50, y=49.92, z=-286.50], EntityFallingBlock['Falling Block'/3809, l='MpServer', x=-335.50, y=49.92, z=-285.50], EntitySkeleton['Skeleton'/3810, l='MpServer', x=-290.50, y=33.01, z=-229.50], EntitySkeleton['Skeleton'/3811, l='MpServer', x=-292.50, y=33.01, z=-228.50], EntitySkeleton['Skeleton'/3813, l='MpServer', x=-269.50, y=48.01, z=-100.50], EntityZombie['Zombie'/3821, l='MpServer', x=-313.50, y=18.01, z=-145.50], EntityZombie['Zombie'/3822, l='MpServer', x=-314.50, y=18.01, z=-142.50], EntityZombie['Zombie'/3823, l='MpServer', x=-316.50, y=18.01, z=-143.50], EntityCreeper['Creeper'/3824, l='MpServer', x=-315.50, y=18.01, z=-147.50], EntityFallingBlock['Falling Block'/3826, l='MpServer', x=-335.50, y=48.92, z=-287.50], EntityFallingBlock['Falling Block'/3827, l='MpServer', x=-336.50, y=48.92, z=-288.50], EntityFallingBlock['Falling Block'/3828, l='MpServer', x=-336.50, y=49.92, z=-285.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:407)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2503)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:366)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_60, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1072878144 bytes (1023 MB) / 2215112704 bytes (2112 MB) up to 4268163072 bytes (4070 MB)
Mod Pack: 1.8-SNAPSHOT-r372-b53-2015-09-09_11-36-17
LiteLoader Mods: 3 loaded mod(s)
- Autofish version 0.4.8
- WorldEditCUI version 1.8.0_02
- VoxelMap version 1.5.17
LaunchWrapper: 46 active transformer(s)
- Transformer: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer
- Transformer: optifine.OptiFineClassTransformer
- Transformer: $wrapper.net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
- Transformer: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer
- Transformer: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
- Transformer: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
- Transformer: $wrapper.net.minecraftforge.classloading.FluidIdTransformer
- Transformer: $wrapper.mods.betterfoliage.loader.impl.BetterFoliageTransformer
- Transformer: $wrapper.codechicken.lib.asm.ClassHeirachyManager
- Transformer: $wrapper.codechicken.lib.asm.RenderHookTransformer
- Transformer: $wrapper.codechicken.core.asm.InterfaceDependancyTransformer
- Transformer: $wrapper.codechicken.core.asm.TweakTransformer
- Transformer: $wrapper.codechicken.core.asm.DelegatedTransformer
- Transformer: $wrapper.codechicken.core.asm.DefaultImplementationTransformer
- Transformer: $wrapper.codechicken.lib.asm.ClassHeirachyManager
- Transformer: $wrapper.codechicken.lib.asm.RenderHookTransformer
- Transformer: $wrapper.atomicstryker.dynamiclights.common.DLTransformer
- Transformer: $wrapper.invtweaks.forge.asm.ContainerTransformer
- Transformer: $wrapper.atomicstryker.multimine.common.fmlmagic.MMTransformer
- Transformer: $wrapper.codechicken.nei.asm.NEITransformer
- Transformer: $wrapper.api.player.forge.PlayerAPITransformer
- Transformer: $wrapper.api.player.forge.RenderPlayerAPITransformer
- Transformer: $wrapper.api.player.forge.RenderPlayerAPIEnhancerTransformer
- Transformer: $wrapper.net.smart.core.SmartCoreTransformer
- Transformer: $wrapper.atomicstryker.stalkercreepers.common.SCTransformer
- Transformer: $wrapper.org.devinprogress.uniskinmod.CoreTransformer
- Transformer: com.mumfrey.liteloader.transformers.event.EventProxyTransformer
- Transformer: com.mumfrey.liteloader.launch.LiteLoaderTransformer
- Transformer: com.mumfrey.liteloader.client.transformers.CrashReportTransformer
- Transformer: shadersmod.transform.SMCClassTransformer
- Transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
- Transformer: net.minecraftforge.fml.common.asm.transformers.AccessTransformer
- Transformer: biomesoplenty.common.asm.transformers.BOPAccessTransformer
- Transformer: codechicken.core.asm.CodeChickenAccessTransformer
- Transformer: invtweaks.forge.asm.ITAccessTransformer
- Transformer: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer
- Transformer: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer
- Transformer: $wrapper.com.creativemd.itemphysic.ItemTransformer
- Transformer: net.minecraftforge.fml.common.asm.transformers.TerminalTransformer
- Transformer: com.thevoxelbox.voxelmap.litemod.VoxelMapTransformer
- Transformer: com.mumfrey.liteloader.transformers.event.EventTransformer
- Transformer: com.mumfrey.liteloader.common.transformers.LiteLoaderPacketTransformer
- Transformer: com.mumfrey.liteloader.client.transformers.LiteLoaderEventInjectionTransformer
- Transformer: com.mumfrey.liteloader.client.transformers.MinecraftTransformer
- Transformer: com.mumfrey.liteloader.transformers.event.json.ModEventInjectionTransformer
- Transformer: net.minecraftforge.fml.common.asm.transformers.ModAPITransformer
JVM Flags: 7 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms350M -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn256M
IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 105
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1515 Optifine OptiFine_1.8_HD_U_D5 50 mods loaded, 50 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1515.jar)
UCHIJAAAA Forge{11.14.3.1515} [Minecraft Forge] (forge-1.8-11.14.3.1515.jar)
UCHIJAAAA CodeChickenCore{1.0.5.36} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.104} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.104-universal.jar)
UCHIJAAAA PlayerAPI{1.4} [Player API] (minecraft.jar)
UCHIJAAAA RenderPlayerAPI{1.5} [Render Player API] (minecraft.jar)
UCHIJAAAA RenderPlayerAPIEnhancer{1.2} [Render Player API Enhancer] (minecraft.jar)
UCHIJAAAA SmartCore{1.2.1} [Smart Core] (minecraft.jar)
UCHIJAAAA uniskinmod{1.2-dev3} [Universal Skin Mod] (minecraft.jar)
UCHIJAAAA itemphysic{1.1.2} [ItemPhysic] (minecraft.jar)
UCHIJAAAA bspkrsCore{7.01} [bspkrsCore] ([1.8]bspkrsCore-universal-7.01.jar)
UCHIJAAAA CrystalWing{1.8.r01} [CrystalWing] ([1.8]CrystalWing-universal-1.8.r01.jar)
UCHIJAAAA DirectionHUD{1.8} [DirectionHUD] ([1.8]DirectionHUD-client-1.24.jar)
UCHIJAAAA FloatingRuins{1.8.r01} [FloatingRuins] ([1.8]FloatingRuins-universal-1.8.r01.jar)
UCHIJAAAA StartingInventory{1.8.r01} [StartingInventory] ([1.8]StartingInventory-universal-1.8.r01.jar)
UCHIJAAAA Treecapitator{1.8} [Treecapitator] ([1.8]Treecapitator-universal-2.0.5.jar)
UCHIJAAAA BaMsGRAVE{@VERSION@} [BaM's Grave] (BaMsGRAVE-1.8-1.4.4-SNAPSHOT-1.jar)
UCHIJAAAA BetterFoliage{1.1.6} [Better Foliage] (BetterFoliage-mc1.8-1.1.6.jar)
UCHIJAAAA BetterHorseHud{1.0} [Better Horse Hud] (BetterHorseHud-1.8-1.0.jar)
UCHIJAAAA BiomesOPlenty{3.0.0} [Biomes O' Plenty] (BiomesOPlenty-1.8-3.0.0.1391-universal.jar)
UCHIJAAAA CustomSpawner{3.4.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.4.0.jar)
UCHIJAAAA customnpcs{1.8.0_beta} [CustomNpcs] (CustomNPCs_1.8.0_beta.jar)
UCHIJAAAA MoCreatures{8.0.0.devA} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod-8.0.0.devA.jar)
UCHIJAAAA DynamicLights{1.3.9} [Dynamic Lights] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_onFire{1.0.5} [Dynamic Lights Burning Entity Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA LunatriusCore{1.1.2.28} [LunatriusCore] (LunatriusCore-1.8-1.1.2.28-universal.jar)
UCHIJAAAA InGameInfoXML{2.8.1.78} [InGame Info XML] (InGameInfoXML-1.8-2.8.1.78-universal.jar)
UCHIJAAAA inventorytweaks{1.59-176-9318a76-dirty} [Inventory Tweaks] (InventoryTweaks-1.59-176.jar)
UCHIJAAAA me{1.3.2.1} [More Enchantments] (MoreEnchantments-1.8-1.3.2.1.jar)
UCHIJAAAA AencEx{0.0.1} [AencEx] (MoreEnchantments-1.8-1.3.2.1.jar)
UCHIJAAAA moreplayermodels{1.8.0_beta} [MorePlayerModels] (MorePlayerModels_1.8.0_beta.jar)
UCHIJAAAA cfm{3.5} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.5-dev(1.8).jar)
UCHIJAAAA AS_MultiMine{1.5.0} [Multi Mine] (MultiMine-1.5.0-1.8.jar)
UCHIJAAAA parachutemod{3.1.1} [Parachute Mod] (parachutemod-1.8.0-3.1.2-96.jar)
UCHIJAAAA wuppy29_peacefulpack{1.1.9.1} [Peacefulpack] (Peacefulpack 1.8.0-1.1.9.1.jar)
UCHIJAAAA SmartMoving{16.2} [Smart Moving] (SmartMoving-1.8-16.2.jar)
UCHIJAAAA SmartRender{2.1} [Smart Render] (SmartRender-1.8-2.1.jar)
UCHIJAAAA AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.8.jar)
UCHIJAAAA VersionChecker{1.2.2} [Version Checker] (VersionChecker-1.2.2.jar)
UCHIJAAAA worldedit{6.1} [WorldEdit] (worldedit-forge-mc1.8-6.1.jar)
UCHIJAAAA Baubles{1.1.1.0} [Baubles] (Baubles-1.8-1.1.1.0.jar)
Loaded coremods (and transformers):
LoadingPlugin (VersionChecker-1.2.2.jar)
FMLPlugin (InventoryTweaks-1.59-176.jar)
invtweaks.forge.asm.ContainerTransformer
RenderPlayerAPIPlugin (RenderPlayerAPI-1.8-1.5.jar)
api.player.forge.RenderPlayerAPITransformer
BetterFoliageLoader (BetterFoliage-mc1.8-1.1.6.jar)
mods.betterfoliage.loader.impl.BetterFoliageTransformer
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
codechicken.core.asm.InterfaceDependancyTransformer
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
DLFMLCorePlugin (DynamicLights-1.8.jar)
atomicstryker.dynamiclights.common.DLTransformer
SmartCorePlugin (SmartMoving-1.8-16.2.jar)
net.smart.core.SmartCoreTransformer
SCFMLCorePlugin (StalkerCreepers-1.8.jar)
atomicstryker.stalkercreepers.common.SCTransformer
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
MMFMLCorePlugin (MultiMine-1.5.0-1.8.jar)
atomicstryker.multimine.common.fmlmagic.MMTransformer
PlayerAPIPlugin (PlayerAPI-1.8-1.4.jar)
api.player.forge.PlayerAPITransformer
SkinCore (UniSkinMod-1.8-1.2-dev3.jar)
org.devinprogress.uniskinmod.CoreTransformer
CCCDeobfPlugin (unknown)
ItemPatchingLoader (ItemPhysic Full 1.1.4 mc1.8.jar)
com.creativemd.itemphysic.ItemTransformer
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
codechicken.nei.asm.NEITransformer
BOPLoadingPlugin (BiomesOPlenty-1.8-3.0.0.1391-universal.jar)
RenderPlayerAPIEnhancerPlugin (RenderPlayerAPIEnhancer-1.8-1.2.jar)
api.player.forge.RenderPlayerAPIEnhancerTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 347.88' Renderer: 'Quadro K2000/PCIe/SSE2'
Launched Version: 1.8-forge1.8-11.14.3.1515
LWJGL: 2.9.1
OpenGL: Quadro K2000/PCIe/SSE2 GL version 4.5.0 NVIDIA 347.88, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [ChromaHills-128x1.8_v.12.zip, ChromaHills-128x1.8_OptifineLeavesFix.zip] Current Language: English (US)
Profiler Position: N/A (disabled)
Log:
https://dl.dropboxusercontent.com/u/14381275/mc18-smartmoving-fml-client-latest.log
0
You're not the only one to face this issue:
0
That may be the best course of action. Aside from learning GLSL code, and trying to determine where it is failing.
0
1.7.10 only works up to build 1448 (recommended).
1.8.10 I haven't tested 1514, but it works fine on 1512.
0
Yes, very strange indeed..
It's only the Stazza's Super Shaders that do it, hrmm.
I'm sure it's a snowball effect, the first 2 fail, and then the rest of them all fail because there is no functioning 'base'.
You're not the only one either:
http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1294110-a-super-shaders?comment=271
Again, he is running Linux as well. It must be an OpenGL thing. Or maybe it's as simple as he is cheating in his code, or maybe it was just his comments, regardless it doesn't like it.
This is where it all starts:
ERROR: 0:5: error(#89) Syntax error: ERROR___EOF_IN_COMMENT
0
Shaders is for 1.4.6 - 1.8.0 (at least, I picked it up in 1.4.6, but it goes back further to daxnitro's time), but you need to run the recommended Forge for 1.7.10.
http://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.7.10.html
Right hand side, it is build 10.13.4.1448 as I mentioned above.
0
Ok, so you are running Linux for an OS.
Which flavour? Debian? Ubuntu? Redhat? Fedora?
What video card do you have in your system? I assume some sort of AMD card?
Is that the Linux-provided FGLRX driver, or AMD-specific?
0
Your forge is too new.
On MC 1.7.10 you need to use the recommended build of 1448 (I believe this is stated in the OP).
0
Not unless Karyonix manages to recover some time IRL...
He has several bugs that need to be fixed in 1.8 prior to that happening as well.
sp614x (the maker of Optifine) has fixed some of these bugs in his builds of OF+ShadersMod for 1.8.8. We should see a backport of that into the ShadersMod version for Forge 1.8.0. I do not know if this will be a 'strictly ShadersMod' release or an Optifine+ShadersMod release.
I also have no idea if sp614x plans on taking the Forge 1.8 build (when it is released) and backporting that further to 1.7.10. There is a lot that changed texture wise between the 2 builds, which is why over 50% of mods haven't made it to 1.8 yet.
0
Just trying to give you all the info, and make things as easy for you as I can ;). LOL!
I tested the John Smith Technician's Remix, and the latest Soartex Invictus Universal Modpack -- they both work fine.
I had an old version that I had modded, included some bump mapping, and I was using the soartex patcher to auto-update and apply mod updates.
I downloaded the latest Soartex Universal Modpacks, went to GIT and downloaded the latest master dump from 2 days ago, and incorporated all of the latest updates myself.
Works perfect with that version, mind you, I get a bunch of 'missing texture' messages for 'leaf_n.png' & 'leaf_s.png' after it finds 'leaf.png'. No biggie, just missing normal & specular maps, to which I don't think too many leaf textures get ;)!
Just glad to have it all worked out, and without errors!