Frankybabes Posted December 14, 2013 Share Posted December 14, 2013 Link to comment Share on other sites More sharing options...
nullPointer Posted December 14, 2013 Share Posted December 14, 2013 Hi FrankybabesOften times with nullDC I've found that it's necessary to make a couple of changes to nullDC.cfg. Not to be confused with the emulator config you pasted above (thanks for that), the nullDC.cfg file will be found in the same directory as nullDC_Win32_Release-NoTrace.exe.I believe you'll want to ensure that your nullDC.cfg file contains the following settings (they probably won't be right next to each other like I'm showing here):Emulator.AutoStart=1...LoadDefaultImage=1These settings will work in conjunction with the ImageReader:DefaultImage="[ROMPATH]\[ROMFILE]" parameter of your command line, which will set the loaded image as the default image and will forgo the need to select an image from the menu (i.e. the game will be launched directly via the command line).In theory the -config nullDC:Emulator.Autostart=1 and -config ImageReader:LoadDefaultImage=1 portions of your command line should override your nullDC.cfg settings, but I've always found nullDC to be fickle in this regard. I don't think my command line ever worked until I made the adjustments directly to my nullDC.cfg. YMMV, but it's worth a shot. Link to comment Share on other sites More sharing options...
Frankybabes Posted December 14, 2013 Author Share Posted December 14, 2013 Just check;; nullDC config file;;[nullDC]Dynarec.Enabled=1Dynarec.DoConstantPropagation=1Dynarec.UnderclockFpu=0Dreamcast.Cable=3Dreamcast.RTC=1943292652Dreamcast.Region=1Dreamcast.Broadcast=0Emulator.AutoStart=1Emulator.NoConsole=1[nullDC_GUI]AutoHideMenu=1Fullscreen=1[imageReader]LoadDefaultImage=1Why does NullDC have to be so finicky ? all the other ems are fine , and has they say "works straight out of the box"[nullDC_plugins]GUI=nullDC_GUI_Win32.dlled the nullDC.cfg file find enclosed and it seems to be ok Link to comment Share on other sites More sharing options...
nullPointer Posted December 14, 2013 Share Posted December 14, 2013 In that case I would attempt the following steps, particularly those listed in step 4B:4. "Run Last Game",or "RunitGame.bat"It is important that the last emulator run in GameEx is the one that you are having problems with!A. Post your "Run Last Game" or "Runitgame.bat"Every once in awhile, someone will ask to post the contents of "Runitgame.bat" RunitGame.bat, Is the batch file that GameEx uses to start the emulator, it will show the actual command lines that GameEx is using to start the emulator. To view it, Go to: Start Menu > Program Files > GameEx > Utilities> Run Last Game, and Right click on the icon, and choose "Edit". If Windows wants to know what program to use to open the file, Choose "Select a Program From a List of Installed Programs" Choose "Notepad" from the list. (You may want to make sure that "Use This Program Everytime" is checked.)Copy and paste the text from Notepad into your next post, by using the keys:Ctrl + "A" (select all)Ctrl + "C" (copy)Ctrl + "V" (paste)B. Troubleshooting with "Run Last Game"Follow the instuctions above to open "runitgame.bat" It will look something like this, however, the contents will vary depending on the last emulator that was run in GameEx.One way to troubleshoot a problem is to add the word "Pause" at the end of the Runitgame.bat file. When Windows asks "Do you want to save the changes..." Click on "Save". Next, double click on the "Run Last Game" Icon in the Start Menu. This will send the commands again, but the command window will remain open. It may show an error that will help you to understand what is wrong.If you get this error:'Emulator name.exe' is not recognized as an internal or external command, operable program or batch file.It means that either you have the incorrect name specified for your Emulator.exe, or your working path is incorrect.If it gives an error that you don't understand, please let us know that you tried this method, and let us know what the error is. Link to comment Share on other sites More sharing options...
Frankybabes Posted December 14, 2013 Author Share Posted December 14, 2013 Here is the run last game file. chcp 65001C:CD "C:\Emulators\nullDC"Command=nullDC_Win32_Release-NoTrace.exe -config nullDC:Emulator.Autostart=1 -config ImageReader:LoadDefaultImage=1 -config ImageReader:DefaultImage="J:\Dreamcast Roms\Bangai-O.cdi" Link to comment Share on other sites More sharing options...
nullPointer Posted December 14, 2013 Share Posted December 14, 2013 Please follow the steps from step 4B above. Add the word pause to the end of the runitgame.bat file, and attempt to run runitgame.bat directly. Please take note if any error messages are output to the command window. Link to comment Share on other sites More sharing options...
Frankybabes Posted December 14, 2013 Author Share Posted December 14, 2013 it says `command` is not recognized as an internal or external command,operable program or batch file. Link to comment Share on other sites More sharing options...
Draco1962 Posted December 15, 2013 Share Posted December 15, 2013 it says `command` is not recognized as an internal or external command,operable program or batch file.That means, per the definition below the step, that either you have the incorrect name specified for your Emulator.exe, or your working path is incorrect. Did you verify you are using the correct emulator exe file and/or that the path was correct after receiving the error? Link to comment Share on other sites More sharing options...
DazzleHP Posted December 15, 2013 Share Posted December 15, 2013 it says `command` is not recognized as an internal or external command,operable program or batch file.To avoid any confusion, nullPointer means to put "pause" at the end of the runitgame.bat file itself, not as a command line parameter. To do this right-click runitgame.bat and choose edit. Choose Notepad if it gives you an option and make a new line at the end, containing "pause". Save and exit, then run runitgame.bat Link to comment Share on other sites More sharing options...
nullPointer Posted December 15, 2013 Share Posted December 15, 2013 Ah ha! Thank you that helps immensely. Here's your issue:Command=Command=nullDC_Win32_Release-NoTrace.exe -config nullDC:Emulator.Autostart=1 -config ImageReader:LoadDefaultImage=1 -config ImageReader:DefaultImage="[ROMPATH]\[ROMFILE]"Your command has "Command=" as part of the command. Take that part out, and I bet you'll be golden. 1 Link to comment Share on other sites More sharing options...
Frankybabes Posted December 15, 2013 Author Share Posted December 15, 2013 Done that now when I choose a game to play instead of going back to game list it shows the "nullDC screen with the menu top left greyed out" Link to comment Share on other sites More sharing options...
nullPointer Posted December 15, 2013 Share Posted December 15, 2013 Being that the previously posted information is no longer current, please re-post a copy of your Emulator Config, your runitgame.bat, and maybe a copy of your log as well. We'll take a look. It also might be worthwhile to repeat the steps referenced here (i.e. adding a pause to your runitgame.bat), although if nullDC is loading at this point it may not be all that informative. Thanks man! Link to comment Share on other sites More sharing options...
Frankybabes Posted December 15, 2013 Author Share Posted December 15, 2013 With regards to runitgame bat, put in the pause and ran it ! I got the nullDC startup screen as before,pressed a key and got the dialogue! no errors!20:14:14.9 15/12/2013: Opening Configuration File20:14:14.9 15/12/2013: GameEx: Version 13.20: Starting Log20:14:14.9 15/12/2013: Operating System Platform: Win32NT20:14:14.9 15/12/2013: Operating System Name: Windows 720:14:14.9 15/12/2013: Operating System Version: 6.1.760120:14:14.9 15/12/2013: Aero running20:14:14.9 15/12/2013: Initializing Vista/Windows 7 volume control20:14:14.9 15/12/2013: Getting CPU and RAM info20:14:14.9 15/12/2013: Intel® Core i5-3570K CPU @ 3.40GHz, 16329MB20:14:14.9 15/12/2013: 3.41Ghz - 4 Cores or CPU's20:14:14.9 15/12/2013: Running Randomize()20:14:14.9 15/12/2013: Loading PlugIns20:14:14.9 15/12/2013: Checking for applications to Launch On Startup20:14:14.9 15/12/2013: Setting default net connection limit to 1520:14:14.9 15/12/2013: Running Misc startup tasks20:14:14.9 15/12/2013: Setting Menu types20:14:14.9 15/12/2013: Getting Configuration Values20:14:14.9 15/12/2013: Using Theme: Talos_10120:14:14.9 15/12/2013: Checking for alternate Image Directory for Theme: Talos_10120:14:14.9 15/12/2013: Launching HideOS.exe20:14:14.9 15/12/2013: Initialising Video/MNG DLL's20:14:14.9 15/12/2013: GameEx will check for media insertion (may affect performance)20:14:14.9 15/12/2013: Hiding Taskbar20:14:14.9 15/12/2013: Is Media Center running?20:14:14.9 15/12/2013: Checking/Creating LCD Registry values20:14:14.9 15/12/2013: Check Media Center Exit/Start Mode20:14:14.9 15/12/2013: Media Center Mode 220:14:14.9 15/12/2013: Video previews on. Warning: Only recommended on modern systems20:14:14.9 15/12/2013: Snap Delay set to: 420:14:14.9 15/12/2013: Get other settings20:14:14.9 15/12/2013: Desktop set to Hide ICONS and set Background to Black20:14:14.9 15/12/2013: Set: Find emulator artwork on best match basis20:14:14.9 15/12/2013: Start work for Form20:14:14.9 15/12/2013: Getting Original Screen Size20:14:14.9 15/12/2013: Opening Database Connection20:14:15.0 15/12/2013: Initializing Component20:14:15.0 15/12/2013: MAME Path is: J:\MameUI6420:14:23.8 15/12/2013: MAME EXE file is: Mameui64.exe20:14:23.8 15/12/2013: ROM Path is: J:\MameUI64\roms20:14:23.8 15/12/2013: Catver.ini is located at: C:\GameEx\DATA\catver.ini20:14:23.8 15/12/2013: controls.ini is located at: C:\GameEx\DATA\controls.ini20:14:23.9 15/12/2013: History.dat is located at: C:\GameEx\DATA\history.dat20:14:23.9 15/12/2013: nplayers.ini is located at: C:\GameEx\DATA\nplayers.ini20:14:23.9 15/12/2013: command.dat is located at: C:\GameEx\DATA\command.dat20:14:23.9 15/12/2013: MAMEinfo.dat is located at: C:\GameEx\DATA\mameinfo.dat20:14:23.9 15/12/2013: Loading Controls.ini map file20:14:23.9 15/12/2013: Snap Path is: J:\MameUI64\Snap20:14:23.9 15/12/2013: Background Snap Path is: J:\MameUI64\Snap20:14:23.9 15/12/2013: AVI Snap Path is: J:\MAME Videos20:14:24.0 15/12/2013: Flyer Path is: J:\MameUI64\Flyers20:14:24.0 15/12/2013: Cabinet Path is: J:\MameUI64\Cabinets20:14:24.0 15/12/2013: Cabinet 3D Path: Not Found20:14:24.0 15/12/2013: Title Path is: J:\MameUI64\Titles20:14:24.0 15/12/2013: PCB Path is: J:\MameUI64\PCB20:14:24.0 15/12/2013: Artwork Preview Path is: J:\MameUI64\Artwork20:14:24.0 15/12/2013: Panel Path is: J:\MameUI64\Cpanel20:14:24.0 15/12/2013: Manual Path is: J:\MameUI64\MANUALS20:14:24.0 15/12/2013: Icon Path is: J:\MameUI64\Icons20:14:24.0 15/12/2013: Marquee Path is: J:\MameUI64\Marquees20:14:24.0 15/12/2013: Applying Language/Text20:14:24.0 15/12/2013: Text/Language: Custom20:14:24.0 15/12/2013: Loading Language/Text20:14:24.0 15/12/2013: Loading Custom Emulators20:14:24.0 15/12/2013: Loading Emulator 1: [Console] Sega Dreamcast (nullDC)20:14:24.1 15/12/2013: Loading Emulator 2: [Console] Nintendo SNES (ZSNES)20:14:24.1 15/12/2013: Loading Emulator 3: [Console] Nintendo N64 (Project64)20:14:24.1 15/12/2013: Loading Emulator 4: [Console] Sony Playstation 2 (PCSX2)20:14:24.1 15/12/2013: Loading Emulator 5: [Pinball] Future Pinball20:14:24.1 15/12/2013: Checking if Steam enabled20:14:24.1 15/12/2013: Cannot find steam path20:14:24.1 15/12/2013: Using Version 3 Themes Animations20:14:24.1 15/12/2013: Retrieving resolution setting20:14:24.1 15/12/2013: Using General Font: Comfortaa20:14:24.1 15/12/2013: Using Title Font: Globus20:14:24.1 15/12/2013: GameEx will try to reduce CPU usage20:14:24.1 15/12/2013: Initialising Direct3D20:14:24.2 15/12/2013: Applying GameEx is Loading Image20:14:24.3 15/12/2013: Setting Resolution to 1920x1200 32 bit color20:14:24.3 15/12/2013: Creating Surfaces20:14:24.4 15/12/2013: Creating Primary Surface - Full Screen Mode20:14:24.4 15/12/2013: Creating Back Buffer20:14:24.4 15/12/2013: Version 2 Theme being used. Loading.20:14:24.4 15/12/2013: Loading Button Data20:14:24.4 15/12/2013: Loading Font Data20:14:24.4 15/12/2013: Loading Layout Data20:14:24.4 15/12/2013: Loading Taskbar Data20:14:24.4 15/12/2013: Loading graphic Surfaces20:14:24.4 15/12/2013: Display is running at: 1920x1200 32bit color, 59hz20:14:24.4 15/12/2013: Adapter: NVIDIA GeForce GTX 560 Ti20:14:24.4 15/12/2013: Max texture size: 16384x1638420:14:24.4 15/12/2013: Available texture memory: -73MB20:14:24.5 15/12/2013: Initialising Bass Audio Library20:14:24.5 15/12/2013: Creating Surfaces Misc and Dialogs20:14:24.5 15/12/2013: Creating Surfaces Volume20:14:24.5 15/12/2013: Creating Surfaces Arrows20:14:24.5 15/12/2013: Creating Surfaces GameEXlogo Text20:14:24.5 15/12/2013: Creating Surfaces Toolbar20:14:24.6 15/12/2013: Creating Surfaces Toolbar Controls20:14:24.6 15/12/2013: Creating Surfaces Backgrounds20:14:24.6 15/12/2013: Creating Surfaces GameEx Logo20:14:24.6 15/12/2013: Creating Surface Unselected20:14:24.6 15/12/2013: Creating Surfaces Snaps20:14:24.6 15/12/2013: Creating Surfaces Menu and List Bars20:14:24.7 15/12/2013: Creating Fonts20:14:24.7 15/12/2013: Creating Game Font20:14:24.7 15/12/2013: Creating Game Font Faded20:14:24.7 15/12/2013: Creating Title Font20:14:24.8 15/12/2013: Restoring Title Font From Cache20:14:24.8 15/12/2013: Creating Font Black20:14:24.8 15/12/2013: Creating Font Black Small20:14:24.9 15/12/2013: Fonts Created Succesfully20:14:24.9 15/12/2013: Loading News Feed: http://www.gameex.net/gameexnews.xml20:14:26.5 15/12/2013: Attempting to load game list20:14:26.6 15/12/2013: MAME CMD options: -nowindow -joy -skip_gameinfo20:14:26.6 15/12/2013: Initialising DirectInput for Gamepad support20:14:26.6 15/12/2013: Using Device MotioninJoy Virtual Game Controller20:14:26.7 15/12/2013: Loading Start Page20:14:26.7 15/12/2013: Initializing MCE Remote20:14:26.7 15/12/2013: Playing intro sound file20:14:26.7 15/12/2013: Initialization OK! Starting GameEx!20:14:26.7 15/12/2013: Testing Main Loop Once: Processing Frame20:14:26.8 15/12/2013: Testing Main Loop Once: Main Loop ran successfully20:14:33.3 15/12/2013: Validating: Emulator_1: Custom Background: theme_background_sega dreamcast.png20:14:33.3 15/12/2013: Validating: Emulator_1: Snap Path: C:\Assets\Sega Dreamcast\Snaps20:14:33.3 15/12/2013: Validating: Emulator_1: Background Snap Path: C:\Assets\Sega Dreamcast\Backgrounds20:14:33.3 15/12/2013: Validating: Emulator_1: Video Snap Path: J:\DREAMCAST\Dream Videos20:14:33.3 15/12/2013: Validating: Emulator_1: Control Panel Path: C:\Assets\Sega Dreamcast\Controls20:14:33.3 15/12/2013: Warning: Emulator_1: Control Panel Path Does not exist20:14:33.3 15/12/2013: Validating: Emulator_1: Database: [Console] Sega Dreamcast20:14:33.3 15/12/2013: Validating: Emulator_1: Title Snap Path: C:\Assets\Sega Dreamcast\Titles20:14:33.3 15/12/2013: Validating: Emulator_1: Box Art Path: C:\Assets\Sega Dreamcast\Boxes20:14:33.3 15/12/2013: Validating: Emulator_1: Manual Path: C:\Assets\Sega Dreamcast\Manuals20:14:33.3 15/12/2013: Caching Video Snap Path20:14:33.3 15/12/2013: Caching Snap Path20:14:33.3 15/12/2013: Caching Title Path20:14:33.3 15/12/2013: Caching Box Path20:14:33.3 15/12/2013: Caching Background Path20:14:33.3 15/12/2013: Validating: Emulator_2: Custom Background: theme_background_nintendo snes.png20:14:33.3 15/12/2013: Validating: Emulator_2: Snap Path: C:\Assets\Nintendo SNES\Snaps20:14:33.3 15/12/2013: Validating: Emulator_2: Background Snap Path: J:\SNES Backgrounds20:14:33.4 15/12/2013: Validating: Emulator_2: Video Snap Path: J:\SNES Videos20:14:33.4 15/12/2013: Validating: Emulator_2: Control Panel Path: C:\Assets\Nintendo SNES\Controls20:14:33.4 15/12/2013: Validating: Emulator_2: Database: [Console] Nintendo SNES20:14:33.4 15/12/2013: Validating: Emulator_2: Title Snap Path: C:\Assets\Nintendo SNES\Titles20:14:33.4 15/12/2013: Validating: Emulator_2: Box Art Path: C:\Assets\Nintendo SNES\Boxes20:14:33.4 15/12/2013: Validating: Emulator_2: Cart Art Path: C:\Assets\Nintendo SNES\Cartridges20:14:33.4 15/12/2013: Validating: Emulator_2: Manual Path: C:\Assets\Nintendo SNES\Manuals20:14:33.4 15/12/2013: Caching Video Snap Path20:14:33.4 15/12/2013: Caching Snap Path20:14:33.4 15/12/2013: Caching Title Path20:14:33.4 15/12/2013: Caching Box Path20:14:33.4 15/12/2013: Caching Cart Path20:14:33.5 15/12/2013: Caching Background Path20:14:33.5 15/12/2013: Validating: Emulator_3: Custom Background: theme_background_nintendo n64.png20:14:33.5 15/12/2013: Validating: Emulator_3: Snap Path: C:\Assets\Nintendo N64\Snaps20:14:33.5 15/12/2013: Validating: Emulator_3: Control Panel Path: C:\Assets\Nintendo N64\Controls20:14:33.5 15/12/2013: Validating: Emulator_3: Database: [Console] Nintendo N6420:14:33.5 15/12/2013: Validating: Emulator_3: Title Snap Path: C:\Assets\Nintendo N64\Titles20:14:33.5 15/12/2013: Validating: Emulator_3: Box Art Path: C:\Assets\Nintendo N64\Boxes20:14:33.5 15/12/2013: Validating: Emulator_3: Cart Art Path: C:\Assets\Nintendo N64\Cartridges20:14:33.5 15/12/2013: Validating: Emulator_3: Manual Path: C:\Assets\Nintendo N64\Manuals20:14:33.5 15/12/2013: Caching Video Snap Path20:14:33.5 15/12/2013: Caching Snap Path20:14:33.5 15/12/2013: Caching Title Path20:14:33.5 15/12/2013: Caching Box Path20:14:33.5 15/12/2013: Caching Cart Path20:14:33.5 15/12/2013: Validating: Emulator_4: Custom Background: theme_background_sony playstation.png20:14:33.5 15/12/2013: Validating: Emulator_4: Snap Path: C:\Assets\Sony Playstation 2\Snaps20:14:33.5 15/12/2013: Validating: Emulator_4: Control Panel Path: C:\Assets\Sony Playstation 2\Controls20:14:33.5 15/12/2013: Validating: Emulator_4: Database: [Console] Sony PlayStation 220:14:33.5 15/12/2013: Validating: Emulator_4: Title Snap Path: C:\Assets\Sony Playstation 2\Titles20:14:33.5 15/12/2013: Validating: Emulator_4: Box Art Path: C:\Assets\Sony Playstation 2\Boxes20:14:33.5 15/12/2013: Validating: Emulator_4: Cart Art Path: C:\Assets\Sony Playstation 2\Cartridges20:14:33.5 15/12/2013: Validating: Emulator_4: Manual Path: C:\Assets\Sony Playstation 2\Manuals20:14:33.5 15/12/2013: Warning: Emulator_4: MAPFile Does Not Exist20:14:33.5 15/12/2013: Caching Video Snap Path20:14:33.5 15/12/2013: Caching Snap Path20:14:33.5 15/12/2013: Caching Title Path20:14:33.5 15/12/2013: Caching Box Path20:14:33.5 15/12/2013: Caching Cart Path20:14:33.5 15/12/2013: Validating: Emulator_5: Custom Background: theme_background_future pinball.png20:14:33.5 15/12/2013: Validating: Emulator_5: Snap Path: C:\Assets\Future Pinball\Snaps20:14:33.6 15/12/2013: Validating: Emulator_5: Control Panel Path: C:\Assets\Future Pinball\Controls20:14:33.6 15/12/2013: Validating: Emulator_5: Database: [Pinball] Future Pinball20:14:33.6 15/12/2013: Caching Video Snap Path20:14:33.6 15/12/2013: Caching Snap Path20:14:33.6 15/12/2013: Restoring Emulator from Cache: 120:14:33.6 15/12/2013: Restoring Emulator Database From Cache: 120:14:33.6 15/12/2013: Restoring Emulator from Cache: 220:14:33.6 15/12/2013: Restoring Emulator Database From Cache: 220:14:33.6 15/12/2013: Restoring Emulator from Cache: 320:14:33.6 15/12/2013: Restoring Emulator Database From Cache: 320:14:33.7 15/12/2013: Restoring Emulator from Cache: 520:14:33.7 15/12/2013: No Database Data: 520:15:00.1 15/12/2013: Creating instance of global keyboard hook20:15:00.1 15/12/2013: Running: cmd.exe /c C: nullDC_Win32_Release-NoTrace.exe -config nullDC:Emulator.Autostart=1 -config ImageReader:LoadDefaultImage=1 -config ImageReader:DefaultImage="J:\Dreamcast Roms\18 Wheeler - American Pro Trucker.cdi"20:15:00.3 15/12/2013: Shutting down display20:15:06.4 15/12/2013: Writing Stats20:15:06.5 15/12/2013: Plugin: Game Exit20:15:06.5 15/12/2013: Plugin: Process Commands20:15:06.5 15/12/2013: Refreshing Keyboard20:15:06.6 15/12/2013: Initialising Audio20:15:06.8 15/12/2013: Relaunching HideOS20:15:07.0 15/12/2013: Restoring Window20:15:07.0 15/12/2013: Reinitializing Graphics System20:15:08.2 15/12/2013: Reloading Game Info Page20:15:08.2 15/12/2013: Returning to GameEx20:15:16.0 15/12/2013: Exiting GameEx!20:15:16.0 15/12/2013: Disposing all videos20:15:16.0 15/12/2013: Deleting temporary Karaoke videos20:15:16.0 15/12/2013: Disposing Image List20:15:16.0 15/12/2013: Disposing Fonts20:15:16.0 15/12/2013: Disposing Surfaces20:15:16.0 15/12/2013: Saving Settings20:15:16.0 15/12/2013: Shutting down Bass20:15:16.1 15/12/2013: Closing HideOS.exe20:15:16.2 15/12/2013: Disposing Plugins20:15:16.2 15/12/2013: Disposing Plugins20:15:16.2 15/12/2013: Closing database connection20:15:16.2 15/12/2013: Checking for applications to Launch On Exit20:15:16.2 15/12/2013: Media Center was not open when starting GameEx, so not launching20:15:16.3 15/12/2013: Bye[Emulator]Enabled=TrueSystem=Sega DreamcastCategory=ConsoleEmulator=nullDCVersion=1.0.4Rating=8.1DownloadUrl=http://www.gamesdbase.com/setupwizard/emulators/download/nullDC.7zRequiredFiles=dc_boot.bin, dc_flash.bin, d3d9.dll, d3dx9_42.dll, msvcr100.dllWebsite=http://code.google.com/p/nulldc/Info=Sega Dreamcast emulatorTitleText=Sega DreamcastStartPageName=[Console] Sega Dreamcast (nullDC)StartPageLogo=dreamcastCommand=nullDC_Win32_Release-NoTrace.exe -config nullDC:Emulator.Autostart=1 -config ImageReader:LoadDefaultImage=1 -config ImageReader:DefaultImage="[ROMPATH]\[ROMFILE]"RomFilter=*.cdi;*.gdiDatabase=[Console] Sega DreamcastConfigFile=Block Mouse Buttons V6MapFile=RomPath=J:\Dreamcast RomsSnapPath=C:\Assets\Sega Dreamcast\SnapsTitlePath=C:\Assets\Sega Dreamcast\TitlesBoxPath=C:\Assets\Sega Dreamcast\BoxesCartPath=ManualPath=C:\Assets\Sega Dreamcast\ManualsControlPanelPath=C:\Assets\Sega Dreamcast\ControlsWorkingPath=C:\Emulators\nullDCMapKeys=TrueWaitBeforeKeys=SendKeys=ReplaceDash=FalseReplaceUnder=TrueCapitals=FalseRemoveBrackets=TrueShowDesktop=TrueDebug=FalseAlsoLaunch=OLDatZip=LaunchBefore=LaunchAfter=ExcludedFiles=CustomBackground=PlayMusic=FalseDontShowInfo=PlaySelectionMusic=FalseSelectionMusicFolder=PCGame=FalseGamesIn7Zips=FalsePlayInScreenSaver=FalseShowMostPlayed=FalseRandomMostPlayed=FalseCDCheck=FalseCDCheckFile=VideoSnapPath=J:\DREAMCAST\Dream Videoslastgame=BakSnapPath=C:\Assets\Sega Dreamcast\Backgrounds Link to comment Share on other sites More sharing options...
Tempest Posted December 15, 2013 Share Posted December 15, 2013 Have you been able to run the same game in the emulator WITHOUT GameEx? Link to comment Share on other sites More sharing options...
Frankybabes Posted December 15, 2013 Author Share Posted December 15, 2013 Yes exactly same as above, nulldc blue screen with all the menus greyed out! Link to comment Share on other sites More sharing options...
Tempest Posted December 16, 2013 Share Posted December 16, 2013 GameEx isn't going to make your emulator work for you!You will need to research your emulator, and get a game working in it, and then we can help you get it working in GameEx. I would start by looking at the list of required files as described in your config. 1 Link to comment Share on other sites More sharing options...
Frankybabes Posted December 16, 2013 Author Share Posted December 16, 2013 Re installed nulldc and put some missing files in! oops,now it starts to run but stops and says "d3dx9_42.dll" is missing I have downloaded it but have no idea where to put it? can you help .I am running win7 64bit Link to comment Share on other sites More sharing options...
Draco1962 Posted December 17, 2013 Share Posted December 17, 2013 Did you try to search for a real solution or just download the missing .dll file from one of the many "missing .dll" sites? If so, delete what you downloaded and reinstall DirectX as instructed here. Link to comment Share on other sites More sharing options...
Frankybabes Posted December 17, 2013 Author Share Posted December 17, 2013 Reinstalled direct x,I now get "nulldc has stopped working" nothing now about missing dll Link to comment Share on other sites More sharing options...
Frankybabes Posted December 18, 2013 Author Share Posted December 18, 2013 Link to comment Share on other sites More sharing options...
Frankybabes Posted December 18, 2013 Author Share Posted December 18, 2013 Its okay i have sorted it the command file was wrong.Regards Link to comment Share on other sites More sharing options...
nullPointer Posted December 18, 2013 Share Posted December 18, 2013 Great news Frankybabes! Enjoy your Dreamcast gaming! Link to comment Share on other sites More sharing options...
Tempest Posted December 19, 2013 Share Posted December 19, 2013 +1 Link to comment Share on other sites More sharing options...
Recommended Posts