nmehost / acadnme

Acadnme is the basic Cppia host for Nme applications
MIT License
16 stars 5 forks source link

importing feffects crashes Cppia app but not nme #4

Open Justinfront opened 9 years ago

Justinfront commented 9 years ago

importing feffects crashes Cppia app but not nme.

haxelib install feffects

then used import feffects.Tween;// just this line enough to crash cppia. using feffects.Tween.TweenObject;

I was using feffects as I knew it worked well with haxe js code which was also targeting, but importing the Tween class crashes Cppia targets not nme ones. Replacing with Actuate code for nme worked. Maybe not a bug that needs a fix depends how relevant feffects is? But added here for anyone else that gets error. I have not worked out why it crashes yet.

hughsando commented 9 years ago

All the bugs need to be fixed :) I will have to look at the error - maybe it is using some native cpp code directly (can't really fix this), or maybe some dynamic code is not working properly in cppia (should be fixable).