Joenaz Posted March 1, 2015 Posted March 1, 2015 I can get Mame Roms to load in HLHQ and HL, but when I start game in HS it says that It cannot find the roms, any thoughts?? Hyper Launch Log from hyperspin dir: 08:48:11 AM | HyperLaunch v2.25c 08:48:11 AM | System Specs: HyperSpin Dir: X:\Hyperspin OS: WIN_VISTA OS Language: 0409 OS Admin Status: No Monitor #1 (\\.\DISPLAY1): 1680x1050 (1680x1020 work) HyperSpin Res: 174x106 AHK Version: 1.1.07.03 08:48:11 AM | HyperLaunch received "MAME" and "10yard" 08:48:11 AM | INI Keys read 08:48:11 AM | Checking paths 08:48:11 AM | Finished injecting functions into module 08:48:11 AM | Module is built 08:48:11 AM | Running module: ;----------------------------------------------------------- ;Built in script ;----------------------------------------------------------- #NoTrayIcon DetectHiddenWindows, ON SetTitleMatchMode, 2 SendMode, Event 0 = 2 exitEmulatorKey = Esc emuPath = X:\Emulators\MAME\MameUI\MameUI64_0.158\MameUI64\ romPath = X:\Emulators\MAME\ROMS\ romPathFromIni = X:\Emulators\MAME\ROMS\ romExtension = .zip romExtensionOrig = .zip romExtensions = zip,7z executable = Mameui64.exe systemName = MAME romName = 10yard daemonToolsPath = skipchecks = false fadeIn = false fadeOut = false fadeColor = 0x000000 fadeInDuration = 500 fadeOutDuration = 500 fadeInDelay = 0 fadeInInterruptKeys = {LControl}{RControl}{LAlt}{RAlt}{LShift}{RShift}{LWin}{RWin}{AppsKey}{F1}{F2}{F3}{F4}{F5}{F6}{F7}{F8}{F9}{F10}{F11}{F12}{Left}{Right}{Up}{Down}{Home}{End}{PgUp}{PgDn}{Del}{Ins}{BS}{Capslock}{Numlock}{PrintScreen}{Pause} gameStartImgPath = X:\Hyperspin\Media\MAME\Images\GameStart\ moduleExtensionPath = X:\Hyperspin\Modules\Module Extensions\ 7zEnable = false 7zExtractDir = C:\Users\Owner\AppData\Local\Temp\Hyperspin\ 7zExtractDirOrig = 7zDelTemp = true 7zFormats = .zip,.rar,.7z,.gzip,.tar 7zFormatsNoP = zip,rar,7z,gzip,tar mgEnabled = false mgKey = NumpadSub mgSelectKey = Enter mgExitKey = Esc multiGameImgPath = X:\Hyperspin\Media\MAME\Images\MultiGame\ mgBackgroundColor = FF000000 mgSidePadding = 0.2 mgYOffset = 500 mgImageAdjust = 1 mgFont = Arial mgText1Options = x10p y30p w80p Centre cBBFFFFFF r4 s100 Bold Italic mgText1Text = Please select a game mgText2Options = w96p cFFFFFFFF r4 s50 Center Bold Italic mgText2Offset = 70 mgUseSound = true mgSoundfreq = 300 mgExitEffect = none mgSelectedEffect = rotate mgUseGameArt = false mgArtworkDir = Artwork1 Hotkey, Esc, CloseProcess ;----------------------------------------------------------- ;Module script ;----------------------------------------------------------- ;MAME ;ver. .157 ;MAME.exe|MAME64.exe ;---------------------------------------------------------------------------- ; Notes: ; No need to edit mame.ini and set your rom folder, module sends the rompath for you. ;---------------------------------------------------------------------------- GUI_ID := FadeInStart() Run, %executable% %romName%, %emuPath%, Hide, exePID WinWait, Ahk_pid %exePID% WinGetClass,exeWinClass, ahk_pid %exePID% WinWaitActive, Ahk_class %exeWinClass% if(ErrorLevel != 0){ if (ErrorLevel = 1){ Error = Failed Validity }else if(ErrorLevel = 2){ Error = Missing Files }else if(ErrorLevel = 3){ Error = Fatal Error }else if(ErrorLevel = 4){ Error = Device Error }else if(ErrorLevel = 5){ Error = Game Does Not Exist }else if(ErrorLevel = 6){ Error = Invalid Config }else if(ErrorLevel = 7 || ErrorLevel = 8 || ErrorLevel = 9){ Error = Identification Error }else{ Error = Mame Error } MsgBox Mame Error - %Error% } GUI_ID2 := FadeInExit() Process, WaitClose, %executable% GUI_ID4 := FadeOutExit() WinActivate, Hyperspin ExitApp CloseProcess: GUI_ID3 := FadeOutStart() WinClose, Ahk_class %exeWinClass% return hideDesktop(){ } FadeInStart(){ } FadeInExit(){ } FadeOutStart(){ Suspend, On } FadeOutExit(){ } 7z(7zP, 7zN, 7zE, 7zExtractDir){ } 7zCleanUp() { } CheckFile(file,msg="",timeout=6){ IfNotExist, %file% { If msg ScriptError(msg, timeout) Else ScriptError("Cannot find " . file, timeout) } Return %file% } ScriptError(error,timeout=6){ MsgBox,48,Error,%error%,%timeout% ExitApp } 08:48:19 AM | Module ended, exiting HyperLaunch normally HL Log from Hyperlaunch folder: 08:37:33:823 | HL | INFO | +N/A | Main - HyperLaunch v3.1.0.4 BETA (www.hyperlaunch.net) 08:37:35:854 | HL | INFO | +2043 | Main - System Specs: HyperLaunch Dir: X:\Hyperspin\HyperLaunch HyperLaunch is: 32-bit OS: Microsoft® Windows Vista™ Home Premium SKU: Home Premium Total Memory: 7934.27 MB Free Memory: 4234.34 MB Used Memory: 3699.926 MB SystemType: 64-bit Physical Processors: 1 Logical Processors: 3 GPU 1 Name: ATI Radeon HD 3200 Graphics GPU 1 RAM: 256.00 MB GPU 1 Driver Version: 7.01.01.747 Sound 1 Device: High Definition Audio Device Sound 1 Status: Enabled Sound 2 Device: Microsoft LifeCam Cinema. Sound 2 Status: Enabled Sound 3 Device: Realtek High Definition Audio Sound 3 Status: Enabled Sound 4 Device: PlayOn Virtual Audio Device Sound 4 Status: Enabled OS Language: English_United_States OS Admin Status: No Monitor #1 (\\.\DISPLAY1): 1680x1050 (1680x1020 work) Monitor #1 Orientation: Landscape Current AHK Desktop Width: 1680 Current AHK Desktop Height: 1050 AutoHotkey Path: AHK Version: 1.1.09.04 Unicode: No 08:37:35:854 | HL | INFO | +0 | CheckFile - Checking if X:\Hyperspin\HyperLaunch\HyperLaunch.exe exists 08:37:35:854 | HL | INFO | +0 | CheckFile - Checking if X:\Hyperspin\HyperLaunch\Module Extensions\dxwnd\dxwnd.ini exists 08:37:35:855 | HL | INFO | +0 | CheckFile - Checking if X:\Hyperspin\HyperLaunch\Module Extensions\dxwnd\dxwnd.exe exists 08:37:35:857 | HL | INFO | +0 | GetSystems - Started 08:37:35:857 | HL | INFO | +0 | CheckFile - Checking if X:\Hyperspin\HyperLaunch\HyperLaunchHQ\Databases\Systems.xml exists 08:37:35:857 | HL | INFO | +0 | GetSystems - Found a HyperLaunch Systems.xml: "X:\Hyperspin\HyperLaunch\HyperLaunchHQ\Databases\Systems.xml" 08:37:35:864 | HL | INFO | +0 | GetSystems - Ended 08:37:35:917 | HL | INFO | +63 | Main - HyperLaunch launched directly 08:37:43:081 | HL | INFO | +7160 | CheckFile - Checking if X:\Hyperspin\HyperLaunch\Plugins\HyperLaunchHQ.plugin exists 08:37:43:112 | HL | INFO | +31 | Main - Loading Front End Plugin: "HyperLaunchHQ" 08:37:43:113 | HL | INFO | +0 | Main - HyperLaunch received "MAME" and "10yard" 08:37:43:127 | HL | INFO | +16 | Main - 10yard is using the default emulator: MAME 08:37:43:127 | HL | INFO | +0 | Main - Checking for a [MAME] section in X:\Hyperspin\HyperLaunch\Settings\MAME\Emulators.ini 08:37:43:127 | HL | INFO | +0 | Main - Checking for a [MAME] section in X:\Hyperspin\HyperLaunch\Settings\Global Emulators.ini 08:37:43:128 | HL | INFO | +0 | Main - Found [MAME] in X:\Hyperspin\HyperLaunch\Settings\Global Emulators.ini 08:37:43:128 | HL | INFO | +0 | CheckFile - Checking if X:\Hyperspin\HyperLaunch\Modules\MAME\MAME.ahk exists 08:37:43:162 | HL | INFO | +31 | Main - CRC Check - CRC matches, this is an official unedited module. 08:37:43:162 | HL | INFO | +0 | Main - 10yard will use module: X:\Hyperspin\HyperLaunch\Modules\MAME\MAME.ahk 08:37:43:197 | HL | INFO | +31 | Main - Did not find a "X:\Hyperspin\HyperLaunch\Settings\MAME\Game Options.ini" file, skipping any game-specific options. 08:37:43:197 | HL | INFO | +0 | Main - Using standard method with "Rom Extension" SkipChecks or without any SkipChecks. 08:37:43:200 | HL | INFO | +16 | Main - INI Keys read 08:37:43:201 | HL | INFO | +0 | CheckFile - Checking if X:\Hyperspin\HyperLaunch\Module Extensions\7z.exe exists 08:37:43:202 | HL | INFO | +0 | CheckFile - Checking if X:\Hyperspin\HyperLaunch\Module Extensions\7z.dll exists 08:37:43:204 | HL | INFO | +0 | CreateRomMapTable - Started 08:37:43:204 | HL | INFO | +0 | AltNameExistCheck - Found rom: X:\Emulators\MAME\ROMS\10yard.zip 08:37:43:204 | HL | INFO | +0 | CreateRomMapTable - Ended, No mapping inis found. 08:37:43:204 | HL | INFO | +0 | CheckFile - Checking if X:\Hyperspin\HyperLaunch\Module Extensions\FontReg.exe exists 08:38:14:775 | HL | INFO | +31574 | Main - "10yard" does not qualify for MultiGame. Only roms with any of these strings in their name are acceptable: (Disc,(Disk,(Cart,(Tape,(Cassette,(Part,(Side 08:38:14:775 | HL | INFO | +0 | CheckPaths - Started 08:38:14:776 | HL | INFO | +0 | CheckPaths - Found rom: X:\Emulators\MAME\ROMS\10yard.zip 08:38:14:776 | HL | INFO | +0 | CheckPaths - Ended 08:38:14:777 | HL | INFO | +0 | BuildScript - User Variables: ;---------------------------------------------------------------------------- ; INJECTED VARIABLES ;---------------------------------------------------------------------------- #NoTrayIcon #InstallKeybdHook DetectHiddenWindows, ON SetTitleMatchMode, 2 SendMode, Event 0 = 0 pluginPath = X:\Hyperspin\HyperLaunch\Plugins pluginName = HyperLaunchHQ pluginExt = .plugin hlMode = hlTitle = HyperLaunch hlVersion = 3.1.0.4 BETA hlAuthor = djvj hlURL = www.hyperlaunch.net langFile = X:\Hyperspin\HyperLaunch\Data\Language\Localization.ini frontendPID = 0 frontendPath = X:\Hyperspin\HyperLaunch\HyperLaunchHQ frontendExe = HyperLaunchHQ.exe frontendExt = exe frontendName = HyperLaunchHQ frontendDrive = X: exitEmulatorKey = ~Esc exitEmulatorKeyWait = 0 forceHoldKey = ~Esc restoreFE = false exitScriptKey = ~q & ~s toggleCursorKey = ~e & ~t emuFullPath = X:\Emulators\MAME\MameUI\MameUI64_0.158\MameUI64\Mameui64.exe emuPath = X:\Emulators\MAME\MameUI\MameUI64_0.158\MameUI64 emuName = MAME emuExt = exe romPath = X:\Emulators\MAME\ROMS romPathFromIni = X:\Emulators\MAME\ROMS romExtension = .zip romExtensionOrig = .zip romExtensions = zip|7z executable = Mameui64.exe systemName = MAME dbPath = dbName = 10yard dbExt = romName = 10yard romMapPath = X:\Hyperspin\HyperLaunch\Settings\MAME\Rom Mapping romMappingEnabled = true romMappingLaunchMenuEnabled = false romMappingFirstMatchingExt = true romMappingShowAllRomsInArchive = true romMappingNumberOfGamesByScreen = 7 romMappingMenuWidth = 400 romMappingMenuMargin = 65 romMappingTextFont = Bebas Neue romMappingTextOptions = cFFFFFFFF r4 s60 Bold romMappingDisabledTextColor = ff888888 romMappingTextSizeDifference = 7 romMappingTextMargin = 15 romMappingTitleTextFont = Bebas Neue romMappingTitleTextOptions = cFFFFFFFF r4 s90 Bold romMappingTitle2TextFont = Bebas Neue romMappingTitle2TextOptions = cFFFFFFFF r4 s22 Bold romMappingGameInfoTextFont = Bebas Neue romMappingGameInfoTextOptions = cFFFFFFFF r4 s22 Regular romMappingBackgroundBrush = aa000000 romMappingColumnBrush = 33000000 romMappingButtonBrush1 = 6f000000 romMappingButtonBrush2 = 33000000 romMappingBackgroundAlign = Stretch and Lose Aspect romMappingMenuFlagWidth = 55 romMappingMenuFlagSeparation = 7 romMappingDefaultMenuList = FullList romMappingSingleFilteredRomAutomaticLaunch = false altArchiveNameOnly = altRomNameOnly = altArchiveAndRomName = altArchiveAndManyRomNames = altRomNamesOnly = romMapScenario = skipchecks = false romMatchExt = true blockInputTime = 0 blockInputFile = X:\Hyperspin\HyperLaunch\Module Extensions\BlockInput.exe errorLevelReporting = false lockLaunch = false lockLaunchGame = screenRotationAngle = 0 screenRotationAngleGame = logFile = X:\Hyperspin\HyperLaunch\HyperLaunch.log logLabel := [" INFO"," WARNING"," ERROR"," DEBUG1"," DEBUG2"] logLevel = 3 logShowDebugConsole = false logIncludeModule = true logIncludeFileProperties = true logShowCommandWindow = false logCommandWindow = false hlDebugConsoleStdout = sysLang = English_United_States sysType = 64-bit navUpKey = Up navDownKey = Down navLeftKey = Left navRightKey = Right navSelectKey = Enter navP2UpKey = Numpad8 navP2DownKey = Numpad2 navP2LeftKey = Numpad4 navP2RightKey = Numpad6 navP2SelectKey = NumpadEnter originalWidth = 1680 originalHeight = 1050 dtEnabled = false dtPath = dtUseSCSI = true dtAddDrive = true servoStikEnabled = false ledblinkyEnabled = false ledblinkyFullPath = ledblinkyProfilePath = X:\Hyperspin\HyperLaunch\Profiles\LEDBlinky ledblinkyHLProfile = X:\Hyperspin\HyperLaunch\Profiles\LEDBlinky\HyperLaunch emuIdleShutdown = 0 launchPasswordHash = UpUpDownDownLeftRightLeftRight hideCursor = false hideEmu = false hideFE = false fadeIn = false fadeInDuration = 500 fadeInTransitionAnimation = DefaultAnimateFadeIn fadeInDelay = 0 fadeInExitDelay = 0 fadeOutExitDelay = 0 fadeOut = false fadeOutExtraScreen = false fadeOutDuration = 500 fadeOutTransitionAnimation = DefaultAnimateFadeOut fadeOutDelay = 0 fadeLyrInterpolation = 7 fadeMuteEmulator = false fadeUseBackgrounds = false fadeWidthBaseRes = 1920 fadeHeightBaseRes = 1080 fadeLyr1Color = FF000000 fadeLyr1AlignImage = Stretch and Lose Aspect fadeLyr2Pos = Stretch and Lose Aspect fadeLyr2X = 0 fadeLyr2Y = 0 fadeLyr2W = fadeLyr2H = fadeLyr2Adjust = 1 fadeLyr2PicPad = 0 fadeLyr2Prefix = Extra Layer 1 - Console fadeLyr3Pos = Center fadeLyr3X = 450 fadeLyr3Y = 450 fadeLyr3W = fadeLyr3H = fadeLyr3Adjust = 0.8 fadeLyr3PicPad = 0 fadeLyr3Speed = 750 fadeLyr3Animation = DefaultFadeAnimation fadeLyr37zAnimation = DefaultFadeAnimation fadeLyr3Type = imageandbar fadeLyr3ImgFollow7zProgress = true fadeLyr3Repeat = 1 fadeLyr3BackImageTransparency = 30 fadeLyr3StaticPos = No Alignment fadeLyr3StaticX = 0 fadeLyr3StaticY = 870|1575 fadeLyr3StaticW = fadeLyr3StaticH = fadeLyr3StaticAdjust = 1 fadeLyr3StaticPicPad = 0 fadeLyr3StaticPrefix = Info Bar fadeLyr4Adjust = 1 fadeLyr4X = 1792|952 fadeLyr4Y = 891|1596 fadeLyr4W = 128 fadeLyr4H = fadeLyr4Pos = No Alignment fadeLyr4FPS = 50 fadeLyr4PicPad = 0 fadeTranspGifColor = FFFFFF fadeBarWindow = Image fadeBarWindowX = fadeBarWindowY = fadeBarWindowW = 900 fadeBarWindowH = 180 fadeBarWindowR = 30 fadeBarWindowM = 30 fadeBarWindowHatchStyle = 8 fadeBar = 7zOnly fadeBarNon7zProgressTime = 0 fadeBarBack = true fadeBarBackColor = FF555555 fadeBarH = 30 fadeBarR = 10 fadeBarColor = DD00BFFF fadeBarHatchStyle = 8 fadeBarPercentageText = true fadeBarInfoText = true fadeBarXOffset = 0 fadeBarYOffset = 150 fadeRomInfoDescription = filtered text fadeRomInfoSystemName = image fadeRomInfoYear = text with label fadeRomInfoManufacturer = text with label fadeRomInfoGenre = disabled fadeRomInfoRating = image fadeRomInfoOrder = Description|SystemName|Year|Manufacturer|Genre|Rating fadeRomInfoTextPlacement = User Defined fadeRomInfoTextMargin = 7 fadeRomInfoText1Options = w1600|787 h90 x165 y870|1575 cFFE1E1E1 r4 s90 Left Regular fadeRomInfoText2Options = w400 x8 y15 cFF555555 r4 s60 Bold fadeRomInfoText3Options = w310 x165 y960|1665 cFFE1E1E1 r4 s66 Left Regular fadeRomInfoText4Options = cFF555555 r4 s20 Bold fadeRomInfoText5Options = cFF555555 r4 s20 Bold fadeRomInfoText6Options = cFF555555 r4 s20 Bold fadeStats_Number_of_Times_Played = text with label fadeStats_Last_Time_Played = text with label fadeStats_Average_Time_Played = text with label fadeStats_Total_Time_Played = text with label fadeStats_System_Total_Played_Time = text with label fadeStats_Total_Global_Played_Time = text with label fadeStatsInfoOrder = Number_of_Times_Played|Last_Time_Played|Average_Time_Played|Total_Time_Played|System_Total_Played_Time|Total_Global_Played_Time fadeStatsInfoTextPlacement = topLeft fadeStatsInfoTextMargin = 5 fadeStatsInfoText1Options = cFF555555 r4 s20 Bold fadeStatsInfoText2Options = cFF555555 r4 s20 Bold fadeStatsInfoText3Options = cFF555555 r4 s20 Bold fadeStatsInfoText4Options = cFF555555 r4 s20 Bold fadeStatsInfoText5Options = cFF555555 r4 s20 Bold fadeStatsInfoText6Options = cFF555555 r4 s20 Bold fadeText1X = 0 fadeText1Y = 0 fadeText1Options = cFFFFFFFF r4 s20 Right Bold fadeText1 = Loading Game fadeText2X = 0 fadeText2Y = 0 fadeText2Options = cFFFFFFFF r4 s20 Right Bold fadeText2 = Extraction Complete fadeText3 = Loading Game fadeText4 = Loading Complete fadeFont = Arial fadeSystemAndRomLayersOnly = false fadeExtractionTime = disabled fadeExtractionTimeTextX = 0 fadeExtractionTimeTextY = 0 fadeExtractionTimeTextOptions = cFF555555 r4 s20 Bold fadeInterruptKey = detectFadeErrorEnabled = true fadeImgPath = X:\Hyperspin\HyperLaunch\Media\Fade HLDataPath = X:\Hyperspin\HyperLaunch\Data HLMediaPath = X:\Hyperspin\HyperLaunch\Media HLErrSoundPath = X:\Hyperspin\HyperLaunch\Media\Sounds\Error modulesPath = X:\Hyperspin\HyperLaunch\Modules moduleFullName = X:\Hyperspin\HyperLaunch\Modules\MAME\MAME.ahk moduleName = MAME modulePath = X:\Hyperspin\HyperLaunch\Modules\MAME moduleExtension = ahk moduleExtensionsPath = X:\Hyperspin\HyperLaunch\Module Extensions libPath = X:\Hyperspin\HyperLaunch\Lib 7zEnabled = false 7zPath = X:\Hyperspin\HyperLaunch\Module Extensions\7z.exe 7zDllPath = X:\Hyperspin\HyperLaunch\Module Extensions\7z.dll 7zExtractPath = X:\Hyperspin 7zExtractPathOrig = 7zAttachSystemName = false 7zDelTemp = true 7zSounds = true 7zFormats = .zip,.rar,.7z,.lzh,.gzip,.tar 7zFormatsNoP = zip,rar,7z,lzh,gzip,tar mgEnabled = false mgKey = ~NumpadSub mgBackgroundColor = FF000000 mgSidePadding = 0.2 mgWidthBaseRes = 1920 mgHeightBaseRes = 1080 mgYOffset = 500|800 mgFont = Arial mgText1Options = x10p y250|500 w80p Center cBBFFFFFF r4 s100 BoldItalic mgText1Text = Please select a game mgText2Options = w96p cFFFFFFFF r4 s50 Center BoldItalic mgText2Offset = 100 mgUseSound = true mgSoundfreq = 300 mgExitEffect = none mgSelectedEffect = rotate mgUseGameArt = false mgCandidate = mgValidTypes = (Disc,(Disk,(Cart,(Tape,(Cassette,(Part,(Side mgOnLaunch = false hpEnabled = false hpKey = ~NumpadAdd hpBackToMenuBarKey = X hpZoomInKey = C hpZoomOutKey = V hpScreenshotKey = ~PrintScreen hpHiToTextPath = X:\Hyperspin\HyperLaunch\Module Extensions\HiToText.exe hpSaveStateKeyCodes = {shift down}{F7 down}{F7 up}{shift up} hpLoadStateKeyCodes = {F7 down}{F7 up} keymapperEnabled = false keymapperAHKMethod = false keymapper = xpadder xpadderFullPath = X:\Hyperspin\Utilities\Xpadder\xpadder.exe joyToKeyFullPath = X:\Hyperspin\Utilities\JoyToKey\JoyToKey.exe keymapperProfilePath = X:\Hyperspin\HyperLaunch\Profiles\xpadder keymapperFrontEndProfileName = HyperLaunchHQ keymapperFrontEndProfile = false keymapperHyperLaunchProfileEnabled = false JoyIDsEnabled = false JoyIDsPreferredControllersSystem = use_global JoyIDsPreferredControllersGlobal = CustomJoyNamesEnabled = false CustomJoyNames = rotateMethod = false FEProfile = X:\Hyperspin\HyperLaunch\Profiles\xpadder\HyperLaunchHQ defaultProfile = X:\Hyperspin\HyperLaunch\Profiles\xpadder\_Default systemProfile = X:\Hyperspin\HyperLaunch\Profiles\xpadder\MAME xPadderSystemProfile = X:\Hyperspin\HyperLaunch\Profiles\xpadder\MAME\_Default emuProfile = X:\Hyperspin\HyperLaunch\Profiles\xpadder\MAME\MAME romProfile = X:\Hyperspin\HyperLaunch\Profiles\xpadder\MAME\10yard HyperLaunchProfile = X:\Hyperspin\HyperLaunch\Profiles\xpadder\HyperLaunch blankProfile = X:\Hyperspin\HyperLaunch\Profiles\xpadder\_Default\blank ahkFEProfile = X:\Hyperspin\HyperLaunch\Profiles\AHK\HyperLaunchHQ ahkDefaultProfile = X:\Hyperspin\HyperLaunch\Profiles\AHK\_Default ahkSystemProfile = X:\Hyperspin\HyperLaunch\Profiles\AHK\MAME ahkEmuProfile = X:\Hyperspin\HyperLaunch\Profiles\AHK\MAME\MAME ahkRomProfile = X:\Hyperspin\HyperLaunch\Profiles\AHK\MAME\10yard ahkHyperLaunchProfile = X:\Hyperspin\HyperLaunch\Profiles\AHK\HyperLaunch bezelEnabled = false bezelICEnabled = false statisticsEnabled = true pressDuration = -1 emuVolume = 1 dxwndIni = X:\Hyperspin\HyperLaunch\Module Extensions\dxwnd\dxwnd.ini dxwndFullPath = X:\Hyperspin\HyperLaunch\Module Extensions\dxwnd\dxwnd.exe mon1O = 0 pacDrivedllFile = X:\Hyperspin\HyperLaunch\Module Extensions\PacDrive32.dll userFadeAnimIniFile = X:\Hyperspin\HyperLaunch\Lib\User Fade Animations.ini 08:38:14:805 | HL | INFO | +32 | BuildScript - Loaded XHotkey Init.ahk scripts 08:38:14:805 | HL | INFO | +0 | BuildScript - Loaded Statistics Init.ahk scripts 08:38:14:805 | HL | WARNING | +0 | BuildScript - "X:\Hyperspin\HyperLaunch\Lib\User Functions Init.ahk" not found 08:38:14:805 | HL | INFO | +0 | BuildScript - Validating module 08:38:14:807 | HL | INFO | +0 | BuildScript - Validation complete 08:38:14:807 | HL | INFO | +0 | BuildScript - Module: MEmu = MAME MEmuV = v0.150 MURL = http://www.mame.net/ MAuthor = djvj MVersion = 2.1.3 MCRC = 9678FB18 iCRC = D88577B3 MID = 635038268903403479 MSystem = "AAE","Cave","Capcom","LaserDisc","MAME","Nintendo Arcade Systems","Sega Model 1","Sega ST-V","SNK Neo Geo","SNK Neo Geo AES" ;---------------------------------------------------------------------------- ; Notes: ; No need to edit mame.ini and set your rom folder, module sends the rompath for you. ; Command Line Options - http://easyemu.mameworld.info/mameguide/mameguide-options.html ; High Scores DO NOT SAVE when cheats are enabled! ; HLSL Documentation: http://mamedev.org/source/docs/hlsl.txt.html ; If you use MAME for AAE, create a vector.ini in mame's ini subfolder and paste these HLSL settings in there: http://www.mameworld.info/ubbthreads/showflat.php?Cat=&Number=309968&page=&view=&sb=5&o=&vc=1 ; ; Bezels: ; Module settings control whether HyperLaunch or MAME bezels are shown ; In the bezel normal mode only HyperLaunch Bezels will be show and the MAME use_bezels option will be forced disbaled ; In the bezel layout mode, HyperLaunch Bezels will be drawn only when you do not have a layout file on your MAME folders for the current game ;---------------------------------------------------------------------------- StartModule() BezelGUI() FadeInStart() settingsFile := modulePath . "\" . moduleName . ".ini" Fullscreen := IniReadCheck(settingsFile, "Settings", "Fullscreen","true",,1) legacyMode := IniReadCheck(settingsFile, "Settings|" . systemName . "|" . romName, "LegacyMode","false",,1) hlsl := IniReadCheck(settingsFile, "Settings|" . systemName . "|" . romName, "HLSL","false",,1) Videomode := IniReadCheck(settingsFile, "Settings", "Videomode","d3d",,1) pauseMethod := IniReadCheck(settingsFile, "Settings", "PauseMethod",1,,1) ; set the pause method that works better on your machine (preferred methods 1 and 2) 1 = Win7 and Win8 OK - Problems with Win XP, 2 = preferred method for WinXP - Problems in Win7, 3 and 4 = same as 1 and 2, 5 = only use If you have a direct input version of mame, 6 = suspend mame process method, it could crash mame in some computers bezelMode := IniReadCheck(settingsFile, "Settings", "BezelMode","layout",,1) ; "layout" or "normal" cheatMode := IniReadCheck(settingsFile, "Settings", "CheatMode","false",,1) cheatModeKey := IniReadCheck(settingsFile, "Settings", "CheatModeKey",A_Space,,1) ; user defined key to be held down before launching a mame rom. sysParams := IniReadCheck(settingsFile, systemName, "Params", A_Space,,1) romParams := IniReadCheck(settingsFile, romName, "Params", A_Space,,1) mameRomName := IniReadCheck(settingsFile, romName, "MameRomName", A_Space,,1) Artwork_Crop := IniReadCheck(settingsFile, systemName . "|" . romName, "Artwork_Crop", "true",,1) Use_Bezels := IniReadCheck(settingsFile, systemName . "|" . romName, "Use_Bezels", "false",,1) Use_Overlays := IniReadCheck(settingsFile, systemName . "|" . romName, "Use_Overlays", "true",,1) Use_Backdrops := IniReadCheck(settingsFile, systemName . "|" . romName, "Use_Backdrops", "true",,1) Use_Cpanels := IniReadCheck(settingsFile, systemName . "|" . romName, "Use_Cpanels", "false",,1) Use_Marquees := IniReadCheck(settingsFile, systemName . "|" . romName, "Use_Marquees", "false",,1) volume := IniReadCheck(settingsFile, "Settings|" . systemName . "|" . romName, "Volume",,,1) autosave := IniReadCheck(settingsFile, systemName . "|" . romName, "Autosave", "false",,1) artworkCrop := If (Artwork_Crop = "true") ? " -artwork_crop" : " -noartwork_crop" useBezels := If (Use_Bezels = "true") ? " -use_bezels" : " -nouse_bezels" useOverlays := If (Use_Overlays = "true") ? " -use_overlays" : " -nouse_overlays" useBackdrops := If (Use_Backdrops = "true") ? " -use_backdrops" : " -nouse_backdrops" UseCpanels := If (Use_Cpanels = "true") ? " -use_cpanels" : " -nouse_cpanels" UseMarquees := If (Use_Marquees = "true") ? " -use_marquees" : " -nouse_marquees" hideEmuObj := Object(dialogOpen . " ahk_class ConsoleWindowClass",0,"ahk_class MAME",1) ;Hide_Emu will hide these windows. 0 = will never unhide, 1 = will unhide later ; Process mame's ListXMLtable for certain features If (bezelEnabled = "true" || servoStikEnabled != "false") { ListXMLtable := [] ListXMLtable := ListXMLInfo(romName) If (bezelEnabled = "true") { If (bezelMode = "layout"){ BezelStart("layout",ListXMLtable[1],ListXMLtable[2],romName) } Else { ;bezel mode = normal useBezels := " -nouse_bezels" ; force disabling MAME built-in bezels BezelStart(,,ListXMLtable[2]) } } If (servoStikEnabled != "false") { ServoStik(If ListXMLtable[5] <= 4 ? 4 : 8) ; If "ways" in the xml is set to 4 or less, the servo will go into 4-way mode, else 8-way mode will be enabled } } ; -romload part of 147u2 that shows what roms were checked when missing roms winstate := If (Fullscreen = "true") ? "Hide UseErrorLevel" : "UseErrorLevel" fullscreen := If (Fullscreen = "true") ? " -nowindow" : " -window" hlsl := If hlsl = "true" ? " -hlsl_enable" : " -nohlsl_enable" videomode := If (Videomode != "" ) ? " -video " . videomode : "" sysParams := If sysParams != "" ? A_Space . sysParams : "" romParams := If romParams != "" ? A_Space . romParams : "" autosave := If autosave = "true" ? " -autosave" : "" volume := If volume != "" ? " -volume " . volume : "" StringReplace,mameRomPaths,romPathFromIni,|,`"`;`",1 ; replace all instances of | to ; in the Rom_Path from Emulators.ini so mame knows where to find your roms mameRomPaths := " -rompath """ . (If mameRomName ? romPath : mameRomPaths) . """" ; if using an alt rom, only supply mame with the path to that rom so it doesn't try to use the original rom If InStr(romParams,"-rompath") ScriptError("""-rompath"" is defined as a parameter for " . romName . ". The MAME module fills this automatically so please remove this from Params in the module's settings.") If InStr(sysParams,"-rompath") ScriptError("""-rompath"" is defined as a parameter for " . systemName . ". The MAME module fills this automatically so please remove this from Params in the module's settings.") If mameRomName { FileMove, %romPath%\%romName%%romExtension%, %romPath%\%mameRomName%%romExtension% ; rename rom to match what mame needs originalRomName := romName ; store romName from database so we know what to rename it back to later romName := mameRomName If ErrorLevel ScriptError("There was a problem renaming " . romName . " to " . mameRomName . " in " . romPath . ". Please check you have write permission to this folder/file and you don't already have a file named """ . mameRomName . """ in your rom folder.",8) Else ; if rename was successful, set var so we know to move it back later fileRenamed = 1 } If cheatMode = true { If (!FileExist(emuPath . "\cheat.zip") && !FileExist(emuPath . "\cheat.7z")) ScriptError("You have cheats enabled for " . MEmu . " but could not locate a ""cheat.zip"" or ""cheat.7z"" in " . emuPath) If cheatModeKey ; if user wants to use a key to enable CheatMode cheatEnabled := If XHotkeyAllKeysPressed(cheatModeKey) ? " -cheat" : "" ; only enables cheatMode when key is held down on launch Else ; no cheat mode key defined cheatEnabled := " -cheat" } HideEmuStart() If legacyMode = true errLvl := Run(executable . A_Space . romName . fullscreen . cheatEnabled . volume . mameRomPaths . sysParams . romParams, emuPath, winstate) Else errLvl := Run(executable . A_Space . romName . fullscreen . hlsl . cheatEnabled . volume . videomode . artworkCrop . useBezels . useOverlays . useBackdrops . UseCpanels . UseMarquees . mameRomPaths . sysParams . romParams . autosave, emuPath, winstate) If errLvl { If (errLvl = 1) Error = Failed Validity Else If(errLvl = 2) Error = Missing Files Else If(errLvl = 3) Error = Fatal Error Else If(errLvl = 4) Error = Device Error Else If(errLvl = 5) Error = Game Does Not Exist Else If(errLvl = 6) Error = Invalid Config Else If errLvl in 7,8,9 Error = Identification Error Else Error = MAME Error Log("MAME Error - " . Error,3) } WinWait("ahk_class MAME") WinWaitActive("ahk_class MAME") BezelDraw() HideEmuEnd() FadeInExit() Process("WaitClose", executable) BezelExit() If fileRenamed { ; rename file back to alternate name for next launch FileMove, %romPath%\%romName%%romExtension%, %romPath%\%originalRomName%%romExtension% If ErrorLevel ; if rename was successful, set var so we know to move it back later ScriptError("There was a problem renaming " . romName . " back to " . originalRomName) } FadeOutExit() ExitModule() ListXMLInfo(rom){ ; returns MAME/MESS info about parent rom, orientation angle, resolution Global emuFullPath, emuPath ListXMLtable := [] RunWait, % comspec . " /c " . """" . emuFullPath . """" . " -listxml " . rom . " > tempBezel.txt", %emuPath%, Hide Fileread, ListxmlContents, %emuPath%\tempBezel.txt RegExMatch(ListxmlContents, "s)<game.*name=" . """" . rom . """" . ".*" . "cloneof=" . """" . "[^""""]*", parent) RegExMatch(parent,"cloneof=" . """" . ".*", parent) RegExMatch(parent,"""" . ".*", parent) StringTrimLeft, parent, parent, 1 RegExMatch(ListxmlContents, "s)<display.*rotate=" . """" . "[0-9]+" . """", angle) RegExMatch(angle,"[0-9]+", angle, "-6") RegExMatch(ListxmlContents, "s)<display.*width=" . """" . "[0-9]+" . """", width) RegExMatch(width,"[0-9]+", width, "-6") RegExMatch(ListxmlContents, "s)<display.*height=" . """" . "[0-9]+" . """", Height) RegExMatch(Height,"[0-9]+", Height, "-6") RegExMatch(ListxmlContents, "s)<control.*ways=" . """" . "[0-9]+" . """", Ways) RegExMatch(Ways,"[0-9]+", Ways, "-6") ListXMLtable[1] := parent ListXMLtable[2] := angle ListXMLtable[3] := height ListXMLtable[4] := width ListXMLtable[5] := ways if (ListXMLtable[3] > ListXMLtable[4]) ListXMLtable[2] := true FileDelete, %emuPath%\tempBezel.txt Return ListXMLtable } HaltEmu: If pauseMethod = 1 { disableSuspendEmu = true disableRestoreEmu = true PostMessage,0x211, 1, , , ahk_class MAME } Else If pauseMethod = 2 { disableSuspendEmu = true PostMessage,0x211, 1, , , ahk_class MAME } Else If pauseMethod = 3 { disableSuspendEmu = true disableRestoreEmu = true PostMessage,% 0x0400+6, 1, , , ahk_class MAME } Else If pauseMethod = 4 { disableSuspendEmu = true PostMessage,% 0x0400+6, 1, , , ahk_class MAME } Else If pauseMethod = 5 { disableSuspendEmu = true Send, {P down} Sleep, 1000 Send, {P up} } Return RestoreEmu: If pauseMethod = 1 { PostMessage,0x212, 1, , , ahk_class MAME WinActivate, ahk_class MAME } Else If pauseMethod = 2 { PostMessage,0x212, 1, , , ahk_class MAME WinActivate, ahk_class MAME } Else If pauseMethod = 3 { PostMessage,% 0x0400+6, 0, , , ahk_class MAME WinActivate, ahk_class MAME } Else If pauseMethod = 4 { PostMessage,% 0x0400+6, 0, , , ahk_class MAME WinActivate, ahk_class MAME } Else If pauseMethod = 5 { disableSuspendEmu = true Send, {P down} Sleep, 1000 Send, {P up} WinActivate, ahk_class MAME } Else If pauseMethod = 6 WinActivate, ahk_class MAME Return CloseProcess: FadeOutStart() WinClose("ahk_class MAME") Return 08:38:15:096 | HL | INFO | +280 | BuildScript - Loaded Multi-Player scripts 08:38:15:098 | HL | INFO | +0 | BuildScript - Loaded Statistics.ahk script 08:38:15:098 | HL | WARNING | +0 | BuildScript - "X:\Hyperspin\HyperLaunch\Lib\User Functions.ahk" not found 08:38:15:099 | HL | INFO | +0 | BuildScript - Finished injecting functions into module 08:38:15:100 | HL | INFO | +16 | Main - Module is built 08:38:15:100 | HL | INFO | +0 | CheckFile - Checking if X:\Hyperspin\HyperLaunch\AutoHotkey.dll exists 08:38:15:146 | HL | INFO | +31 | Main - Running module 08:38:15:316 | MD | INFO | +N/A | Module initialized 08:38:15:369 | MD | INFO | +62 | StartModule - Started 08:38:15:369 | MD | INFO | +0 | StartModule - MEmu: MAME MEmuV: v0.150 MURL: http://www.mame.net/ MAuthor: djvj MVersion: 2.1.3 MCRC: 9678FB18 iCRC: D88577B3 MID: MSystem: "AAE","Cave","Capcom","LaserDisc","MAME","Nintendo Arcade Systems","Sega Model 1","Sega ST-V","SNK Neo Geo","SNK Neo Geo AES" 08:38:15:369 | MD | INFO | +0 | StartModule - You have a supported System Name for this module: "MAME" 08:38:15:371 | MD | INFO | +0 | PluginInit - Started 08:38:15:371 | MD | INFO | +0 | CheckFile - Checking if X:\Hyperspin\HyperLaunch\HyperLaunchHQ\Databases\MAME\MAME.xml exists 08:38:15:468 | MD | INFO | +94 | PluginInit - Ended 08:38:15:468 | MD | INFO | +0 | StartModule - Ended 08:38:15:469 | MD | INFO | +0 | Module Setting - [settings] - Fullscreen: true 08:38:15:469 | MD | INFO | +0 | Module Setting - [settings] - LegacyMode: false 08:38:15:469 | MD | INFO | +0 | Module Setting - [MAME] - LegacyMode: false 08:38:15:469 | MD | INFO | +0 | Module Setting - [10yard] - LegacyMode: false 08:38:15:469 | MD | INFO | +0 | Module Setting - [settings] - HLSL: false 08:38:15:469 | MD | INFO | +0 | Module Setting - [MAME] - HLSL: false 08:38:15:469 | MD | INFO | +0 | Module Setting - [10yard] - HLSL: false 08:38:15:469 | MD | INFO | +0 | Module Setting - [settings] - Videomode: d3d 08:38:15:469 | MD | INFO | +0 | Module Setting - [settings] - PauseMethod: 1 08:38:15:470 | MD | INFO | +0 | Module Setting - [settings] - BezelMode: layout 08:38:15:470 | MD | INFO | +0 | Module Setting - [settings] - CheatMode: false 08:38:15:470 | MD | INFO | +0 | Module Setting - [settings] - CheatModeKey: 08:38:15:470 | MD | INFO | +0 | Module Setting - [MAME] - Params: 08:38:15:470 | MD | INFO | +0 | Module Setting - [10yard] - Params: 08:38:15:470 | MD | INFO | +0 | Module Setting - [10yard] - MameRomName: 08:38:15:470 | MD | INFO | +0 | Module Setting - [MAME] - Artwork_Crop: true 08:38:15:470 | MD | INFO | +0 | Module Setting - [10yard] - Artwork_Crop: true 08:38:15:470 | MD | INFO | +0 | Module Setting - [MAME] - Use_Bezels: false 08:38:15:470 | MD | INFO | +0 | Module Setting - [10yard] - Use_Bezels: false 08:38:15:471 | MD | INFO | +0 | Module Setting - [MAME] - Use_Overlays: true 08:38:15:471 | MD | INFO | +0 | Module Setting - [10yard] - Use_Overlays: true 08:38:15:471 | MD | INFO | +0 | Module Setting - [MAME] - Use_Backdrops: true 08:38:15:471 | MD | INFO | +0 | Module Setting - [10yard] - Use_Backdrops: true 08:38:15:471 | MD | INFO | +0 | Module Setting - [MAME] - Use_Cpanels: false 08:38:15:471 | MD | INFO | +0 | Module Setting - [10yard] - Use_Cpanels: false 08:38:15:471 | MD | INFO | +0 | Module Setting - [MAME] - Use_Marquees: false 08:38:15:471 | MD | INFO | +0 | Module Setting - [10yard] - Use_Marquees: false 08:38:15:471 | MD | INFO | +0 | Module Setting - [settings] - Volume: 08:38:15:471 | MD | INFO | +0 | Module Setting - [MAME] - Volume: 08:38:15:472 | MD | INFO | +0 | Module Setting - [10yard] - Volume: 08:38:15:472 | MD | INFO | +0 | Module Setting - [MAME] - Autosave: false 08:38:15:472 | MD | INFO | +0 | Module Setting - [10yard] - Autosave: false 08:38:15:472 | MD | INFO | +0 | Run - Running: X:\Emulators\MAME\MameUI\MameUI64_0.158\MameUI64\Mameui64.exe 10yard -nowindow -nohlsl_enable -video d3d -artwork_crop -nouse_bezels -use_overlays -use_backdrops -nouse_cpanels -nouse_marquees -rompath "X:\Emulators\MAME\ROMS" 08:38:15:552 | MD | INFO | +93 | WinWait - Waiting for "ahk_class MAME" 08:38:19:700 | MD | INFO | +4134 | WinWaitActive - Waiting for "ahk_class MAME" 08:38:19:847 | MD | INFO | +156 | Process - WaitClose Mameui64.exe 08:38:28:362 | MD | INFO | +8518 | WinClose - Closing: ahk_class MAME 08:38:28:901 | MD | INFO | +530 | ExitModule - Started 08:38:28:901 | MD | INFO | +0 | Starting Updating Statistics: 08:38:29:196 | MD | INFO | +297 | Game section statistics updated. 08:38:29:478 | MD | INFO | +281 | ExitModule - Ended 08:38:29:479 | MD | INFO | +0 | End of Module Logs 08:38:29:591 | HL | INFO | +14446 | Main - Module ended, exiting HyperLaunch normally 08:38:29:591 | HL | INFO | +0 | ExitScript - Started 08:38:29:783 | HL | INFO | +203 | SystemCursor - Restoring mouse cursor 08:38:29:795 | HL | INFO | +15 | ExitScript - Ended Thanks for the help!!!
AxelTerizaki Posted March 1, 2015 Posted March 1, 2015 Just to be sure, are you using Hyperlaunch in HyperHQ ? I might be wrong but to me it sounds like your Hyperspin is tryign to run MAME by itself without going through RL. Might need a better opinion than mine on this though.
gigapig Posted March 1, 2015 Posted March 1, 2015 To see if Axel is correct post your HyperSpin log, that first log you posted is from version 2.25 of Hyperlaunch.
Joenaz Posted March 2, 2015 Author Posted March 2, 2015 I have done the GIT update and when I try again it says everything is up to date... I only have HL 3 and the HL1.xx that comes over with the hyperspin stuff... here is my hyperspin log, but it seems really short... 08:47:59 AM | HyperSpin Started 08:47:59 AM | Going FullScreen 08:47:59 AM | Checking for updates 08:47:59 AM | Update Check Complete 08:47:59 AM | Startup program unavailable 08:47:59 AM | Playing intro video 08:48:02 AM | Error intializing joysticks 08:48:02 AM | Menu Mode is multi 08:48:02 AM | Loading Main Menu.xml 08:48:02 AM | Main Menu.xml successfully loaded 08:48:02 AM | Main Menu wheel loaded successfully 08:48:06 AM | Loading MAME.xml 08:48:06 AM | Main Menu.xml successfully loaded 08:48:07 AM | MAME wheel loaded successfully 08:48:10 AM | Launching Game 08:48:10 AM | Using HyperLaunch 08:48:10 AM | Getting HyperLaunch path 08:48:10 AM | HyperLaunch located at X:\Hyperspin\HyperLaunch.exe 08:48:10 AM | Running HyperLaunch.exe 08:48:10 AM | HyperLaunch Command Line is: X:\Hyperspin\HyperLaunch.exe "MAME" "10yard" 08:48:21 AM | Loading Main Menu.xml 08:48:21 AM | Main Menu.xml successfully loaded 08:48:22 AM | Main Menu wheel loaded successfully 08:48:25 AM | Exit program unavailable 08:48:25 AM | Quiting Hyperspin 08:48:25 AM | Bye! this is the log in my hyerspin folder labled LOG, is this the right one, or is there another setting I can choose???
AxelTerizaki Posted March 2, 2015 Posted March 2, 2015 Why is your hyperlaunch.exe in the same folder as Hyperspin ? RL is normally in its own folder. Could it be youre using an old hyperlaunch version with Hyperspin ?
gigapig Posted March 2, 2015 Posted March 2, 2015 They have their reasons, but putting that old version of HL in with HyperSpin is very confusing.
showstopper Posted March 2, 2015 Posted March 2, 2015 I think it is because the downloads section of this site has HL in it. I did the same thing when i installed on a new PC. This site does need a fair bit of editing! How to update HyperLaunch
Joenaz Posted March 2, 2015 Author Posted March 2, 2015 Got it, thanks!!!! looks like there are additional instructions on how to replace the old Hyperlaunch with the new one.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.