Jump to content

MESSUI and MAMEUI 0.188 released


Robert

Recommended Posts

MESSUI 0.188 and MAMEUI 0.188 have been released and are available at the usual place:

 

http://messui.1emulation.com/

 

 

There's no release of HBMAME.

 

 

Changes:

- Big rewrite due to new code that was added to the core. Big thanks to Mamesick for clues on how to handle this.

- History display was completely rewritten. This adds gameinit.dat and marp.dat, and fixes the missing source info.

- Note that the text format in dat files is interpreted slightly differently - the text is displayed as is. No need for extra blank lines and so on.

- Media View: Mount Item, and Unmount only show when needed.

- The full name of a software-list item is passed around, eliminating the possiblity of loading an identically-named item from another list.

- Many, many other small changes, too many to list individually

 

 

Note:

- The new code we referred to last time has been added. The main problem with it is that if you have unacceptable ini files in your system, it will crash MESSUI/MAMEUI as soon as you click on a game. You will need to clean away any ini/cfg files for the game that caused the crash. Even after that, there's a handfull of games that just crash anyway. There's plans to arrange some sort of workaround in the future, but it's a lot of work.

  • Like 1
Link to comment
Share on other sites

hi and thanks Robert !


for info:
I wanted to compile a simple mamearcade. There are errors. Do you have an idea?


Compiling src/devices/cpu/s2650/s2650.cpp...
Compiling src/devices/cpu/saturn/saturn.cpp...
Compiling src/devices/cpu/sc61860/sc61860.cpp...
In file included from ../../../../../src/devices/cpu/saturn/saturn.cpp:79:0:
../../../../../src/devices/cpu/saturn/satops.hxx: In member function 'void satur                               n_device::saturn_exchange(int, int, int, int)':
../../../../../src/devices/cpu/saturn/satops.hxx:806:6: error: assuming signed o                               verflow does not occur when assuming that (X + c) < X is always false [-Werror=s                               trict-overflow]
 void saturn_device::saturn_exchange(int left, int begin, int count, int right)
      ^~~~~~~~~~~~~
../../../../../src/devices/cpu/saturn/satops.hxx:806:6: error: assuming signed o                               verflow does not occur when assuming that (X + c) < X is always false [-Werror=s                               trict-overflow]
../../../../../src/devices/cpu/saturn/satops.hxx: In member function 'void satur                               n_device::saturn_copy(int, int, int, int)':
../../../../../src/devices/cpu/saturn/satops.hxx:824:6: error: assuming signed o                               verflow does not occur when assuming that (X + c) < X is always false [-Werror=s                               trict-overflow]
 void saturn_device::saturn_copy(int dest, int begin, int count, int src)
      ^~~~~~~~~~~~~
../../../../../src/devices/cpu/saturn/satops.hxx:824:6: error: assuming signed o                               verflow does not occur when assuming that (X + c) < X is always false [-Werror=s                               trict-overflow]
../../../../../src/devices/cpu/saturn/satops.hxx: In member function 'void satur                               n_device::saturn_or(int, int, int, int)':
../../../../../src/devices/cpu/saturn/satops.hxx:1040:6: error: assuming signed                                overflow does not occur when assuming that (X + c) < X is always false [-Werror=                               strict-overflow]
 void saturn_device::saturn_or(int dest, int begin, int count, int src)
      ^~~~~~~~~~~~~
../../../../../src/devices/cpu/saturn/satops.hxx:1040:6: error: assuming signed                                overflow does not occur when assuming that (X + c) < X is always false [-Werror=                               strict-overflow]
../../../../../src/devices/cpu/saturn/satops.hxx: In member function 'void satur                               n_device::saturn_and(int, int, int, int)':
../../../../../src/devices/cpu/saturn/satops.hxx:1055:6: error: assuming signed                                overflow does not occur when assuming that (X + c) < X is always false [-Werror=                               strict-overflow]
 void saturn_device::saturn_and(int dest, int begin, int count, int src)
      ^~~~~~~~~~~~~
../../../../../src/devices/cpu/saturn/satops.hxx:1055:6: error: assuming signed                                overflow does not occur when assuming that (X + c) < X is always false [-Werror=                               strict-overflow]
Compiling src/devices/cpu/scmp/scmp.cpp...
Compiling src/devices/cpu/score/score.cpp...
cc1plus.exe: all warnings being treated as errors
make[2]: *** [optional.make:7000: ../../../../mingw-gcc/obj/x32/Release/src/devi                               ces/cpu/saturn/saturn.o] Error 1
make[2]: *** Attente des tâches non terminées....
make[1]: *** [Makefile:88: optional] Error 2
make: *** [makefile:1015: windows_x86] Error 2

Link to comment
Share on other sites

Due to a major bug in MAMEUI and MESSUI with ini files getting corrupted, a fixed version has been released on the website.

 

It is current git as at the time of me writing this.

 

Alternatively, if you compiled the official release yourself and your compile environment is still intact, just copy over src/osd/winui/directories.cpp from github and compile.

Link to comment
Share on other sites

  • 3 weeks later...

I've spent the last 2 weeks doing major stability fixes, and at the moment it's looking pretty good.

 

 

Reported issues:

 

1. Crash when setting up rom folders or even just hitting cancel - unable to replicate.

 

2. Crash when selecting a background image - unable to replicate.

 

3. Splitters turn the screen into mush on a new install - this is confirmed but not fixed yet. But there is a workaround.

Start MESSUI/MAMEUI. Drag out the bottom-right corner to expand it to the desired size (even though it looks like crap). Close it. Open it. Now you can adjust the splitters and it will look ok. Close it again to save the settings. Next time you open it, everything will be fine.

 

 

Other issues that caused grief:

 

1. Crash when selecting certain MESS systems. This was due to multiple bugs both in winui (MESSUI/MAMEUI) and in the core. They have been fixed, as far as I can tell.

 

2. Crash when selecting certain games on intermediate builds. The driver cache wasn't being updated and presented incorrect info. There was also a winui bug affecting clone detection. This has been fixed.

 

3. Crash in NewUI that doesn't happen in the tab menu, when you load software, then do something that changes the name of slot the software was in. Not yet fixed. Fixed!

 

4. In the MAME (Mewui) menu, selecting Configure Machine then Video Options will crash MAME. Known about by the developers, but no solution is in sight.

 

 

PLEASE NOTE:

 

The ini files used by winui (MAME_g.ini and mameui.ini / MESS_g.ini and messui.ini) now have a new format and is not compatible with the earlier files. This means that all your frontend settings (including play times) will be lost.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...