Re: [hatari-devel] Hatari Framagit Windows build: "Failed loading SDL3 library" |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: Miro Kropáček <miro.kropacek@xxxxxxxxx>
- Subject: Re: [hatari-devel] Hatari Framagit Windows build: "Failed loading SDL3 library"
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 7 Jun 2025 18:06:51 +0000
- Cc: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1749319613; bh=I/WbCAslLgBi9qLNit3c1Wh7XIyRvO3p1CuI3mKaM6U=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=Mjg3eR0E5BDq2BNaVN2c3gj5MVG4QEJNeJra4B80cFD4TB4tuksogsP7l38Gm78Uo JWYG2nVBlP2j9f1HJHSW7O+GAIE1wo2cDfN9HLUGm3Zb3w0tpwcUZXvv2YUY4hgkkO MBc/TsGhW7Rc8Ll6FiGzZqvf0ENn4p6IZqTbcqw7aqCNLm1Ueo8WoJedcXhXR10Ouy /S+dzCfzIq6Zps2ThEAFDuoH7Oj/EzMsHIOCkLl+a+IckXqHbCTsGRhYoYl5jP9H1D vVT9n/S1OT1S+hpeNWU4kp3CAQhsCwUQhXrdWIsmmEGTkjB2Zrrzddy+Dw9DK60uNx gBn6WHvHj5mkQ==
Am Sat, 7 Jun 2025 15:55:38 +0200
schrieb Miro Kropáček <miro.kropacek@xxxxxxxxx>:
> On Sat, 7 Jun 2025 at 15:11, Thomas Huth <th.huth@xxxxxxxxx> wrote:
>
> > Drat, looks like the new Fedora 42 got rid of SDL2 and replaced it with the
> > mingw64-sdl2-compat wrapper that uses SDL3 as the backend. I downgraded
> > the CI
> > job to Fedora 41 now, I hope that should avoid the problem for a while.
> >
> > In the long run, after the next release of Hatari, I guess I'll finally
> > have
> > a closer look at Andreas' patch to update Hatari to SDL3...
> >
> FWIW, I have been using sdl2-compat wrapper for a while now in both Aranym
> and Hatari. It has become much better now, virtually I can't tell the
> difference against true SDL2 anymore.
Ah, great, thanks, that's good to know that we can switch to the wrapper in
the worst case now! (but as long as Fedora 41 still gets updates, I think
we can continue with it for now)
Thomas