colyseus / colyseus-haxe

⚔ Colyseus Multiplayer SDK for Haxe
https://docs.colyseus.io/getting-started/haxe-client/
MIT License
75 stars 16 forks source link

Cannot run example in Haxe 4.1.0 #34

Closed theRemix closed 4 years ago

theRemix commented 4 years ago

openfl 8.9.6 lime 7.7.0

haxelib run lime test project.xml html5

C:/HaxeToolkit/haxe/lib/openfl/8,9,6/src/openfl/display/Stage.hx:1426: 
characters 46-59 : haxe.CallStack has no field lastException

what versions will this example run in?

serjek commented 4 years ago

It feels like openfl needs to be updated to be compatible with haxe 4.1.0

serjek commented 4 years ago

I will close this as invalid, because error clearly references to openfl class. @theRemix feel free to reopen if you still think it's colyseus lib problem.