Targets besides Flash don't work - everything up to date

101 views
Skip to first unread message

Shaun Michael K. Stone

unread,
Jun 21, 2015, 9:12:51 AM6/21/15
to haxef...@googlegroups.com
Am I the only one who has this problem? All my external libraries are up to date, yet I find that the only target that doesn't break is Flash. I'm assuming it's because this cross platform ambition is always a work in progress. The native Flash API performs badly for me. I used Starling originally to deal with the performance issues. Now that I've made the decision to migrate my new project to Haxe, I want to know that before I keep going with it, that I can actually target different platforms. Here are examples of what goes wrong with each target.

HTML:

NME Preloader - character 0: Invalid character 0x00

Windows & Neko & Android:

C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/FlxAssets.hx:195: characters 2-19 : Cannot access private field initialize
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/FlxAssets.hx:202: characters 35-59 : Class<DefaultAssetLibrary> has no field type
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/frontEnds/BitmapFrontEnd.hx:387: characters 3-33 : openfl._legacy.IAssetCache has no field bitmapData

Tizen:

Error: Source path "C:\HaxeToolkit\haxe\lib\lime/2,4,4/legacy/ndll/Tizen/lime-legacy.so" does not exist (I am missing something it seems)
Build halted with errors.

WebOS:

Error: Source path "C:\HaxeToolkit\haxe\lib\hxcpp/3,2,102/bin/webOS/std.so" does not exist (I am missing something it seems)
Message has been deleted

Gama11

unread,
Jun 21, 2015, 10:09:27 AM6/21/15
to haxef...@googlegroups.com, shaun...@gmail.com
What's your openfl version? That line in BitmapDataFrontEnd shouldn't even be compiled as long as it's newer than 2.1.5.

Is Haxe up to date as well? (haxe -version)

How are you compiling? "lime test <target>"?

Shaun Michael K. Stone

unread,
Jun 21, 2015, 10:12:46 AM6/21/15
to haxef...@googlegroups.com, shaun...@gmail.com
Thanks for getting back to me.

Current versions:

Haxe: 3.1.3

Attached list of libraries.
list.JPG

Shaun Michael K. Stone

unread,
Jun 21, 2015, 10:30:18 AM6/21/15
to haxef...@googlegroups.com, shaun...@gmail.com
I've managed to fix it by manually removing openfl from the lib directory and installing using haxelib install openfl. I can now run windows target, but html5 is a big no no.

C:/HaxeToolkit/haxe/lib/lime/2,4,4/lime/system/System.hx:103: characters 2-24 : Class<ApplicationMain> has no field create
C:/HaxeToolkit/haxe/lib/openfl-bitfive/3,0,0/flash/display/Stage.hx:98: characters 17-30 : Array<openfl.display.DisplayObject> should be Array<flash.display.DisplayObject>
C:/HaxeToolkit/haxe/lib/openfl-bitfive/3,0,0/flash/display/Stage.hx:98: characters 17-30 : Type parameters are invariant
C:/HaxeToolkit/haxe/lib/openfl-bitfive/3,0,0/flash/display/Stage.hx:98: characters 17-30 : openfl.display.DisplayObject should be flash.display.DisplayObject
C:/HaxeToolkit/haxe/lib/openfl-bitfive/3,0,0/flash/display/Stage.hx:98: characters 17-30 : For function argument 'h'
C:/HaxeToolkit/haxe/lib/openfl-bitfive/3,0,0/flash/display/Stage.hx:99: characters 14-33 : flash.display.InteractiveObject should be openfl.display.DisplayObject
C:/HaxeToolkit/haxe/lib/openfl-bitfive/3,0,0/flash/display/Stage.hx:101: characters 34-75 : flash.events.MouseEvent should be openfl.events.Event
C:/HaxeToolkit/haxe/lib/openfl-bitfive/3,0,0/flash/display/Stage.hx:101: characters 34-75 : For function argument 'event'
C:/HaxeToolkit/haxe/lib/openfl-bitfive/3,0,0/flash/display/Stage.hx:102: characters 34-76 : flash.events.MouseEvent should be openfl.events.Event
C:/HaxeToolkit/haxe/lib/openfl-bitfive/3,0,0/flash/display/Stage.hx:102: characters 34-76 : For function argument 'event'
C:/HaxeToolkit/haxe/lib/openfl-bitfive/3,0,0/flash/display/Stage.hx:108: characters 17-30 : Array<openfl.display.DisplayObject> should be Array<flash.display.DisplayObject>
C:/HaxeToolkit/haxe/lib/openfl-bitfive/3,0,0/flash/display/Stage.hx:108: characters 17-30 : Type parameters are invariant
C:/HaxeToolkit/haxe/lib/openfl-bitfive/3,0,0/flash/display/Stage.hx:108: characters 17-30 : openfl.display.DisplayObject should be flash.display.DisplayObject
C:/HaxeToolkit/haxe/lib/openfl-bitfive/3,0,0/flash/display/Stage.hx:108: characters 17-30 : For function argument 'h'
C:/HaxeToolkit/haxe/lib/openfl-bitfive/3,0,0/flash/display/Stage.hx:278: characters 35-43 : flash.geom.Point should be openfl.geom.Point
C:/HaxeToolkit/haxe/lib/openfl-bitfive/3,0,0/flash/display/Stage.hx:278: characters 35-43 : For function argument 'pos'
C:/HaxeToolkit/haxe/lib/openfl-bitfive/3,0,0/flash/display/Stage.hx:300: characters 49-57 : flash.geom.Point should be openfl.geom.Point
C:/HaxeToolkit/haxe/lib/openfl-bitfive/3,0,0/flash/display/Stage.hx:300: characters 49-57 : For function argument 'pos'
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1161: characters 5-12 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/FlxAssets.hx:25: characters 0-39 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1161: characters 5-12 : Invalid assign
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/FlxAssets.hx:25: characters 0-39 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1162: characters 13-26 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/FlxAssets.hx:25: characters 0-39 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1163: characters 14-28 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/FlxAssets.hx:25: characters 0-39 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1167: characters 5-17 : Unknown identifier : __fromBase64
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/FlxAssets.hx:25: characters 0-39 : Defined in this class
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/FlxAssets.hx:165: characters 9-40 : openfl.display.BitmapData should be flash.display.BitmapData
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/FlxAssets.hx:176: characters 9-40 : openfl.media.Sound should be flash.media.Sound
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/frontEnds/SoundFrontEnd.hx:144: characters 3-52 : openfl.media.Sound should be flash.media.Sound
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1161: characters 5-12 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/FlxSprite.hx:29: characters 8-50 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1161: characters 5-12 : Invalid assign
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/FlxSprite.hx:29: characters 8-50 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1162: characters 13-26 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/FlxSprite.hx:29: characters 8-50 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1163: characters 14-28 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/FlxSprite.hx:29: characters 8-50 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1167: characters 5-17 : Unknown identifier : __fromBase64
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/FlxSprite.hx:29: characters 8-50 : Defined in this class
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/layer/TileSheetExt.hx:22: characters 8-14 : flash.display.BitmapData should be openfl.display.BitmapData
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/layer/TileSheetExt.hx:22: characters 8-14 : For function argument 'image'
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/layer/TileSheetExt.hx:20: lines 20-26 : Missing super constructor call
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/layer/TileSheetExt.hx:34: characters 15-27 : flash.geom.Rectangle should be openfl.geom.Rectangle
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/layer/TileSheetExt.hx:34: characters 15-27 : For function argument 'rectangle'
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/layer/TileSheetExt.hx:75: characters 14-18 : flash.geom.Rectangle should be openfl.geom.Rectangle
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/layer/TileSheetExt.hx:75: characters 14-18 : For function argument 'rectangle'
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1161: characters 5-12 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/tile/FlxTilemap.hx:29: characters 0-39 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1161: characters 5-12 : Invalid assign
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/tile/FlxTilemap.hx:29: characters 0-39 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1162: characters 13-26 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/tile/FlxTilemap.hx:29: characters 0-39 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1163: characters 14-28 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/tile/FlxTilemap.hx:29: characters 0-39 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1167: characters 5-17 : Unknown identifier : __fromBase64
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/tile/FlxTilemap.hx:29: characters 0-39 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1161: characters 5-12 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/tile/FlxTilemap.hx:32: characters 0-42 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1161: characters 5-12 : Invalid assign
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/tile/FlxTilemap.hx:32: characters 0-42 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1162: characters 13-26 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/tile/FlxTilemap.hx:32: characters 0-42 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1163: characters 14-28 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/tile/FlxTilemap.hx:32: characters 0-42 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1167: characters 5-17 : Unknown identifier : __fromBase64
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/tile/FlxTilemap.hx:32: characters 0-42 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1161: characters 5-12 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/debug/Window.hx:20: characters 8-55 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1161: characters 5-12 : Invalid assign
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/debug/Window.hx:20: characters 8-55 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1162: characters 13-26 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/debug/Window.hx:20: characters 8-55 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1163: characters 14-28 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/debug/Window.hx:20: characters 8-55 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1167: characters 5-17 : Unknown identifier : __fromBase64
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/debug/Window.hx:20: characters 8-55 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1161: characters 5-12 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/debug/Window.hx:23: characters 8-54 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1161: characters 5-12 : Invalid assign
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/debug/Window.hx:23: characters 8-54 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1162: characters 13-26 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/debug/Window.hx:23: characters 8-54 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1163: characters 14-28 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/debug/Window.hx:23: characters 8-54 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1167: characters 5-17 : Unknown identifier : __fromBase64
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/debug/Window.hx:23: characters 8-54 : Defined in this class
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/FlxSound.hx:282: characters 3-42 : openfl.media.Sound should be flash.media.Sound
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1161: characters 5-12 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/input/mouse/FlxMouse.hx:28: characters 8-49 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1161: characters 5-12 : Invalid assign
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/input/mouse/FlxMouse.hx:28: characters 8-49 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1162: characters 13-26 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/input/mouse/FlxMouse.hx:28: characters 8-49 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1163: characters 14-28 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/input/mouse/FlxMouse.hx:28: characters 8-49 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1167: characters 5-17 : Unknown identifier : __fromBase64
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/input/mouse/FlxMouse.hx:28: characters 8-49 : Defined in this class
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/frontEnds/SoundFrontEnd.hx:170: characters 3-41 : openfl.media.Sound should be flash.media.Sound
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1161: characters 5-12 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/ui/FlxTypedButton.hx:14: characters 8-49 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1161: characters 5-12 : Invalid assign
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/ui/FlxTypedButton.hx:14: characters 8-49 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1162: characters 13-26 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/ui/FlxTypedButton.hx:14: characters 8-49 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1163: characters 14-28 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/ui/FlxTypedButton.hx:14: characters 8-49 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1167: characters 5-17 : Unknown identifier : __fromBase64
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/ui/FlxTypedButton.hx:14: characters 8-49 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1161: characters 5-12 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/FlxPreloader.hx:19: characters 8-52 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1161: characters 5-12 : Invalid assign
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/FlxPreloader.hx:19: characters 8-52 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1162: characters 13-26 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/FlxPreloader.hx:19: characters 8-52 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1163: characters 14-28 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/FlxPreloader.hx:19: characters 8-52 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1167: characters 5-17 : Unknown identifier : __fromBase64
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/FlxPreloader.hx:19: characters 8-52 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1161: characters 5-12 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/FlxPreloader.hx:22: characters 8-54 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1161: characters 5-12 : Invalid assign
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/FlxPreloader.hx:22: characters 8-54 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1162: characters 13-26 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/FlxPreloader.hx:22: characters 8-54 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1163: characters 14-28 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/FlxPreloader.hx:22: characters 8-54 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/3,1,0/openfl/Assets.hx:1167: characters 5-17 : Unknown identifier : __fromBase64
C:/HaxeToolkit/haxe/lib/flixel/3,3,8/flixel/system/FlxPreloader.hx:22: characters 8-54 : Defined in this class
export/html5/haxe/ApplicationMain.hx:68: characters 23-67 : flixel.system.FlxPreloader should be flash.display.DisplayObject
export/html5/haxe/ApplicationMain.hx:68: characters 23-67 : For function argument 'o'
export/html5/haxe/ApplicationMain.hx:584: characters 26-35 : flixel.system.FlxPreloader should be flash.display.DisplayObject
export/html5/haxe/ApplicationMain.hx:584: characters 26-35 : For function argument 'o'
C:/HaxeToolkit/haxe/lib/openfl-bitfive/3,0,0/flash/display/Sprite.hx:41: characters 39-43 : flash.display.Sprite should be openfl.display.DisplayObject
C:/HaxeToolkit/haxe/lib/openfl-bitfive/3,0,0/flash/display/Sprite.hx:41: characters 39-43 : For function argument 'o'
C:/HaxeToolkit/haxe/lib/openfl-bitfive/3,0,0/flash/display/Sprite.hx:45: characters 38-42 : flash.display.Sprite should be openfl.display.DisplayObject
C:/HaxeToolkit/haxe/lib/openfl-bitfive/3,0,0/flash/display/Sprite.hx:45: characters 38-42 : For function argument 'o'
export/html5/haxe/DefaultAssetLibrary.hx:430: lines 430-442 : Field exists overloads parent class with different or incomplete type
export/html5/haxe/DefaultAssetLibrary.hx:430: lines 430-442 : id : String -> t : openfl.AssetType -> Bool should be id : String -> type : String -> Bool
export/html5/haxe/DefaultAssetLibrary.hx:430: lines 430-442 : openfl.AssetType should be String
export/html5/haxe/DefaultAssetLibrary.hx:444: lines 444-448 : Field getBitmapData is declared 'override' but doesn't override any field
export/html5/haxe/DefaultAssetLibrary.hx:491: lines 491-497 : Field list overloads parent class with different or incomplete type
export/html5/haxe/DefaultAssetLibrary.hx:491: lines 491-497 : t : openfl.AssetType -> Array<String> should be type : String -> Array<String>
export/html5/haxe/DefaultAssetLibrary.hx:491: lines 491-497 : openfl.AssetType should be String
export/html5/haxe/DefaultAssetLibrary.hx:499: lines 499-512 : Field loadBitmapData is declared 'override' but doesn't override any field
Build halted with errors.

On Sunday, 21 June 2015 15:09:27 UTC+1, Gama11 wrote:

Ohmnivore

unread,
Jun 21, 2015, 11:54:31 AM6/21/15
to haxef...@googlegroups.com
Not too surprised, html5 never compiled for me. What you can try is change the custom backend in project.xml, but I forgot how to do that. Just google it and you should find it.

Gama11

unread,
Jun 21, 2015, 12:34:19 PM6/21/15
to haxef...@googlegroups.com, markb...@gmail.com
<set name="no-custom-backend" />

before including flixel should do the trick.

Shaun Michael K. Stone

unread,
Jun 21, 2015, 4:19:19 PM6/21/15
to haxef...@googlegroups.com, markb...@gmail.com
:O You've just made it work! I cannot believe it... 

Thank you!
Reply all
Reply to author
Forward
0 new messages