I’m currently trying to get urho working on my Tinkerboard running the official ASUS image of TiinkerOS.
I have tried the rasperry pi .deb’s found on the sourceforge as well as a few others and the only ones that do anything after a successful installation are the 1.7 ARM STATIC A9, and ARM SHARED A9.
I don’t actually know if those two have any impactful differences.
They both produce this output (the last line also shows up in a popup box, so it kinda works)
ERROR: Could not create window, root cause: ‘Could not initialize EGL’
https://hastebin.com/raw/ehufinugaf --01HelloWorld output
https://github.com/urho3d/Urho3D/blob/master/Source/ThirdParty/SDL/src/video/SDL_egl.c#L272 --line showing me the error
http://m.uploadedit.com/bbtc/1512498083388.txt --strace output
I’d try the experimental arm build process but that’s a single paragraph that’s clearly written for more intermediate users. I have no idea what half the stuff it refers to, so i can’t even attempt to build that just yet.
But is this issue with the .debs workaroundable do you think?