Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cyrillic characters in the user's Windows folder. #1236

Open
KitsuNeshKaa opened this issue Jul 20, 2024 · 1 comment
Open

Cyrillic characters in the user's Windows folder. #1236

KitsuNeshKaa opened this issue Jul 20, 2024 · 1 comment

Comments

@KitsuNeshKaa
Copy link

It seems that because there are Cyrillic characters in the path to the temp folder, the openjk engine cannot create the file.

ys_LoadLibrary() FAILED for ui (Failed loading C:\Users\Лайсум
\AppData\Local\Temp\OJK80E6.tmp: Не найден указанный моду
ль.
)
VM_Create: uix86.dll failed!
Sys_LoadLibrary() FAILED for ui (Failed loading C:\Users\Лайсум
\AppData\Local\Temp\OJK80E7.tmp: Не найден указанный моду
ль.
)

The specified module was not found. (in Cyrillic)

Maybe it's worth adding support UTF-8 or third-party languages?
Ideally, add support .otf files and finally abandon sprite letters.

Thx.

134

@ensiform
Copy link
Member

ensiform commented Jul 20, 2024

OpenJK doesn't ship custom assets currently so the latter request would not fit the scope.

The C file open API is used for files so it should still flatten to ansi, strange.

You can force the portable homepath with +set fs_homepath "." added to launch target shortcut Provided that your game isn't installed to program files which is not writeable by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants