-------------------------------
UPDATE (2025-10-05): The following solution was working only on Debian Buster (10.13), but doesn't work anymore on Bookworm

-------------------------------
It doesn't run for me, do I have to put game files somewhere ?
It creates the folder in appdata but that's it.
Where do I find the dbp logs ?
EDIT:
tried running with "dbp-run-path" and it's missing "libboost_thread.so.1.62.0"
EDIT2:
Installing "libboost-thread1.67.0" didn't solve the situation... I'll try to do some symlinks...
By the way I found the dbp logs "/tmp/dbpout".
EDIT3:
Ok started
In the end I had to do this:
Code:
sudo apt-get install libboost-thread1.67.0
cd /usr/lib/arm-linux-gnueabihf
sudo ln -s libboost_thread.so.1.67.0 libboost_thread.so.1.62.0
sudo ln -s libboost_system.so.1.67.0 libboost_system.so.1.62.0
EDIT4:
Doesn't work in FULLSCREEN, the music still play but the interface become not responsive.
I have to CTRL+ALT+F2 to terminate it from terminal.
In Window seems working but everything is really small this way.