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 donating by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

Hi, :)

Iâ??m shaping gameex with daphne, and the following games donâ??t start: eshâ??s aurunmilla, dragonâ??s lair 2 and gp word. If I start the games of gameex, this error appears:

Immagine.bmp

The same games run, If I use directly DaphneLoader. What do you think about this problem?

Thanks!

Stefano

Posted

Hi, :)

Iâ??m shaping gameex with daphne, and the following games donâ??t start: eshâ??s aurunmilla, dragonâ??s lair 2 and gp word. If I start the games of gameex, this error appears:

Immagine.bmp

The same games run, If I use directly DaphneLoader. What do you think about this problem?

Thanks!

Stefano

Well! Are you using the same command-line in GameEx that DaphneLoader is using? I wouldn't expect so since it's not working in GameEx. Also look at the log file as the error suggests as it will serve useful.

Posted

Please post your daphne config file from gameex.

Ian

Posted

Please post your daphne config file from gameex.

Ian

I didn't think GameEx generated a daphne config. I thought it just wrote the settings to GameEx.ini. :blink:

Posted

Daphne can be a pain but, the daphne_log.txt file narrows down what the problem is when it launches or tries to launch a game. I'd head to that file first and see what issue it shows and then try and fix it. Or post it and we can all have a look see.

Posted
Are you using the same command-line in GameEx that DaphneLoader is using?

Yes, I use the same command-line!

My daphne configuration file from gameex is:

Rom: lair2

Command-line: daphne.exe lair2 vldp -framefile C:\EMU\daphne-1.0v-win32\vldp_dl\lair2\dl2-framefile.txt -blank_searches -min_seek_delay 1000 -seek_frames_per_ms 20 -homedir C:\EMU\daphne-1.0v-win32 -sound_buffer 2048 -x 640 -y 480

Rom: gpworld

Command-line: daphne.exe gpworld vldp -framefile "C:\EMU\daphne-1.0v-win32\MPEGs\Laser GP\lasergp.txt" -blank_searches -min_seek_delay 1000 -seek_frames_per_ms 20 -homedir C:\EMU\daphne-1.0v-win32 -sound_buffer 2048 -x 640 -y 480

Rom:esh

Command-line: daphne.exe esh vldp -framefile "C:\EMU\daphne-1.0v-win32\MPEGs\Esh's Aurunmilla\esh.txt" -blank_searches -min_seek_delay 1000 -seek_frames_per_ms 20 -homedir C:\EMU\daphne-1.0v-win32 -sound_buffer 2048 -x 640 -y 480

Thanks!

Posted

Yes, I use the same command-line!

My daphne configuration file from gameex is:

Rom: lair2

Command-line: daphne.exe lair2 vldp -framefile C:\EMU\daphne-1.0v-win32\vldp_dl\lair2\dl2-framefile.txt -blank_searches -min_seek_delay 1000 -seek_frames_per_ms 20 -homedir C:\EMU\daphne-1.0v-win32 -sound_buffer 2048 -x 640 -y 480

Rom: gpworld

Command-line: daphne.exe gpworld vldp -framefile "C:\EMU\daphne-1.0v-win32\MPEGs\Laser GP\lasergp.txt" -blank_searches -min_seek_delay 1000 -seek_frames_per_ms 20 -homedir C:\EMU\daphne-1.0v-win32 -sound_buffer 2048 -x 640 -y 480

Rom:esh

Command-line: -framefile "C:\EMU\daphne-1.0v-win32\MPEGs\Esh's Aurunmilla\esh.txt" -blank_searches -min_seek_delay 1000 -seek_frames_per_ms 20 -homedir C:\EMU\daphne-1.0v-win32 -sound_buffer 2048 -x 640 -y 480

Thanks!

Get rid of the daphne.exe lair2 vldp in the beginning of the command line and C:\EMU\daphne-1.0v-win32 - at the end.

Try one first and see if that works

Like this for DL2

-framefile "C:\EMU\daphne-1.0v-win32\vldp_dl\lair2\dl2-framefile.txt"

Here is a look at mine for DL2 that works for me, granted this is for my directories.

-framefile "E:\Laser Disk\vldp_dl\lair2\dl2-framefile.txt" -version 6

Posted

Yes, I use the same command-line!

My daphne configuration file from gameex is:

Rom: lair2

Command-line: daphne.exe lair2 vldp -framefile C:\EMU\daphne-1.0v-win32\vldp_dl\lair2\dl2-framefile.txt -blank_searches -min_seek_delay 1000 -seek_frames_per_ms 20 -homedir C:\EMU\daphne-1.0v-win32 -sound_buffer 2048 -x 640 -y 480

Rom: gpworld

Command-line: daphne.exe gpworld vldp -framefile "C:\EMU\daphne-1.0v-win32\MPEGs\Laser GP\lasergp.txt" -blank_searches -min_seek_delay 1000 -seek_frames_per_ms 20 -homedir C:\EMU\daphne-1.0v-win32 -sound_buffer 2048 -x 640 -y 480

Rom:esh

Command-line: daphne.exe esh vldp -framefile "C:\EMU\daphne-1.0v-win32\MPEGs\Esh's Aurunmilla\esh.txt" -blank_searches -min_seek_delay 1000 -seek_frames_per_ms 20 -homedir C:\EMU\daphne-1.0v-win32 -sound_buffer 2048 -x 640 -y 480

Thanks!

r all your ROMS in the same place ie in MPEGs as dlair 2 isnt and its missing the quotes.

Posted

I have a separate folders in Daphne for my roms and MPEGs. I think Daphne looks for it this way.

There is a way to get your command lines out of Daphne.

If you have Daphne working outside of GameEX, open the Daphne EMU, click the configure and advance. In there should be an area where you can tell it to display command line before launch.

Tick the box and OK. when you launch the game it will first show your command line. Just don't copy anything before -frame file ????? everything else should be okay.

Now I am going by memory here and my be off some but should help I hope.

Good Luck.

Posted
Get rid of the daphne.exe lair2 vldp in the beginning of the command line and C:\EMU\daphne-1.0v-win32 - at the end.

Try one first and see if that works

Like this for DL2

-framefile "C:\EMU\daphne-1.0v-win32\vldp_dl\lair2\dl2-framefile.txt"

Here is a look at mine for DL2 that works for me, granted this is for my directories.

-framefile "E:\Laser Disk\vldp_dl\lair2\dl2-framefile.txt" -version 6

I have tested by changing the command-line. Now the games start to GameEx! :blink:

These are the new command-line included in GameEx:

-framefile C:\EMU\daphne-1.0v-win32\vldp_dl\lair2\dl2-framefile.txt -blank_searches -min_seek_delay 1000 -seek_frames_per_ms 20 -homedir C:\EMU\daphne-1.0v-win32 -sound_buffer 2048 -x 640 -y 480

-framefile "C:\EMU\daphne-1.0v-win32\MPEGs\Esh's Aurunmilla\esh.txt" -blank_searches -min_seek_delay 1000 -seek_frames_per_ms 20 -homedir C:\EMU\daphne-1.0v-win32 -sound_buffer 2048 -x 640 -y 480

-framefile "C:\EMU\daphne-1.0v-win32\MPEGs\Laser GP\lasergp.txt" -blank_searches -min_seek_delay 1000 -seek_frames_per_ms 20 -homedir C:\EMU\daphne-1.0v-win32 -sound_buffer 2048 -x 640 -y 480

Thanks guys! :)

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