PDA

View Full Version : SegaCD not launching both iso or bin/cue



brandsizzle
10-25-2010, 01:55 PM
Just a little detail

I'm using some sega cd images in bin/cue and some iso/mp3

All the images are inside a folder of the same name as the game

Example

From the xml

<game name="3 Ninjas Kick Back (USA)" index="true" image="3">

the image then sits in a folder of the same name with iso within

D:\Emulators\Sega\CD\Roms\3 Ninjas Kick Back (USA)\3 Ninjas Kick Back (USA).iso

If I set HyperHQ to the SegaCD extentsion of bin, iso it won't launch ISO's and if I set it to iso, bin it won't launch bin's (I get can't find file the rom with any given extension.

Even if it does launch the game I'm prompted with

Hyperlaunch.exe message which displays the full path of the iso minus the actual iso (D:\Emulators\Sega\CD\Roms\3 Ninjas Kick Back (USA)\) and I'm forced to hit enter but it runs fine.

I'm using Fusion with the built-in Sega CD script.

I have two problems, it won't launch whatever exentions is second on the list in the settings and if it does launch it I'm prompted by HyperLaunch and have to hit enter.

Any Help would be appreciated

Layer0730
10-25-2010, 02:56 PM
Very strange.

You can try putting cue,iso,bin

with no spaces.

brandsizzle
10-25-2010, 03:05 PM
I removed the space and now both types of games launch but I still get prompted by hyperlaunch with the path of the game image

Hyperlaunch.exe
(D:\Emulators\Sega\CD\Roms\3 Ninjas Kick Back (USA)\)

This is my sega cd script (should be stock from the install)

;***********************************SEGA CD*************************************

else if (systemName = "Sega CD" && executable = "Fusion.exe")
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
Run, %Executable% "%romPath%%romName%%romExtension%" -auto -scd -fullscreen, %EmuPath%, Hide UseErrorLevel
Process, WaitClose, %Executable%
exitapp
}

brandsizzle
10-26-2010, 03:43 PM
Found a thread posting this link

http://www.hyperspin-fe.com/forum/showthread.php?t=8086

which works fine to just remove this error message and it loads fine now