Page 1 of 1
Raspberry pi updates
Posted: 09 Aug 2023, 20:24
by Raffe
Hi...
I use a raspeberry pi (have both version 3 and 4) and i installed bullseye (32-bit) on it.
As a default (from OS) my TMW client is manaplus 1.9.3.23.
I am experiencing some trouble being kicked many times when a gold tooth were dropped, which is not funny during crypt boss fights.
So I was thinking if it is because i play an old client version.
Is there any way possible to upgrade to a never version on a RPI ?
Is it a problem using the 32-bit OS ?
I did manage to convert to manaverse 1.0 - but I am not sure if it is an upgrade at all yet.
I would be happy if anyone could enlight me 
Re: Raspberry pi updates
Posted: 09 Aug 2023, 20:38
by jesusalva
https://git.themanaworld.org/ml/all/-/b ... anaplus.sh
This script should self-compile it, but it was optimized for 64 bits builds ─ you'll need to update packages names accordingly for their 32 bits version.
As for why it results in a kick... No idea. However, last I checked, Ledmitz still haven't deployed the change to stable branch (or he accidentally reverted the push, both being equally likely).
Re: Raspberry pi updates
Posted: 10 Aug 2023, 19:58
by Raffe
Thank you for your reply Jes...
That link is where i went and managed to convert to manaverse 1.0 from.
So - is manaverse 1.0 the newest update possible on a RPI ?
Re: Raspberry pi updates
Posted: 11 Aug 2023, 02:45
by jesusalva
Raffe wrote: ↑10 Aug 2023, 19:58
Thank you for your reply Jes...
That link is where i went and managed to convert to manaverse 1.0 from.
So - is manaverse 1.0 the newest update possible on a RPI ?
We kinda stopped making versions, so yes, 1.0 is the latest version anywhere.
Or strictly speaking, version number 1.0 means nothing in practical terms :b
Re: Raspberry pi updates
Posted: 04 Jan 2024, 08:37
by vaultingalive
jesusalva wrote: ↑09 Aug 2023, 20:38
https://git.themanaworld.org/ml/all/-/b ... anaplus.sh basket random
This script should self-compile it, but it was optimized for 64 bits builds ─ you'll need to update packages names accordingly for their 32 bits version.
As for why it results in a kick... No idea. However, last I checked, Ledmitz still haven't deployed the change to stable branch (or he accidentally reverted the push, both being equally likely).
I installed the 32 bit version and it works fine.
Re: Raspberry pi updates
Posted: 20 Jan 2024, 17:22
by ThinkSome
Hey :')
Don't have any comments on building, just dropping by to say that ManaPlus is no longer developed. The official client is ManaVerse and is available at https://git.themanaworld.org/mana/plus
If you have any issues with MV you can complain there or to me in-game.
Re: Raspberry pi updates
Posted: 26 Jul 2024, 06:53
by lionpurnell
Is there any way possible to upgrade to a newer version on a Raspberry Pi? Is it a problem using the 32-bit OS? final grade calculator
Re: Raspberry pi updates
Posted: 26 Jul 2024, 15:04
by ThinkSome
Perhaps, have you tried compiling it yourself? I think that 32-bit support has been dropped, but I don't know what that means.
Re: Raspberry pi updates
Posted: 18 Oct 2025, 09:57
by Ratstail91
Woah, I'm not the only one stuck on a raspberry pi!!
FWIW, I wanted to say that the mana client, while it's lacking features of the ManaVerse fork, also works great when built from source on a pi - I've only started playing a couple months ago, and it's been great for me. It's also now being actively developed by bjorn - it was the unexpected version update in my github feed that drew me into TMW in the first place XD
https://git.themanaworld.org/mana/mana
Re: Raspberry pi updates
Posted: 14 Nov 2025, 07:32
by Lix Kaushik
jesusalva wrote: ↑09 Aug 2023, 20:38
https://git.themanaworld.org/ml/all/-/b ... anaplus.shOrca slicer
This script should self-compile it, but it was optimized for 64 bits builds ─ you'll need to update packages names accordingly for their 32 bits version.
As for why it results in a kick... No idea. However, last I checked, Ledmitz still haven't deployed the change to stable branch (or he accidentally reverted the push, both being equally likely).
For those who have successfully compiled ManaVerse on 32-bit Bullseye, what specific package name changes or modifications were needed in the manaplus.sh script to resolve the 64-bit optimization issue jesusalva mentioned?
Re: Raspberry pi updates
Posted: 14 Nov 2025, 14:18
by ThinkSome
Lix Kaushik wrote: ↑14 Nov 2025, 07:32
For those who have successfully compiled ManaVerse on 32-bit Bullseye, what specific package name changes or modifications were needed in the manaplus.sh script to resolve the 64-bit optimization issue jesusalva mentioned?
Hmm, a third of those packages look unnecessary (gdb, valgrind at least), I also do not see any 64-bit optimisations. I recall trimming unneded packages from one CI or another, need to find it and update the rest.