-
-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amiberry stops on black screen after config and launch of emulator #3357
Comments
@digitalMedic Actually Amiberry is installed with all its dependencies via dietpi-software. The SDL2 libs are placed in There is another bug that can make it hang on RPi with onboard sound enabled: #3356 An assumption why or works in your case when installing the SDL2 libs from APT repo is that it might access audio in a different way which works around the audio issue, not sure. Could you test it with the linked fix and removing the SDL2 libs via apt purge? |
Hi. I did a fresh install and updated through the launcher. I then entered the sed command from the other issue (not sure how to patch via MOTD). Amiberry starts the emulator now, but the mouse is way off. I have to use the keyboard to select options in the config. |
@digitalMedic I'll have a look into the mouse feature. When I tested the images initially, the mouse worked. But at least the Amiberry binary has been updated one time since then. |
No problem. The issue with the mouse now is that it is off vertically (the mouse click is registered higher than the pointer) by a number of inches. Thanks for fixing the other error though. :) |
@digitalMedic |
Hello,i installed the latest dietpi amiberry image (6.28) in an Raspberry pi4 (1GB) after reboot it runs amiberry fine, if i press quit amiberry the screen goes black like its lost the signal i have to press a few buttons in my keyboard for the screen to get back on after half a minute or so to get me to the DietPi login screen,this is also happening with older dietpi/amiberry releases on the Rpi4 only |
@actraiser30
This service should spawn a getty (login prompt) automatically, as fast as Amiberry exits. And it should be enabled automatically when Amiberry is installed. |
hello any change that we can get the latest version v3.1.2 upon installing amiberry ? |
@actraiser30 |
@MichaIng |
@midwan |
hello in the https://github.com/midwan/amiberry/releases has two version for each raspberry eg amiberry-rpi3-sdl2-v3.1.2 amiberry-rpi3-v3.1.2 which one is installed with amiberry in dietpi ?? |
I would assume the one that gets installed is the Dispmanx version (e.g. the one without |
but stil amiberry uses sdl2 since its inside amiberry folder |
@actraiser30 |
strange i used the pre-compiled binaries with amiberry installed from dietpi with the DispmanX it did not boot with the sdl2 binary it boot |
@actraiser30 |
I did a fresh install of amiberry in the latest buster image of dietpi-Amiberry then i tried both the binaries from midwan by copying them with mc to the appropirate folder overwriting the included binary, i rebooted the os after,in the DispmanX version it did not boot in the sdl2 version it boot i just wanted to use the latest 3.1.2 version |
@actraiser30 |
The binaries I provide are all compiled under the Foundation's latest distro (currently Raspbian Buster), so they may not work on others. :) |
Sostos o mitsos
Στις Κυρ, 15 Μαρ 2020, 00:12 ο χρήστης Dimitris Panokostas <
[email protected]> έγραψε:
… The binaries I provide are all compiled under the Foundation's latest
distro (currently Raspbian Buster), so they may not work on others. :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3357 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJCXONKXJHFHH3ZT5TOHIPLRHP6LVANCNFSM4KLOOLAA>
.
|
@midwan |
@MichaIng I used an executable compressor, |
@midwan |
You can skip it, it's just for making the archive smaller but it doesn't change the performance. |
+ DietPi-Patch | Reinstall Amiberry to apply recent v3.1.2 update to all systems: #3357 (comment)
I recompiled all our binaries by the way. Those are pulled already on fresh installs + reinstalls now, however I added a reinstall to v6.29 update to apply it to all systems: 96ae941 |
Marking as closed. Feel free to reopen if required. |
Sorry for replying to this closed issue... Midwan just released Amiberry 4.0 final, is it possible to update to 4.0? Or, are you planning to update the binaries on a near future? Thanks! |
As of now, v4.1 actually - found a bug in v4.0 so I deployed a quick update. |
It's even better then :) (thanks BTW for your work on Amiberry!). |
Awesome, I'll update our binaries ASAP. @midwan any breaking changes that would require changed config files, dir structure or such? I'll also have a look into the repo. |
There have been many changes actually (488 commits in v4.0 since v3.3 and a few more for v4.1). Config files might need to be recreated, mostly due to the now invalid old Height values (they used to be doubled, now we use the proper full size). E.g. if you had 256 lines for height, you'll now get half the expected height in your output window. |
Probably the height values could be removed from existing config files instead of re-creating them completely? |
One more thing I remembered: The 32-bit RTG pixel format has changed, to match that of WinUAE (easier to merge stuff in the future this way). This is configurable from the new RTG Panel in the GUI, and the default values are marked with an Asterisk next to them (16-bit modes are not changed). If you change them here (and you should), then your configured Screenmode in Workbench will also be invalid, if it was a 32-bit one. This means that you'll have to open Screenmode and re-select your desired mode, then save it again. |
Just to warn you in case you're recompiling amiberry... it looks like 4.1.2 is out fixing some issues in 4.0. Also, maybe it would be better to report update requests in a different issue... I used this because half of the issue was dedicated to update the emulator, but this is not surely the right place for this request... Sorry. |
I'm getting some bug reports, so there will be a few more updates it seems. :) |
Creating a bug report/issue
Required Information
Additional Information (if applicable)
sed -n 5p /DietPi/dietpi/.hw_model
Steps to reproduce
Expected behaviour
Actual behaviour
Extra details
"sudo apt-get install libsdl2 libsdl2-ttf libsdl2-image libxml2 libflac libmpg123 libpng libmpeg2-4"
The text was updated successfully, but these errors were encountered: