azya52/BrickEmuPy

Icons is missing on this released. Was showing before on the Nobara OS. No idea what happen.

Dunard opened this issue · 11 comments

No sounds still. I'm still testing on this Nobara OS.

I will try the Fedora OS out next. The one from the Rawhide 40. Just to test out to see the same issues are there.

Screenshot_20240216_003038

Windows 11 Home no issue at all. :)

ok the icons are there on the Fedora 41 (Which is odd on the version because the 40 isn't out yet.)
Screenshot_20240216_014915

No sounds only.

Something ether got removed or an update broken the icons on the Nobara 39 OS. Still no idea.

No sounds for any of the games?

Just on the Windows have the sounds. Buttons are showing. So no problem at all.

Broken on Linux.

Tested on the Kubuntu 22.04.3. No sounds and the buttons are black.

Next up testing the Ubuntu 22.04.3 out. Probably have the same issue as the Nobara 39 and Kubuntu 22.04.3.

Edited: Forget about the Ubuntu 22.04.3 on the USB stick. Crash even trying to install the patches. There 3 errors on a black screen. Skipped. My guess is way too many patches. lol

I think the sounds should work when it connect to sdl or sdl2 on Linux.

R. Belmont or someone from the MAME Dev team might can help you out on adding it. https://forums.bannister.org/

Please check the latest commit.

Somehow the icons got fixed.
Screenshot_20240219_012420

I will do sounds testing on the different Linux builds.

Does the sounds work? I tested the sounds on Ubuntu 22.04.3.

Nobara-39-Official-2024-01-24 and Fedora-Workstation-Live-x86_64-39-1.5 no sounds. Competely ignore the 39 releases. There is a bug. Been fixed on the 40 beta.

Fedora-KDE-Live-x86_64-Rawhide-20240218 (40 beta) and ubuntu-22.04.3-desktop-amd64 got sounds. Thanks for getting the sounds to work. I got these two OS's installed on the Gnome Boxes.

I found out this morning that the Fedora 39 and Nobara 39 is using an out of date QT5. Which is why there are no sounds. Funny it's does run after the python3-pyqt6-devel installed.

I got this fully working on the Distrobox. No issue. https://github.com/89luca89/distrobox

========================================

Create a container.

distrobox-create --name fedorabox --image fedora:rawhide

distrobox-create --name ubuntubox --image ubuntu:22.04

========================================

Load a container.

distrobox-enter --name fedorabox

distrobox-enter --name ubuntubox

========================================

Install these packages.

Fedora 40 or Rawhide 41. sudo dnf install python python3-pyqt6 qt6-qtbase

Ubuntu 22.04. sudo apt install libpulse0 python3-pip python3-pyqt6.sip qt6-base-dev && pip3 install pyqt6

========================================

Logout and then reload the Distrobox. This will get the BrickEmuPy to run better.

logout (Note: Logout first before close the terminal window.)

========================================

Load the BrickEmuPy Emulator.

cd BrickEmuPy && python3 main.py

========================================

Remove a container. (Warning: This will perment delete container and the files inside the container.)

distrobox stop fedorabox && distrobox rm fedorabox

distrobox stop ubuntubox && distrobox rm ubuntubox

GloriousEggroll added a ton of patches on his Nobara 39 last night. Now the sounds is working.

I removed the link to the files. Not needed now.