MBINCompiler
MBINCompiler copied to clipboard
Unsupported File Extension! (Without a real reason)
Just trying to compile some mbin files on a path and storing the result next to the mbin. for example. "src/UI/ACTION_SLOT.MBIN" and "src/UI/ACTION_SLOT.EXML". I get the "Unsupported file extension error."
Hmm, can you give me the exact command-line you used for them?
Which system locale/language are you using? Turkish?
Should be fixed with #46, can you try out the latest build and see if it's working for you?
I will try once I get out of the office. Yeah I forgot about the things I did. the command looks like this in the batch file:
MBINCompiler.exe src\UI\ACTION_SLOT.MBIN src\UI\ACTION_SLOT.EXML My system language is german and my OS is windows 10.
You could also have forgotten to quote the path to the .mbin file. (In case the path contains spaces)