MBINCompiler icon indicating copy to clipboard operation
MBINCompiler copied to clipboard

Unsupported File Extension! (Without a real reason)

Open RalleYTN opened this issue 8 years ago • 5 comments

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."

RalleYTN avatar Aug 24 '16 17:08 RalleYTN

Hmm, can you give me the exact command-line you used for them?

emoose avatar Aug 24 '16 18:08 emoose

Which system locale/language are you using? Turkish?

Atvaark avatar Aug 24 '16 18:08 Atvaark

Should be fixed with #46, can you try out the latest build and see if it's working for you?

emoose avatar Aug 24 '16 18:08 emoose

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.

RalleYTN avatar Aug 25 '16 05:08 RalleYTN

You could also have forgotten to quote the path to the .mbin file. (In case the path contains spaces)

Atvaark avatar Aug 25 '16 07:08 Atvaark