Jump to content

weird error message when attempting to run roms Autohotkey.ddl


laburraloca123

Recommended Posts

Posted

every time I attempt to run a rom I keep getting this error message. Can anyone help???

---------------------------

AutoHotkey.dll
---------------------------
Error:  "・" is not a valid key name.
 
Line#
12281: Hotkey,KeyGroupWithSpaces,%LabelForSingleKey%,%Options%
12282: }
12282: Else
12282: {
12283: Log("XHotkeyTableCreation - " . (If options = "OFF" ? "Disabling extended Hotkey method for key(s): """ . KeyGroup . """" : "Using extended Hotkey method for key(s): """ . KeyGroup . """ to call a group label"),5)  
12284: Loop,Parse,KeyGroup,&,%a_space%
12285: {
---> 12286: Hotkey,XHotKeyTable[currentGroup,A_Index,2],HotKeyModeProcess,%Options%
12287: XHotKeyTable[currentGroup,1,12] := true  
12288: }
12289: }
12290: TableKeyGroups .= KeyGroup . ","  
12291: Log("XHotkeyTableCreation - Ended",5)  
12292: Return,XHotKeyTable
12293: }
 
The current thread will exit.
---------------------------
Posted

Yes i am using RocketLauncher, I've updated RocketLauncher I tried running it as admin and made an exception on my antivirus and no change. i tried installing HyperSpin And RocketLauncher again and no change.

  • 3 weeks later...
Posted
 

Hi

 

i have almost same issue while trying to install and setup HS and RL according to the official tutorial of AV Archivist

I'm on Win 10 and Avast is my antivirus

When  I arrive to the point I need to try a game on RL, an AHK window pop up saying :

 

 

Error: "・" is not a valid key name.

 

         Line#

         13966: Hotkey,KeyGroupWithSpaces,%LabelForSingleKey%,%Options%

         13967: }

         13967: Else

         13967: {

         13968: Log("XHotkeyTableCreation - " . (If options = "OFF" ? "Disabling extended Hotkey method for key(s): """" : "Using extended Hotkey method for key(s): """ . KeyGroup . """ to call a group label"),5)

         13969: Loop,Parse,KeyGroup,&,%a_space%

         13970: {

--->   13971:

Hotkey,XHotKeyTable[currentGroup,A_Index,2],HotKeyModeProcess,%Options%

         13972: XHotKeyTable[currentGroup,1,12] := true

         13973: }

         13974: }

         13975: TableKeyGroups .= KeyGroup . ","

         13976: Log("XHotkeyTableCreation - Ended",5)

         13977: Return,XHotkeyTable

         13978: }

 

The current thread will exit

 

Thks for your help

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...