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 am setting up FreeDO, using Ex0's example here:

http://www.gameex.info/forums/index.php?sh...pic=3&st=40

Look at my screen shot.

Top of the pic: The command line shows G:\3DO\gamename,

Middle of pic: which is causing the game not to load,

Bottom of pic: my commandline from my config, which I don't believe should be throwing in the path...

What's up?

post-2333-1207343040_thumb.jpg

You have a black slash and a forward slash which is why it's giving the error.

Should be:

G:\3DO\Mad Dog II

Posted
Whats your working directory for the emulator?

How can you tell what's wrong? I didn't know it, but that picture sucks! :P

My working directory is C:\Emulators\freedo_1_9_wip

The roms (iso's) are in G:\3DO

I'm not putting that / in there, I don't know where it's coming from...

enabled=True

STARTPAGENAME=Panasonic 3DO (FreeDo)

TITLETEXT=Panasonic 3DO

StartPageLogo=3DO

ROMFilter=*.iso

RomPath=G:\3DO

SnapPath=

TitlePath=

BoxPath=

CartPath=

ManualPath=

ControlPanelPath=

InstructionsPath=

WorkingPath=C:\Emulators\freedo_1_9_wip

MapKeys=True

WaitBeforeKeys=

SendKeys=

ReplaceDash=True

ReplaceUnder=True

Capitals=True

RemoveBrackets=True

ShowDesktop=False

Debug=False

MAPFile=

AlsoLaunch=

Command=closemul.exe FreeDo.exe file="[romfile]"

OLDatZip=

LaunchBefore=

LaunchAfter=

configFile=

ExcludedFiles=

CustomBackground=

PlayMusic=False

DontShowInfo=

PlaySelectionMusic=False

SelectionMusicFolder=

PCGame=False

DATABASE=

GamesIn7Zips=False

PlayInScreenSaver=False

ShowMostPlayed=True

RandomMostPlayed=False

CDCheck=False

CDCheckFile=

The command was "[rompath]/[romfile]" but I changed it to the above, because I thought it would get rid of the path. I did this before, the way you see it above, is the way it is...I also tried it without quotes.

Posted

Hmm strange, I think Tom is appending the two together between a '/' rather than using Path.Combine(). Naughty boy. Anyway, just note that Windows uses the '\' as a path separator not '/'.

Windows doesn't always care which one you use but it might cause problems with some emulators. So I guess Tom needs to check this one out.

Posted
Hmm strange, I think Tom is appending the two together between a '/' rather than using Path.Combine(). Naughty boy. Anyway, just note that Windows uses the '\' as a path separator not '/'.

Windows doesn't always care which one you use but it might cause problems with some emulators. So I guess Tom needs to check this one out.

Ok, but I don't need a path at all...closemul is entering the text into the "open file" box in FREEDO for me. So I thought that If I got rid of [rompath], It would go away, but it's still there. So it's trying to open G:\3DO\game name

If there's a different way to do this, I will, but this is all I could find.

Guest
This topic is now closed to further replies.
×
×
  • Create New...