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 Crash if User Directory has Special Character #1189

Open
thorin8k opened this issue Dec 27, 2023 · 2 comments
Open

Windows Crash if User Directory has Special Character #1189

thorin8k opened this issue Dec 27, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@thorin8k
Copy link

Describe the bug
Application crashes without logging anything if launched as an user with an Special Character (spanish ñ in my case) in the username.

I suspect that the problem when accessing to the C:\Users<username> directory, or writing something there.

To Reproduce
Steps to reproduce the behavior:

  1. Create a simple aplication
  2. Create an user in windows with an ñ in its name
  3. Launch the application
  4. The aplication crashes without error

Expected behavior
Application should not crash

Screenshots/Screen recordings

Specifications

  • OS: Windows 11 x64
  • Neutralinojs version: 4.14.1
  • Neutralinojs client library version: 3.12.0
  • Neutralinojs CLI version: 10.1.0

Additional context
I've tried in the same machine with other users and it works nice.

Also, i've tried starting the application in cloud mode and works so the problem may be when storing something from the window.

@thorin8k thorin8k added the bug Something isn't working label Dec 27, 2023
@Eliastik
Copy link

Eliastik commented Feb 25, 2024

I encountered the same issue when using an account with username with special character "é" on Windows 11.

When launched with the Command prompt an error popup display error "neutralino.config.json is missing or corrupted.".

@dhruvgupta0503
Copy link

Can I work on this issue . I will try my best to solve it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants