PDA

View Full Version : Nulldc Hyperlaunch Blackscreen



zaktallica
03-08-2009, 08:46 PM
Ok using nulldc with hyper launch is pissing me off. Seems like every game or so it HL will lose focus with nulldc. When you launch a game you can here it booting up but all you see is the vmu windows pop up and that's it. Out side HS it works fine. Anyone got a 100% way of having nulldc launching through HS now with no crashes or black screens?

Lashek
03-08-2009, 08:54 PM
http://www.hyperspin-fe.com/wiki/NullDC

If HL keeps breaking for you, it's due to you changing things in the HyperLaunch script.

Also make sure you run the emulator at the same resolution as HS and FullScreen.

As for the VMU windows popping up, that's a configuration of the emulator problem and also due to the Emulator NOT running fullscreen.



[nullDC]
Dynarec.Enabled=1
Dynarec.DoConstantPropagation=1
Dynarec.UnderclockFpu=0
Dreamcast.Cable=3
Dreamcast.RTC=1831580682
Emulator.AutoStart=1
Emulator.NoConsole=1




[drkpvr]
Emulation.AlphaSortMode=1
Emulation.PaletteMode=1
Emulation.ModVolMode=1
Emulation.ZBufferMode=3
OSD.ShowFPS=0
OSD.ShowStats=0
Fullscreen.Enabled=1
Fullscreen.Res_X=-1
Fullscreen.Res_Y=-1
Fullscreen.Refresh_Rate=-1
Enhancements.MultiSampleCount=4
Enhancements.MultiSampleQuality=4
Enhancements.AspectRatioMode=1

[ImageReader]
PatchRegion=0
LoadDefaultImage=1
DefaultImage=defualt.gdi
LastImage=c:\game.gdi


Voila. HL isn't the cause of this problem from how you described it.

[edit]
Backup your configs and HL script before making any mods each time if it works fine. This will save you tons of headaches. :P

brian_hoffman
03-08-2009, 09:05 PM
Ok using nulldc with hyper launch is pissing me off. Seems like every game or so it HL will lose focus with nulldc. When you launch a game you can here it booting up but all you see is the vmu windows pop up and that's it. Out side HS it works fine. Anyone got a 100% way of having nulldc launching through HS now with no crashes or black screens?

Id make sure your NullDC.CFG is set to read only after making those above changes. I dontseem to have the issues you describe.

zaktallica
03-08-2009, 09:24 PM
Ok well that seems to be working for now.. I noticed while play games that the controls would get messed up. Like ikagura would not let me shoot while moving and marvel vs capcom after some fighting/button smashing my guy would keep hopping up and down or walk forward non stop by its self. Any suggestions?

SophT
03-08-2009, 09:43 PM
sounds like you have a control mapped to your 'alt' key. nullDC doesn't like that.

zaktallica
03-08-2009, 10:31 PM
Yes I do and me and brian used the ahk to work around that..Sighh so there is no way to use the alt key with nulldc without it messing up?

SophT
03-09-2009, 06:41 AM
what's your ahk script look like, and what key are you sending instead?

zaktallica
03-09-2009, 10:40 AM
;
; AutoHotkey Version: 1.x
; Language: English
; Platform: Win9x/NT
; Author: A.N.Other <myemail@nowhere.com>
;
; Script Function:
; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

LShift::v
LCTRL::l
LAlt::b

zaktallica
03-09-2009, 10:42 AM
So heres the script im using V L B are what Nulldc is using as the input my im using shift etc on my x-arcade. So is there any way to make this work with out messing up? If not then I guess I will need tp remap custom keys for the x arcade.

SophT
03-09-2009, 11:22 AM
did a theme for DC ever get released? I've seen vid previews but not an actual release...

zaktallica
03-09-2009, 02:09 PM
Ok I decided to just reprogram my xarcade and now im getting this DAMN black screen again...First I erased the launch remap .exe from my ahk them remapped my keys in null dc and now im getting a crappy black screen with vmu's popping up.. Heres my settings:


;; nullDC config file;;
[nullDC]
Dynarec.Enabled=1
Dynarec.DoConstantPropagation=1
Dynarec.UnderclockFpu=0
Dreamcast.Cable=3
Dreamcast.RTC=1543280078
Emulator.AutoStart=1
Emulator.NoConsole=1

[nullDC_plugins]
GUI=nullDC_GUI_Win32.dll
Current_PVR=nullPVR_Win32.dll
Current_GDR=nullGDR_Win32.dll
Current_AICA=nullAICA_Win32.dll
Current_ExtDevice=nullExtDev_Win32.dll
Current_maple0_5=drkMapleDevices_Win32.dll:0
Current_maple1_5=drkMapleDevices_Win32.dll:0
Current_maple2_5=NULL
Current_maple3_5=NULL
Current_maple0_0=drkMapleDevices_Win32.dll:2
Current_maple0_1=drkMapleDevices_Win32.dll:2
Current_maple0_2=NULL
Current_maple0_3=NULL
Current_maple0_4=NULL
Current_maple1_0=drkMapleDevices_Win32.dll:2
Current_maple1_1=drkMapleDevices_Win32.dll:2
Current_maple1_2=NULL
Current_maple1_3=NULL
Current_maple1_4=NULL

[drkpvr]
Emulation.AlphaSortMode=1
Emulation.PaletteMode=1
Emulation.ModVolMode=1
Emulation.ZBufferMode=3
OSD.ShowFPS=0
OSD.ShowStats=0
Fullscreen.Enabled=0
Fullscreen.Res_X=1280
Fullscreen.Res_Y=1024
Fullscreen.Refresh_Rate=60
Enhancements.MultiSampleCount=0
Enhancements.MultiSampleQuality=0
Enhancements.AspectRatioMode=1

[ImageReader]
PatchRegion=1
LoadDefaultImage=1
DefaultImage=defualt.gdi
LastImage=C:\Documents and Settings\Owner\Desktop\emus\sega\dreamcast\NullDC\ roms\capcom vs snk.cdi

[nullAica]
BufferSize=2048
LimitFPS=1
HW_mixing=0
SoundRenderer=1
GlobalFocus=1
BufferCount=1
CDDAMute=0
GlobalMute=0
DSPEnabled=0

[nullExtDev]
mode=0
adapter=0

zaktallica
03-09-2009, 02:09 PM
;*********************************SEGA DREAMCAST********************************

else if (systemName = "Sega Dreamcast" && executable = "nullDC_1.0.3_nommu.exe")
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
Run, %Executable% -config ImageReader:DefaultImage="%romPath%%romName%%romExtension%", %EmuPath%,Hide UseErrorLevel
WinWait, nullDC
Sleep,1000
WinShow, ahk_class ndc_main_window
Process, WaitClose, nullDC_1.0.3_nommu.exe


}

SophT
03-09-2009, 03:49 PM
did you remember to recompile?

and does nulldc support direct mounting of cdi images?

zaktallica
03-09-2009, 04:01 PM
Yes I did recompile. When I launch a game in HS I hear the dreamcast starting up but get nothing but black..UGHH I fixed my controller issue completely but now im back to HL giving me issues..

chrismox
03-10-2009, 10:37 AM
I had the same problem with the black screen.

I simply re-installed NullDC (only took a minute or so) and problem solved.

Maybe worth a try...?

mrkraine76
09-07-2010, 08:41 AM
can anyone help me im using hyperspin frnt end i got it to work with mame just fine but none of the other emulators will work in hyperspin if i dont use the front end the emulators work fine nulldc/ zsnes/ fceux(NES) AND also if anyone could help im having trouble with daphne running at all thx

Lailoken
09-07-2010, 06:48 PM
can anyone help me im using hyperspin frnt end i got it to work with mame just fine but none of the other emulators will work in hyperspin if i dont use the front end the emulators work fine nulldc/ zsnes/ fceux(NES) AND also if anyone could help im having trouble with daphne running at all thx
You've got to be a lot more specific than that.