Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

I'm new here but have been using Gameex for over a year and ran into an emulator problem with SNES and ZSNES - When I launch the emulator it won't launch the ROM's I've selected in Gameex - The emulator screen just pop's up until I close it or whatever - I've loaded a second install of Gameex with the same result for both SNES and ZSNES - The thing was this was working before I tried to change the emulator to SNES@!? I'm on XP with the latest .net etc... Here is my config.ini file for the emulator 9 & 10 that I am using for ZSNES - Thanks for any help hopefully this is something easy that I'm missing!

EMU_9LastFolderWrite=11/23/2008 11:37:44 PM

EMU_9LastRomFilter=*.*

EMU_9_ROMFilter=*.*

EMU_9_RomsInFolders=True

EMU_9_RomPath=D:\zsnes\rom

EMU_9_WorkingPath=D:\SNES

EMU_9_MapKeys=True

EMU_9_ReplaceDash=True

EMU_9_ReplaceUnder=True

EMU_9_Capitals=True

EMU_9_RemoveBrackets=True

EMU_9_ShowDesktop=True

EMU_9_Debug=True

EMU_9_Command=snes9x.exe

EMU_9_configFile=Test

EMU_9_PlayInScreenSaver=True

Version=8.96

and

EMU_10LastFolderWrite=11/24/2008 9:56:12 PM

EMU_10LastRomFilter=*.*

EMU_10_DBCACHEModified=11/12/2007 1:55:04 AM

EMU_10_LastNumGames=11414

EMU_10_DBCACHELastName=[Console] Nintendo SNES

EMU_2_DATABASE=[Console] Nintendo SNES

EMU_10_RomsInFolders=False

EMU_10_RomPath=D:\zsnes\rom

EMU_10_WorkingPath=D:\zsnes

EMU_10_MapKeys=True

EMU_10_ReplaceDash=True

EMU_10_ReplaceUnder=True

EMU_10_Capitals=False

EMU_10_RemoveBrackets=False

EMU_10_ShowDesktop=False

EMU_10_Debug=True

EMU_10_Command=zsnesw.exe

EMU_10_Database=[Console] Nintendo SNES

EMU_10_GamesIn7Zips=False

EMU_10_ShowMostPlayed=True

EMU_10_RandomMostPlayed=True

Posted

You're not passing the rom to the command line.

Snes should be:

snes9x.exe "[ROMPATH]\[ROMFILE]"

ZSNES should be:

zsnesw.exe "[ROMPATH]\[ROMFILE]"

Just make those changes to the command and you should be good to go.

Posted

Change the command to

snes9x.exe "[rompath]\[romfile]"

This is a simple fix. The problem is you ARE only launching the emulator.

Example: EMU_9_Command=snes9x.exe

Snes9x.exe is the emulator executable.

To load a game you need to pass the rompath and romfile information

It would look as follows.

snes9x.exe "c:\my snes games\chrono trigger.zip"

The GameEX FE creates a game list from the following config information

Rom Filter(this is files extention) = *.zip (the astrix is a wildcard that means any file name that shares the Zip extion)

Rom path (this is the location of the games) = c:\my snes games\

Gameex treats these as [rompath] and [romfile]

Gameex launches the emulator from the following

Working path (this is where the emu resides) = c:\my snes emu\

Command (The emulator command you want gameex to use)

So the complete command would be

snes9x.exe "[rompath]\[romfile]"

Gameex will lauch it like

"c:\my snes emu\snes9x.exe" "c:\my snes games\chrono trigger.zip"

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...