View attachment 2136567
How should it be fixed?
1. you are running the wrong file.
according to the error message you are running the file
D:\???\Rogue-Like-0.999e-win\Rogue-Like-0.999e-win\lib\windows-i686\Rogue-Like.exe
I have highlighted in red the part that needs to go. you should be running instead
D:\???\Rogue-Like-0.999e-win\Rogue-Like-0.999e-win\Rogue-Like.exe
I don't know where you got this weird idea that you need go into \lib\windows-i686\ folder instead of just running the exe in the root folder
2. why do you have \Rogue-Like-0.999e-win\ twice in the name? this is stupid.
3.
the question marks in the path make it seem the program cant read non-unicode characters. considering you've got thai(?) in your tabs, you should try to put the game somewhere else.
you are correct about it being unrecognizable characters.
but it is not that the program can't read non unicode (aka ascii).
rather that when reading ascii you must specify encoding.
there is a setting in your OS that tells most programs what language to assume for ascii files and folders.
there is some localization nonsense in windows which is honestly quite horrible and you should just avoid by using unicode in the first place.
You want to go to that root folder and rename it from whatever it is in, into a unicode name.
this should be useful
You must be registered to see the links
even though it is talking about file names and not folder names, you can follow a similar process with the folder.
Or you can go to this page
You must be registered to see the links
type in the folder name. which I am assuming is games in thai. then convert it to unicode. then copy it, then rename the folder and paste the name.
it will look the same to you. but it will look different to the program
Yes in windows you can in fact name your folder Games in unicode and Games in ascii, and windows considers them different things despite looking identical to the end user.
Alternatively you might need to just create a root folder called
D:\games_eng\
using english encoding and put the game in it.
(I say alternatively because I am not 100% sure what your system config is, and thus what your problem is)