openfl / lime-samples

Lime sample projects
https://lime.openfl.org/
MIT License
14 stars 10 forks source link

`lime test` fails on SimpleImage, BunnyMark with lime 3.7.2, haxe 3.4.0rc2 #4

Closed IBwWG closed 7 years ago

IBwWG commented 7 years ago

On Linux Mint 18.1 MATE x64. This is also true with https://github.com/openfl/lime-samples/pull/3 (i.e. I ran haxelib git lime-samples https://github.com/maitag/lime-samples and tried again.)

With neko:

$ lime create SimpleImage
$ cd SimpleImage/
$ lime test neko
Called from ? line 1
Called from ApplicationMain.hx line 57
Called from ApplicationMain.hx line 81
Called from ApplicationMain.hx line 183
Called from lime/app/Application.hx line 218
Called from lime/_backend/native/NativeApplication.hx line 144
Called from a C function
Called from lime/_backend/native/NativeApplication.hx line 417
Called from lime/_macros/EventMacro.hx line 101
Called from lime/app/Module.hx line 46
Called from Main.hx line 39
Called from lime/utils/Assets.hx line 225
Called from lime/utils/Assets.hx line 110
Called from lime/utils/Assets.hx line 328
Uncaught exception - Invalid field access : buffer
$ haxelib list
hxcpp: [3.4.43]
lime-samples: [3.4.0]
lime: [3.7.2]
openfl-samples: [4.7.0]
openfl: 3.6.1 [4.7.3]

And with cpp:

$ lime test linux
...(no errors)...
Link: ApplicationMain
Segmentation fault
jgranick commented 7 years ago

Thanks :smile: