Jump to content

Having a little trouble with Genesis Emulator


trab123

Recommended Posts

Posted

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

Posted

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.

AV_Archivist_HS_Signature.png
Bliss_Box_Signature.png    Facebook_Sub_Zero.png    Twitter_Sub_Zero.png   Steam_Sub_Zero.png          Patreon.png.38e50cc7f1cd89d35a7558647ecc9f6c.png

Posted

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.

Posted

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"

Posted

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.

AV_Archivist_HS_Signature.png
Bliss_Box_Signature.png    Facebook_Sub_Zero.png    Twitter_Sub_Zero.png   Steam_Sub_Zero.png          Patreon.png.38e50cc7f1cd89d35a7558647ecc9f6c.png

Posted

I appreciate the help guys, it never did work. I downloaded fusion emulator and all is well now. Thank you guys for the help.

Archived

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

×
×
  • Create New...