Replay Mod Forums

This Thread is locked - no new replies are allowed.

Locked Is it possible to use Shaders with ReplayMod
    • User
    • 8 forum posts
    User48052
    #1

    Oct 31 16, 05:37 PM

    Is it possible to use Shaders with the ReplayMod and render it too ? If it is then how do you do it i've tried various tutorials and experiments to try and figure out how to get it to work. Cause everytime i try then my Shaders and Optifine isn't in Minecraft but the ReplayMod Works. The Optifine and Shaders mod is not in the mod folder but in the versions folder could this be the mistake ?

    Thanks


    • User
    • 98 forum posts
    User14026
    #2

    Nov 05 16, 04:14 PM

    Yes, you can use shaders with the replay mod. Optifine currently isn't compatible, which should be fixed in the next version. You have to use the actual shaders mod instead of optifine right now. Also, for future note, this belongs in the Help section.


    • User
    • 8 forum posts
    User48052

    in response to User14026

    #3

    Nov 05 16, 11:11 PM | Last edited: Nov 05 16, 11:11 PM


    Yes, you can use shaders with the replay mod. Optifine currently isn't compatible, which should be fixed in the next version. You have to use the actual shaders mod instead of optifine right now. Also, for future note, this belongs in the Help section.

    Thanks but am i supposed to download a earlier version of ShadersMod or something since the only Shaders Mod Version for 1.8.9 (Which is the version i guess the lastest Replay Mod is made for) is the Optifine version. So could you maybe give me a download link ?


    • User
    • 98 forum posts
    User14026
    #4

    Nov 06 16, 12:53 AM | Last edited: Nov 06 16, 12:54 AM

    Its actually quite hard to get a copy of a forge 1.8 shaders mod. Since I'm too lazy to go find it again on the internet, I just uploaded my copy to dropbox. (Please don't get mad at me, mod creator :D)

    Just drop that file in with your other forge mods, and you should be good to go:
    https://www.dropbox.com/s/qkpomr01gnbnw5v/ShadersMod-v2.4.11mc1.8.jar?dl=1


    • Developer
    • 818 forum posts
    User1
    #5

    Nov 06 16, 12:56 AM | Last edited: Nov 06 16, 01:12 AM

    Just download the 2.4.11 installer for 1.8 from http://shadersmod.com and put it in the mods folder.



    • User
    • 8 forum posts


    Its actually quite hard to get a copy of a forge 1.8 shaders mod. Since I'm too lazy to go find it again on the internet, I just uploaded my copy to dropbox. (Please don't get mad at me, mod creator :D)

    Just drop that file in with your other forge mods, and you should be good to go:
    https://www.dropbox.com/s/qkpomr01gnbnw5v/ShadersMod-v2.4.11mc1.8.jar?dl=1

    Just download the 2.4.11 installer for 1.8 from http://shadersmod.com and put it in the mods folder.

    Thanks but now i get a crash error
    ---- Minecraft Crash Report ----

    WARNING: coremods are present:
    Contact their authors BEFORE contacting forge

    // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

    Time: 06-11-16 01:28
    Description: Initializing game

    java.lang.NoClassDefFoundError: net/minecraft/client/renderer/entity/RenderPlayer
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:481)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    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)
    Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity.RenderPlayer
    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)
    ... 9 more
    Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/entity/RendererLivingEntity
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 11 more
    Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity.RendererLivingEntity
    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)
    ... 15 more
    Caused by: org.spongepowered.asm.mixin.MixinApplyError: Mixin [mixins.replaymod.json:MixinRendererLivingEntity] from phase [DEFAULT] in config [mixins.replaymod.json] FAILED
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.handleMixinErrorState(MixinTransformer.java:634)
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transform(MixinTransformer.java:408)
    at org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy.transform(MixinTransformer.java:104)
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
    ... 17 more
    Caused by: org.spongepowered.asm.mixin.injection.InvalidInjectionException: @Inject annotation on areAllNamesHidden could not find 'func_110813_b'
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:152)
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:112)
    at org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo.(CallbackInjectionInfo.java:38)
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:298)
    at org.spongepowered.asm.mixin.transformer.MixinApplicator.applyInjections(MixinApplicator.java:675)
    at org.spongepowered.asm.mixin.transformer.MixinApplicator.applyMixin(MixinApplicator.java:200)
    at org.spongepowered.asm.mixin.transformer.MixinApplicator.apply(MixinApplicator.java:181)
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:594)
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:566)
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transform(MixinTransformer.java:402)
    ... 20 more

    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:481)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    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.8.9
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 99344392 bytes (94 MB) / 298188800 bytes (284 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 9.19 Powered by Forge 11.15.1.1902 4 mods loaded, 4 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.19} [Minecraft Coder Pack] (minecraft.jar)
    UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.1902-1.8.9.jar)
    UCH Forge{11.15.1.1902} [Minecraft Forge] (forge-1.8.9-11.15.1.1902-1.8.9.jar)
    UCH LunatriusCore{1.1.2.32} [LunatriusCore] (LunatriusCore-1.8.9-1.1.2.32-universal.jar)
    Loaded coremods (and transformers):
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 372.54' Renderer: 'GeForce GTX 560 SE/PCIe/SSE2'
    Launched Version: 1.8.9-forge1.8.9-11.15.1.1902-1.8.9
    LWJGL: 2.9.4
    OpenGL: GeForce GTX 560 SE/PCIe/SSE2 GL version 4.5.0 NVIDIA 372.54, 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:
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 4x Intel(R) Core(TM)2 Quad CPU Q9300 @ 2.50GHz


    • Developer
    • 818 forum posts
    User1
    #7

    Nov 06 16, 01:30 AM

    Make sure you're using Minecraft 1.8.0 (Forge version 1.8-11.14.3.1521, this is IMPORTANT).


    • User
    • 8 forum posts
    User48052

    in response to User1

    #8

    Nov 06 16, 01:36 AM | Last edited: Nov 06 16, 01:37 AM


    Make sure you're using Minecraft 1.8.0 (Forge version 1.8-11.14.3.1521, this is IMPORTANT).
    I'm using Forge version 1.8-11.14.3.1521 but i still get random crash errors. The crash allways happends on startup and it happends when it's about to load in the Manager Model and when it's done with that it crashes. I'm using LunatriusCore-1.8.9-1.1.2.32-universal and ReplayMod_v1.0.7

    I appreciate the help


    • Developer
    • 818 forum posts
    User1
    #9

    Nov 06 16, 01:38 AM

    Please try only the ReplayMod and Shaders using the Default Minecraft Launcher.


    • User
    • 8 forum posts


    Please try only the ReplayMod and Shaders using the Default Minecraft Launcher.
    I tried removing the LunatriusCore if that's what you meant and it didn't work. But i'm not sure about what you mean with default minecraft launcher



    • Developer
    • 818 forum posts
    User1
    #11

    Nov 06 16, 01:41 AM

    What's the crash log? Please upload it to pastebin or such instead of the forums.


    • User
    • 8 forum posts


    What's the crash log? Please upload it to pastebin or such instead of the forums.
    Ehmm the Crash Error Title i guess is diffrent from time to time. Like sometimes it's" // Don't be sad. I'll do better next time, I promise!" other times it might be "// Ooh. Shiny." or something totaly diffrent. Well here is the crash report http://pastebin.com/TfwDCZga


    • Developer
    • 818 forum posts
    User1
    #13

    Nov 06 16, 01:53 AM

    Okay, you still have the Lunatrius Mod installed, but I don't think that's an issue. The crashes are also not related to the ReplayMod.

    Please try to use Minecraft with the Shaders Mod only, and see if it still crashes.


    • User
    • 8 forum posts


    Okay, you still have the Lunatrius Mod installed, but I don't think that's an issue. The crashes are also not related to the ReplayMod.

    Please try to use Minecraft with the Shaders Mod only, and see if it still crashes.

    Yep it happend with only the Shaders Mod


    • Developer
    • 818 forum posts
    User1
    #15

    Nov 06 16, 01:55 AM

    Well in that case, your computer seems to be incompatible with the Shaders Mod. Unfortunately, we can't help you with that.



    • User
    • 8 forum posts


    Well in that case, your computer seems to be incompatible with the Shaders Mod. Unfortunately, we can't help you with that.
    Acctually nvm i tried to install the shaders mod the way u said by using the installer and put that in and it worked. Thanks alot for your help i really appreciate it