openfl / starling

Known as the "Cross-Platform Game Engine", Starling is a popular Stage3D framework for OpenFL and Haxe
Other
237 stars 67 forks source link

Error from latest openfl 6.3.0 and starling 1.8.12 #74

Closed galibimtiaz closed 6 years ago

galibimtiaz commented 6 years ago
Error: 'multitouchEnabled' must be set before Starling instance is created
    at Function.starling_core_Starling.set_multitouchEnabled (Starling.hx:1233)
    at new starling_core_Starling (Starling.hx:276)
    at DocumentClass.Startup [as __class__] (Startup.hx:25)
    at new DocumentClass (ApplicationMain.hx:290)
    at Function.ApplicationMain.start (ApplicationMain.hx:194)
    at Array.tmp (ApplicationMain.hx:95)
    at lime_app__$Event_$Void_$Void.dispatch (EventMacro.hx:101)
    at openfl_display_Preloader.start (Preloader.hx:250)
    at openfl_display_Preloader.display_onUnload (Preloader.hx:114)

And for the reference , I am not even using multi-touch.

peteshand commented 6 years ago

Hey, when did you try this? a hot fix for this was already pushed yesterday. Are you using code from github or haxelib?

galibimtiaz commented 6 years ago

I am using haxelib to update my librarys. And I update my librarys yesterday.

Let me check if I find any new update, maybe it did not reach me in time.

galibimtiaz commented 6 years ago

Ok, Sorry to bother, Got a new update, I just updated to Starling 1.8.13 and things are working fine now.

peteshand commented 6 years ago

yep, just pushed a new version for you (1.8.13).. 1.8.12 should also have the hot fix, however if you downloaded it before I push the fix it probably wouldn't have got the update, so yeah safer for me to just push a new version