trab123 Posted February 20, 2016 Posted February 20, 2016 I was trying to setup a new emulator tonight for genesis. Im using Gens+, i saw there was only a module for gens so i gave that a shot and it had trouble find the cfg file at first but i got that taken care of. Well now when i try and run gen+ through hyperspin, it opens up and plays like normal for about 20 seconds before i get a error saying "The was a error waiting on the window Gens ahk_class Gens" I saw in the module's ini file two lines that reference Gens ahk_class Gens, but im not sure what i need to change these to. Any idea's? Thanks
JoyStickKilla Posted February 20, 2016 Posted February 20, 2016 You would have to use a program that finds the window class and change it to that.
Avar Posted February 20, 2016 Posted February 20, 2016 First, backup your existing module. Then you can try changing the following lines of code in it: WinWait("Gens ahk_class Gens")WinWaitActive("Gens ahk_class Gens" For an emu specific module you'd have to try the RL forums but if you can get the right nomenclature in the WinWait code it might work for you in the meantime.
trab123 Posted February 20, 2016 Author Posted February 20, 2016 First, backup your existing module. Then you can try changing the following lines of code in it: WinWait("Gens ahk_class Gens") WinWaitActive("Gens ahk_class Gens" For an emu specific module you'd have to try the RL forums but if you can get the right nomenclature in the WinWait code it might work for you in the meantime. I tried the lines you gave me and they are the same as what i already have. Ill look on the RL forums for a specific module for it. I really want to use gens+ because it gives me the features of upscaling the textures and it looks so much better.
trab123 Posted February 20, 2016 Author Posted February 20, 2016 I downloaded a program to tell me the class name for it and it tells me that its "Gens_CLASS" how would i go about changing the below lines to accept that? Thanks WinWait("Gens ahk_class Gens")WinWaitActive("Gens ahk_class Gens"
JoyStickKilla Posted February 20, 2016 Posted February 20, 2016 He was just telling you to change those lines, not what to change them to
Avar Posted February 20, 2016 Posted February 20, 2016 I downloaded a program to tell me the class name for it and it tells me that its "Gens_CLASS" how would i go about changing the below lines to accept that? Thanks WinWait("Gens ahk_class Gens") WinWaitActive("Gens ahk_class Gens" Guess you could try: WinWait("Gens ahk_Gens_CLASS") WinWaitActive("Gens ahk_Gens_CLASS" But I'm just guessing here, now. You'd have better luck on teh RocketLauncher forums in all likelihood.
trab123 Posted February 21, 2016 Author Posted February 21, 2016 I appreciate the help guys, it never did work. I downloaded fusion emulator and all is well now. Thank you guys for the help.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.