DevilutionX on Pinebook Pro - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: General Discussion on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=112) +--- Thread: DevilutionX on Pinebook Pro (/showthread.php?tid=8649) |
DevilutionX on Pinebook Pro - Idaho - 12-31-2019 Hi everyone, I just received my PBP yesterday and I wanted to install a few games on it, I had an issue when I tried to run DevilutionX, I started by downloading the latest release from github (https://github.com/diasurgical/devilutionX/releases), I then extracted the archive, copied my "diabdat.mpq" file and attempted to run it but it fails with the following error : Code: ./devilutionx: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.25' not found (required by ./devilutionx) I then read the README.txt file and it seems the game requires some manual libraries installation : Quote:# How To Install: So I typed the following command : Code: root@Debian-Desktop:/home/rock/Downloads/devilutionx-linux-armhf# apt-get install libsdl2 libsdl2-mixer libsdl2-ttf And I got the following error : Code: Reading package lists... Doneat I also tried to find the packets in synaptic and they do not appear... The "README.txt" file specifies that this is built for raspbian so maybe the repos are not exactly the same? Anyhow I wanted to know if anyone here attempted to run DevilutionX on their Pinebook Pro successfully and if they could provide me with some instructions or if anyone who's knowledgeable with this kind of things could help Thanks for reading through my post and for any help you could bring up in this thread, I'm considering opening a general thread for gaming tips because none of this seem easy except if your gaming use is restricted to Retroarch and Doom DevilutionX on Pinebook Pro - Twix166 - 12-31-2019 I found this elsewhere on the forum. Maybe it could be of help? I haven’t had a chance to try this myself yet. https://forum.pine64.org/showthread.php?tid=8404 Sent from my iPad using Tapatalk RE: DevilutionX on Pinebook Pro - astr0baby - 01-01-2020 (12-31-2019, 08:35 AM)Idaho Wrote: Hi everyone,Hi Idaho I can add some of my howtos for the Pinebook-pro and games (compiled and ran Doom3 *although its really slow, open-dune (dune2 clone) OpenRA (Red Alert), Ultima 8 Pagan (pentagram) ..etc ... currently Im building the above DevilutionX from sources P.S Im doing all of this off the microsd card with latest Manajaro Linux RE: DevilutionX on Pinebook Pro - Idaho - 01-02-2020 (01-01-2020, 03:45 PM)astr0baby Wrote: Hi Idaho Thank you for your reply, your howtos would be very appreciated, take your time tho, I don't want to put you in a hurry... For myself I'm still running Debian on the PBP because the sound problems and the absence of suspend are critical for me, I'll move to it whenever those issues get solved... RE: DevilutionX on Pinebook Pro - astr0baby - 01-02-2020 (01-02-2020, 05:31 AM)Idaho Wrote: I will re-build the game on the stock Debian and if successful I will post the howto on my main thread. RE: DevilutionX on Pinebook Pro - AJenbo - 01-03-2020 The following should install the needed dependenceis: sudo apt-get install libsdl2-ttf-2.0-0 libsdl2-mixer-2.0-0 RE: DevilutionX on Pinebook Pro - Idaho - 01-06-2020 (01-03-2020, 05:44 PM)AJenbo Wrote: The following should install the needed dependenceis: They are indeed installed : Code: sudo apt-get install libsdl2-ttf-2.0-0 libsdl2-mixer-2.0-0 So yeah doesn't seem to be the problem RE: DevilutionX on Pinebook Pro - AJenbo - 01-11-2020 Arh, I can see from the error message that the problem is that the libc version on your system is to old compared to the system that we use to build the release on. You will need to either upgrade your distribution, or compile devilutionX yourself so that it's build for the version of libc on your system. But you will probably need to upgrade cmake in order to do so (we require cmake 3.10), this can probably be done via Debian backports if it works like the raspberry pi. RE: DevilutionX on Pinebook Pro - Idaho - 01-12-2020 (01-11-2020, 09:33 AM)AJenbo Wrote: Arh, I can see from the error message that the problem is that the libc version on your system is to old compared to the system that we use to build the release on. I'll make do without Diablo for the moment until Manjaro gets the audio bug fixed, I really can't use my PBP with speakers always working, at least I know why it's not working now |