-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Paths/filenames with special characters (Chinese, etc) can't be dragged and dropped onto Xenia #2210
Comments
What kind of file is being drag&dropped here? |
STFS, but it does the same thing with iso and xex. |
Then I'll need the path that's causing the problem, I'm not able to reproduce the problem here with my test. |
Actually on hindsight, when you say drag&drop onto Xenia, do you mean drag&drop onto the Xenia window, or drag&drop onto |
I meant drag and drop onto the exe. Dragging and dropping onto the window doesn't have the issue. |
This might be why: xenia/src/xenia/base/main_win.cc Line 94 in 00aba94
|
If you try to drag and drop a game that has certain characters in the path then Xenia tries to open itself: xenia.log
If Xenia is in a path that contains special characters the game's filename becomes corrupted: xenia.log
It must be opened by dragging and dropping. The issue doesn't occur with File > Open.
The text was updated successfully, but these errors were encountered: