-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Can you confirm you're using the hl target?
I've seen this before too, it doesn't happen in cpp or html5 targets.
…On Wed, Jun 16, 2021 at 9:31 AM Lbones-ai ***@***.***> wrote:
flixel: 4.6.2 4.6.3 4.8.0 4.8.1 [4.9.0]
hscript: 2.3.0 [2.4.0]
lime: 3.0.1 7.5.0 7.7.0 [7.9.0]
openfl: 4.0.1 8.9.1 8.9.6 [9.1.0]
I just updated haxe and all my installed haxelibs, now when I open the
flixel debugger the text in "Stats" is broken:
[image: immagine]
<https://user-images.githubusercontent.com/84868536/122238125-2d100780-cec0-11eb-84bd-e5e6e28175f3.png>
Also I'm getting those warnings:
E:/HaxeToolkit/haxe/lib/hscript/2,4,0/hscript/Interp.hx:145: characters
8-18 : Warning : Std.is is deprecated. Use Std.isOfType instead.
E:/HaxeToolkit/haxe/lib/hscript/2,4,0/hscript/Interp.hx:180: characters
8-18 : Warning : Std.is is deprecated. Use Std.isOfType instead.
E:/HaxeToolkit/haxe/lib/hscript/2,4,0/hscript/Interp.hx:221: characters
8-18 : Warning : Std.is is deprecated. Use Std.isOfType instead.
E:/HaxeToolkit/haxe/lib/hscript/2,4,0/hscript/Interp.hx:515: characters
8-18 : Warning : Std.is is deprecated. Use Std.isOfType instead.
E:/HaxeToolkit/haxe/lib/hscript/2,4,0/hscript/Interp.hx:483: characters
37-56 : Warning : Std.is is deprecated. Use Std.isOfType instead.
E:/HaxeToolkit/haxe/lib/hscript/2,4,0/hscript/Interp.hx:484: characters
31-47 : Warning : Std.is is deprecated. Use Std.isOfType instead.
E:/HaxeToolkit/haxe/lib/hscript/2,4,0/hscript/Interp.hx:646: characters
10-42 : Warning : Std.is is deprecated. Use Std.isOfType instead.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2322>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFUN6DBSPHPZLW7XO4MFETTTCYUBANCNFSM46ZSRIVA>
.
--
www.fortressofdoors.com -- My design & business of game development blog
|
Beta Was this translation helpful? Give feedback.
-
This is an OpenFL bug that's already fixed on the dev branch afaik, but not released. |
Beta Was this translation helpful? Give feedback.
-
By fixing all of those issues that you said you can either use temporarily the git version of OpenFL and hscript until the bug fixes get released on haxelib
or just copy and paste the code of the commits to fix those bugs which is a little harder way hscript deprecation warnings: HaxeFoundation/hscript@36eb0fc |
Beta Was this translation helpful? Give feedback.
This is an OpenFL bug that's already fixed on the dev branch afaik, but not released.