Jump to content

Coolio_Wolfus

Members
  • Posts

    12
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Coolio_Wolfus's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Understood, sorry (I blame my Aspergers) Anyway do feel free to include the batch file with a desktop shortcut for those wanting it, it will as mentioned automatically search through the directory for the forge universal jar's and then run the highest numbered one found aka the latest installed, making installing a forge server update better than a client one, MC still insists the player updates their forge client version in the launch properties, prior to running the new version. (I'm sure you can adapt the batch file to use the highest available 1.8 java version a user has installed too) startserver.bat
  2. Could I suggest that the server installer option as well as installing the universal.jar also removes (if it exists) the server locations /mods/mod_list.json This would prevent this issue for most windows player, but you have helped me fix the server refusing to start anyway so case solved I'll leave the pastebin logs up so you can compare them and compare Forge universal 2655 with 2656 as that change is the one that borked my server And please remember the current Recommended Version (as of this post) is currently 2655, once that changes you may start seeing more reports of this now (mostly) solved* issue. * The only other issue is the Apache Maven one, but I'm not sure how that can be fixed...
  3. That was the default mod_list.json that came with forge, it was setup by your own installer based on the directory chosen to install the server Yes single player uses the Program Files/minecraft server directory ( C:\Program Files (x86)\Minecraft\server ) But if you are specifying a server location for the installer shouldn't it make that change correctly itself? As stated the versions up to 2655 work, even if the fault existed then, they work by using the install directories /libraries The later versions FAIL with a near useless verbose output, I come here for help and get told the automatically generated mod_list.json needs editing with a change I have no clue how to implement just because I was playing 1.8 locally and had a 1.8 separate server for myself and friends to use which happened to be in a different directory to avoid destroying each world. with the other. Sorry but I have Aspergers and this issue is somewhat distressing. IMHO as 2655 works and the later versions fail, yes there may be a config error but it looks like the failsafe they had has been changed to a failhard and the server installer part of the Windows Installer package should make this location correction automatically, thereby reducing the likely hood of this issue occurring. I will manually attempt to correct the/your mod_list.json file and see if that fixes the issue. ----- Just made a json edit: { "absolute:" "repositoryRoot": "C:/Users/Coolio/AppData/Roaming/.minecraft/server/libraries", "modRef": [ "net.minecraftforge:MercuriusUpdater:1.12.2" ] } 2655 starts up... And 2668 starts up... (Yay, but still shows an error.) Even http://www.minecraftforge.net/forum/topic/42881-solved-how-to-specify-absolute-path-in-mod_listjson/ isn't helping. Renaming the mod_list.json stops it triggering most of the errors, the server still shows a maven issue but it starts. How do I force it to re-install the Apache Maven library folder correctly, I'm so confused...
  4. Only mod_list.json I have in C:\Users\Coolio\AppData\Roaming\.minecraft\server\mods is: { "repositoryRoot": "C:/Users/Coolio/AppData/Roaming/.minecraft/server/libraries", "modRef": [ "net.minecraftforge:MercuriusUpdater:1.12.2" ] } I don't have a /mods/1.12/2/ that I can find... The server has been working since MC 1.8 and having the forge installer install both client, then server files... As for this issue it's fine up until i try upgrading to the 2656 or higher universal .jar (I Have now tried both the installer and the standalone downloads) then the server refuses to start, every other version from forge going right back to the 1.8 versions has worked fine. It has me baffled atm.
  5. It appears to run but then nothing, checking with Task Manager shows the Java binary starting and exiting almost instantly, so am reporting it as a bug. Server version 1.12.2 - 14.23.3.2655 or lower starts fine with the exact same startup batch file: It checks for the highest installed version of Forge's server .jar then runs it with Java 1.8.0_152 (It has worked since I've used a Forge server, I started with MC 1.8, and have both Java 8 and 9 64 bit installed) Logs and Debug Logs: https://pastebin.com/wyCrKRNE - latest.log - 2668 https://pastebin.com/6uFTkEqJ - debug.log - 2668 Working Server Logs and Debug Logs: (For comparison purposes) https://pastebin.com/uiRCD09f -;latest.log - 2655 https://pastebin.com/8VG9L06X - debug.log - 2655 The interesting part (for me) is that from 2656 the logs say it has a problem with Maven and also canonicalizing the libraries path, (2668 excerpt in spoiler) (It looks like it may be a / vs \ directory issue between the Java..jar and Windows to me) I hope this will help resolve this issue and help me get the latest server version running soon™ Oh and just to confirm the Java game client version is working fine (Including versions 2655 through 2668)
  6. For those of us who prefer the latest versions, please allow 9.0.1 to install as it currently demands java 8 to install/run. Thanks in advance. Notes http://www.oracle.com/technetwork/java/javase/overview/index.html End of Public Updates for Oracle JDK 8 Oracle will not post further updates of Java SE 8 to its public download sites for commercial use after September 2018. Customers who need continued access to critical bug fixes and security fixes as well as general maintenance for Java SE 8 or previous versions can get long term support through Oracle Java SE Advanced, Oracle Java SE Advanced Desktop, or Oracle Java SE Suite. For more information, and details on how to receive longer term support for Oracle JDK 8, please see the Oracle Java SE Support Roadmap. Updates Java SE 9.0.1 Java SE 9.0.1 is the latest release for JDK 9. Release Notes Download
  7. I'll direct the shaders mod author to this thread. As I am trying to state however, it is the same shaders mod that works in prior forge versions, although this crash situation will affect anyone using either of the above mods who upgrades to the latest forge version. Thanks anyway.
  8. Sorry but... Just Shaders Mod: [spoiler=---- Minecraft Crash Report ----]---- Minecraft Crash Report ---- WARNING: coremods are present: Contact their authors BEFORE contacting forge // Don't be sad, have a hug! <3 Time: 25/06/15 17:29 Description: Stitching texture atlas java.lang.NullPointerException: Stitching texture atlas at shadersmod.client.ShadersTex.readImage(ShadersTex.java:464) at shadersmod.client.ShadersTex.readImageAndMipmaps(ShadersTex.java:439) at shadersmod.client.ShadersTex.uploadTexSubForLoadAtlas(ShadersTex.java:419) at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:290) at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:96) at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:109) at net.minecraft.client.resources.model.ModelManager.func_110549_a(ModelManager.java:29) at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:130) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:474) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325) at net.minecraft.client.main.Main.main(SourceFile:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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 shadersmod.client.ShadersTex.readImage(ShadersTex.java:464) at shadersmod.client.ShadersTex.readImageAndMipmaps(ShadersTex.java:439) at shadersmod.client.ShadersTex.uploadTexSubForLoadAtlas(ShadersTex.java:419) -- Texture being stitched together -- Details: Atlas path: textures 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:290) at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:96) at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:109) at net.minecraft.client.resources.model.ModelManager.func_110549_a(ModelManager.java:29) at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:130) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:474) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325) at net.minecraft.client.main.Main.main(SourceFile:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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_45, Oracle Corporation Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 305742400 bytes (291 MB) / 506724352 bytes (483 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 IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1480 3 mods loaded, 3 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{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1480.jar) UCH Forge{11.14.3.1480} [Minecraft Forge] (forge-1.8-11.14.3.1480.jar) Loaded coremods (and transformers): GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.4.13292 Compatibility Profile Context 14.502.1014.1001' Renderer: 'AMD Radeon R7 Graphics' Launched Version: 1.8-Forge11.14.3.1480 LWJGL: 2.9.1 OpenGL: AMD Radeon R7 Graphics GL version 4.4.13292 Compatibility Profile Context 14.502.1014.1001, ATI Technologies Inc. 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: [Equanimity - Water Only.zip, §lDefault 3D§r §lV3.0.5 - Forge.zip] Current Language: English (US) Profiler Position: N/A (disabled) Just Optifine (D3): [spoiler=---- Minecraft Crash Report ----]---- Minecraft Crash Report ---- WARNING: coremods are present: Contact their authors BEFORE contacting forge // Everything's going to plan. No, really, that was supposed to happen. Time: 25/06/15 17:33 Description: Initializing game java.lang.NoSuchMethodError: net.minecraft.client.renderer.texture.TextureMap.<init>(Ljava/lang/String;Z)V at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325) at net.minecraft.client.main.Main.main(SourceFile:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325) at net.minecraft.client.main.Main.main(SourceFile:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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_45, Oracle Corporation Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 363289088 bytes (346 MB) / 506724352 bytes (483 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 IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1480 Optifine OptiFine_1.8_HD_U_D3 3 mods loaded, 3 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{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1480.jar) UCH Forge{11.14.3.1480} [Minecraft Forge] (forge-1.8-11.14.3.1480.jar) Loaded coremods (and transformers): Launched Version: 1.8-Forge11.14.3.1480 LWJGL: 2.9.1 OpenGL: AMD Radeon R7 Graphics GL version 4.4.13292 Compatibility Profile Context 14.502.1014.1001, ATI Technologies Inc. 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: [Equanimity - Water Only.zip, §lDefault 3D§r §lV3.0.5 - Forge.zip] Current Language: English (US) Profiler Position: N/A (disabled) As stated either kills it.
  9. Noted, but... I mentioned it here due to the fact the very same (latest mod) versions were working prior to updating forge to 1480. So the only change made is to forge and NOT to the shaders mod or optifine mods. Which is why I reported it here first, as anyone else updating forge that uses these 2 key mods will find their forge game crashing... I expect optifine will no longer work with forge since they won't even fix D3's Fast Rendering turning off VBO's and would rather concentrate on vanilla 1.8.7 As for the shaders mod, it should get fixed eventually, but again anyone using the shaders mod for bettrer visuals can't update forge either or they will have the same crash issues. I think it is something to do with the new lightweight forge rendering code that is clashing with the opti/shaders rendering. Someone with better knowledge of the forge code may be better suited to talking with these render mod authors.
  10. My guess is you installed optifine for 1.8 rather than placed it in your mods folder, as this edits the 1.8 version forge builds upon it can cause several issues. A quick solution is to go into your %appdata%/.minecraft/versions directory and remove the optifine corrupted/installed 1.8 version. Then reinstall the forge client, this will replace the 1.8 version before patching it to work properly with forge. Put optifine in the mods directory rather than installing it and (apart from the crash issue with forge 11.14.3.1480) it should be working. Note: optifine D3 turns off VBO's when fast rendering is selected usually causing flickering issues - Turn off Fast Rendering and turn on VBO's. ----- I know the original post was a couple of months old, but this solution may assist the OP and others with similar issues.
  11. The client crashes when you use either of these as mods: shaders mod v2.4.11 / optifine 1.8.0 HD U D3 (Also all other 1.8 variants: A3 D1 D2) [spoiler=---- Minecraft Crash Report ----]---- Minecraft Crash Report ---- WARNING: coremods are present: NowWithRendering (redstonepaste-mc1.8-1.7.1.jar) CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar) CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar) CCCDeobfPlugin (unknown) ItemPatchingLoader (ItemPhysic Full 1.1.4 mc1.8.jar) DLFMLCorePlugin (DynamicLights-1.8.jar) NowWithRendering (hopperducts-mc1.8-1.4.5.jar) NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar) Contact their authors BEFORE contacting forge // I let you down. Sorry Time: 24/06/15 20:31 Description: Initializing game java.lang.NoSuchMethodError: net.minecraft.client.renderer.texture.TextureMap.<init>(Ljava/lang/String;Z)V at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325) at net.minecraft.client.main.Main.main(SourceFile:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325) at net.minecraft.client.main.Main.main(SourceFile:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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_45, Oracle Corporation Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 279528584 bytes (266 MB) / 506724352 bytes (483 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 IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1480 Optifine OptiFine_1.8_HD_U_A3 25 mods loaded, 25 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{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1480.jar) UCH Forge{11.14.3.1480} [Minecraft Forge] (forge-1.8-11.14.3.1480.jar) UCH CodeChickenCore{1.0.5.36} [CodeChicken Core] (minecraft.jar) UCH NotEnoughItems{1.0.5.104} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.104-universal.jar) UCH itemphysic{1.1.2} [itemPhysic] (minecraft.jar) UCH DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.8.jar) UCH DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.8.jar) UCH DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.8.jar) UCH DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.8.jar) UCH DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.8.jar) UCH DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.8.jar) UCH DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.8.jar) UCH DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.8.jar) UCH DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.8.jar) UCH DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.8.jar) UCH hopperducts{1.4.5} [Hopper Ducts] (hopperducts-mc1.8-1.4.5.jar) UCH LunatriusCore{1.1.2.28} [LunatriusCore] (LunatriusCore-1.8-1.1.2.28-universal.jar) UCH mininghats{1.4} [Mining Hats] (Night-Vision-Mining-Hats-Mod-1.8.jar) UCH redstonepaste{1.7.1} [Redstone Paste] (redstonepaste-mc1.8-1.7.1.jar) UCH Schematica{1.7.7.130} [schematica] (Schematica-1.8-1.7.7.130-universal.jar) UCH smoothbedrock{2.2.0.8} [smoothBedrock] (Smooth-Bedrock-Mod-1.8.jar) UCH soundfilters{0.8_for_1.8} [sound Filters] (Sound-Filters-Mod-1.8.jar) UCH teleporter{1.4.2} [Vanilla-Inspired Teleporters] (VanillaTeleporter-1.8-1.4.2.jar) UCH XaeroMinimap{1.5.1} [Xaero's Minimap] (xaeros_minimap_v1.5.1_1.8_Forge.jar) Loaded coremods (and transformers): NowWithRendering (redstonepaste-mc1.8-1.7.1.jar) net.fybertech.nwr.NowWithRendering CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar) codechicken.lib.asm.ClassHeirachyManager codechicken.lib.asm.RenderHookTransformer 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 CCCDeobfPlugin (unknown) ItemPatchingLoader (ItemPhysic Full 1.1.4 mc1.8.jar) com.creativemd.itemphysic.ItemTransformer DLFMLCorePlugin (DynamicLights-1.8.jar) atomicstryker.dynamiclights.common.DLTransformer NowWithRendering (hopperducts-mc1.8-1.4.5.jar) net.fybertech.nwr.NowWithRendering NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar) codechicken.nei.asm.NEITransformer Launched Version: 1.8-Forge11.14.3.1480 LWJGL: 2.9.1 OpenGL: AMD Radeon R7 Graphics GL version 4.4.13292 Compatibility Profile Context 14.502.1014.1001, ATI Technologies Inc. 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: [Equanimity - Water Only.zip, §lDefault 3D§r §lV3.0.5 - Forge.zip] Current Language: English (US) Profiler Position: N/A (disabled) It works fine with my mods, but just adding shaders or optifine causes the above, note that forge (11.14.3.) 1474 worked with optifine, shaders and the rest of my installed mods, 1480 only works without crashing if I remove the optifine and shaders mods. Additionally I notice a server error on starting, it doesn't cause an issue but I wonder why it's displayed. [spoiler=Server console handler/ERROR: Exception handling console input java.io.IOException: The handle is invalid][15:38:45] [server thread/INFO]: Starting minecraft server version 1.8 [15:38:45] [server console handler/ERROR]: Exception handling console input java.io.IOException: The handle is invalid at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_45] at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_45] at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_45] at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_45] at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_45] at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_45] at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_45] at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_45] at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_45] at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_45] at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_45] at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:97) [pq.class:?] [15:38:48] [server thread/INFO]: Loading properties [15:38:48] [server thread/INFO]: Default game type: CREATIVE [15:38:48] [server thread/INFO]: Generating keypair [15:38:49] [server thread/INFO]: Starting Minecraft server on *:25565 [15:38:50] [server thread/INFO]: Preparing level "world" [15:38:51] [server thread/INFO]: Preparing start region for level 0 [15:38:53] [server thread/INFO]: Preparing spawn area: 0% [15:38:54] [server thread/INFO]: Preparing spawn area: 52% [15:38:54] [server thread/INFO]: Done (4.121s)! For help, type "help" or "?" Oh and I've also noticed that since I've used forge that it doesn't seem to support additional blockstates lists in resource packs. For example using know2good's default 3d pack gives occasional purple black squares for grass, sand and gravel, pulling the block selection lists from the pack as a personal customisation fixes this, but also rather defeats the point of having this option for resource packs anyway. [spoiler=gravel.json - Part of the 'Default 3D™' resource pack - Listed as an example of this issue]{ "__comment":"Made by Know2Good, part of the 'Default 3D™' resource pack || Official download page: http://www.planetminecraft.com/texture_pack/default-3d-2985741/ || © Know2Good. All rights reserved. ", "variants": { "normal": [ { "model": "gravel", "weight": 1180 }, { "model": "gravel", "y": 90, "weight": 610 }, { "model": "gravel", "y": 180, "weight": 620 }, { "model": "gravel", "y": 270, "weight": 600 }, { "model": "gravel-shell1.1", "weight": 8 }, { "model": "gravel-shell1.2", "weight": 8 }, { "model": "gravel-shell1.3", "weight": 8 }, { "model": "gravel-shell1.4", "weight": 8 }, { "model": "gravel-shell2.1", "weight": 4 }, { "model": "gravel-shell2.2", "weight": 4 }, { "model": "gravel-shell2.3", "weight": 4 }, { "model": "gravel-shell2.4", "weight": 4 }, { "model": "gravel-shell3.1", "weight": 4 }, { "model": "gravel-shell3.2", "weight": 4 }, { "model": "gravel-shell3.3", "weight": 4 }, { "model": "gravel-shell3.4", "weight": 4 }, { "model": "gravel-shell4.1", "weight": 8 }, { "model": "gravel-shell4.2", "weight": 8 }, { "model": "gravel-shell4.3", "weight": 8 }, { "model": "gravel-shell4.4", "weight": 8 }, { "model": "gravel-shell5.1", "weight": 1 }, { "model": "gravel-shell6.1", "weight": 1 }, { "model": "gravel-shell7.1", "weight": 4 }, { "model": "gravel-shell7.2", "weight": 4 }, { "model": "gravel-shell7.3", "weight": 4 }, { "model": "gravel-shell7.4", "weight": 4 }, { "model": "gravel-shell8.1", "weight": 8 }, { "model": "gravel-shell8.2", "weight": 8 }, { "model": "gravel-shell8.3", "weight": 8 }, { "model": "gravel-shell8.4", "weight": 8 }, { "model": "gravel-shell9.1", "weight": 4 }, { "model": "gravel-shell9.2", "weight": 4 }, { "model": "gravel-shell9.3", "weight": 4 }, { "model": "gravel-shell9.4", "weight": 4 }, { "model": "gravel-shell10.1", "weight": 4 }, { "model": "gravel-shell10.2", "weight": 4 }, { "model": "gravel-shell10.3", "weight": 4 }, { "model": "gravel-shell10.4", "weight": 4 }, { "model": "gravel-shell11.1", "weight": 8 }, { "model": "gravel-shell11.2", "weight": 8 }, { "model": "gravel-shell11.3", "weight": 8 }, { "model": "gravel-shell11.4", "weight": 8 }, { "model": "gravel-shell12.1", "weight": 2 }, { "model": "gravel-shell13.1", "weight": 2 }, { "model": "gravel-shell14.1", "weight": 4 }, { "model": "gravel-shell14.2", "weight": 4 }, { "model": "gravel-shell14.3", "weight": 4 }, { "model": "gravel-shell14.4", "weight": 4 }, { "model": "gravel-pebble1.1", "weight": 16 }, { "model": "gravel-pebble1.2", "weight": 16 }, { "model": "gravel-pebbles2.1", "weight": 16 }, { "model": "gravel-pebbles2.2", "weight": 16 } ] } } Having made myself a customised version of this resource pack by removing the blockstates .json's for sand, grass and gravel, this allows me to use the remainder of this resource pack without any noticeable purple/black block issues. Note: This resource pack works fine with vanilla 1.8.x, so this may be the reason for some of the forge + resource pack - purple/black blocks showing up. Hope this helps...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.