Author Topic: Block multiple launch input  (Read 2628 times)

alucard

  • Full Member
  • ***
  • Posts: 34
    • View Profile
Block multiple launch input
« on: November 05, 2018, 10:20:27 AM »
Hi everyone,
could any one help me I wanted to know if there is any way to block unwanted launch input, so that when I push start button (and re-push it rapidly) the emulator is invoked only once.

Sometimes, using AM + RocketLauncher, if I re-push start button during RL invocation:
  • the game doesn't start
  • RL shows a generic error message after a couple of seconds
  • AM comes back, but unable to launch game anymore
  • in the RL logs there are some duplicate emulator instance detections

Any help is appreciated.
Sorry for my bad English





alucard

  • Full Member
  • ***
  • Posts: 34
    • View Profile
Re: Block multiple launch input
« Reply #1 on: November 14, 2018, 02:51:31 AM »
I'm start writing an Autoit launcher wrapper that disable inputs when launching a game

Kevin

  • Jr. Member
  • **
  • Posts: 10
    • View Profile
Re: Block multiple launch input
« Reply #2 on: November 16, 2018, 06:41:19 AM »
Try my Program (link below) It contains a function that blocks the start of multiple Processes.

http://meinhtpc.bplaced.net/wordpress/?page_id=30

alucard

  • Full Member
  • ***
  • Posts: 34
    • View Profile
Re: Block multiple launch input
« Reply #3 on: November 18, 2018, 10:25:15 AM »
Thanks Kevin I'll give it a try!

I posted my launch wrapper on GitHub: https://github.com/matteocedroni/locked-launcher
Successfully tested on Windows with Attract-Mode and RocketLauncher