openfl / lime

A foundational Haxe framework for cross-platform development
https://lime.openfl.org/
MIT License
759 stars 369 forks source link

`lime test neko` fails on SimpleImage with lime 3.7.2, haxe 3.4.0rc2 #909

Closed IBwWG closed 7 years ago

IBwWG commented 7 years ago

On Linux Mint 18.1 MATE x64.

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
IBwWG commented 7 years ago

Same thing with BunnyMark.

IBwWG commented 7 years ago

Sorry, I guess this belongs over on lime-samples.