Emotecraft (Forge)

Emotecraft (Forge)

1M Downloads

[BUG] Emotecraft-2.1-SNAPSHOT-2

Disguys opened this issue ยท 4 comments

commented

When trying to export emote to json, the game also crashes, the export button to .emotecraft does not work at all, and for some reason the encoding of all the current emotions that I had installed has gone bad.
Crash log - https://gist.githubusercontent.com/natanfudge/0845563c270e43b8f573a7df1d775e18/raw/9f0742531c69716e40744e4ace5fead51b48e866/crash.txt
image

commented

again, I'll look deeper into this

commented

iconStream.write(AbstractNetworkInstance.safeGetBytesFromBuffer(emote.iconData));

commented

Currently, there is NO feedback if the export was successful.
If you export to binary, it should create a folder in emotes folder, with the name emotecraft_export
Please check binary export again!

commented
  • fixed encoding in JSON
  • fixed crash on icon export
  • added toast notification on success export