Closed dldev32 closed 3 years ago
uhhh... what?
what the heck is Ñèñòåìå íå óäàåòñÿ íàéòè óêàçàííûé ïóòü
supposed to mean?
To the surprise of the intrigued myself, it turned out to be neither Vietnamese nor Finnish, but apparently Russian with a broken encoding(?), meaning The system cannot find the specified path
.
crash-2021-05-21_23.33.22-server.txt I also encountered the same problem, even if I use the original client, I still get this error when building the world We are using the Chinese context, which shows garbled Chinese characters.
Then we tried to change the name of the world from Chinese to English to ensure that the entire path is completely in English, and the world can be created smoothly.
Come to a solution: the entire path must be in English
alright, i'll have a look.
idea: maybe rocksdb doesn't support non-ascii chars in the file name.
update: i've confirmed that rocksdb does not like non-ascii filenames. it was actually already fixed in this pull request, but requires that rocksdb be compiled with the WITH_WINDOWS_UTF8_FILENAMES
option enabled. apparently the official rocksdb java bindings don't have that, so it looks like i'll have to compile a custom rocksdb jar for this.
same
yep, same here using Hungarian characters(á, é, ó, ő)
@Prophet2002 @SakuraWuhen @yagoplx @Nqndi could you test this again using FarPlaneTwo 0.0.1.419-1.12.2? note that you'll also need to update to ForgeRocks 6.20.3-1.12.2.
has anybody who was able to reproduce this previously been able to reproduce it on recent versions?
Well I can't test it since I got a new pc with a windows username that doesn't have á in it.
closing as this was presumably fixed by the ForgeRocks update a while back, and nobody else has had the same problem since. will re-open if needed.