SPICA
SPICA copied to clipboard
-SNIP- (Close me)
https://imgur.com/a/lB0xz I honestly don't know how to resolve this, as my experience with C# on desktop is limited (being my knowledge is Unity in specific).
This looks more like a runtime error. It seems that the custom controls arent being properly initialized (they should be initialized inside the InitializeComponent on the Designer.cs file). I never had this error before through so I'm not sure how you could fix it.
This error will probably become irrelevant soon since the plan is moving away from winforms since it is not desirable for cross-platform support. I want to create a CLI tool with a simple viewer made entirely with OpenGL and some simple controls to control only the animation.
In the meantime, nightlies or even releases would be nice to have, as I am having to rely on someone else to provide a compiled version. Since I have't edited the source, I don't understand why it won't compile.
You can find a compiled version on the link on the repository ReadMe, after "To download the lastest automatic build for Windows, ...".