Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: NullDC 104r50 Crashing with Autoload  (Read 3243 times)

0 Members and 1 Guest are viewing this topic.

newmanfamilyvlogs

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1694
  • Last login:June 15, 2022, 05:20:38 pm
    • forum.arcadecontrols.com/index.php/topic,103584.msg1096585.html#msg1096585
    • Newman Family Vlogs
NullDC 104r50 Crashing with Autoload
« on: May 27, 2011, 07:43:53 pm »
I've seen several threads on various forums addressing the issue of NullDC crashing when Autoload=1 and a default image is specified. However this also seems to be the preferred method for launching games via a frontend (in my case, Hyperspin).

Does anyone know what causes this crash and how to resolve it?

Jollywest

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 294
  • Last login:Today at 08:23:47 am
Re: NullDC 104r50 Crashing with Autoload
« Reply #1 on: May 29, 2011, 04:05:40 am »
It could be System Specific, not sure what setup you have but I run NullDC without problems on the following spec (albeit on GameEx);

Intel 8400 cpu
Radeon HD4870x2 gpu
Vista 64-bit
4Gb Ram

I've attached my NullDC.cfg file.

The command line I use for NullDC in GameEx is as follows;

nullDC_Win32_Release-NoTrace.exe -config ImageReader:DefaultImage="[ROMPATH]\[ROMFILE]"

I would of thought this will be different for you using HyperSpin, and would probably also depend on if your using Hyperlaunch, but the Parameters should be similar if not the same.
Maybe someone could chip in with an exact command line to run NullDC on HyperSpin...  ;)


newmanfamilyvlogs

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1694
  • Last login:June 15, 2022, 05:20:38 pm
    • forum.arcadecontrols.com/index.php/topic,103584.msg1096585.html#msg1096585
    • Newman Family Vlogs
Re: NullDC 104r50 Crashing with Autoload
« Reply #2 on: May 29, 2011, 10:14:31 pm »
This happens outside of hyperspin.

Jollywest

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 294
  • Last login:Today at 08:23:47 am
Re: NullDC 104r50 Crashing with Autoload
« Reply #3 on: May 30, 2011, 03:09:42 am »
Sorry I took your question slightly the wrong way, thinking that NullDC crashed when Autoload=1 through HyperSpin.
« Last Edit: May 30, 2011, 03:33:43 am by Jollywest »

BadMouth

  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 9273
  • Last login:August 19, 2025, 03:10:32 pm
  • ...
Re: NullDC 104r50 Crashing with Autoload
« Reply #4 on: May 30, 2011, 10:29:15 am »
The front ends modify the cfg file to substitute the game name for "defualt(sp)" when they launch.

DefaultImage=defualt.cdi in the config file doesn't really mean anything and isn't pointing to a valid cdi.
Demul will crash if autoload=1 and DefaultImage isn't changed to a valid cdi.
If I want to launch demul outside of MALA, I have to change autoload=0 before doing so or it will crash.

The other way to do it would be to specify a default game to load, but it would launch the game when you click on the exe instead of just loading Demul.
Hyperspin will still swap in the game you selected when launching it from the front end.

As far as launching from the front end goes...
If their command line isn't working, my guess would be that it either isn't successfully modifying the cfg file before launching demul
or that it isn't specifying the correct path to the cdi.

The command line for MALA is
-config ImageReader:defaultImage="%path%\%rom%.%ext%" -fullscreen=1

« Last Edit: May 30, 2011, 11:38:00 am by BadMouth »