Frontend Tech + >> MAMEUI & IV/Play
Previous thread Previous  View all threads Index   Next thread Next   Threaded Mode Threaded  

Pages: 1

RobbbertModerator
Sir
Reged: 08/21/04
Posts: 3203
Loc: A long way from you
Send PM


MAMEUI64 nightly builds are back again
#397968 - 02/16/24 02:17 PM


You need to be a member of Github.

https://github.com/Robbbert/mameui/actions

It's best to choose the latest one (we only keep 2 weeks worth).

If there's issues with MAMEUI crashing (not MAME crashing), let us know.



MASH
MASH
Reged: 09/26/03
Posts: 1775
Loc: Germany
Send PM


Re: winui/newui.cpp new [Re: Robbbert]
#397988 - 02/17/24 05:03 PM


> You need to be a member of Github.
>
> https://github.com/Robbbert/mameui/actions
>
> It's best to choose the latest one (we only keep 2 weeks worth).
>
> If there's issues with MAMEUI crashing (not MAME crashing), let us know.


This change works for me with MSYS64/GCC 13.2 Compiler:

winui/newui.cpp

//if (ofn->filename) // gcc 13.2 errors because it says this cannot be null

to

if (ofn->filename[0] != '\0')

----

Thanks for the MAMEUI Classic update at
https://github.com/Robbbert/mameui


Pages: 1

Frontend Tech + >> MAMEUI & IV/Play
Previous thread Previous  View all threads Index   Next thread Next   Threaded Mode Threaded  

Extra information Permissions
Moderator:  John IV, Robbbert 
0 registered and 14 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 294