lepactedesloups Posted November 18, 2020 Share Posted November 18, 2020 Just like the title says, I have Daphne working through Launchbox/Big Box almost perfectly. The only issue I am having is that the bat file required for launch pops up in a Windows CMD window and "knocks" you out of the game. The game's running in the background, but the cmd window stays open until manually clicked, then you have to tab over to Daphne. I feel like I am one step away from getting this set. Any suggestions? Thanks! Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted November 18, 2020 Share Posted November 18, 2020 What does your batch file look like? Quote Link to comment Share on other sites More sharing options...
lepactedesloups Posted November 18, 2020 Author Share Posted November 18, 2020 Daphne.exe %1 vldp -fullscreen -x 640 -y 480 -framefile "D:\Emulators\Daphne\vldp\%1\%1.txt" The above path is the location I have the Daphne dir. The game launches great and everything, just getting the oldball popup of the CMD window. Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted November 18, 2020 Share Posted November 18, 2020 Not for certain, but try this start /b Daphne.exe %1 vldp -fullscreen -x 640 -y 480 -framefile "D:\Emulators\Daphne\vldp\%1\%1.txt" 3 Quote Link to comment Share on other sites More sharing options...
lepactedesloups Posted November 18, 2020 Author Share Posted November 18, 2020 I will give it a try! Thanks Quote Link to comment Share on other sites More sharing options...
Antny Posted November 18, 2020 Share Posted November 18, 2020 Interesting I have the same problem. If I run the batch directly I do not get a stuck CMD box but if I run it through LB it sticks until I click. daphne.exe dle21 vldp -framefile "F:\Emulation\Emulators\Daphne\Framefile\lair_HD.txt" -blank_searches -min_seek_delay 1000 -seek_frames_per_ms 20 -homedir "F:\Emulation\Emulators\Daphne" -bank 0 11111000 -bank 1 00110111 -sound_buffer 2048 -fullscreen -x 1920 -y 1080 Not sure why Quote Link to comment Share on other sites More sharing options...
lepactedesloups Posted November 19, 2020 Author Share Posted November 19, 2020 For what it's worth, adding the "Start /b" at the beginning totally did the trick! Thanks! 1 1 Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted November 19, 2020 Share Posted November 19, 2020 For what it's worth, future readers will appreciate your confirmation. Glad it's working now! Quote Link to comment Share on other sites More sharing options...
Antny Posted November 20, 2020 Share Posted November 20, 2020 Worked perfect thanks for the help. It didn't work for the Singe games though. @daphne.exe singe vldp -fullscreen_window -framefile singe/timetraveler-v2/frame-timetraveler-dvd.txt -script singe/timetraveler-v2/dvd-timetraveler.singe Any ideas for that batch? Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted November 20, 2020 Share Posted November 20, 2020 @Antny The "@" probably shouldn't be at the beginning. Also your "-framefile" file should probably have the full path to it, and be in quotes. Is the "-script" pointing to a file also? And maybe flip the slashes around (not sure if that matters or not). start /b daphne.exe singe vldp -fullscreen_window -framefile "F:\JoeWasHere\singe\timetraveler-v2\frame-timetraveler-dvd.txt" -script "F:\JoeWasHere\singe\timetraveler-v2\dvd-timetraveler.singe" Quote Link to comment Share on other sites More sharing options...
sushko Posted May 6, 2023 Share Posted May 6, 2023 Hi I have the same problem and got all the singe games working but cant figure out how to add it to my daphne games. here is what my bat file looks like. "..\Daphne 4k.exe" astron any help would be awesome Quote Link to comment Share on other sites More sharing options...
lessthanzero33 Posted August 28, 2023 Share Posted August 28, 2023 Hi!, I am having the same issues with my Dapne and Singe games as they all have this path! ("..\Daphne 4k.exe") Quote Link to comment Share on other sites More sharing options...
Martymcfly1985 Posted June 14 Share Posted June 14 Mine is doing the same in Bigbox . when it launches the game the cmd terminal is staying on top. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.