DeadSix27

Results 17 comments of DeadSix27

Recent log on dev-12 branch: https://gist.github.com/DeadSix27/1a6ecc56f2e8addbe1eacae666d2efbe Facing the same issues as outlined above

Might be related to http://alduin.stouder.io/ being down? After a while I get this error: ![image](https://user-images.githubusercontent.com/1492505/40877531-dabb65e0-6682-11e8-9f56-608024c66008.png)

@anirugu Use GNU patch to actually apply the patch (unless the original code differs too much at this point)

@u8sand Newest edit: You should drop in the IRC too at some point, we can have a chat then. I've made many edits in the time I tried to solve...

The main deal being that I do not want to use MXE for MPV, FFMPEG etc, I use a toolchain script i forked of ffmpeg helpers, which is highly customized....

See #999 tl;dr run it with the java version that comes with minecraft, e.g: `C:\Users\[USER]AppData\Roaming\.minecraft\runtime\java-runtime-alpha\windows-x64\java-runtime-alpha\bin\` for example, in cmd.exe: `C:\Users\[USER]\AppData\Roaming\.minecraft\runtime\java-runtime-alpha\windows-x64\java-runtime-alpha\bin\java.exe -jar amidst-v4-7.jar`

This guy disables it in cheat engine, which merely edits memory too, so it might help: https://www.nexusmods.com/eldenring/mods/93?tab=description ![image](https://user-images.githubusercontent.com/1492505/159922567-67865f86-5932-438a-8d05-3e5a39dfa05c.png)

EDIT: I have a feeling this issue is unrelated to mine though, tell me if I should open a new one Hey, old issue but I actually just experienced it...

He forgot to decode the byte strings or add the byte prefix.

https://github.com/tp7/Sushi/blob/eb359e045ef4345539d9dd056e14f4bbcca90979/sushi/wav.py#L40 `chunk.getname()` returns `bytes` so every comparison has to be updated to compare against bytes not string. Or you create a variable of `chunk.getname()` and decode that then use that...