Advertisement
MyCrazyPi

Untitled

Jul 25th, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. LoadingPlugin (replaymod-0.16_BUGFIXES.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // Oops.
  8.  
  9. Time: 7/25/15 12:48 PM
  10. Description: Processing frame
  11.  
  12. java.nio.BufferUnderflowException
  13. at java.nio.Buffer.nextGetIndex(Buffer.java:500)
  14. at java.nio.DirectByteBuffer.get(DirectByteBuffer.java:249)
  15. at eu.crushedpixel.replaymod.gui.GuiVideoRenderer.updatePreview(GuiVideoRenderer.java:243)
  16. at eu.crushedpixel.replaymod.video.VideoRenderer$1.consume(VideoRenderer.java:64)
  17. at eu.crushedpixel.replaymod.video.VideoRenderer$1.consume(VideoRenderer.java:61)
  18. at eu.crushedpixel.replaymod.video.rendering.Pipeline$ProcessTask.run(Pipeline.java:102)
  19. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  20. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  21. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  22. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  23. at java.lang.Thread.run(Thread.java:745)
  24.  
  25.  
  26. A detailed walkthrough of the error, its code path and all known details is as follows:
  27. ---------------------------------------------------------------------------------------
  28.  
  29. -- System Details --
  30. Details:
  31. Minecraft Version: 1.8
  32. Operating System: Windows 8.1 (amd64) version 6.3
  33. Java Version: 1.8.0_25, Oracle Corporation
  34. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  35. Memory: 2560159664 bytes (2441 MB) / 4171759616 bytes (3978 MB) up to 4171759616 bytes (3978 MB)
  36. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096M -Xms4096M
  37. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  38. FML: MCP v9.10 FML v8.0.76.1402 Minecraft Forge 11.14.1.1402 4 mods loaded, 4 mods active
  39. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  40. FML{8.0.76.1402} [Forge Mod Loader] (forge-1.8-11.14.1.1402.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  41. Forge{11.14.1.1402} [Minecraft Forge] (forge-1.8-11.14.1.1402.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  42. replaymod{0.6-21b02e7} [Replay Mod] (replaymod-0.16_BUGFIXES.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  43. Loaded coremods (and transformers):
  44. LoadingPlugin (replaymod-0.16_BUGFIXES.jar)
  45. eu.crushedpixel.replaymod.coremod.CameraRollCT
  46. eu.crushedpixel.replaymod.coremod.ForceChunkLoadingCT
  47. eu.crushedpixel.replaymod.coremod.EntityRendererCT
  48. eu.crushedpixel.replaymod.coremod.NoNameTagCT
  49. eu.crushedpixel.replaymod.coremod.RenderManagerCT
  50. eu.crushedpixel.replaymod.coremod.SoundManagerCT
  51. eu.crushedpixel.replaymod.coremod.EnchantmentTimerCT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement