Jump to content

Robert

User Admin
  • Posts

    12,747
  • Joined

  • Last visited

  • Days Won

    282

Everything posted by Robert

  1. I can only repeat that WinSXS should not be accessible to users. It's for system restores only, and for the TrustedInstaller. If you add command-line arguments, it causes the command-line version to run, that is normal. There's nothing more I can say, since I have not encountered this problem, and up till now, nobody else has either.
  2. The code already says InitCommonControlsEx. (mui_util.cpp, line 427, current git). I'm not sure about "DllInstall", but since it works for me it can't be an issue. Do the following: From the command line, do >mameui64 > x When it has started up (or in your case failed), exit back to the command line. >type x | find "controlversion" In my case it says Win32UI_init: Common controlversion 6 16 what does it say for you?
  3. * HBMAME 0.226.A [Arcade homebrew] - https://hbmame.1emulation.com/ * ZEsarUX 9.1 [Multi-system] - https://github.com/chernandezba/zesarux/releases * Cemu 1.22.0k [Wii-U] - http://cemu.info/ * GameEx 16.72 [Frontend] - https://www.gameex.com/news/ * uCON64 2.2.1 [Frontend] - https://ucon64.sourceforge.io/index.php * RomVault 3.2.0 [Rom Manager] - https://www.romvault.com/
  4. https://hbmame.1emulation.com What's new in HBMAME ==================== 2020-11-25 0.226.A - HBMAMEUI received lots of updates. New Games --------------------------------- - [sf2cemix] Street Fighter II': Champion Edition (Mix 0.96)
  5. I can only support what I build. See the notice at https://messui.1emulation.com/ You should tell your windows to use the comctl32.dll that is in c:\windows\system32. You might need to register the dll. On my system it says File version 5.82.18362.1139 and Product version 10.0.18362.1139 The things that are in winsxs are for system restores, and should not be accessible to the normal user.
  6. Robert

    MAME news

    If you change any settings for a game, they have to be saved somewhere so that MAME can pick them up when you run the game. Real frontends send a long string of command-line options, but since MAMEUI is actually joined to MAME, the settings get saved in the ini file instead. writeconfig is only for MAME, not MAMEUI. So, if you were playing the game, and you used the tab menu to change something, it won't get saved unless writeconfig is 1. But changing something in the MAMEUI properties will save it every time.
  7. * Emma 02 v1.37 [cosmac-based] - https://www.emma02.hobby-site.com/download.html * Romcenter 4.1.0 [Rom Manager] - http://www.romcenter.com/forum/viewforum.php?f=6 * Romulus 0.048 [Rom Manager] - https://romulus.cc/
  8. For reasons not yet determined, gmail users are not receiving the validation email. (Or maybe it's going to spam). Therefore staff will look for unvalidated gmail accounts, check that the email actually exists, and if all looks good, the account will be manually enabled. This process can take a few days, so don't just assume you'll never be able to talk here, have patience and try each day.
  9. Robert

    MAME news

    Nobody has reported issues with that. First I've heard of it.
  10. Robert

    MAME news

    The C++17 conversion was a complete success. Apart from a few minor errors all our builds compiled and ran perfectly well on Windows 10. This is what happens when proper testing is done - the implementation is painless.
  11. Robert

    MAME news

    Update... the change to C++17 just happened. It's not known yet how that affects us.
  12. Robert

    MAME news

    The release of 0.227 has been delayed. https://www.mamedev.org/?p=489 Most of that post is incomprehensible technical jargon to the average person, so let's make it simple. A change to the memory system was installed about 2 weeks ago, without any testing. It was therefore no surprise to find that many systems, particularly arcade ones, now crash at start. Or, if they started up, the graphics are bad, or the game doesn't work. Nobody knows how the new memory model works, but the logical approaches that should work no longer do, so it's now guesswork. Therefore it will take a long time to fix, or even identify many of the regressions. This also means that HBMAME cannot be kept up to date, as the new memory system breaks Neo-Geo. HBMAME is therefore on hold. MAMEDEV have released new tools for compiling - https://www.mamedev.org/tools/ In December, MAME will move to C++17. At this it is unknown what effects this may have, but it's possible that XP or 32-bit might no longer work. Another major change alluded to in the first link is that variables which by default are initialised to zero will be left at their random values, which could cause weird regressions. It's not sure when this will be done, but probably by Christmas. Now for some good news.... Major work has been done on WinUI (this is MESSUI and MAMEUI). All known bugs have been fixed. Many new adjustments have been added. Support for BGFX, OpenGL and GLSL shaders has been added. You can select plugins. The GLSL shaders that are part of the ARCADE64 package will be also supplied for all the other builds too. WinUI is no longer considered a development system, but as a production system. This means that the debugger controls have been removed. If a game had the debugger enabled, it will be deactivated at start, so the game runs normally. Some parts of WinUI have been deprecated. This means those parts are no longer supported, and will be removed soon, when convenient. Those parts are: - verbose.log and winui.log : These are leftover parts of the debugging environment, and are known to cause slowdowns - shortcut keys. These are a relic of a bygone age. Use your mouse. - inbuilt help. This hasn't been updated for about 20 years. Modern windows doesn't have any offline help, so WinUI will follow. All help text and files will be removed. - manufacturer cleanup. WinUI attempts to adjust the manufacturer names to overcome the variations on a theme from MAME. This will be removed, and the cleanup will need to be done in MAME instead. -- ARCADE64 has not yet received the upgrades, but it is planned. The M1FX button and option will be removed. One change that has been done is that the GLSL folder and support have been removed. The shader files now reside in the HLSL folder, the same as is done in WinUI. Note that ARCADE64 currently requires the shaders to be in the HLSL folder, where WinUI allows the shaders to be anywhere (although the HLSL folder is recommended). If you use ARCADE64 with shaders, you'll have to move the shaders from the GLSL folder to the HLSL folder. For those of you with 4k screens who are wondering when proper support will be added, all I can say is that I don't have a 4k screen, and have no plans on getting one. Further, I have no idea what programming is needed to add the support. However, https://www.mameworld.info/ubbthreads/showflat.php?Cat=&Number=350549&page=0&view=collapsed#Post388272 is supposed to work.
  13. * Wine 5.0.3 [Windows emulator for Unix] - https://www.winehq.org/ * SDLMAME 0.226 for Ubuntu - http://sdlmame.wallyweek.org/download/ * MEmu 7.2.9 [Android] - https://www.memuplay.com/blog/en/category/release-notes * Mednafen 1.26.1 [Multi-system] - https://mednafen.github.io/releases/ * Classic99 v399.032 [T.I. 99/4A] - http://www.harmlesslion.com/cgi-bin/onesoft.cgi?1 * Cemu 1.21.5 [Wii-U] - http://cemu.info/ * pfeMAME 2.14.1 [Frontend] - https://sourceforge.net/projects/pfemame/rss?path=/
  14. * Applewin 1.29.16.0 [AppleII] - https://github.com/AppleWin/AppleWin/releases * Stella 6.4 [Atari 2600] - https://github.com/stella-emu/stella/releases * RPCS3 0.0.13alpha [PS3] - https://github.com/RPCS3/rpcs3/releases * dgVoodoo 2.71.3 [Plugin] - http://dege.freeweb.hu/index.html
  15. I've updated the news post to include FB Neo's features. But as to FB Neo vs Raine, it would be a matter of personal preference. You'll have to try them both out and decide.
  16. The arcade emulator FB Neo, which evolved from the defunct FB Alpha, has finally had its first release. Get it here: https://github.com/finalburnneo/FBNeo/releases
  17. MAME 0.226 was released * Official - https://mamedev.org/release.html * ARCADE64 - http://arcade.mameworld.info/ * HBMAME64 - http://hbmame.1emulation.com/ * MESS64, MESSUI64 - http://messui.1emulation.com/ * MAMEUI64 - http://www.mameui.info/ * WolfMame - https://github.com/mahlemiut/wolfmame/releases Other releases * Sixtyforce 2.0.2 [N64] - https://sixtyforce.com/ * Applewin 1.29.15.0 [Apple2] - https://github.com/AppleWin/AppleWin/releases * Raine 0.91.10 [Arcade] - https://raine.1emulation.com/download/latest.html * mGBA 0.8.4 [GBA] - https://mgba.io/ * hhugboy 1.3.0 [GB] - https://github.com/tzlion/hhugboy/releases/ * Mednafen 1.26.0-UNSTABLE [Multisystem] - https://mednafen.github.io/releases/ * Pantheon 10.000 [Multisystem] - http://bostjan-grandovec.si/Content/Download.htm * TRS32 1.28 [TRS80] - http://www.trs-80emulators.com/downloads/ * Cemu 1.21.4 [Wii-U] - http://cemu.info/ * Speccy 5.5 [Sinclair] - http://fms.komkon.org/Speccy/ * mGalaxy 8.0 [Frontend] - https://www.mgalaxy.com/download/ * GameEx 16.67 [Frontend] - https://www.gameex.com/news/
  18. You need to add TOOLS=1, but you also need to add REGENIE=1 for the first time. After doing that, you need to keep TOOLS=1 every time you compile, or it gets confused.
  19. Robert

    Raine 0.91.9

    Looks like the one who complained never came back. I decided to enable his new account anyway, as it appears that gmail is rejecting our emails for whatever reason. Also, I extended the 2 days grace period to a week. This gives more time for an admin to notice such accounts.
  20. MESS, MESSUI and MAMEUI 0.226 are released. https://messui.1emulation.com/ https://arcade.mameworld.info/messui Changes: - Removed messages about no_dumps and bad_dumps - Removed message about the game having no sound hardware - messui/mameui - fixed joymap option MESSUI is in the middle of getting some updates. Some menus are currently incomplete. Some of the changes include: - Added xaudio2 - removed reset button - removed activate integrated debugger option - removed debugscript - removed output diagnostic information option. - if the debugger was left on, it will be deactivated when the game is started - the snapshot pattern option has been repaired and reinstated.
  21. https://hbmame.1emulation.com What's new in HBMAME ==================== 2020-10-28 0.226 - Metal Slug 1,2,3,4,5 and X remix has been massively updated - The Metal slug 3 Ghost Wu Zuoma / The Random Enemies Resetting Version 1.0 roms have been made working and compatible with the emulator. - Removed on-screen messages about bad_dumps and no_dumps. - Removed on-screen messages about game having no sound hardware. New Games --------------------------------- - [captcomms107] Captain Commando (Masters Competition Edition 2020-10-18) - [dinos279] Cadillacs and Dinosaurs (God of War Edition Update 2020-10-18) - [dinos280] Cadillacs and Dinosaurs (The Warriors Edition Update 2020-10-18) - [dinos281] Cadillacs and Dinosaurs (Commemorative Edition 2020-10-18) - [dkongst2] Donkey Kong Springs Trainer 2 - [doubledrs09] Double Dragon (Edition Language China 2015-04-06) - [kof2k2s120] Kof2002 (Combo Simplified Edition 2020-09-18) - [kof97s210] Kof'97 (Angry Athena-Snake Slayer War Original 2020-09-16) - [kof97s211] Kof'97 (Angry Athena-Snake Slayer War Simplified 2020-09-16) - [kof97s212] Kof'97 (Chaos Edition 1.9 Original 2020-08-26) - [kof97s213] Kof'97 (Chaos Edition 1.9 Simplified 2020-08-26) - [kof97s214] Kof'97 (Mad Dragon Edition Original 2020-09-25) - [kof97s215] Kof'97 (Mad Dragon Edition Simplified 2020-09-30) - [kof97s216] Kof'97 (Imitation 13 Flash Version Original 2020-09-30) - [kof97s217] Kof'97 (Imitation 13 Flash Version Simplified 2020-09-30) - [kof97s218] Kof'97 (Chaos Edition 2.0 Original 2020-09-05) - [kof97s219] Kof'97 (Chaos Edition 2.0 Simplified 2020-10-14) - [kof98hh137] Kof'98 (Simple Edition 2020-08-08) - [kof99s106] Kof'99 (Imitation 14 BC Version (AC open BC) 2020-09-30) - [kov2h29] Knights of Valour 2 (Green Edition 2020-09-16) - [kov2h30] Knights of Valour 2 (Green Edition 2020-10-15) - [kov2p204s106] Knights of Valour 2 Plus (God of War Musou 2020-09-14) - [kov2p204s107] Knights of Valour 2 Plus (Mingyue Huacai 2019-03-21) - [kov2p204s108] Knights of Valour 2 Plus (Tianhuo Mingming 2019-10-17) - [kov2p204s109] Knights of Valour 2 Plus (Evil Phoenix Tianchi 2017-07-26) - [kovpluss381] Knights of Valour Plus 2012 (Warriors Classic Edition 2020-09-17) - [kovpluss382] Knights of Valour Plus 2012 (World Unification 2020-09-20) - [kovpluss383] Knights of Valour Plus 2012 (Warriors Edition 2020-10-10) - [kovpluss384] Knights of Valour Plus 2012 (Heroes Dance 2020 2020-10-11)[NOT WORKING] - [kovpluss385] Knights of Valour Plus 2012 (Heroes Dance 2020 Special Edition 2020-10-11) - [kovpluss386] Knights of Valour Plus 2012 (Heroes Dance 2 2020 Special Edition 2020-10-16)[NOT WORKING] - [kovsho191] Knights of Valour Super Heroes Plus (Random Edition 2020-09-17) - [kovsho192] Knights of Valour Super Heroes Plus (Zhao Yun Dead World Edition 2020-09-19) - [mslug4hh29] Metal Slug 4 (Mummy Edition 2020-08-31) - [mslug5dh81] Metal Slug 5 (Final Edition 2020-09-19) - [mslugxate08] Metal Slug X (Apocalyptic Time 5.3 2R Edition 2020-08-04) - [neotrisd3] Neo Tris (beta 2) - [olds100ass178] Oriental Legend Special (Return of the Great Saint 2020-10-14) - [sailormnts06] Pretty Soldier Sailor Moon (Rabbit Edition 2020-09-17) - [sengoku3s15] Sengoku 3 (Full Attack Enhanced Edition 2020-09-18) - [theglad100s03] The Gladiator (Full Attack Enhanced Edition 2020 2020-09-18) - [tk2h163] Tenchi wo Kurau II (Master Edition Update 2020-09-13) - [tk2h164] Tenchi wo Kurau II (Master Edition Revised 2020-09-28)
  22. Robert

    Raine 0.91.9

    I wonder what that technical issue was, as other new members have continued to join. I see you've registered again as "WillWagnerMusic", but have not yet responded to your validation email. After 2 days of no response, your account will be automatically removed. If for some reason you are unable to reply to that email, let me know and I'll manually enable the account.
  23. * no$GBA 3.03 [GBA] - http://problemkaputt.de/gba.htm * WinArcadia 26.81 [s2650-based] - https://amigan.yatho.com/ * ColEm 5.4 [Colecovision] - http://fms.komkon.org/ColEm/ * Romulus 0.047 [Rom Manager] - https://romulus.cc/
  24. * SDLMAME 0.225 for Ubuntu - http://sdlmame.wallyweek.org/download/ * iNES 5.9 [NES] - http://fms.komkon.org/iNES/ * Cemu 1.21.3 [Wii-U] - http://cemu.info/ * dgVoodoo 2.71.2 [Plugin] - http://dege.freeweb.hu/index.html
  25. * Stella 6.3 [Atari 2600] - https://github.com/stella-emu/stella/releases * VGB 5.8 [Gameboy] - http://fms.komkon.org/VGB/ * nemulator 4.3.1 [NES] - http://nemulator.com/downloads.html * RockNES 5.64 [NES] - http://rocknes.web.fc2.com/ * Mastergear 4.7 [SMS/GG] - http://fms.komkon.org/MG/ * Emulicious (2020-10-04) [Multi-system] - http://emulicious.net/news/ * dgVoodoo 2.71.1 [Plugin] - http://dege.freeweb.hu/index.html * Bletchmame 2.2 [Frontend] - https://www.bletchmame.org/
×
×
  • Create New...