Creation Master 12 unhandled exception has occurred

Asked By 0 points N/A Posted on -
qa-featured

Hello there,

I have this error in Creation Master 12 only in FIFA 13 and if I click Continue it skips some files and it appears again. I don’t know what could be the problem and what is causing it because on FIFA 12 it worked just fine and I could finish the project. Does anyone have a solution for this error? What could cause this error in FIFA 13? Thank you!

Creation Master 12

Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit the application will close immediately.

The output char buffer is too small to contain the decoded characters.

Encoding “Unicode (UTF-8)/fallback

‘System.Text.DecoderReplacementFallback’.

Parameter name: chars.

Details Continue Quit

See the end of this message for details on invoking.

Just-in-time (JIT) debugging instead of this dialog box.

****Exception Text****

SystemArgumentException: The output char buffer is too small to contain the decoder

Parameter name: chars

At System.Text.Encoding.ThrowCharsOverflow()

At System.Text.Encoding.ThrowCharsOverflow(DecoderNLS decoder. Boolean not)

At System.Text.UTF8Encoding,GetChars(Byte”bytes.Int32byteCount.Char”chars”

At System.Text.DecoderNLS.GetChars(Byte”bytes.Int32byteCOunt.Char”chars”

SHARE
Answered By 0 points N/A #175471

Creation Master 12 unhandled exception has occurred

qa-featured

These two parts of the error description "the output char buffer is too small to contain the decoded characters" and "encoding “Unicode (UTF-8)/fallback" indicate that the problem are names. Try renaming players, teams etc. by replacing non-standard characters (such as umlauts etc) with regular ones.

If that doesn't help, split your project into parts and export just one small part. If it works and you can do it without an error of any kind, then that part doesn't contain the cause. Keep exporting various parts of.your project until you encounter the same error. In this way, you can narrow down the cause.

Answered By 590495 points N/A #319555

Creation Master 12 unhandled exception has occurred

qa-featured

The problem there is the supported target game which is FIFA 12. The mod tool you are using works only with FIFA 12 and not with FIFA 13 that’s why you see the program skips some files. You cannot use the same tool on a much newer game like FIFA 13.

If you want to create a mod in FIFA 13, download Creation Master 13 designed basically for FIFA 13. Note: the tool is intended to be used with a legal copy of the game. For FIFA 12, download Creation Master for FIFA 12. For users who play FIFA 14, you can download Creation Master 14 for your modding needs.

Related Questions