• 0 Votes
    4 Posts
    1k Views
    Thorr69T

    @jimi007 Ok, so, I was an OG Amiga user. I had a 500, 2000, and a 3000. Amiga was made long before any console has force feedback of any kind. So, why would there be any vibration response in any Amiga game ever?

    I guess I am trying to figure out why you are expecting vibration from a system that never had it. It just seems on par with expecting stereo surround sound from an Atari 2600.

  • 0 Votes
    7 Posts
    860 Views
    N

    @jimi007 said in Speedball 2 CD32 DOS error 103 not enough memory:

    Z3_RAM=16

    Thanks @Jimi007. I've merged the change and added more Z3. On the next xml update (usually end of week) it should be taken into account.

  • 0 Votes
    13 Posts
    919 Views
    LolonoisL

    @kpcollins This workaround helped me as I ran Amiberry on a Rpi3.

    2021's adapted workaround:

    Connect via SSH to your Rpi. Change to amiberry emulator folder: cd /opt/retropie/emulators/amiberry Edit file amiberry.sh: sudo nano amiberry.sh The change to be done is at line 20:
    Change "$emulator" --autoload "$rom" -G

    to

    "$emulator" -autoload="$rom" -s sound_frequency=32000 -G Save and quit: Ctrl-X and answer y when prompted.

    HTH

  • 0 Votes
    6 Posts
    756 Views
    LolonoisL

    @nemo93 NP, thanks for sorting this out. As stated earlier the whole testrun was anticipatory for the time when kernel 4.19 is discontinued. So still a few years development time for full KMS.

  • Amiberry Frozen Launch Screen

    Help and Support
    2
    0 Votes
    2 Posts
    1k Views
    N

    @fentimanj hi! Let's continue the discussion here as I just posted on Amiberry's github. First of all I need to ensure you've read the "main" thread about Amiga and Amiberry (here). Then I'd need more inputs about your setup. For instance, which Retropie version you're using, have you updated the OS packages and/or Amiberry, etc? A full description about your setup always help as said in that post ;-)

    If you got Amiberry logo and WHDload Autobooter screens this is not good. Especially for a game like Lotus 2 which has been heavily tested. Therefore I suspect you either do not have the very latest version of the WHD package of that game (should be Lotus2_v1.11_0497.lha as of typing) or you renamed the file. If you did the latter please don't and leave the name as-is.

    Without further details from your setup I can't help much. Just ensure to get the latest Amiberry binary from Retropie Setup (or compile from source), check the names of your packages/.lha files and also double-check the Kickstart ROMs you got. They must match those listed here.

  • Amiberry running AGA games issue

    Help and Support
    1
    0 Votes
    1 Posts
    315 Views
    No one has replied
  • 0 Votes
    3 Posts
    830 Views
    R

    Hi,

    Thanks for your prompt reply.
    Sorry for not having fully specified my config.
    When writing this very post, I was going through the template for it using the link you provided and came across the question 'usb devices connect'. At this point I thought of trying starting Amiberry without having my 2 Xbox (original) controllers connected, which are in turn connected to my USB hub.
    And guess what...this did the trick! Amiberry now starts fine. I'm able to reproduce the issue so this is really the problem. Disconnecting either one of the 2 controllers will also work. But 2 at the same time won't work. I'm not having any other issues with both connected at the same time. I have a 5A PSU and never seen the rainbow logo with this setup except immediately after power on (bios screen).

    I hope this may help anyone else stumbling upon this in the future.

  • 0 Votes
    1 Posts
    376 Views
    No one has replied
  • Amiga WHDLoad Amiberry - Black Screens

    Help and Support
    3
    0 Votes
    3 Posts
    790 Views
    J

    @nemo93 Many thanks for the reply. I found the site I was using has 'empty' WHDLoad. I switched to another source (I won't post it here), but now working fine. Many thanks.

    Peter

  • 0 Votes
    5 Posts
    575 Views
    BuZzB

    @mitu Thanks. It's possible I didnt trigger the upload. I can't remember :-)

  • 0 Votes
    11 Posts
    2k Views
    A

    @george-spiggott said in Amiberry Configuration File - can't locate:

    @adambegood I'm also experiencing intermittent results from Auto height. I don't have Rick Dangerous 2 but Shadow of the Beast works fine for me.

    Now that I've got the latest Amiberry after updating from Source, Shadow Of The Beast works fine for me also. I have some games with anomalies on auto-height still, but overall I am very happy with the way things are working.

    On a slightly different note, I have got some games with graphical glitching (Deluxe Galaga and Plan 9 from Outer Space are the ones I recall). Do you know if there are any settings that might sort those out, or is it just something that has to be accepted?

    Edit: Notice here you have mentioned graphical issues: https://retropie.org.uk/forum/topic/30213/amiberry-4-0-released/8?_=1617581491663

    I guess these may be sorted as the core is worked on then.

  • Amiberry 4.0 released

    Help and Support
    41
    0 Votes
    41 Posts
    8k Views
    LolonoisL

    @ecto Thanks for the configs, I did some analysis. First: I should have mentioned that after the change of this line to make -j4 PLATFORM="rpi4-sdl2" the amiberry must be rebuilded and installed (sudo ./retropie_packages.sh amiberry), please also make sure you use v4.1.6 of Amiberry and not the current master, just in case you missed it.

    From the configs I found these differences to mine:

    In amiberry.conf:
    Diffs mine (which are also the default amiberry.conf settings) starting with - (red), yours starting with + (green)

    $ diff -bB -u --color amiberry.conf amiberry.conf_usr_ecto --- amiberry.conf 2022-03-04 18:10:15.818541075 +0100 +++ amiberry.conf_usr_ecto 2022-03-04 17:57:08.000000000 +0100 @@ -5,7 +5,7 @@ rctrl_as_ramiga=no gui_joystick_control=yes use_sdl2_render_thread=no -default_multithreaded_drawing=yes +use_drawing_thread=no input_default_mouse_speed=100 input_keyboard_as_joystick_stop_keypresses=no default_open_gui_key=F12 @@ -15,11 +15,11 @@ rotation_angle=0 default_horizontal_centering=yes default_vertical_centering=yes -default_scaling_method=-1 +default_scaling_method=0 default_frameskip=no default_correct_aspect_ratio=yes default_auto_height=no -default_width=640 +default_width=720 default_height=512 default_fullscreen_mode=2 default_stereo_separation=7 @@ -38,49 +38,3 @@ default_whd_buttonwait=no default_whd_showsplash=yes default_whd_configdelay=0

    You may change them one by one to my settings and retest after each change.

    In config.txt:
    I have seen you run a high overclocking. Maybe you can disable it for the tests on amiberry. I had different downside effects on Amiberry (3.3 and 4.1.6 when OC over 1950Mhz) (on my 4.19 kernel with fake KMS).
    I assume you are using a (4k?) TV for the Raspberry. Can you try with a full HD computer monitor?
    E.g., set hdmi_group=2, hdmi_mode=82 or set only hdmi_group=0, I guess you know the switches. --> https://www.raspberrypi.com/documentation/computers/config_txt.html#hdmi_group

    And I did not review/change the WHDLoad file. I just let it sit there. You should however update it from time to time (within the Amiberry UI menu), if you haven't done it recently.

    HTH

  • Can't load Amiga games automatically

    Help and Support
    1
    0 Votes
    1 Posts
    238 Views
    No one has replied
  • 0 Votes
    2 Posts
    482 Views
    V

    OK, i worked it out. Please consider this help request closed.

    For anyone else having the same issue: don't map the "Retroarch keyboard as joystick" to any of the four available ports in Amiberry's controls menu.

    The keyboard then works as a keyboard. I find it counter intuitive, but hey! It works.

  • 0 Votes
    2 Posts
    1k Views
    C

    @pmdci Capture.PNG

    This is a screenshot of my directory and my amiberry works great.

  • 0 Votes
    1 Posts
    326 Views
    No one has replied
  • 0 Votes
    24 Posts
    5k Views
    mituM

    We may have to amend the docs and don't recommend ds4drv anymore. Try with regular bluetooth pairing again - it should work.

  • 0 Votes
    1 Posts
    339 Views
    No one has replied
  • 0 Votes
    64 Posts
    9k Views
    S

    @buzz
    You have a good point.

    I had a very similar problem to this thread. I replaced my Pi 3 retropie with a Pi 4 and retropie was behaving in a jittery fashion with Emulation Station and the games weren't smooth. I also have a 4K Samsung Smart TV as did the original poster. Although I wasn't using Amiberry, I was using mame, daphne, and jzintv and I figured the same solution that @gordonfreemanjr used would work for me. So I added the five lines to my /boot/config.txt file that he listed in his "IT WORKS" post but lo-and-behold it did not work for me. tvservice -s was still showing a 4K connection when I expected 1080p.

    My solution was simple with a twist. Starting from the stock config.txt, I uncommented and modified the following:

    hdmi_group:0=1 hdmi_mode:0=16

    It was necessary for me to add the :0 to get it to work. Now there are no jitters, the motion is smooth, and tvservice -s reports a 1080p connection.

  • Amiberry fuzzy / blurry

    Help and Support
    7
    1 Votes
    7 Posts
    1k Views
    S

    @nharrer
    Did you make any progress with this issue?

    I'm facing exactly the same problem now.