Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: GameEX  (Read 1734 times)

0 Members and 1 Guest are viewing this topic.

Razor

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 112
  • Last login:October 03, 2008, 12:59:59 pm
  • Welcome to the fantasy zone
GameEX
« on: October 09, 2006, 03:52:49 pm »
Hi just wondering if anyone can help me out with this please.

I'm nearing completion of a bartop and decided to use GameEx as my front end running Mame 32 (0.99), ive been following a guide on the site to booting directly into the front end using the sheller program, unfortunately this doesnt seem to work giving an error message something like "windows.ini can not be found" when I go to patch it.  The other problem is that when I run GameEx manually in windows to test it, it lists my games but doesnt run them, instead the screen goes blank for a few seconds and quits back to the GameEx main screen. 

I looked on their site FAQ for help and found the exact problem, of which the solution was to go to the GameEx config>Advanced Mame, then look at CMD/COMMAND and remove -skip_disclaimer.  Problem is there is no such thing in my settings  ???  Anyone with any suggestions/help or alternative advice is much appreciated, thanks.

Razor

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 112
  • Last login:October 03, 2008, 12:59:59 pm
  • Welcome to the fantasy zone
Re: GameEX
« Reply #1 on: October 10, 2006, 03:32:10 pm »
On second thoughts as I purely need a front end, I think ill take a look at Mamewah, as that looks pretty cool.

Still need help with the shell program, maybe thier is another alternative program?  If not I'll just go the long way of doing it manually from the guide ive seen posted up here somewhere.

BamBam

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 283
  • Last login:November 03, 2011, 07:18:19 am
  • This is better than Disney Land man!
Re: GameEX
« Reply #2 on: October 10, 2006, 05:17:44 pm »
Have you tried the command line version of mame (mame1.09b.exe) with it instead.
Have you looked at Mala?  I use it and find it to be user friendly.  Mamewah is okay too.

John
Galaga... Was there any other game?

Razor

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 112
  • Last login:October 03, 2008, 12:59:59 pm
  • Welcome to the fantasy zone
Re: GameEX
« Reply #3 on: October 10, 2006, 06:40:03 pm »
No I havent actually, ill give that a try tommorow.  I've looked at Mala a long time ago for a project on an old pc, but couldnt get it to work properly, maybe more to do with the pc than anything, so ill give that a shot as well.  Thanks.

headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Re: GameEX
« Reply #4 on: October 10, 2006, 09:46:53 pm »
You would get a better response if you posted on the official GameEx support forums.

But go with Mala or MameWah, I don't see how that solves your booting into a front end problem. But my personal experience with MameWah is that it's not easier to setup than GameEx. So your in for a treat when you switch over.

There is a registry setting you can edit manually to boot into a FE. Here is something I pasted from somewhere a long time ago.

Code: [Select]
I don't know if this will help or not, I think it might be slightly different to the original strategy mentioned on this thread, but:

Getting a Front-end to run as a shell in XP and start with no user intervention:

You cannot do this if your computer is part of a domain. It must only be part of a workgroup.

1) Create a user that will be the auto-login user. (User should have admin rights at this time)
   
2) Configure XP to automate the logon process if your computer is not part of a domain.

   > Click Start, click Run, and type control userpasswords2.
   > Clear the Users must enter a username and password to use this computer check box.
   > Click Apply.
   > Enter the user name and password you wish to automatically log on with, and then click OK.
   > Click OK again and you're all done.

3) Setup your Front End the way you want it. Open regedit and browse to "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" Look for a string entry called 'Shell'. If it is not there, create a string entry and name it 'Shell'. Set the value of this entry to the name and location of your Front-end. For Mamewah, the shell entry may be "C:\Mamewah\Mamewah.exe" or wherever your Mamewah executable is located. For explorer, the entry is simply "explorer.exe". Log out as the auto-login user and log back in as another user with administrative rights. Change the auto-login user to a standard user. (This way, people don't have more access than you want them to have.)

B) Disabling the Welcome screen and startup / shutdown messages Mamewah may become hidden behind the welcome screen, so the welcome screen should be disabled.

1) Change from the default windows XP welcome screen to the older style by going to Control    Panels>User Accounts>Change the way users logon or off. Deselect the "Use Welcome Screen" checkbox.

To get disable the startup and shutdown messages via regedit:

2) HKEY_LOCAL_MACHINE>Software>Microsoft>Windows>CurrentVersion>Policies>System. If there's a DisableStatusMessages dword there, change it to 1, otherwise add it and change  it to 1.

C) Change the boot screen

1) Install "LogonUI Boot Randomizer" and set it up. It is possible that it may require a comctl32.ocx file.

This can be found on the cd. Go to the boot screens menu and go to Boot>Browse for a boot file...

Then locate mameboot.exe and open it. This is all that is required.
   
D) Change the login background colour

1) Open regedit and navigate to HKEY_USERS>.DEFAULT>Control Panel>Colours>Background. It is a 3 digit RGB

Colour. Change it to 0 0 0

This has worked fine for me and I havent had any of the issues that other people have mentioned.
« Last Edit: October 10, 2006, 09:53:01 pm by headkaze »

headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Re: GameEX
« Reply #5 on: October 10, 2006, 09:48:35 pm »
!
« Last Edit: October 10, 2006, 09:52:36 pm by headkaze »