Jump to content

StHiryu

Premium Members
  • Posts

    258
  • Joined

  • Last visited

  • Days Won

    56

Posts posted by StHiryu

  1. 4 hours ago, Venko said:

    I can't pass the 'hit any key to continue' screen in HBMAMEUI 0.243 32bit on Win XP.

    #
    # OSD INPUT OPTIONS
    #
    keyboardprovider dinput

    or
    keyboardprovider win32

    (or any of the other choices) don't work.

    Any ideas StHiryu?

    Make sure to clear all the inis in your ini folder, because it works at my side. Change your hbmame.ini with that line.

    Anyway this is an issue with the source code, not by compiling. Can't give you better assistance.

  2. On 8/2/2021 at 12:20 PM, Robert said:

    @StHiryu : I was about to say that the file locations are right there in the text you quoted.

    Obviously I'm not going to recommend using bits of code from old versions - there's a reason for having newer code.

    You need to consider that you are able to build MAMEUI, and MESSUI is simply a subset of that. So you need to find out what you're not doing correctly.

    Simply I'm doing the same process with all the distributions. For example for mameui:

    git clone https://github.com/Robbbert/mameui.git

    make -j5 TARGET=mame OSD=messui REGENIE=1 STRIP_SYMBOLS=1 NOWERROR=1 PTR64=1

    And for messui:

    git clone https://github.com/Robbbert/messui.git

    make -j5 SUBTARGET=mess OSD=messui REGENIE=1 STRIP_SYMBOLS=1 NOWERROR=1 PTR64=0

    No changes are made from the github code.

    EDIT: Finally compiled 0.233 with the quoted changes and works. So I'll compile again the messui versions since 0.227.

  3. 23 hours ago, CBF said:

    Hi,

    the last time I've compiled MessUI32 was with version 0.230, and it worked with the following changes:

    In src\mame\: copy messui.txt mess.flt

    In src\osd\winui\: copy ui.rc mameui.rc

    I guess this will still work for newer MessUI32 versions, too - maybe give it a try ...

     

    Where do you obtain those files to copy from (messui.txt mess.flt ui.rc mameui.rc)?

  4. Tried 0.233 with the known problems. The exe does not launch. Can compile 234 to test later...

    Edit: Same problem with 0.234. It's strange this does not happen with arcade, hbmameui and mameui.

×
×
  • Create New...