Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IQAndreas/b1870fa9af631ea814d396ba4ed02149 to your computer and use it in GitHub Desktop.
Save IQAndreas/b1870fa9af631ea814d396ba4ed02149 to your computer and use it in GitHub Desktop.
Help me diagnose a black screen error on linux/mac

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:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment