Replay Mod Forums

Crash sometimes on startup, and singleplayer.
    • User
    • 2 forum posts
    User30262
    #1

    Jan 24 16, 12:55 AM

    OS: Windows 10, 64 bit
    RAM: 8gb ddr3
    Forge Version: 1.8-11.14.4.1563

    These are my last 3 bug reports. The last one, I had no shader mod or anything installed. Just forge and ReplayMod.
    The first two, I had shaders, the one that CrushedPixel said was compatible, and I had NO shaders enabled. I guess I won't be able to use the mod for a while :/ hope you have some recommendations for me. I really want to start using the mod to create some content, and I want to see what I can do with it.

    [spoiler]
    ---- Minecraft Crash Report ----

    WARNING: coremods are present:
    LoadingPlugin (ReplayMod_v1.0.7.jar)
    Contact their authors BEFORE contacting forge

    // Surprise! Haha. Well, this is awkward.

    Time: 1/23/16 5:42 PM
    Description: Tesselating block model

    java.lang.IndexOutOfBoundsException: Index: 2, Size: 1
    at java.util.ArrayList.rangeCheck(Unknown Source)
    at java.util.ArrayList.get(Unknown Source)
    at net.minecraft.client.renderer.vertex.VertexFormat.func_177348_c(SourceFile:126)
    at net.minecraftforge.client.model.pipeline.VertexLighterFlat.processQuad(VertexLighterFlat.java:162)
    at net.minecraftforge.client.model.pipeline.QuadGatheringTransformer.put(QuadGatheringTransformer.java:38)
    at net.minecraftforge.client.model.pipeline.LightUtil.putBakedQuad(LightUtil.java:104)
    at net.minecraft.client.renderer.block.model.BakedQuad.pipe(BakedQuad.java:10)
    at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.render(ForgeBlockModelRenderer.java:100)
    at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_178265_a(ForgeBlockModelRenderer.java:65)
    at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:44)
    at net.minecraft.client.renderer.BlockModelRenderer.func_178259_a(BlockModelRenderer.java:34)
    at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:95)
    at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:178)
    at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:78)
    at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.func_178505_b(SourceFile:120)
    at net.minecraft.client.renderer.RenderGlobal.setupTerrain$Original(RenderGlobal.java:882)
    at net.minecraft.client.renderer.RenderGlobal.func_174970_a(RenderGlobal.java)
    at shadersmod.client.ShadersRender.setupTerrain(ShadersRender.java:57)
    at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1267)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1210)
    at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1035)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055)
    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(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 java.util.ArrayList.rangeCheck(Unknown Source)
    at java.util.ArrayList.get(Unknown Source)
    at net.minecraft.client.renderer.vertex.VertexFormat.func_177348_c(SourceFile:126)
    at net.minecraftforge.client.model.pipeline.VertexLighterFlat.processQuad(VertexLighterFlat.java:162)
    at net.minecraftforge.client.model.pipeline.QuadGatheringTransformer.put(QuadGatheringTransformer.java:38)
    at net.minecraftforge.client.model.pipeline.LightUtil.putBakedQuad(LightUtil.java:104)
    at net.minecraft.client.renderer.block.model.BakedQuad.pipe(BakedQuad.java:10)
    at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.render(ForgeBlockModelRenderer.java:100)
    at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_178265_a(ForgeBlockModelRenderer.java:65)

    -- Block model being tesselated --
    Details:
    Block: minecraft:quartz_block[variant=default]
    Block location: World: (0,39,0), Chunk: (at 0,2,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)
    Using AO: true
    Stacktrace:
    at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:44)
    at net.minecraft.client.renderer.BlockModelRenderer.func_178259_a(BlockModelRenderer.java:34)

    -- Block being tesselated --
    Details:
    Block type: ID #155 (tile.quartzBlock // net.minecraft.block.BlockQuartz)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (0,39,0), Chunk: (at 0,2,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)
    Stacktrace:
    at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:95)
    at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:178)
    at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:78)
    at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.func_178505_b(SourceFile:120)
    at net.minecraft.client.renderer.RenderGlobal.setupTerrain$Original(RenderGlobal.java:882)
    at net.minecraft.client.renderer.RenderGlobal.func_174970_a(RenderGlobal.java)
    at shadersmod.client.ShadersRender.setupTerrain(ShadersRender.java:57)
    at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1267)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1210)

    -- Affected level --
    Details:
    Level name: MpServer
    All players: 37 total; [EntityPlayerSP['johntheawe'/379712, l='MpServer', x=0.50, y=45.00, z=0.50], EntityOtherPlayerMP['DanteBrian99'/378298, l='MpServer', x=2.00, y=42.01, z=22.78], EntityOtherPlayerMP['Lexi314'/376483, l='MpServer', x=8.81, y=44.00, z=0.00], EntityOtherPlayerMP['YatoChan31'/379595, l='MpServer', x=2.81, y=45.00, z=2.38], EntityOtherPlayerMP['SuperPenguinOP'/379686, l='MpServer', x=0.50, y=45.00, z=0.50], EntityOtherPlayerMP['Arturo_Romero2'/379693, l='MpServer', x=1.21, y=45.00, z=0.51], EntityOtherPlayerMP['Lmgcat'/379692, l='MpServer', x=0.50, y=45.00, z=0.50], EntityOtherPlayerMP['Basketball_Love7'/379688, l='MpServer', x=0.50, y=45.00, z=0.50], EntityOtherPlayerMP['ChetoMC'/379703, l='MpServer', x=0.50, y=45.00, z=0.50], EntityOtherPlayerMP['Ocean_Breeze802'/379708, l='MpServer', x=2.50, y=44.83, z=4.50], EntityOtherPlayerMP['VenkerGamesBR'/379710, l='MpServer', x=2.16, y=45.00, z=2.43], EntityOtherPlayerMP['Gregory4050'/379706, l='MpServer', x=0.39, y=45.00, z=1.48], EntityOtherPlayerMP['fantasticfin234'/378819, l='MpServer', x=28.44, y=41.00, z=4.25], EntityOtherPlayerMP['__ApfelPvP__'/379088, l='MpServer', x=32.84, y=41.00, z=0.50], EntityOtherPlayerMP['Graco4040'/378185, l='MpServer', x=32.00, y=41.00, z=15.38], EntityOtherPlayerMP['CamyC'/377390, l='MpServer', x=-7.25, y=41.00, z=45.78], EntityOtherPlayerMP['Amethyst1212321'/378932, l='MpServer', x=-7.28, y=41.00, z=47.97], EntityOtherPlayerMP['RandomBoi'/377777, l='MpServer', x=-7.06, y=44.00, z=7.75], EntityOtherPlayerMP['GamerPerson199'/378971, l='MpServer', x=-4.50, y=44.00, z=-0.50], EntityOtherPlayerMP['famii'/375992, l='MpServer', x=1.88, y=44.00, z=-6.19], EntityOtherPlayerMP['cameroncaleb'/376079, l='MpServer', x=3.44, y=45.00, z=-0.66], EntityOtherPlayerMP['AudreySnowbear'/379695, l='MpServer', x=2.50, y=44.00, z=-4.50], EntityOtherPlayerMP['SimonSchama'/379711, l='MpServer', x=0.28, y=45.00, z=-0.61], EntityOtherPlayerMP['The_Mini_Mangle'/378273, l='MpServer', x=1.50, y=45.00, z=-0.50], EntityOtherPlayerMP['DIamond110'/379704, l='MpServer', x=31.59, y=41.39, z=-4.56], EntityOtherPlayerMP['GamingAssassin44'/379713, l='MpServer', x=3.50, y=44.86, z=3.50], EntityOtherPlayerMP['MangoSmoothie10'/379606, l='MpServer', x=-19.71, y=44.39, z=-11.96], EntityOtherPlayerMP['MonstaHD'/374858, l='MpServer', x=15.28, y=40.00, z=-30.72], EntityOtherPlayerMP['melbell7811'/373567, l='MpServer', x=1.03, y=41.00, z=-23.97], EntityOtherPlayerMP['lexitadientes21'/379602, l='MpServer', x=36.34, y=41.00, z=-16.03], EntityOtherPlayerMP['Dotac'/379701, l='MpServer', x=-35.83, y=42.00, z=33.51], EntityOtherPlayerMP['NexusPVP12'/379715, l='MpServer', x=1.50, y=45.00, z=4.50], EntityOtherPlayerMP['halo19360'/379716, l='MpServer', x=4.50, y=44.83, z=2.50], EntityOtherPlayerMP['Bilbo11_OC'/379719, l='MpServer', x=-1.50, y=45.00, z=1.50], EntityOtherPlayerMP['MatheusGG11'/379720, l='MpServer', x=3.50, y=45.00, z=3.50], EntityOtherPlayerMP['Imperfectionism'/379722, l='MpServer', x=3.19, y=44.50, z=-3.03], EntityOtherPlayerMP['LIL_MASTER_12'/379724, l='MpServer', x=0.63, y=44.50, z=-4.13]]
    Chunk stats: MultiplayerChunkCache: 169, 169
    Level seed: 0
    Level generator: ID 01 - flat, ver 0. Features enabled: false
    Level generator options:
    Level spawn location: 0.00,45.00,0.00 - World: (0,45,0), Chunk: (at 0,2,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)
    Level time: 105097135 game time, 161683 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: adventure (ID 2). Hardcore: false. Cheats: false
    Forced entities: ~~ERROR~~ ClassCastException: net.minecraft.item.ItemStack cannot be cast to java.lang.String
    Retry entities: 0 total; []
    Server brand: BeeCord (1.8)


    • User
    • 2 forum posts
    User30262
    #2

    Jan 24 16, 12:57 AM

    Ooooo one more thing, not completely related to ReplayMod.
    Whenever I use forge, no matter what, I always get like 1 second stutters in game, every 5 seconds or so. So basically 150+ fps, for 5 seconds, then it freezes for about a second, and so on. It's basically unplayable. Was wondering if anyone knew what to do about that and what it could be?


    • Moderator
    • Beta Tester
    • 212 forum posts
    User26
    #3

    Jan 24 16, 12:58 AM | Last edited: Jan 24 16, 01:08 AM

    Please downgrade Forge version to version between 1487 and 1521. This issue is caused by shaders mod compatibility problems with Forge, not by the Replay Mod.
    "-- Compatible with Forge 1487 to 1521. Not compatible with Forge 1523 or later" - quotation from shaders mod forum thread.

    EDIT: At least the issue in the first crash report.
    EDIT2: The second and third crash report is probably caused by using Forge for 1.8.9 when Replay Mod is compatible only with 1.8 Forge.


    • Developer
    • 818 forum posts


    Ooooo one more thing, not completely related to ReplayMod.
    Whenever I use forge, no matter what, I always get like 1 second stutters in game, every 5 seconds or so. So basically 150+ fps, for 5 seconds, then it freezes for about a second, and so on. It's basically unplayable. Was wondering if anyone knew what to do about that and what it could be?

    This is probably related to some JVM Parameters for min/max RAM usage you set.