gdkchan / SPICA

Experimental H3D tool
The Unlicense
95 stars 46 forks source link

-SNIP- (Close me) #30

Open Fallenleader opened 6 years ago

Fallenleader commented 6 years ago

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

gdkchan commented 6 years ago

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.

Fallenleader commented 6 years ago

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.

gdkchan commented 6 years ago

You can find a compiled version on the link on the repository ReadMe, after "To download the lastest automatic build for Windows, ...".