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

Windows error with non-ASCII file paths #117

Open
penguinflyer5234 opened this issue Jul 29, 2015 · 0 comments
Open

Windows error with non-ASCII file paths #117

penguinflyer5234 opened this issue Jul 29, 2015 · 0 comments
Milestone

Comments

@penguinflyer5234
Copy link
Contributor

The Windows compute*Path functions do not use the widechar versions of the Win32 API. Unicode-based strings are required as PhysFS requires UTF-8 pathnames.

Output:

Initializing filesystem services ... SUCCESS
Game directories are:
        Binaries: C:\Users\neptunium\Desktop\Egoboo±
        Data: C:\Users\neptunium\Desktop\Egoboo±
        User Data: C:\Users\neptunium\AppData\Roaming\Egoboo
        Config Files: C:\Users\neptunium\Desktop\Egoboo±
FATAL ERROR: egolib VFS function called while the system was not initialized --
function `void __cdecl vfs_set_base_search_paths(void)`

In this output, Egoboo± should be Egobooñ.

@michaelheilmann michaelheilmann added this to the Egoboo 3.5 milestone Feb 14, 2018
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