Giter Club home page Giter Club logo

minema's Introduction

Minema

A Minecraft mod for offline rendering and video capturing.

Demo video: Butter smooth 1080p60, supersampled from 4K, up to 64 chunks render distance and up to 4096x4096 shadow maps. Recorded on a single GTX 750 Ti.

Current features:

  • Records the game, both color and optionally depth
  • Automatically exports every frame as TGA or encodes it to a single mp4 video file (h264, yuv420p color format) using FFMpeg
  • Synchronizes the game engine and OptiFine's/karyonix's shader pipeline from real time to the video recording framerate
  • Possible to set any resolution for recording, even higher than your screen resolution
  • Brings two techniques to heavily accelerate chunk loading during recording

For users

Installing and using:

Download the mod and load it with Forge. You can start/stop recording by pressing F4 (you can also press Shift + F4 for advanced configuration) or using "/minema enable" and "/minema disable". If you are a mod developer and want to integrate with Minema, just using these commands might very well be enough for you.

Minema can also be configured quite substantially: Mods -> Minema -> Config. If you hover over one option it will display the explanation for this option. If you need further help, feel free to contact me or open an issue if you think that an explanation needs improvement.

There are several camera path tools that work with Minema: Something simple is BauerCam or if you need something more fancy Aperture.

Setting up FFMpeg: (you have to do this if you want mp4 files)

Linux users should already be able to install FFMpeg using their favourite package manager. Otherwise you will find builds on https://www.ffmpeg.org/download.html#build-linux.

Windows users can get builds here: 32bit, 64bit. Unpack ffmpeg.exe (it is in bin/ in this archive) and move it to the root minecraft install folder. (where you would also find options.txt) You can also move it to somewhere else and change the encoder path if you prefer it that way.

Make sure to enable 'Use video encoder'. If you have troubles setting up FFMpeg or Minema, make sure to check out this video:

Thumbnail

For developers

This setup uses Gradle like any other Forge mod, so you should feel right at home.

If you are totally new to Forge: In a nutshell you should execute the task "gradle setupDecompWorkspace" first in order to get decompiled minecraft code with Forge patches. But I always recommend just reading one of the starter tutorials.

minema's People

Contributors

7err0r avatar ata4 avatar daipenger avatar mchorse avatar yet-another-account avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

minema's Issues

Audio output

Is there a way to have audio with minema? Like a mod that does the same thing as minema, syncs the audio speed with the fps and when it saves it looks like real time.

SEUS PTGI slow light calcs

Path tracing feature looks ghostly in final result. Character moves with regular speed but light/shadow covers him too slow. Speed of light is slow in comparison with it should be in exported video. Seems like it doesn't sync light calc to other visual.

Just look at some moments there's "ghost" effect:
https://youtu.be/P8Rx1xjjRW4?t=401

Do AMD GPUs work with this?

I'm in the market for a new GPU and all RTX 20 series cards are either sold out or way over priced. I need minema for projects and I can't use programs like the replay mod because that doesn't have chunk preloading. I was told AMD radeon GPUs don't work with this mod but I'm not 100% sure. So if someone could clear this up and tell me if it would work or not that would be great. Thanks.

Minema crashes when I try to record : Can't Export Frame 2

Hi, I use Minema v3.6.2-TickSync but when I try to record it crashes

FFmpeg version is: 5.0 full_build

When I try to record with minema it tells me the following error:

java.util.concurrent.ExecutionException
java.lang.RuntimeException: Can't export frame 2
Cause:
java.io.IOException
Invalid attempt to access the memory address
See log for full stacktrace
This is the log:
https://pastebin.com/UEZEeBDe
Please, help me.

POM dissappears at close proximity when starting recording

my POM looks fine using shaders, also when I start my path using bauercam. But when I press F4 to record the POM suddenly disappears around me at close proximity, you can see here it's still there at the far end of the block, but not close to me
unknown

Bug with position in 360° equirectangular recording option

TLDR: All 6 camera positions in the 360° equirectangular recording options need to be moved back by 0.610 blocks.

A small change needs to be made to the 360° equirectangular recording option, the camera needs to be moved backwards by 0.610 blocks. This is because Minecraft's camera sphere (The furthest away area that the game's camera can move to) is 0.610 blocks big. This is fine for normal recording, as it simulates your head being slightly ahead of your body's core, but for 360° recordings, it is a problem that needs to be fixed.

In case my words aren't clear enough, here is a demonstration that I took using version 3.6.1-ShaderSync.

The coordinates for this first image are X: 401.0, Y: 126.610, Z: -5.5

X: 401.0, Y: 126.610, Z: -5.5

As you can see in this image, the camera facing down is perfectly inside the block, despite the fact that it should be 0.610 above the block. This is how I determined that the camera needs to be moved back by 0.610 blocks.

The coordinates for this second image are X: 401.0, Y: 126.611, Z: -5.5

X: 401.0, Y: 126.611, Z: -5.5

Here I have moved the camera 0.001 blocks upwards, and now the camera is 0.001 blocks away from the block below the camera. Again, the Minema's camera position here is 0.611 blocks above the grass, but it appears 0.001 blocks away because of this bug.

You can also see in this image that the cobblestone block closest to the camera has been chopped in half. This is because this bug applies to all 6 rotations. This is also why none of the positions line up.

The coordinates for this third image are X: 401.5, Y: 126.8, Z: -5.5

X: 401.5, Y: 126.8, Z: -5.5

This is a best-case scenario. The camera in Minema has been moved multiple blocks above the grass below it, so that hopefully the effect is less noticeable, however you can still definitely see the bug.

The cobblestone block from the second picture has also been fixed, however, this is because Minema's camera position has been set to be in the middle of the block, because of course, the edges of the frames are at 45° and so the edge of the block is all within one frame.

If you guys need any more info to fix this issue, please ask. I am happy to provide them.

Minema does something weird when changing the resolution

  1. I have changed the resolution in Minema to 4k in the config Files with Forge

  2. I have allocated FFMpeg in the config Files with FIrge

  3. I have changed my minecraft to fullscreen (Otherwise it would say an Error)

  4. I have started the recording with F4

  • Minecraft showed me a small box with my Minecraft World, but the other things like my keystrokes and Hotbar Slots were Tiny

  • Normal Recording works

  • Increased FPS Workes

  • Increased 4x Screenshots with OptiFine works

  • I have a GTX 750 Ti like it was made with the demo Video

  • I have more Mods: McLib, Aperture (I was intending to make 4K Vidos for me any my friends), OreLib Support Library, Dynamic Surroundings, Fancy Block Particles, LabyMod, Mo' Bends, Sound Physics, Dynamic Surroundings: HUDs, OptiFine

  • Every Mod Works and they only make the Sound or the Graphics Better, so it would be nice to keep them

-
This Photo is not recorded in 4K but in Full HD (I have 2 1440x900 Monitors in use)

Record scenes with shaders

Hi, I would like to know how to record every scene with shaders (without using them in real time). I have configured the zip file in the Minema's Engine Overrides option, but nothing happens. When I record the scene, no shaders are shown in the video rendering. How should I do?

Minema only using cpu

Is minema supposed to use my gpu? Right now it's only using my cpu and not even it's integrated graphics (it's a laptop). Is there a way I could fix this?

Can't export frame 2

this is definitely not caused by missing permissions, a missing export folder or missing space on device.
It even creates an nearly empty output file.
It is reproducible and maybe graphics driver dependant. It did not happen with the AMD opensource driver, but it does happen with the closed one. I think that doesn't make any sense, so maybe that is just a coincidence.
System specs etc. in log.
Log:
https://paste.ee/p/AWd9C
(Ungültige Adresse =~ Invalid Address)

PNG format in minema

Hi, I wanna use the mod in image sequence mode, bug tga is too large. How did i select another image format, like png or jpeg?

Minema crashes when I try to record : Can't export frame

Hi, I am on Windows 10 and I use Minema v3.5.4-ShaderSync but when I try to record it crashes

FFmpeg version is: 2020-12-24-git-9a0f5e412a-full_build

When I try to record with minema it tells me the following error:

java.util.concurrent.ExecutionException
java.lang.RuntimeException: Can't export frame 1
Cause:
java.lang.RuntimeException
Can't export frame 1
See log for full stacktrace
this is the log:
https://pastebin.com/v1VJNhha

Most likely never, unless someone else will pick up the project.

Most likely never, unless someone else will pick up the project.

Originally posted by @mchorse in #22 (comment)

Then why you start something but don't update it on newer versions?
You know ReplayMod sucks really hard and is a real bummer compared to the synchronized in game rendering.
Its because the 1.12.2 version of MC also sucks compared to the newer versions. Its not updated and its full of trash code and bugs.

The only good thing about MC was the recording with Minema mod in combination with the Bauercam mod.

Why create something knowing newer versions will come out of MC when not adapting it to these newer versions.
Thank god i'm not a java programmer, because Windows is shit (that is why i switched to Linux), Java is shit, MC is shit, its all shitty software compared to the real games that work smoothly because its professional.
Also the console and Windows 10 versions suck.

Well, the whole world sucks.
Anyway thanks for the experience on 1.12.2

Me myself also have written a lot of code in c/c++ with internal ffmpeg player functions and use of external ffmpeg for input and output. If you know the thrill it is very easy but like i said i'm discussed of Java and all the versioning shit, with almost 100.000 mods avail, Forge, Fabric versions, server versions.
Its just a pile of trash.

Have a good life.

Judder / stutter during dolly shot

I am experiencing a recording issue with the following combination of mods:

  • Minema-3.5.4-1.12.2 (also tested 3.6.1)
  • aperture-1.3.6-1.12.2 (also tested 1.6.1)
  • OptiFine_1.12.2_HD_U_G5
  • forge-1.12.2-14.23.5.2855 on openjdk 1.8.0_302 on various versions of Ubuntu

I am recording on a singleplayer world with sync enabled.

When recording a pre-programmed dolly shot with Aperture, there is a timing glitch in the recorded video that recurs about once per second. The camera appears to jump or skip frames.
Here is an example glitch at 60 fps and another take with F3 enabled.

This could very well be an aperture issue, but the periodicity suggests it might be something that happens during capture. I cannot find any gap in the frame numbers in the recording, however.

I don't know if Minema is causing the problem, but I know what isn't causing the problem:

  • ffmpeg: tried with and without video encoding. Videos encoded from raw images is also glitched
  • shaders: I have tried with and without OptiFine shaders. I have the anti-aliasing fix turned on, but I have also tried without it
  • gpu: I have tried NVIDIA hardware, Mesa Intel UHD, and Mesa llvmpipe

The issue is more noticeable at 60 fps but is still visible in 30 fps recordings.

One thing I have observed is that the pU ("pending upload") count in F3 occasionally becomes nonnegative. Can these pending upload frames be lost before they are captured?

I suppose this could be a display issue specific to my monitor, which runs at either 60.03 Hz or 59.96 Hz. Using a fractional framerate doesn't really seem to help.

Any advice would be helpful.

In-game speed and video playback speed

Just wondering how this works. I'm recording at 60fps with all settings set to default except for the export AE camera turned on. I'm normally reaching around 160fps in-game. When I record, the game gets super fast. Like, 3 times faster or something. But the exported video plays at normal speed. When I turn off synchronization in the mod settings, the in-game speed is normal but then the video plays too slow instead. The higher my framerate is, the faster the game is. Is this normal behavior? What can I do to have the game play at normal speed AND have the video play at normal speed? It's really difficult to get a sense of time when the game isn't playing at the right speed. Thanks!

Chunk preload and Force Chunk preload not working.

First off, Apologies if this has been discussed before or if this is a simple mistake on my end.

I am trying to use this mod to render footage similar to Acid Interstate V3 on youtube, I was directed here from that video. I have messed around with some stuff and the mod works great except for it seems the chunk preload and force chunk preload feature don't do anything. (using ffmpeg3.4.2 and minema 3.4.4 in forge 1.12.2 recommended version with optifine)
are these features supposed to load all chunks in view of the player before rendering the next frame? That's what I believed they were for but there seems to be no difference between having them off and on. My videos come out with very large and obvious gaps where chunks slowly load in over several frames. Any fixes I can try on my end? (or do these features not actually do what I think they do)

Minecraft crashes as soon as I start recording

Here are my logs:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000002221f0e3, pid=1620, tid=13380
#
# JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  0x000000002221f0e3
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x0000000002fe5800):  JavaThread "Client thread" [_thread_in_native, id=13380, stack(0x0000000002ea0000,0x0000000002fa0000)]

siginfo: ExceptionCode=0xc0000005, writing address 0x000000007fd00000

Registers:
RAX=0x00000000ff000000, RBX=0x00000000ff212412, RCX=0x0000000000000004, RDX=0x0000000000000012
RSP=0x0000000002f9d6a8, RBP=0x000000000000020f, RSI=0x000000008752efc4, RDI=0x000000007fd00004
R8 =0x0000000000000780, R9 =0x000000007fcfea40, R10=0x000000008752da00, R11=0x000000007fcfea40
R12=0x00007ffe5719b960, R13=0x0000000000000001, R14=0x00007ffe57198290, R15=0x0000000000000001
RIP=0x000000002221f0e3, EFLAGS=0x0000000000010216

Top of Stack: (sp=0x0000000002f9d6a8)
0x0000000002f9d6a8:   00000000000001f5 0000000000000438
0x0000000002f9d6b8:   0000000002f9d840 00000000256d0000
0x0000000002f9d6c8:   00007ffe5719b9c4 0000000000000000
0x0000000002f9d6d8:   0000000000000001 0000000000000001
0x0000000002f9d6e8:   00007ffe5719b960 0000000000000001
0x0000000002f9d6f8:   00000000256d0000 000000006e666750
0x0000000002f9d708:   00007ffe5719e080 0000000002f9d840
0x0000000002f9d718:   0000000000000000 000000006e4e0120
0x0000000002f9d728:   0000000000000780 0000005200000052
0x0000000002f9d738:   0000000000000005 0000000000000000
0x0000000002f9d748:   0000000000000000 000000006e4e0120
0x0000000002f9d758:   0000000000000013 000000006e666750
0x0000000002f9d768:   00000000256d0000 000000006e666750
0x0000000002f9d778:   00007ffe572ea855 0000000002f9d880
0x0000000002f9d788:   0000000000000001 0000000000000001
0x0000000002f9d798:   0000000000000000 0000af7c00000002 

Instructions: (pc=0x000000002221f0e3)
0x000000002221f0c3:   10 81 e3 00 ff 00 00 0b d8 8b c2 81 e2 00 00 ff
0x000000002221f0d3:   00 c1 ea 10 81 e0 00 00 00 ff 0b da 0b d8 ff cd
0x000000002221f0e3:   89 5f fc 75 c6 5f 5e 5b 5d c3 00 00 00 00 00 00
0x000000002221f0f3:   00 00 00 00 00 80 ff ff ff 80 00 00 00 55 48 8b 


Register to memory mapping:

RAX=0x00000000ff000000 is an unknown value
RBX=0x00000000ff212412 is an unknown value
RCX=0x0000000000000004 is an unknown value
RDX=0x0000000000000012 is an unknown value
RSP=0x0000000002f9d6a8 is pointing into the stack for thread: 0x0000000002fe5800
RBP=0x000000000000020f is an unknown value
RSI=0x000000008752efc4 is an unknown value
RDI=0x000000007fd00004 is an unknown value
R8 =0x0000000000000780 is an unknown value
R9 =0x000000007fcfea40 is an unknown value
R10=0x000000008752da00 is an unknown value
R11=0x000000007fcfea40 is an unknown value
R12=0x00007ffe5719b960 is an unknown value
R13=0x0000000000000001 is an unknown value
R14=0x00007ffe57198290 is an unknown value
R15=0x0000000000000001 is an unknown value


Stack: [0x0000000002ea0000,0x0000000002fa0000],  sp=0x0000000002f9d6a8,  free space=1013k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  0x000000002221f0e3

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.lwjgl.opengl.GL11.nglGetTexImage(IIIIJJ)V+0
j  org.lwjgl.opengl.GL11.glGetTexImage(IIIILjava/nio/IntBuffer;)V+48
j  net.minecraft.client.renderer.GlStateManager.func_187433_a(IIIILjava/nio/IntBuffer;)V+6
j  net.minecraft.util.ScreenShotHelper.func_186719_a(IILnet/minecraft/client/shader/Framebuffer;)Ljava/awt/image/BufferedImage;+96
j  net.minecraft.client.renderer.EntityRenderer.func_184373_n()V+62
J 8774 C1 net.minecraft.client.renderer.EntityRenderer.func_181560_a(FJ)V (1121 bytes) @ 0x0000000003dc49a4 [0x0000000003dc2fa0+0x1a04]
J 14490 C1 net.minecraft.client.Minecraft.func_71411_J()V (948 bytes) @ 0x00000000058108b4 [0x000000000580e640+0x2274]
j  net.minecraft.client.Minecraft.func_99999_d()V+61
j  net.minecraft.client.main.Main.main([Ljava/lang/String;)V+1094
v  ~StubRoutines::call_stub
j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+56
j  net.minecraft.launchwrapper.Launch.launch([Ljava/lang/String;)V+661
j  net.minecraft.launchwrapper.Launch.main([Ljava/lang/String;)V+8
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x000000002681f800 JavaThread "pool-8-thread-1" [_thread_in_native, id=11640, stack(0x0000000042550000,0x0000000042650000)]
  0x0000000026824000 JavaThread "pool-3-thread-1" [_thread_blocked, id=16748, stack(0x000000004fb40000,0x000000004fc40000)]
  0x00000000296c4000 JavaThread "Chunk Batcher 5" daemon [_thread_blocked, id=16392, stack(0x0000000050550000,0x0000000050650000)]
  0x0000000045fa5800 JavaThread "Chunk Batcher 4" daemon [_thread_blocked, id=15108, stack(0x0000000050450000,0x0000000050550000)]
  0x0000000045fa4800 JavaThread "Chunk Batcher 3" daemon [_thread_blocked, id=6492, stack(0x0000000050350000,0x0000000050450000)]
  0x0000000045fa4000 JavaThread "Chunk Batcher 2" daemon [_thread_blocked, id=17108, stack(0x0000000050250000,0x0000000050350000)]
  0x0000000045fa3000 JavaThread "Chunk Batcher 1" daemon [_thread_blocked, id=5948, stack(0x0000000050150000,0x0000000050250000)]
  0x0000000045f9e800 JavaThread "Chunk Batcher 0" daemon [_thread_blocked, id=4648, stack(0x000000004f790000,0x000000004f890000)]
  0x0000000045f9b800 JavaThread "Netty Server IO #1" daemon [_thread_in_native, id=17336, stack(0x000000004fd50000,0x000000004fe50000)]
  0x0000000045fa0000 JavaThread "Netty Local Client IO #0" daemon [_thread_blocked, id=17016, stack(0x000000004fc50000,0x000000004fd50000)]
  0x0000000045f9d000 JavaThread "Netty Server IO #0" daemon [_thread_in_native, id=16616, stack(0x000000004f690000,0x000000004f790000)]
  0x0000000045fa1000 JavaThread "File IO Thread" [_thread_blocked, id=4044, stack(0x0000000040330000,0x0000000040430000)]
  0x0000000045f97000 JavaThread "Server thread" [_thread_blocked, id=4900, stack(0x0000000037f00000,0x0000000038000000)]
  0x0000000045f9d800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=772, stack(0x000000002fe30000,0x000000002ff30000)]
  0x0000000045f97800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=16484, stack(0x0000000035220000,0x0000000035320000)]
  0x0000000045f96000 JavaThread "Thread-11" [_thread_blocked, id=16740, stack(0x000000002b410000,0x000000002b510000)]
  0x00000000296c7800 JavaThread "Thread-10" [_thread_blocked, id=16708, stack(0x00000000013f0000,0x00000000014f0000)]
  0x000000001ef35800 JavaThread "Narrator" daemon [_thread_blocked, id=16460, stack(0x000000002b210000,0x000000002b310000)]
  0x00000000207b3800 JavaThread "LWJGL Timer" daemon [_thread_blocked, id=8084, stack(0x000000002a560000,0x000000002a660000)]
  0x00000000230c2800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=11348, stack(0x000000002a7d0000,0x000000002a8d0000)]
  0x0000000023f16000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=16468, stack(0x000000002a6d0000,0x000000002a7d0000)]
  0x0000000020fc6000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=11524, stack(0x0000000022110000,0x0000000022210000)]
  0x000000001ecdd000 JavaThread "Service Thread" daemon [_thread_blocked, id=17208, stack(0x000000001f610000,0x000000001f710000)]
  0x000000001ec57000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=15996, stack(0x000000001f510000,0x000000001f610000)]
  0x000000001ec53800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=9000, stack(0x000000001f410000,0x000000001f510000)]
  0x000000001ec4f000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=17020, stack(0x000000001f310000,0x000000001f410000)]
  0x000000001ec48000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=15012, stack(0x000000001f210000,0x000000001f310000)]
  0x000000001ec3f000 JavaThread "Attach Listener" daemon [_thread_blocked, id=9908, stack(0x000000001f110000,0x000000001f210000)]
  0x000000001ec3e000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2880, stack(0x000000001f010000,0x000000001f110000)]
  0x00000000030d9800 JavaThread "Finalizer" daemon [_thread_blocked, id=17140, stack(0x000000001eb10000,0x000000001ec10000)]
  0x000000001cc4d800 JavaThread "Reference Handler" daemon [_thread_blocked, id=13060, stack(0x000000001ea10000,0x000000001eb10000)]
=>0x0000000002fe5800 JavaThread "Client thread" [_thread_in_native, id=13380, stack(0x0000000002ea0000,0x0000000002fa0000)]

Other Threads:
  0x000000001cc49800 VMThread [stack: 0x000000001e910000,0x000000001ea10000] [id=15988]
  0x000000001ece6000 WatcherThread [stack: 0x000000001f710000,0x000000001f810000] [id=1900]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 PSYoungGen      total 1299456K, used 1212558K [0x000000076ab00000, 0x00000007bfc80000, 0x00000007c0000000)
  eden space 1201152K, 97% used [0x000000076ab00000,0x00000007b207cd08,0x00000007b4000000)
  from space 98304K, 44% used [0x00000007b4000000,0x00000007b6aa6cd0,0x00000007ba000000)
  to   space 93696K, 0% used [0x00000007ba100000,0x00000007ba100000,0x00000007bfc80000)
 ParOldGen       total 437760K, used 254695K [0x00000006c0000000, 0x00000006dab80000, 0x000000076ab00000)
  object space 437760K, 58% used [0x00000006c0000000,0x00000006cf8b9d50,0x00000006dab80000)
 Metaspace       used 63694K, capacity 65273K, committed 65320K, reserved 1105920K
  class space    used 7675K, capacity 7935K, committed 7976K, reserved 1048576K

Card table byte_map: [0x00000000124a0000,0x0000000012cb0000] byte_map_base: 0x000000000eea0000

Marking Bits: (ParMarkBitMap*) 0x000000005c984040
 Begin Bits: [0x0000000013a10000, 0x0000000017a10000)
 End Bits:   [0x0000000017a10000, 0x000000001ba10000)

Polling page: 0x00000000016d0000

CodeCache: size=245760Kb used=46799Kb max_used=48551Kb free=198960Kb
 bounds [0x00000000030e0000, 0x00000000060f0000, 0x00000000120e0000]
 total_blobs=12488 nmethods=11469 adapters=928
 compilation: enabled

Compilation events (10 events):
Event: 265.320 Thread 0x000000001ec57000 17188       3       net.minecraftforge.client.event.RenderLivingEvent$Specials$Pre::setup (26 bytes)
Event: 265.321 Thread 0x000000001ec57000 nmethod 17188 0x0000000005bf2810 code [0x0000000005bf2b00, 0x0000000005bf43a8]
Event: 265.322 Thread 0x000000001ec57000 17189       3       net.minecraft.client.renderer.entity.RenderLivingBase::func_177070_b (194 bytes)
Event: 265.323 Thread 0x000000001ec57000 nmethod 17189 0x0000000005bef0d0 code [0x0000000005bef380, 0x0000000005bf0cf8]
Event: 265.323 Thread 0x000000001ec57000 17190       3       net.minecraftforge.client.event.RenderLivingEvent$Specials$Post::setup (26 bytes)
Event: 265.324 Thread 0x000000001ec57000 nmethod 17190 0x0000000004cf2f90 code [0x0000000004cf3280, 0x0000000004cf4b28]
Event: 265.324 Thread 0x000000001ec57000 17191       3       net.minecraftforge.client.event.RenderLivingEvent$Post::setup (26 bytes)
Event: 265.325 Thread 0x000000001ec57000 nmethod 17191 0x0000000005e07650 code [0x0000000005e07920, 0x0000000005e08ff8]
Event: 265.325 Thread 0x000000001ec57000 17192       3       net.minecraft.entity.Entity::func_90999_ad (5 bytes)
Event: 265.325 Thread 0x000000001ec57000 nmethod 17192 0x00000000047df490 code [0x00000000047df600, 0x00000000047df808]

GC Heap History (10 events):
Event: 241.098 GC heap before
{Heap before GC invocations=29 (full 5):
 PSYoungGen      total 1232384K, used 1232164K [0x000000076ab00000, 0x00000007bf700000, 0x00000007c0000000)
  eden space 1203200K, 100% used [0x000000076ab00000,0x00000007b4200000,0x00000007b4200000)
  from space 29184K, 99% used [0x00000007b4200000,0x00000007b5e49138,0x00000007b5e80000)
  to   space 92160K, 0% used [0x00000007b9d00000,0x00000007b9d00000,0x00000007bf700000)
 ParOldGen       total 437760K, used 193130K [0x00000006c0000000, 0x00000006dab80000, 0x000000076ab00000)
  object space 437760K, 44% used [0x00000006c0000000,0x00000006cbc9ab98,0x00000006dab80000)
 Metaspace       used 57273K, capacity 58163K, committed 58536K, reserved 1099776K
  class space    used 7033K, capacity 7284K, committed 7336K, reserved 1048576K
Event: 241.117 GC heap after
Heap after GC invocations=29 (full 5):
 PSYoungGen      total 1299456K, used 41611K [0x000000076ab00000, 0x00000007c0000000, 0x00000007c0000000)
  eden space 1207296K, 0% used [0x000000076ab00000,0x000000076ab00000,0x00000007b4600000)
  from space 92160K, 45% used [0x00000007b9d00000,0x00000007bc5a2f28,0x00000007bf700000)
  to   space 89088K, 0% used [0x00000007b4600000,0x00000007b4600000,0x00000007b9d00000)
 ParOldGen       total 437760K, used 193138K [0x00000006c0000000, 0x00000006dab80000, 0x000000076ab00000)
  object space 437760K, 44% used [0x00000006c0000000,0x00000006cbc9cb98,0x00000006dab80000)
 Metaspace       used 57273K, capacity 58163K, committed 58536K, reserved 1099776K
  class space    used 7033K, capacity 7284K, committed 7336K, reserved 1048576K
}
Event: 244.219 GC heap before
{Heap before GC invocations=30 (full 5):
 PSYoungGen      total 1299456K, used 1248907K [0x000000076ab00000, 0x00000007c0000000, 0x00000007c0000000)
  eden space 1207296K, 100% used [0x000000076ab00000,0x00000007b4600000,0x00000007b4600000)
  from space 92160K, 45% used [0x00000007b9d00000,0x00000007bc5a2f28,0x00000007bf700000)
  to   space 89088K, 0% used [0x00000007b4600000,0x00000007b4600000,0x00000007b9d00000)
 ParOldGen       total 437760K, used 193138K [0x00000006c0000000, 0x00000006dab80000, 0x000000076ab00000)
  object space 437760K, 44% used [0x00000006c0000000,0x00000006cbc9cb98,0x00000006dab80000)
 Metaspace       used 57332K, capacity 58233K, committed 58536K, reserved 1099776K
  class space    used 7034K, capacity 7285K, committed 7336K, reserved 1048576K
Event: 244.243 GC heap after
Heap after GC invocations=30 (full 5):
 PSYoungGen      total 1296384K, used 59995K [0x000000076ab00000, 0x00000007c0000000, 0x00000007c0000000)
  eden space 1207296K, 0% used [0x000000076ab00000,0x000000076ab00000,0x00000007b4600000)
  from space 89088K, 67% used [0x00000007b4600000,0x00000007b8096f00,0x00000007b9d00000)
  to   space 92672K, 0% used [0x00000007ba580000,0x00000007ba580000,0x00000007c0000000)
 ParOldGen       total 437760K, used 193146K [0x00000006c0000000, 0x00000006dab80000, 0x000000076ab00000)
  object space 437760K, 44% used [0x00000006c0000000,0x00000006cbc9eb98,0x00000006dab80000)
 Metaspace       used 57332K, capacity 58233K, committed 58536K, reserved 1099776K
  class space    used 7034K, capacity 7285K, committed 7336K, reserved 1048576K
}
Event: 247.343 GC heap before
{Heap before GC invocations=31 (full 5):
 PSYoungGen      total 1296384K, used 772819K [0x000000076ab00000, 0x00000007c0000000, 0x00000007c0000000)
  eden space 1207296K, 59% used [0x000000076ab00000,0x000000079631dff8,0x00000007b4600000)
  from space 89088K, 67% used [0x00000007b4600000,0x00000007b8096f00,0x00000007b9d00000)
  to   space 92672K, 0% used [0x00000007ba580000,0x00000007ba580000,0x00000007c0000000)
 ParOldGen       total 437760K, used 193146K [0x00000006c0000000, 0x00000006dab80000, 0x000000076ab00000)
  object space 437760K, 44% used [0x00000006c0000000,0x00000006cbc9eb98,0x00000006dab80000)
 Metaspace       used 61060K, capacity 61961K, committed 62376K, reserved 1103872K
  class space    used 7519K, capacity 7749K, committed 7848K, reserved 1048576K
Event: 247.369 GC heap after
Heap after GC invocations=31 (full 5):
 PSYoungGen      total 1293824K, used 67894K [0x000000076ab00000, 0x00000007c0000000, 0x00000007c0000000)
  eden space 1201152K, 0% used [0x000000076ab00000,0x000000076ab00000,0x00000007b4000000)
  from space 92672K, 73% used [0x00000007ba580000,0x00000007be7cd850,0x00000007c0000000)
  to   space 98304K, 0% used [0x00000007b4000000,0x00000007b4000000,0x00000007ba000000)
 ParOldGen       total 437760K, used 193154K [0x00000006c0000000, 0x00000006dab80000, 0x000000076ab00000)
  object space 437760K, 44% used [0x00000006c0000000,0x00000006cbca0b98,0x00000006dab80000)
 Metaspace       used 61060K, capacity 61961K, committed 62376K, reserved 1103872K
  class space    used 7519K, capacity 7749K, committed 7848K, reserved 1048576K
}
Event: 247.369 GC heap before
{Heap before GC invocations=32 (full 6):
 PSYoungGen      total 1293824K, used 67894K [0x000000076ab00000, 0x00000007c0000000, 0x00000007c0000000)
  eden space 1201152K, 0% used [0x000000076ab00000,0x000000076ab00000,0x00000007b4000000)
  from space 92672K, 73% used [0x00000007ba580000,0x00000007be7cd850,0x00000007c0000000)
  to   space 98304K, 0% used [0x00000007b4000000,0x00000007b4000000,0x00000007ba000000)
 ParOldGen       total 437760K, used 193154K [0x00000006c0000000, 0x00000006dab80000, 0x000000076ab00000)
  object space 437760K, 44% used [0x00000006c0000000,0x00000006cbca0b98,0x00000006dab80000)
 Metaspace       used 61060K, capacity 61961K, committed 62376K, reserved 1103872K
  class space    used 7519K, capacity 7749K, committed 7848K, reserved 1048576K
Event: 248.212 GC heap after
Heap after GC invocations=32 (full 6):
 PSYoungGen      total 1293824K, used 0K [0x000000076ab00000, 0x00000007c0000000, 0x00000007c0000000)
  eden space 1201152K, 0% used [0x000000076ab00000,0x000000076ab00000,0x00000007b4000000)
  from space 92672K, 0% used [0x00000007ba580000,0x00000007ba580000,0x00000007c0000000)
  to   space 98304K, 0% used [0x00000007b4000000,0x00000007b4000000,0x00000007ba000000)
 ParOldGen       total 437760K, used 254687K [0x00000006c0000000, 0x00000006dab80000, 0x000000076ab00000)
  object space 437760K, 58% used [0x00000006c0000000,0x00000006cf8b7d50,0x00000006dab80000)
 Metaspace       used 61060K, capacity 61961K, committed 62376K, reserved 1103872K
  class space    used 7519K, capacity 7749K, committed 7848K, reserved 1048576K
}
Event: 257.744 GC heap before
{Heap before GC invocations=33 (full 6):
 PSYoungGen      total 1293824K, used 1201152K [0x000000076ab00000, 0x00000007c0000000, 0x00000007c0000000)
  eden space 1201152K, 100% used [0x000000076ab00000,0x00000007b4000000,0x00000007b4000000)
  from space 92672K, 0% used [0x00000007ba580000,0x00000007ba580000,0x00000007c0000000)
  to   space 98304K, 0% used [0x00000007b4000000,0x00000007b4000000,0x00000007ba000000)
 ParOldGen       total 437760K, used 254687K [0x00000006c0000000, 0x00000006dab80000, 0x000000076ab00000)
  object space 437760K, 58% used [0x00000006c0000000,0x00000006cf8b7d50,0x00000006dab80000)
 Metaspace       used 62342K, capacity 63337K, committed 63528K, reserved 1105920K
  class space    used 7616K, capacity 7893K, committed 7976K, reserved 1048576K
Event: 257.769 GC heap after
Heap after GC invocations=33 (full 6):
 PSYoungGen      total 1299456K, used 43675K [0x000000076ab00000, 0x00000007bfc80000, 0x00000007c0000000)
  eden space 1201152K, 0% used [0x000000076ab00000,0x000000076ab00000,0x00000007b4000000)
  from space 98304K, 44% used [0x00000007b4000000,0x00000007b6aa6cd0,0x00000007ba000000)
  to   space 93696K, 0% used [0x00000007ba100000,0x00000007ba100000,0x00000007bfc80000)
 ParOldGen       total 437760K, used 254695K [0x00000006c0000000, 0x00000006dab80000, 0x000000076ab00000)
  object space 437760K, 58% used [0x00000006c0000000,0x00000006cf8b9d50,0x00000006dab80000)
 Metaspace       used 62342K, capacity 63337K, committed 63528K, reserved 1105920K
  class space    used 7616K, capacity 7893K, committed 7976K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 263.669 Thread 0x0000000002fe5800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000354af64 method=info.ata4.minecraft.minema.util.config.ConfigValue.lambda$link$0(Lnet/minecraftforge/common/config/Configuration;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljae¿“»´zp@
Event: 263.669 Thread 0x0000000002fe5800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000354af64 method=info.ata4.minecraft.minema.util.config.ConfigValue.lambda$link$0(Lnet/minecraftforge/common/config/Configuration;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljao5¡ÿ´zp@
Event: 263.669 Thread 0x0000000002fe5800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000354af64 method=info.ata4.minecraft.minema.util.config.ConfigValue.lambda$link$0(Lnet/minecraftforge/common/config/Configuration;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lja`AõjÛzp@
Event: 263.679 Thread 0x0000000002fe5800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004577198 method=net.minecraftforge.fml.common.LoadController.findActiveContainerFromStack()Lnet/minecraftforge/fml/common/ModContainer; @ 65
Event: 263.706 Thread 0x0000000002fe5800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000038c75e8 method=java.util.EnumMap.typeCheck(Ljava/lang/Enum;)V @ 10
Event: 263.725 Thread 0x0000000002fe5800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000038241d4 method=info.ata4.minecraft.minema.client.util.ScreenshotHelper.canSubstitute()Z @ 36
Event: 263.729 Thread 0x0000000002fe5800 Uncommon trap: reason=unloaded action=reinterpret pc=0x0000000005a4a988 method=info.ata4.minecraft.minema.client.modules.ChunkPreloader.skipCulling()Z @ 27
Event: 263.940 Thread 0x0000000045f97000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000006055704 method=info.ata4.minecraft.minema.client.modules.SyncModule.getUpdateFrequency(I)I @ 3
Event: 263.940 Thread 0x0000000045f97000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000057c5684 method=info.ata4.minecraft.minema.client.modules.SyncModule.getUpdateFrequency(I)I @ 3
Event: 263.942 Thread 0x0000000045f9b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000058db9cc method=io.netty.channel.local.LocalChannel.doBeginRead()V @ 4

Internal exceptions (10 events):
Event: 263.670 Thread 0x0000000002fe5800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000007b0585998) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 263.698 Thread 0x0000000045f9d800 Exception <a 'java/net/ConnectException': Connection refused: connect> (0x000000079eeb9d18) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 735]
Event: 263.698 Thread 0x0000000045f9d800 Exception <a 'java/security/PrivilegedActionException'> (0x000000079eeba058) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 1382]
Event: 263.698 Thread 0x0000000045f9d800 Exception <a 'java/security/PrivilegedActionException'> (0x000000079eeba210) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 1382]
Event: 263.704 Thread 0x00000000296c7800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000007a9822608) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Event: 263.709 Thread 0x00000000296c7800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000007a98a8c60) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Event: 263.943 Thread 0x00000000296c7800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000007a98a8eb0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Event: 264.036 Thread 0x00000000296c7800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000007a98a9100) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Event: 264.052 Thread 0x00000000296c7800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000007a98a9350) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Event: 265.293 Thread 0x00000000296c7800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000007a98a95a0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 3211]

Events (10 events):
Event: 265.313 Thread 0x000000001ec57000 flushing nmethod 0x0000000005d59810
Event: 265.313 Thread 0x000000001ec57000 flushing nmethod 0x0000000005d83150
Event: 265.313 Thread 0x000000001ec57000 flushing nmethod 0x0000000005d84390
Event: 265.313 Thread 0x000000001ec57000 flushing nmethod 0x0000000005d866d0
Event: 265.313 Thread 0x000000001ec57000 flushing nmethod 0x0000000005dbf910
Event: 265.313 Thread 0x000000001ec57000 flushing nmethod 0x0000000005dc1790
Event: 265.313 Thread 0x000000001ec57000 flushing nmethod 0x0000000005dfe490
Event: 265.313 Thread 0x000000001ec57000 flushing nmethod 0x0000000005e00c10
Event: 265.313 Thread 0x000000001ec57000 flushing nmethod 0x0000000005e06050
Event: 265.314 Thread 0x000000001ec57000 flushing nmethod 0x0000000005e0b610


Dynamic libraries:
0x00007ff6de930000 - 0x00007ff6de967000 	D:\CurseforgeMods\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\javaw.exe
0x00007ffebd250000 - 0x00007ffebd445000 	C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffebc620000 - 0x00007ffebc6dd000 	C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffebad10000 - 0x00007ffebafd9000 	C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffeb81c0000 - 0x00007ffeb8250000 	C:\WINDOWS\SYSTEM32\apphelp.dll
0x00007ffebbd20000 - 0x00007ffebbdcc000 	C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffebc4b0000 - 0x00007ffebc54e000 	C:\WINDOWS\System32\msvcrt.dll
0x00007ffebc810000 - 0x00007ffebc8ab000 	C:\WINDOWS\System32\sechost.dll
0x00007ffebbe00000 - 0x00007ffebbf2a000 	C:\WINDOWS\System32\RPCRT4.dll
0x00007ffebce20000 - 0x00007ffebcfc0000 	C:\WINDOWS\System32\USER32.dll
0x00007ffebb280000 - 0x00007ffebb2a2000 	C:\WINDOWS\System32\win32u.dll
0x00007ffebb550000 - 0x00007ffebb57a000 	C:\WINDOWS\System32\GDI32.dll
0x00007ffebb170000 - 0x00007ffebb27b000 	C:\WINDOWS\System32\gdi32full.dll
0x00007ffebac70000 - 0x00007ffebad0d000 	C:\WINDOWS\System32\msvcp_win.dll
0x00007ffebab70000 - 0x00007ffebac70000 	C:\WINDOWS\System32\ucrtbase.dll
0x00007ffeae720000 - 0x00007ffeae9ba000 	C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_60b5254171f9507e\COMCTL32.dll
0x00007ffebbdd0000 - 0x00007ffebbe00000 	C:\WINDOWS\System32\IMM32.DLL
0x000000005ca10000 - 0x000000005cae2000 	D:\CurseforgeMods\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\msvcr100.dll
0x000000005c180000 - 0x000000005ca03000 	D:\CurseforgeMods\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\server\jvm.dll
0x00007ffebb2b0000 - 0x00007ffebb2b8000 	C:\WINDOWS\System32\PSAPI.DLL
0x00007ffea8f50000 - 0x00007ffea8f59000 	C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffeb0ab0000 - 0x00007ffeb0ad7000 	C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffeb49c0000 - 0x00007ffeb49ca000 	C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffebc3e0000 - 0x00007ffebc44b000 	C:\WINDOWS\System32\WS2_32.dll
0x000000005de10000 - 0x000000005de1f000 	D:\CurseforgeMods\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\verify.dll
0x000000005dde0000 - 0x000000005de09000 	D:\CurseforgeMods\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\java.dll
0x000000005ddc0000 - 0x000000005ddd6000 	D:\CurseforgeMods\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\zip.dll
0x00007ffebb5e0000 - 0x00007ffebbd1f000 	C:\WINDOWS\System32\SHELL32.dll
0x00007ffeb8a70000 - 0x00007ffeb9200000 	C:\WINDOWS\SYSTEM32\windows.storage.dll
0x00007ffebc070000 - 0x00007ffebc3c5000 	C:\WINDOWS\System32\combase.dll
0x00007ffeba290000 - 0x00007ffeba2bc000 	C:\WINDOWS\SYSTEM32\Wldp.dll
0x00007ffebbf30000 - 0x00007ffebbfde000 	C:\WINDOWS\System32\SHCORE.dll
0x00007ffebb580000 - 0x00007ffebb5d5000 	C:\WINDOWS\System32\shlwapi.dll
0x00007ffeba8c0000 - 0x00007ffeba8df000 	C:\WINDOWS\SYSTEM32\profapi.dll
0x000000005ddb0000 - 0x000000005ddbd000 	D:\CurseforgeMods\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\management.dll
0x000000005c160000 - 0x000000005c17a000 	D:\CurseforgeMods\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\net.dll
0x00007ffeba010000 - 0x00007ffeba07a000 	C:\WINDOWS\system32\mswsock.dll
0x00007ffe9e010000 - 0x00007ffe9e027000 	C:\WINDOWS\system32\napinsp.dll
0x00007ffe9e100000 - 0x00007ffe9e11b000 	C:\WINDOWS\system32\pnrpnsp.dll
0x00007ffe9e120000 - 0x00007ffe9e135000 	C:\WINDOWS\system32\wshbth.dll
0x00007ffeb6250000 - 0x00007ffeb626d000 	C:\WINDOWS\system32\NLAapi.dll
0x00007ffeb9d20000 - 0x00007ffeb9d5b000 	C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ffeb9d60000 - 0x00007ffeb9e2c000 	C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007ffebc3d0000 - 0x00007ffebc3d8000 	C:\WINDOWS\System32\NSI.dll
0x00007ffe9e140000 - 0x00007ffe9e152000 	C:\WINDOWS\System32\winrnr.dll
0x00007ffeb12e0000 - 0x00007ffeb12ea000 	C:\Windows\System32\rasadhlp.dll
0x00007ffeb1e20000 - 0x00007ffeb1e9f000 	C:\WINDOWS\System32\fwpuclnt.dll
0x00007ffebafe0000 - 0x00007ffebb007000 	C:\WINDOWS\System32\bcrypt.dll
0x000000005c140000 - 0x000000005c151000 	D:\CurseforgeMods\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\nio.dll
0x000000005c120000 - 0x000000005c137000 	D:\CurseforgeMods\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\unpack.dll
0x0000000180000000 - 0x0000000180053000 	D:\CurseforgeMods\Install\bin\0f1a-c7ae-fb1c-b7cb\lwjgl64.dll
0x00007ffe80970000 - 0x00007ffe80a95000 	C:\WINDOWS\SYSTEM32\OPENGL32.dll
0x00007ffe80940000 - 0x00007ffe8096c000 	C:\WINDOWS\SYSTEM32\GLU32.dll
0x00007ffeba5c0000 - 0x00007ffeba5d8000 	C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ffeb99b0000 - 0x00007ffeb99e4000 	C:\WINDOWS\system32\rsaenh.dll
0x00007ffeba880000 - 0x00007ffeba8ae000 	C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ffebaa30000 - 0x00007ffebaab3000 	C:\WINDOWS\System32\bcryptprimitives.dll
0x00007ffeba200000 - 0x00007ffeba20c000 	C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x000000005bf80000 - 0x000000005c118000 	D:\CurseforgeMods\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\awt.dll
0x00007ffebc550000 - 0x00007ffebc61d000 	C:\WINDOWS\System32\OLEAUT32.dll
0x00007ffeb3e40000 - 0x00007ffeb3eee000 	C:\WINDOWS\SYSTEM32\mscms.dll
0x00007ffeb3e20000 - 0x00007ffeb3e31000 	C:\WINDOWS\SYSTEM32\ColorAdapterClient.dll
0x00007ffeb8870000 - 0x00007ffeb8882000 	C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ffebd160000 - 0x00007ffebd209000 	C:\WINDOWS\System32\clbcatq.dll
0x00007ffeba980000 - 0x00007ffeba9ce000 	C:\WINDOWS\System32\cfgmgr32.dll
0x00007ffeb8390000 - 0x00007ffeb842e000 	C:\WINDOWS\system32\uxtheme.dll
0x00007ffebcfc0000 - 0x00007ffebd0d5000 	C:\WINDOWS\System32\MSCTF.dll
0x00007ffe9f090000 - 0x00007ffe9f189000 	C:\WINDOWS\SYSTEM32\textinputframework.dll
0x00007ffeb7b50000 - 0x00007ffeb7eae000 	C:\WINDOWS\System32\CoreUIComponents.dll
0x00007ffeb7eb0000 - 0x00007ffeb7fa2000 	C:\WINDOWS\System32\CoreMessaging.dll
0x00007ffeb9640000 - 0x00007ffeb9673000 	C:\WINDOWS\SYSTEM32\ntmarta.dll
0x00007ffeb7480000 - 0x00007ffeb75d4000 	C:\WINDOWS\SYSTEM32\wintypes.dll
0x00007ffe56910000 - 0x00007ffe592a9000 	C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_60daf66a00f2e0b6\nvoglv64.dll
0x00007ffebc8b0000 - 0x00007ffebcd22000 	C:\WINDOWS\System32\SETUPAPI.dll
0x00007ffebc6e0000 - 0x00007ffebc80a000 	C:\WINDOWS\System32\ole32.dll
0x00007ffeb6690000 - 0x00007ffeb66a4000 	C:\WINDOWS\SYSTEM32\WTSAPI32.dll
0x00007ffeba640000 - 0x00007ffeba652000 	C:\WINDOWS\SYSTEM32\msasn1.dll
0x00007ffeb4410000 - 0x00007ffeb4441000 	C:\WINDOWS\SYSTEM32\cryptnet.dll
0x00007ffebb010000 - 0x00007ffebb16f000 	C:\WINDOWS\System32\CRYPT32.dll
0x00007ffeba6a0000 - 0x00007ffeba6d4000 	C:\WINDOWS\System32\DEVOBJ.dll
0x00007ffeba9d0000 - 0x00007ffebaa30000 	C:\WINDOWS\System32\WINTRUST.dll
0x00007ffeb5b20000 - 0x00007ffeb5b5b000 	C:\WINDOWS\SYSTEM32\dxcore.dll
0x00007ffe81a90000 - 0x00007ffe81d49000 	C:\WINDOWS\system32\nvspcap64.dll
0x00007ffeb8690000 - 0x00007ffeb86bf000 	C:\WINDOWS\SYSTEM32\dwmapi.dll
0x00007ffe69bf0000 - 0x00007ffe69c33000 	C:\WINDOWS\SYSTEM32\icm32.dll
0x00007ffeba740000 - 0x00007ffeba78b000 	C:\WINDOWS\SYSTEM32\powrprof.dll
0x00007ffeba720000 - 0x00007ffeba732000 	C:\WINDOWS\SYSTEM32\UMPDC.dll
0x00007ffeba080000 - 0x00007ffeba0da000 	C:\WINDOWS\SYSTEM32\WINSTA.dll
0x00007ffeae5d0000 - 0x00007ffeae612000 	C:\Users\----\AppData\Local\Temp\jna-2639482\jna3429787902593931146.dll
0x000000005bf50000 - 0x000000005bf74000 	D:\CurseforgeMods\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\sunec.dll
0x00000000259c0000 - 0x0000000025a24000 	D:\CurseforgeMods\Install\bin\0f1a-c7ae-fb1c-b7cb\OpenAL64.dll
0x00007ffeb39d0000 - 0x00007ffeb3a55000 	C:\WINDOWS\System32\MMDevApi.dll
0x00007ffe76630000 - 0x00007ffe766cc000 	C:\WINDOWS\SYSTEM32\dsound.dll
0x00007ffe96d10000 - 0x00007ffe96d36000 	C:\WINDOWS\SYSTEM32\winmmbase.dll
0x00007ffe9cc90000 - 0x00007ffe9ce11000 	C:\WINDOWS\SYSTEM32\AUDIOSES.DLL
0x00007ffeb8480000 - 0x00007ffeb8494000 	C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll
0x00007ffeb4500000 - 0x00007ffeb451a000 	D:\CurseforgeMods\Install\bin\0f1a-c7ae-fb1c-b7cb\SAPIWrapper_x64.dll
0x00007ffeb44d0000 - 0x00007ffeb44e7000 	C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007ffeb44b0000 - 0x00007ffeb44cd000 	C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x00007ffea67c0000 - 0x00007ffea69a4000 	C:\WINDOWS\SYSTEM32\dbghelp.dll

VM Arguments:
jvm_args: -Dos.name=Windows 10 -Dos.version=10.0 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Djava.library.path=D:\CurseforgeMods\Install\bin\0f1a-c7ae-fb1c-b7cb -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.2.3965 -Dminecraft.client.jar=D:\CurseforgeMods\Install\versions\1.12.2\1.12.2.jar -Xmx4096m -Xms256m -XX:PermSize=256m -Dminecraft.applet.TargetDirectory=D:\CurseforgeMods\Instances\Minema -Dfml.ignorePatchDiscrepancies=true -Dfml.ignoreInvalidMinecraftCertificates=true -Duser.language=en -Duser.country=US -Dlog4j.configurationFile=D:\CurseforgeMods\Install\assets\log_configs\client-1.12.xml 
java_command: net.minecraft.launchwrapper.Launch --username TheDukeofCool --version forge-14.23.5.2855 --gameDir D:\CurseforgeMods\Instances\Minema --assetsDir D:\CurseforgeMods\Install\assets --assetIndex 1.12 --uuid f015346ac8864c28a2ae022e6cde8163 --accessToken eyJhbGciOiJIUzI1NiJ9.eyJ4dWlkIjoiMjUzNTQ1MTE4MjE0MzIzOSIsInN1YiI6IjUxOWMyNmU2LWQwMjctNGEyNC05ZGRiLWJhZmM4ZWQyYjcxMSIsIm5iZiI6MTYzMjA2MjAwOCwiYXV0aCI6IlhCT1giLCJyb2xlcyI6W10sImlzcyI6ImF1dGhlbnRpY2F0aW9uIiwiZXhwIjoxNjMyMTQ4NDA4LCJpYXQiOjE2MzIwNjIwMDgsInBsYXRmb3JtIjoiVU5LTk9XTiIsInl1aWQiOiIyYmUzMDkxNGI5ZDZkZWMzYWQ2ZDBmYzhlMmJlODU0NiJ9.dSiJWblOyLKg1r1z5XPtEkHfed_Bf9QMJt_MsuZy2TI --userType msa --tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker --versionType Forge --width 1024 --height 768
java_class_path (initial): D:\CurseforgeMods\Install\libraries\net\minecraftforge\forge\1.12.2-14.23.5.2855\forge-1.12.2-14.23.5.2855.jar;D:\CurseforgeMods\Install\libraries\org\ow2\asm\asm-debug-all\5.2\asm-debug-all-5.2.jar;D:\CurseforgeMods\Install\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;D:\CurseforgeMods\Install\libraries\org\jline\jline\3.5.1\jline-3.5.1.jar;D:\CurseforgeMods\Install\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;D:\CurseforgeMods\Install\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;D:\CurseforgeMods\Install\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;D:\CurseforgeMods\Install\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;D:\CurseforgeMods\Install\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2_mc\scala-continuations-library_2.11-1.0.2_mc.jar;D:\CurseforgeMods\Install\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2_mc\scala-continuations-plugin_2.11.1-1.0.2_mc.jar;D:\CurseforgeMods\Install\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;D:\CurseforgeMods\Install\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;D:\CurseforgeMods\Install\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;D:\CurseforgeMods\Install\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;D:\CurseforgeMods\Install\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;D:\CurseforgeMods\Install\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;D:\CurseforgeMods\Install\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar;D:\CurseforgeMods\Install\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;D:\CurseforgeMods\Install\libraries\org\apache\maven\maven-artifact\3.5.3\maven-artifact-3.5.3.jar;D:\CurseforgeMods\Install\libraries\net\sf\jopt-simple\jopt-simp
Launcher Type: SUN_STANDARD

Environment Variables:
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel



---------------  S Y S T E M  ---------------

OS: Windows 10.0 , 64 bit Build 19041 (10.0.19041.1151)

CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, ht, tsc, tscinvbit

Memory: 4k page, physical 16733976k(5263068k free), swap 19879704k(2418924k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.51-b03) for windows-amd64 JRE (1.8.0_51-b16), built on Jun  8 2015 18:03:07 by "java_re" with MS VC++ 10.0 (VS2010)

time: Sun Sep 19 11:38:13 2021
elapsed time: 265 seconds (0d 0h 4m 25s)

No Sound in my recording

the title explains everything
I downloaded Minema recently, setup FFmpeg, and tested out the mod and there was no sound in my recording

Information

my Minema arguments:
_-f rawvideo -pix_fmt bgr24 -s %WIDTH%x%HEIGHT% -r %FPS% -i - -vf vflip -c:v libx264 -preset ultrafast -tune zerolatency -qp 18 -pix_fmt yuv420p %NAME%.mp_4

my Minema alpha arguments:
_-f rawvideo -pix_fmt rgb32 -s %WIDTH%x%HEIGHT% -r %FPS% -i - -vf vflip -c:v libx264 -preset ultrafast -tune zerolatency -qp 18 -pix_fmt yuv420p %NAME%_rgb.mp4 -vf vflip,alphaextract,format=yuv420p %NAME%alpha.mp4

here is my Minema log:
2021-02-21_20.57.57.log

Minema crash on recording : Can't export frame

Hello, I'm on windows 8 and i use Minema 3.3 ShaderSyncEdition but when i try to start to record, i have a crash : Pastcode Here

FFmpeg 3.3.2 is installed and i tried several Encoder Arguments but no one is working.
(Sorry for the bad English i'm French)

Feature Request: Built-in 360° equirectangular recording option

The title pretty much says it all. Ideally, it would be something similar to the Replay Mod's implementation of 360° equirectangular recording. This would be ideal for someone like me who needs to record a ~2-hour high quality 360° video. This would also remove the artifact of screen space reflections when you combine 6 square videos, and would drastically lower recording times. It would also make it far easier for the average user to record 360° videos with Minema, as most users won't know how to combine 6 videos and stitch them up perfectly, nevermind if the 6 recordings are slightly out of time and therefor ruin the immersion, which won't happen if it's built-in.

If there is already a way to do this (that isn't recording the same thing 6 times then stitching them all together) I'd love to know about it.
Thanks.

About rendering videos on server

Because of some special reasons,I have to record videos on my server.
Even though the Minema mod is just for single player world's using,I noticed that version 3.4.1's change log showed "Now works on servers, too".
But when I was using the latest version of Minema mod on my server,I found that it is not support multiplayer world.
So I decided to turn back and use the version 3.4.1,but I also found that the version 3.4.1's jar file is not available for downloading.
Is this version unsafe? I really hope to record videos on my server anyway,or I just want to know how to record videos with Minema mod,that way is OK for me,too.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.