Exception when trying to create GUI form in builds 6137 & 6117
Builds 6137 & 6117: I am receiving the following exception when trying to create UI form: Cannot create binary files from text (see attached exception stack). To what configuration setting may this exception be related? Other team members working with same IntelliJ builds are creating forms without problems.
Attachment(s):
exception.txt
请先登录再写评论。
You probably somehow managed to remove the GUI-Form file type. Check Settings -> File Types whether "*.form" is listed for the "GUI-Designer forms" file type. If not, just add it and try again. If it doesn't help, try a clean installation without any imported configuration.
Sascha
Thanks, Sascha! I've managed to forget changing the association of *.form with UI forms and the error message left me without a clue.