MAMEWorld >> News
View all threads Index   Threaded Mode Threaded  

Pages: 1

John IVModerator
IV/Play, MAME, MAMEUI
Reged: 09/22/03
Posts: 1967
Loc: Washington, USA
Send PM


[Annc] MameUI64 .159 & snaps/icons released.
#337207 - 02/25/15 05:29 PM


Snaps and Icons released.

http://www.mameui.info/

Edited by John IV (02/26/15 04:57 AM)



john iv
http://www.mameui.info/



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


messres.h, resourcems.h + OPENGL new [Re: John IV]
#337209 - 02/25/15 06:27 PM


messres.h and resourcems.h are now in the MAMEUI source.
Are these files necessary ?



OPENGL is missing in winui\properties.c
after line 255
{ TEXT("BGFX"), "bgfx" },

add

#if (USE_OPENGL)
{ TEXT("OPENGL"), "opengl" },
#endif



redk9258
Regular
Reged: 09/21/03
Posts: 3968
Loc: Troy, Illinois USA
Send PM


MAMEUI_0.159b_32-bit... new [Re: John IV]
#337229 - 02/26/15 02:51 AM Attachment: MAMEUI_0.159b_32-bit.7z 24679 KB (39 downloads)


See attached...



Jorge
MAME Fan
Reged: 08/08/04
Posts: 89
Send PM


Re: MAMEUI_0.159b_32-bit... new [Re: redk9258]
#337233 - 02/26/15 03:48 AM


Thanx!!!!



John IVModerator
IV/Play, MAME, MAMEUI
Reged: 09/22/03
Posts: 1967
Loc: Washington, USA
Send PM


Re: messres.h, resourcems.h + OPENGL new [Re: MASH]
#337234 - 02/26/15 04:58 AM


They're from Robbbert's tree, probably harmless.



john iv
http://www.mameui.info/



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


Re: messres.h, resourcems.h + OPENGL new [Re: MASH]
#337242 - 02/26/15 08:05 AM





Mamesick
Troll Lamer
Reged: 09/21/03
Posts: 1649
Loc: Italy
Send PM


Re: messres.h, resourcems.h + OPENGL new [Re: Robbbert]
#337255 - 02/26/15 01:15 PM


> OpenGL isn't officially working yet. However I've just added the opengl choice to
> github.

Actually, it works in 0.159 but it exhibits (like GDI video mode) a lot of tearings. Looks like it's not in sync and doesn't take care of syncrefresh and waitvsync.



AKUMA™
MAME Fan
Reged: 08/07/14
Posts: 6
Send PM


Re: [Annc] MameUI64 .159 & snaps/icons released. new [Re: John IV]
#337264 - 02/26/15 05:41 PM Attachment: MAMEWTF.png 49 KB (1 downloads)


I got problems with the latest MameUI crashing after about a minute or no matter what game I run. And what's this new BGFX option as all it does is output info to the screen about the display?

[ATTACHED IMAGE - CLICK FOR FULL SIZE]

Attachment

Edited by AKUMA™ (02/26/15 05:42 PM)



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


Re: [Annc] MameUI64 .159 & snaps/icons released. new [Re: AKUMA™]
#337267 - 02/26/15 09:37 PM





AKUMA™
MAME Fan
Reged: 08/07/14
Posts: 6
Send PM


Re: [Annc] MameUI64 .159 & snaps/icons released. new [Re: Robbbert]
#337274 - 02/26/15 11:30 PM


That's fine I won't, although I don't understand the point of adding something to the options that doesn't really work yet, better off hiding it until it does work.

But yeah, MameUI64 crashes about a minute or two into the emulation of every game I've tried. The specific error is never mentioned, just a windows popup saying it needs to close it. Oh well, back to 158 again I suppose.



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


Re: [Annc] MameUI64 .159 & snaps/icons released. new [Re: AKUMA™]
#337288 - 02/27/15 03:41 AM





Maroon
MAME Fan
Reged: 11/17/10
Posts: 5
Send PM


Re: [Annc] MameUI64 .159 & snaps/icons released. new [Re: John IV]
#337294 - 02/27/15 07:36 AM


kozure.png is missing from the snapshots, although it is in MameUI_Snaps_v.dat.



Mamesick
Troll Lamer
Reged: 09/21/03
Posts: 1649
Loc: Italy
Send PM


Re: [Annc] MameUI64 .159 & snaps/icons released. new [Re: Robbbert]
#337298 - 02/27/15 12:23 PM


I disagree about hiding the new BGFX option. In MAME core it's enabled and you can use it even if it displays only some screen info at the moment. So we should support it and make it available. If this user is annoyed and has probably a messed up configuration, it's not our problem.

I left run in attract mode and then played MAMEUI and MAMEUIFX with Karate Blazers as test game for an hour and no crashes.



CiroConsentino
Frontend freak!
Reged: 09/21/03
Posts: 6211
Loc: Alien from Terra Prime... and Brazil
Send PM


Re: [Annc] MameUI64 .159 & snaps/icons released. new [Re: Robbbert]
#337300 - 02/27/15 02:01 PM


What is this BGFX video output ? Isn't that OpenGL ? I ran thru '\mame\src\osd\windows\video.c' and couldn't find the bgfx option, only opengl (which is disabled in the official compiled binary).



Emu Loader
Ciro Alfredo Consentino
home: http://emuloader.mameworld.info
e-mail: ciroconsentino@gmail.com



Mamesick
Troll Lamer
Reged: 09/21/03
Posts: 1649
Loc: Italy
Send PM


Re: [Annc] MameUI64 .159 & snaps/icons released. new [Re: CiroConsentino]
#337301 - 02/27/15 02:13 PM


Curious this fact because i find these lines in the same source file:

Code:

	// video options: extract the data
stemp = options().video();
if (strcmp(stemp, "d3d") == 0)
video_config.mode = VIDEO_MODE_D3D;
else if (strcmp(stemp, "auto") == 0)
video_config.mode = VIDEO_MODE_D3D;
else if (strcmp(stemp, "ddraw") == 0)
video_config.mode = VIDEO_MODE_DDRAW;
else if (strcmp(stemp, "gdi") == 0)
video_config.mode = VIDEO_MODE_GDI;
else if (strcmp(stemp, "bgfx") == 0)
video_config.mode = VIDEO_MODE_BGFX;
else if (strcmp(stemp, "none") == 0)
{
video_config.mode = VIDEO_MODE_NONE;
if (options().seconds_to_run() == 0)
osd_printf_warning("Warning: -video none doesn't make much sense without -seconds_to_run\n");
}
#if (USE_OPENGL)
else if (strcmp(stemp, "opengl") == 0)
video_config.mode = VIDEO_MODE_OPENGL;
#endif
else
{
osd_printf_warning("Invalid video value %s; reverting to gdi\n", stemp);
video_config.mode = VIDEO_MODE_GDI;
}


So it's available in MAME.
You (and others asking about this option) might want to have a look at:
https://github.com/bkaradzic/bgfx
Peace.



CiroConsentino
Frontend freak!
Reged: 09/21/03
Posts: 6211
Loc: Alien from Terra Prime... and Brazil
Send PM


Re: [Annc] MameUI64 .159 & snaps/icons released. new [Re: Mamesick]
#337309 - 02/27/15 05:01 PM


Thanks.
Weird, I re-downloaded the source code and now it's listed there. I got it from mamedev.org site. Cross-platform renderer...



Emu Loader
Ciro Alfredo Consentino
home: http://emuloader.mameworld.info
e-mail: ciroconsentino@gmail.com



AntoPISA
MAME Snapper
Reged: 09/15/08
Posts: 2899
Loc: Pisa, Italy
Send PM


Re: [Annc] MameUI64 .159 & snaps/icons released. new [Re: John IV]
#337314 - 02/27/15 08:05 PM


The new version is, as usual, mirrored here: http://www.progettosnaps.net/mameui/

On page were added (thanks to acdacd) some very old versions (1997-1998-2000) and the sources of 0.34 and 0.35 versions!



Site: https://www.progettosnaps.net/
Board: progetto-SNAPS Official Board
Twitter: @progettosnaps



John IVModerator
IV/Play, MAME, MAMEUI
Reged: 09/22/03
Posts: 1967
Loc: Washington, USA
Send PM


Re: [Annc] MameUI64 .159 & snaps/icons released. new [Re: Maroon]
#337348 - 02/28/15 10:09 PM Attachment: kozure.png 68 KB (8 downloads)


Good catch, this happens sometimes when I re-add previously created art. Kozure was created in 2003 originally, laugh, and then dev marked it as non-working somewhere along the way. I have added it to the update.zip pack and will add it here.

[ATTACHED IMAGE]

Attachment



john iv
http://www.mameui.info/


Pages: 1

MAMEWorld >> News
View all threads Index   Threaded Mode Threaded  

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