I believe these settings should be enough to reproduce the error.
platform: linux
bits: 64
haxe version: latest dev version
hxcpp: https://github.com/larsiusprime/hxcpp (master branch)
openfl: https://github.com/larsiusprime/openfl (allfixes_openfl3 branch)
lime: https://github.com/larsiusprime/lime (allfixes3 branch)
You will have to rebuild hxcpp and lime from source
To rebuild hxcpp from source:
cd ~/path/to/hxcpp
cd tools/hxcpp
haxe compile.hxml
cd ../../
cd project
neko build.n
To rebuild lime from source (IIRC):
cd ~/path/to/lime
git submodule init
git submodule update
sudo apt install libgl1-mesa-dev libglu1-mesa-dev g++ g++-multilib gcc-multilib libasound2-dev libx11-dev libxext-dev libxi-dev
haxelib install format
haxelib run lime rebuild tools
haxelib run lime rebuild linux
Reproduction case:
- rebuild hxcpp
- rebuild lime
- clone https://github.com/openfl/openfl-samples (master branch)
- compile the "PiratePig" sample under "demos" for linux
Intended behavior:
- the sample should run properly and display a match-3 game
Actual behavior:
- you hear sound but the display is just blank white
$100 bounty to someone who can help diagnose/fix this