Cnells2000 Posted December 14, 2017 Share Posted December 14, 2017 Hello Guys. My No$gba emulator works great in launch box but when i hit ESC to exit, i get a runtime error. i want to just shut down no$gba normally without that problem. alt+x is the key to close it normally however, I dont know how or what to to type in the autohotkey box to do this though....can anyone help me out? Quote Link to comment Share on other sites More sharing options...
jayjay Posted December 15, 2017 Share Posted December 15, 2017 (edited) Are you saying you want esc to send alt+x? Just out of curiosity why? If you use esc, pressing alt+x isnt to different. Esc:: { KeyWait, Esc Send {Alt down}{X down}{Alt up}{X up} } Obviously this will conflict with the emulator, you will need to change the escape key in the emulator settings if you can. If you want to use a different button to send alt+x change the 2 instances of esc to ctrl or alt, etc etc. Edited December 15, 2017 by jayjay 1 Quote Link to comment Share on other sites More sharing options...
Cnells2000 Posted December 20, 2017 Author Share Posted December 20, 2017 (edited) thanks for replying jay. sorry it took a sec to reply back. there isnt a hotkey section to change it. the reason why i wanted esc to be the key is because all my other emulators escape by esc easily rt now. if i hit it using no$gba though, i get the above error. i tried this autohotkey and i still get the runtime error. im just trying to escape out of the emulator safely without showing a runtime error everytime i escape out of a ds game. Even if i have to force close it, its fine. Edited December 20, 2017 by Cnells2000 Quote Link to comment Share on other sites More sharing options...
Retro808 Posted December 20, 2017 Share Posted December 20, 2017 I have never used no$gba but I did just load it in my set-up and tested a few roms. I was able to exit by hitting escape and did not get a runtime error. Are all your drivers, V C++ library up to date? Quote Link to comment Share on other sites More sharing options...
jayjay Posted December 20, 2017 Share Posted December 20, 2017 That's fair enough. I was just being noisy lol. The above script wont work because no$gba closes on key pressed but I put a wait for key release. I dont have any problems with it either. Esc:: Process, Close, NO$GBA.EXE Again I dont know how it will work out. Quote Link to comment Share on other sites More sharing options...
Cnells2000 Posted December 21, 2017 Author Share Posted December 21, 2017 (edited) installing vc_redist.x86.exe and vc_redist.x86.exe 2017 now.. will let u know Edited December 21, 2017 by Cnells2000 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.