I'm getting an "exception in thread" error that also results in an expected character error. This happens when I attempt to upload the world to my Realm. It's not crashing. It just sticks on "preparing world". I can press cancel and back out just fine. This error doesn't seem intentional, so I'm posting it here.
02:11:54 game error Exception in thread "Thread-19" <log4j:Event logger="pl" timestamp="1531995114271" level="INFO" thread="Thread-19">
<log4j:Message><![CDATA[[STDERR]: java.lang.RuntimeException: file name 'world/datapacks/mcubeta/data/mcubeta/functions/functions/announcements/general/st_patrick.mcfunction' is too long ( > 100 bytes)]]></log4j:Message>
</log4j:Event>
02:11:54 monitor Process Monitor error expected <
Linked issues
duplicates 1
Comments 3
@unknown, according to the date of the comments in REALMS-1128 does it not work.
As a point to anyone working on datapacks, the entire directory to an mcfunction file is treated as a string, that can't be longer than 100 bytes. Keep that in mind if you like to have heavily sorted files like I do.