Page 22 of 22

Re: MintPPC

Posted: Fri Oct 03, 2025 11:33 am
by mintppc

Code: Select all

sudo apt remove vlc && sudo apt autoremove
sudo apt update
sudo apt install vlc-data=3.0.21-11+mintppc2
sudo apt install vlc
It did not solve your problem :(

Re: MintPPC

Posted: Sat Oct 04, 2025 10:59 am
by Skateman
This made me install VLC again!!

Thanks !

Re: MintPPC

Posted: Sat Oct 04, 2025 12:36 pm
by xeno74
The new SeaLion 33.9.0.1 crashes on MintPPC32 when visiting certain websites for example heise.de. The reason for this is MintPPC32's libavcodec.so.61.19.101. I figured it out with gdb today.

Error message:

Code: Select all

Illegal instruction
On Void PPC works the libavcodec.so.58 with the new SeaLion 33.9.0.1 without any problems.

Workaround on MintPPC32:

about:config - search media - set media.ffmpeg.enabled to false

After the workaround, SeaLion 33.9.0.1 works without any problems on MintPPC32.