Model 2 emu in window mode exiting pause

drewjbx

Member
RL Member
Going thru my systems and having issues with m2. Auto full screen enabled, tried disable pause in settings, game background on and off, etc..
Anyone have settings they can share to resolve this?


Sent from my iPhone using Tapatalk
 

bleasby

RocketLauncher Developer
Developer
I didn't understood what the problem is.
Also, please post a troubleshooting log. Maybe this could help figuring out something about it.

Edit: By the way, did you followed what is written on the module notes?
 

drewjbx

Member
RL Member
I will post log soon as I can, but what I mean is while game is running full screen... and I hit pause everything works fine. THen exiting pause back into the game it will go into window mode rather then return to fullscreen.
 

bleasby

RocketLauncher Developer
Developer
I couldn't take a look at it yet, and will not have much time on the next days, but try to add this to the end of the "sega model 2 emulator.ahk" file on the RocketLauncher\Modules\Sega Model 2 Emulator folder.

Code:
RestoreEmu:
	sleep, 500
	Send, !{Enter}
	sleep, 500
	Send, !{Enter}
	sleep, 500
	Send, !{Enter}
Return
 

N'ahbdy

New member
RL Member
this sounds related to a few other modules returning from pause... bgb for gameboy, fceux for NES although im using Nestopia now and that works... the other was Proj64 but that seems to be a d3d8 window change exception error... anyhow there are a few modules that have trouble returning from pause. i tried the sleep code from this post on bgb but no help. anyone with better ahk skills than myself (which is everybody) please help, thx
 

bleasby

RocketLauncher Developer
Developer
Each emulator that does not return properly from pause needs to have specific code on the modules in order to do it.
If you open the modules, you will see that a lot of them have special code on the halt emu and restore emu label that handles that for most of the emus.
Anyone is welcome to try to do their own small code snippets based on the numerous examples that you can find on the already working modules to fix that issues.
Usually, the easiest way to do that is to just try on your computer if by pressing some keys you can restore the emu to its normal state. Then just translate that to ahk code.
However, the key send that I posted above is not the best solution most of the time. Sending keys and adding delays can be very dependent of the computer that you are using.

If you are unable to do it by yourself, just create a thread asking for pause support for each of the modules that you are having problems, and as soon as we can we will try to take a look at them.
Mentioning the emulators inside other thread is not a good way of doing this, as we will probably not find that request when we finally have time to take a look at it.


By the way, drewjbx, please let me know if the code that I posted above works for you. We need feedback on these kind of things!
Also, you should place the code inside a fullscreen conditional to avoid it being triggered when you are running the game in windowed mode.
So if you did not tested yet, please try this one instead:

Code:
RestoreEmu:
	If (fullscreen = "true"){
		sleep, 500
		Send, !{Enter}
		sleep, 500
		Send, !{Enter}
		sleep, 500
		Send, !{Enter}
	}
Return
 

drewjbx

Member
RL Member
bleasby, I tried both suggestions.. still stuck in windowed mode unless I Alt-Enter twice on the keyboard. I tried both desktop and my bartop...

And here is the latest log..

Code:
[code]
18:54:03:270 | RL |     INFO  | +N/A   | Main - RocketLauncher v1.0.1.3 (www.rlauncher.com)
18:54:03:394 | RL |     INFO  | +125   | Main - System Specs:
					RocketLauncher Dir: D:\Arcade\ROCKETLAUNCHER
					RocketLauncher is: 32-bit
					OS: Microsoft Windows 7 Enterprise 
					SKU: Enterprise
					Total Memory: 3278.94 MB
					Free Memory: 2278.89 MB
					Used Memory: 1000.055 MB
					SystemType: 64-bit
					Physical Processors: 1
					Logical Processors: 2
					GPU 1 Name: AMD Radeon HD 7540D
					GPU 1 RAM: 768.00 MB
					GPU 1 Driver Version: 15.201.1151.1004
					Sound 1 Device: Realtek High Definition Audio
					Sound 1 Status: Enabled
					Sound 2 Device: AMD High Definition Audio Device
					Sound 2 Status: Unknown
					OS Language: English_United_States
					OS Admin Status: Yes
					Latest .Net Version: v4.0.30319
					Monitor #1 (\\.\DISPLAY1): 1680x1050 (1680x1010 work) [Landscape] (Primary)
					Current AHK Desktop Width: 1680
					Current AHK Desktop Height: 1050
					AutoHotkey Path: 
					AHK Version: 1.1.09.04
					Unicode: No
18:54:03:394 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\RocketLauncher.exe exists
18:54:03:394 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					FileDescription         	RocketLauncher
					FileVersion             	1.0.1.3
					LegalCopyright          	©2015 RocketLauncher
					ProductName             	djvj's one swell guy!
					ProductVersion          	1.1.9.4
					CompanyName             	Your favorite Front End companion! Visit us @ www.rlauncher.com
					File Size:			2061824 bytes
					Created:			7/5/2015 - 6:40:30 PM
					Modified:			9/15/2015 - 9:24:58 PM
18:54:03:394 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Module Extensions\BinHexRW.ahk exists
18:54:03:394 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:394 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			4961 bytes
					Created:			7/5/2015 - 6:54:35 PM
					Modified:			12/28/2014 - 12:53:36 PM
18:54:03:394 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Module Extensions\BlockInput.exe exists
18:54:03:426 | RL |   DEBUG1  | +31    | CheckFile - Attributes:
					FileDescription         	 
					FileVersion             	1.1.09.04
					InternalName            	 
					OriginalFilename        	 
					ProductName             	 
					ProductVersion          	1.1.09.04
					File Size:			657920 bytes
					Created:			7/5/2015 - 6:54:35 PM
					Modified:			12/28/2014 - 12:53:36 PM
18:54:03:426 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Module Extensions\CLR_L.ahk exists
18:54:03:426 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Extension.
18:54:03:426 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			5474 bytes
					Created:			9/15/2015 - 9:24:50 PM
					Modified:			9/15/2015 - 9:24:50 PM
18:54:03:426 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Module Extensions\Control_AniGif.ahk exists
18:54:03:426 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Extension.
18:54:03:426 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			5716 bytes
					Created:			7/5/2015 - 6:54:35 PM
					Modified:			12/28/2014 - 12:53:36 PM
18:54:03:426 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Module Extensions\gdip.ahk exists
18:54:03:426 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Extension.
18:54:03:426 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			88789 bytes
					Created:			7/5/2015 - 6:54:35 PM
					Modified:			12/28/2014 - 12:53:36 PM
18:54:03:426 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Module Extensions\gdip_alt.ahk exists
18:54:03:426 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:426 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			5895 bytes
					Created:			7/5/2015 - 6:54:35 PM
					Modified:			6/26/2015 - 10:42:45 PM
18:54:03:426 | RL |   DEBUG1  | +0     | gdip_alt.ahk Version: 1.0.2
18:54:03:426 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Module Extensions\gsdll32.dll exists
18:54:03:441 | RL |   DEBUG1  | +16    | CheckFile - Attributes:
					File Size:			13090816 bytes
					Created:			7/5/2015 - 6:54:35 PM
					Modified:			1/8/2015 - 5:54:04 PM
18:54:03:441 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Module Extensions\itextsharp.dll exists
18:54:03:457 | RL |   DEBUG1  | +16    | CheckFile - Attributes:
					FileDescription         	iTextSharp
					FileVersion             	5.4.2.0
					InternalName            	itextsharp.dll
					LegalCopyright          	Copyright (C) 1999-2013 by Bruno Lowagie and Paulo Soares. All Rights Reserved.
					OriginalFilename        	itextsharp.dll
					ProductName             	iTextSharp
					ProductVersion          	5.4.2.0
					CompanyName             	1T3XT BVBA
					File Size:			3743744 bytes
					Created:			7/5/2015 - 6:54:36 PM
					Modified:			12/28/2014 - 12:53:36 PM
18:54:03:457 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Module Extensions\Java.ahk exists
18:54:03:457 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:457 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			7841 bytes
					Created:			7/5/2015 - 6:54:36 PM
					Modified:			12/28/2014 - 12:53:36 PM
18:54:03:457 | RL |   DEBUG1  | +0     | Java.ahk Version: 1.0.0
18:54:03:457 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Module Extensions\JSON.ahk exists
18:54:03:457 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Extension.
18:54:03:457 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			9203 bytes
					Created:			7/5/2015 - 6:54:36 PM
					Modified:			12/28/2014 - 12:53:36 PM
18:54:03:457 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Module Extensions\Origin.ahk exists
18:54:03:457 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:457 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			4904 bytes
					Created:			7/5/2015 - 6:54:36 PM
					Modified:			5/4/2015 - 9:16:07 AM
18:54:03:457 | RL |   DEBUG1  | +0     | Origin.ahk Version: 1.0.2
18:54:03:457 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Module Extensions\RegRW64.ahk exists
18:54:03:457 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Extension.
18:54:03:457 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			6915 bytes
					Created:			7/5/2015 - 6:54:36 PM
					Modified:			12/28/2014 - 12:53:36 PM
18:54:03:457 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Module Extensions\RIni.ahk exists
18:54:03:472 | RL |   DEBUG1  | +15    | CRC Check - CRC matches, this is an official unedited Extension.
18:54:03:472 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			67561 bytes
					Created:			7/5/2015 - 6:54:36 PM
					Modified:			12/28/2014 - 12:53:36 PM
18:54:03:472 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Module Extensions\SevenZipSharp.dll exists
18:54:03:472 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					FileDescription         	SevenZipSharp
					FileVersion             	0.64.4841.31212
					InternalName            	SevenZipSharp.dll
					LegalCopyright          	Copyright (C) Markovtsev Vadim 2009, 2010, licenced under LGPLv3
					OriginalFilename        	SevenZipSharp.dll
					ProductName             	SevenZipSharp
					ProductVersion          	0.64.4841.31212
					CompanyName             	Markovtsev Vadim
					File Size:			165888 bytes
					Created:			7/5/2015 - 6:54:36 PM
					Modified:			12/28/2014 - 12:53:36 PM
18:54:03:472 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Module Extensions\Steam.ahk exists
18:54:03:472 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:472 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			5347 bytes
					Created:			7/5/2015 - 6:54:36 PM
					Modified:			5/4/2015 - 9:16:38 AM
18:54:03:472 | RL |   DEBUG1  | +0     | Steam.ahk Version: 1.0.2
18:54:03:472 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Module Extensions\VA.ahk exists
18:54:03:472 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Extension.
18:54:03:472 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			34688 bytes
					Created:			7/5/2015 - 6:54:36 PM
					Modified:			12/28/2014 - 12:53:36 PM
18:54:03:472 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Module Extensions\VA_Extension.ahk exists
18:54:03:472 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:472 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			3833 bytes
					Created:			7/5/2015 - 6:54:36 PM
					Modified:			1/30/2015 - 8:39:01 PM
18:54:03:472 | RL |   DEBUG1  | +0     | VA_Extension.ahk Version: 1.0.1
18:54:03:472 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Lib\7z.ahk exists
18:54:03:472 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:472 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			29013 bytes
					Created:			7/5/2015 - 6:40:37 PM
					Modified:			9/15/2015 - 9:24:35 PM
18:54:03:472 | RL |   DEBUG1  | +0     | 7z.ahk Version: 1.0.1
18:54:03:472 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Lib\Bezel.ahk exists
18:54:03:488 | RL |   DEBUG1  | +16    | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:488 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			102587 bytes
					Created:			7/5/2015 - 6:40:37 PM
					Modified:			6/26/2015 - 10:42:41 PM
18:54:03:488 | RL |   DEBUG1  | +0     | Bezel.ahk Version: 1.1.2
18:54:03:488 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Lib\Fade.ahk exists
18:54:03:488 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:488 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			38048 bytes
					Created:			7/5/2015 - 6:40:37 PM
					Modified:			9/15/2015 - 9:24:48 PM
18:54:03:488 | RL |   DEBUG1  | +0     | Fade.ahk Version: 1.1.2
18:54:03:488 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Lib\Fade Init.ahk exists
18:54:03:504 | RL |   DEBUG1  | +15    | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:504 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			999 bytes
					Created:			7/5/2015 - 6:40:37 PM
					Modified:			12/28/2014 - 12:53:36 PM
18:54:03:504 | RL |   DEBUG1  | +0     | Fade Init.ahk Version: 1.0.1
18:54:03:504 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Lib\Fade Animations.ahk exists
18:54:03:504 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:504 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			79882 bytes
					Created:			7/5/2015 - 6:40:37 PM
					Modified:			9/15/2015 - 9:24:26 PM
18:54:03:504 | RL |   DEBUG1  | +0     | Fade Animations.ahk Version: 1.1.8
18:54:03:504 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Lib\Pause.ahk exists
18:54:03:504 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:504 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			392698 bytes
					Created:			7/5/2015 - 6:40:38 PM
					Modified:			9/15/2015 - 9:24:23 PM
18:54:03:504 | RL |   DEBUG1  | +0     | Pause.ahk Version: 1.1.4
18:54:03:504 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Lib\Pause Init.ahk exists
18:54:03:504 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:504 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			553 bytes
					Created:			7/5/2015 - 6:40:38 PM
					Modified:			9/15/2015 - 9:24:32 PM
18:54:03:504 | RL |   DEBUG1  | +0     | Pause Init.ahk Version: 1.0.3
18:54:03:504 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Lib\Keymapper.ahk exists
18:54:03:504 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:504 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			33453 bytes
					Created:			7/5/2015 - 6:40:38 PM
					Modified:			5/26/2015 - 9:37:24 PM
18:54:03:504 | RL |   DEBUG1  | +0     | Keymapper.ahk Version: 1.1.2
18:54:03:504 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Lib\Keymapper Init.ahk exists
18:54:03:504 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:504 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			3461 bytes
					Created:			7/5/2015 - 6:40:38 PM
					Modified:			5/26/2015 - 9:37:25 PM
18:54:03:504 | RL |   DEBUG1  | +0     | Keymapper Init.ahk Version: 1.0.4
18:54:03:504 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Lib\MultiGame.ahk exists
18:54:03:535 | RL |   DEBUG1  | +32    | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:535 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			40753 bytes
					Created:			7/5/2015 - 6:40:38 PM
					Modified:			9/15/2015 - 9:24:30 PM
18:54:03:535 | RL |   DEBUG1  | +0     | MultiGame.ahk Version: 1.0.8
18:54:03:535 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Lib\MultiGame Init.ahk exists
18:54:03:535 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:535 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			161 bytes
					Created:			7/5/2015 - 6:40:38 PM
					Modified:			12/28/2014 - 12:53:36 PM
18:54:03:535 | RL |   DEBUG1  | +0     | MultiGame Init.ahk Version: 1.0.0
18:54:03:535 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Lib\MultiPlayer.ahk exists
18:54:03:550 | RL |   DEBUG1  | +15    | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:550 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			58770 bytes
					Created:			7/5/2015 - 6:40:38 PM
					Modified:			7/7/2015 - 8:39:27 PM
18:54:03:550 | RL |   DEBUG1  | +0     | MultiPlayer.ahk Version: 1.0.6
18:54:03:550 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Lib\Password.ahk exists
18:54:03:550 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:550 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			10025 bytes
					Created:			7/5/2015 - 6:40:38 PM
					Modified:			9/15/2015 - 9:24:41 PM
18:54:03:550 | RL |   DEBUG1  | +0     | Password.ahk Version: 1.0.2
18:54:03:550 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Lib\Rom Mapping Launch Menu.ahk exists
18:54:03:550 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:550 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			73772 bytes
					Created:			7/5/2015 - 6:40:38 PM
					Modified:			7/7/2015 - 8:39:26 PM
18:54:03:550 | RL |   DEBUG1  | +0     | Rom Mapping Launch Menu.ahk Version: 1.0.5
18:54:03:550 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Lib\Shared.ahk exists
18:54:03:566 | RL |   DEBUG1  | +16    | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:566 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			116503 bytes
					Created:			7/5/2015 - 6:40:38 PM
					Modified:			9/15/2015 - 9:24:30 PM
18:54:03:566 | RL |   DEBUG1  | +0     | Shared.ahk Version: 1.3.2
18:54:03:566 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Lib\Statistics.ahk exists
18:54:03:566 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:566 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			26143 bytes
					Created:			7/5/2015 - 6:40:38 PM
					Modified:			5/4/2015 - 9:16:52 AM
18:54:03:566 | RL |   DEBUG1  | +0     | Statistics.ahk Version: 1.0.3
18:54:03:566 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Lib\Statistics Init.ahk exists
18:54:03:566 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:566 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			33 bytes
					Created:			7/5/2015 - 6:40:38 PM
					Modified:			12/28/2014 - 12:53:36 PM
18:54:03:566 | RL |   DEBUG1  | +0     | Statistics Init.ahk Version: 1.0.1
18:54:03:566 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Lib\Virtual Drive.ahk exists
18:54:03:566 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:582 | RL |   DEBUG1  | +15    | CheckFile - Attributes:
					File Size:			18333 bytes
					Created:			7/5/2015 - 6:40:38 PM
					Modified:			9/22/2015 - 8:27:17 AM
18:54:03:582 | RL |   DEBUG1  | +0     | Virtual Drive.ahk Version: 1.0.2
18:54:03:582 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Lib\XHotkey.ahk exists
18:54:03:582 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:582 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			26540 bytes
					Created:			7/5/2015 - 6:40:38 PM
					Modified:			9/15/2015 - 9:24:32 PM
18:54:03:582 | RL |   DEBUG1  | +0     | XHotkey.ahk Version: 1.0.4
18:54:03:582 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Lib\XHotkey Init.ahk exists
18:54:03:582 | RL |   DEBUG1  | +0     | CRC Check - CRC matches, this is an official unedited Library.
18:54:03:582 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			1063 bytes
					Created:			7/5/2015 - 6:40:38 PM
					Modified:			9/15/2015 - 9:24:33 PM
18:54:03:582 | RL |   DEBUG1  | +0     | XHotkey Init.ahk Version: 1.0.2
18:54:03:582 | RL |   DEBUG1  | +0     | Main - Raw CLI received: "-s Sega Model 2 -r vf2b -f D:\Arcade\HyperSpin.exe -p HyperSpin -c 1"
18:54:03:582 | RL |   DEBUG1  | +0     | Main - Received this dbName with no path via CLI: "vf2b"
18:54:03:582 | RL |   DEBUG1  | +0     | Main - dbName: vf2b
18:54:03:582 | RL |     INFO  | +0     | Main - Loading Front End Plugin: "HyperSpin"
18:54:03:582 | RL |     INFO  | +0     | Main - RocketLauncher received "Sega Model 2" and "vf2b"
18:54:03:597 | RL |     INFO  | +16    | Main - Did not find a "D:\Arcade\ROCKETLAUNCHER\Settings\Sega Model 2\Game Options.ini" file, skipping any game-specific options.
18:54:03:597 | RL |     INFO  | +0     | Main - vf2b is using the default emulator: Sega Model 2 Emulator
18:54:03:597 | RL |     INFO  | +0     | Main - Checking for a [Sega Model 2 Emulator] section in D:\Arcade\ROCKETLAUNCHER\Settings\Sega Model 2\Emulators.ini
18:54:03:597 | RL |     INFO  | +0     | Main - Checking for a [Sega Model 2 Emulator] section in D:\Arcade\ROCKETLAUNCHER\Settings\Global Emulators.ini
18:54:03:597 | RL |     INFO  | +0     | Main - Found [Sega Model 2 Emulator] in D:\Arcade\ROCKETLAUNCHER\Settings\Global Emulators.ini
18:54:03:597 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Modules\Sega Model 2 Emulator\Sega Model 2 Emulator.ahk exists
18:54:03:597 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			12452 bytes
					Created:			7/5/2015 - 6:54:39 PM
					Modified:			10/22/2015 - 6:52:19 PM
18:54:03:597 | RL |  WARNING  | +0     | Main - CRC Check - CRC does not match official module and will not be supported. Continue using at your own risk.
18:54:03:597 | RL |     INFO  | +0     | Main - vf2b will use module: D:\Arcade\ROCKETLAUNCHER\Modules\Sega Model 2 Emulator\Sega Model 2 Emulator.ahk
18:54:03:628 | RL |     INFO  | +31    | Main - Using standard method with "Rom Extension" SkipChecks or without any SkipChecks.
18:54:03:628 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\Sega Model 2\emulator_multicpu.exe exists
18:54:03:628 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			1924608 bytes
					Created:			7/1/2015 - 9:30:27 PM
					Modified:			1/2/2014 - 11:43:46 AM
18:54:03:628 | RL |     INFO  | +0     | Main - INI Keys read
18:54:03:628 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Module Extensions\7z.exe exists
18:54:03:628 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					FileDescription         	7-Zip Console
					FileVersion             	9.20
					InternalName            	7z
					LegalCopyright          	Copyright (c) 1999-2010 Igor Pavlov
					OriginalFilename        	7z.exe
					ProductName             	7-Zip
					ProductVersion          	9.20
					CompanyName             	Igor Pavlov
					File Size:			163840 bytes
					Created:			7/5/2015 - 6:54:35 PM
					Modified:			12/28/2014 - 12:53:36 PM
18:54:03:628 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\Module Extensions\7z.dll exists
18:54:03:628 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					FileDescription         	7z Standalone Plugin
					FileVersion             	9.20
					InternalName            	7za
					LegalCopyright          	Copyright (c) 1999-2010 Igor Pavlov
					OriginalFilename        	7za.dll
					ProductName             	7-Zip
					ProductVersion          	9.20
					CompanyName             	Igor Pavlov
					File Size:			914432 bytes
					Created:			7/5/2015 - 6:54:35 PM
					Modified:			12/28/2014 - 12:53:36 PM
18:54:03:628 | RL |     INFO  | +0     | Main - "vf2b" does not qualify for MultiGame. Only roms with any of these strings in their name are acceptable: (Disc,(Disk,(Cart,(Tape,(Cassette,(Part,(Side
18:54:03:628 | RL |     INFO  | +0     | CheckPaths - Started
18:54:03:628 | RL |   DEBUG1  | +0     | CheckPaths - Looking for rom: D:\Arcade\Sega Model 2\Roms\vf2b.zip
18:54:03:628 | RL |     INFO  | +0     | CheckPaths - Found rom: D:\Arcade\Sega Model 2\Roms\vf2b.zip
18:54:03:628 | RL |   DEBUG1  | +0     | CheckPaths - Current romName: vf2b
18:54:03:628 | RL |   DEBUG1  | +0     | CheckPaths - Current romPath: D:\Arcade\Sega Model 2\Roms
18:54:03:628 | RL |   DEBUG1  | +0     | CheckPaths - Current romExtension: .zip
18:54:03:628 | RL |     INFO  | +0     | CheckPaths - Ended
18:54:03:628 | RL |     INFO  | +0     | BuildScript - User Variables:
					;----------------------------------------------------------------------------
					; INJECTED VARIABLES
					;----------------------------------------------------------------------------
					
					#NoTrayIcon
					#InstallKeybdHook
					DetectHiddenWindows, ON
					SetTitleMatchMode, 2
					SendMode, Event
					0 = 10
					pluginPath = D:\Arcade\ROCKETLAUNCHER\Plugins
					pluginName = HyperSpin
					pluginExt = .plugin
					contextOnExit = 1
					rlMode = 
					rlTitle = RocketLauncher
					rlVersion = 1.0.1.3
					rlAuthor = djvj
					rlURL = www.rlauncher.com
					langFile = D:\Arcade\ROCKETLAUNCHER\Data\Language\Localization.ini
					primMonitor = 1
					frontendPID = 
					frontendPath = D:\Arcade
					frontendExe = HyperSpin.exe
					frontendExt = exe
					frontendName = HyperSpin
					frontendDrive = D:
					exitEmulatorKey = ~Esc|1joy10
					restoreFE = false
					exitScriptKey = `
					toggleCursorKey = ~e & ~t
					emuFullPath = D:\Arcade\Sega Model 2\emulator_multicpu.exe
					emuPath = D:\Arcade\Sega Model 2
					emuName = Sega Model 2 Emulator
					emuExt = exe
					romPath = D:\Arcade\Sega Model 2\Roms
					romPathFromIni = D:\Arcade\Sega Model 2\Roms
					romExtension = .zip
					romExtensionOrig = .zip
					romExtensions = zip
					executable = emulator_multicpu.exe
					systemDbName = Sega Model 2
					systemName = Sega Model 2
					dbPath = 
					dbName = vf2b
					dbExt = 
					romName = vf2b
					romMapPath = 
					romMappingEnabled = false
					romMappingLaunchMenuEnabled = false
					romMappingFirstMatchingExt = false
					romMappingShowAllRomsInArchive = true
					romMappingNumberOfGamesByScreen = 7
					romMappingMenuWidth = 300
					romMappingMenuMargin = 50
					romMappingTextFont = Bebas Neue
					romMappingTextOptions = cFFFFFFFF r4 s40 Bold
					romMappingDisabledTextColor = ff888888
					romMappingTextSizeDifference = 5
					romMappingTextMargin = 10
					romMappingTitleTextFont = Bebas Neue
					romMappingTitleTextOptions = cFFFFFFFF r4 s60 Bold
					romMappingTitle2TextFont = Bebas Neue
					romMappingTitle2TextOptions = cFFFFFFFF r4 s15 Bold
					romMappingGameInfoTextFont = Bebas Neue
					romMappingGameInfoTextOptions = cFFFFFFFF r4 s15 Regular
					romMappingBackgroundBrush = aa000000
					romMappingColumnBrush = 33000000
					romMappingButtonBrush1 = 6f000000
					romMappingButtonBrush2 = 33000000
					romMappingBackgroundAlign = Stretch and Lose Aspect
					romMappingMenuFlagWidth = 40
					romMappingMenuFlagSeparation = 5
					romMappingDefaultMenuList = FullList
					romMappingSingleFilteredRomAutomaticLaunch = false
					altArchiveNameOnly = 
					altRomNameOnly = 
					altArchiveAndRomName = 
					altArchiveAndManyRomNames = 
					altRomNamesOnly = 
					romMapScenario = 
					skipchecks = false
					romMatchExt = true
					blockInputTime = 0
					blockInputFile = D:\Arcade\ROCKETLAUNCHER\Module Extensions\BlockInput.exe
					errorLevelReporting = false
					lockLaunch = false
					lockLaunchGame = 
					screenRotationAngle = 0
					screenRotationAngleGame = 
					logFile = D:\Arcade\ROCKETLAUNCHER\RocketLauncher.log
					logLabel := ["    INFO"," WARNING","   ERROR","  DEBUG1","  DEBUG2"]
					logLevel = 10
					logShowDebugConsole = false
					logIncludeModule = true
					logIncludeFileProperties = true
					logShowCommandWindow = false
					logCommandWindow = false
					rlDebugConsoleStdout = 
					sysLang = English_United_States
					sysType = 64-bit
					broadcastWindowTitle = 
					navUpKey = Up
					navDownKey = Down
					navLeftKey = Left
					navRightKey = Right
					navSelectKey = 1joy3
					navP2UpKey = Numpad8
					navP2DownKey = Numpad2
					navP2LeftKey = Numpad4
					navP2RightKey = Numpad6
					navP2SelectKey = NumpadEnter
					originalWidth = 1680
					originalHeight = 1050
					vdEnabled = true
					vdFullPath = C:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe
					vdUseSCSI = true
					vdDriveLetter = L
					vdAddDrive = true
					servoStikEnabled = false
					servoStikExitMode = false
					ledblinkyEnabled = false
					ledblinkyFullPath = 
					ledblinkyProfilePath = D:\Arcade\ROCKETLAUNCHER\Profiles\LEDBlinky
					ledblinkyRLProfile = D:\Arcade\ROCKETLAUNCHER\Profiles\LEDBlinky\RocketLauncher
					emuIdleShutdown = 0
					launchPasswordHash = UpUpDownDownLeftRightLeftRight
					hideCursor = true
					hideEmu = false
					hideFE = false
					fadeIn = true
					fadeInDuration = 500
					fadeInTransitionAnimation = DefaultAnimateFadeIn
					fadeInDelay = 0
					fadeInExitDelay = 0
					fadeOutExitDelay = 0
					fadeOut = false
					fadeOutExtraScreen = false
					fadeOutDuration = 500
					fadeOutTransitionAnimation = DefaultAnimateFadeOut
					fadeOutDelay = 0
					fadeLyrInterpolation = 7
					fadeMuteEmulator = false
					fadeUseBackgrounds = false
					fadeWidthBaseRes = 1920
					fadeHeightBaseRes = 1080
					fadeLyr1Color = FF000000
					fadeLyr1AlignImage = Stretch and Lose Aspect
					fadeLyr2Pos = No Alignment
					fadeLyr2X = 0
					fadeLyr2Y = 870|1575
					fadeLyr2W = 
					fadeLyr2H = 
					fadeLyr2Adjust = 1
					fadeLyr2PicPad = 0
					fadeLyr2Prefix = Extra Layer 1 - Console
					fadeLyr3Pos = Center
					fadeLyr3X = 450
					fadeLyr3Y = 450
					fadeLyr3W = 
					fadeLyr3H = 
					fadeLyr3Adjust = 0.8
					fadeLyr3PicPad = 0
					fadeLyr3Speed = 750
					fadeLyr3Animation = DefaultFadeAnimation
					fadeLyr37zAnimation = DefaultFadeAnimation
					fadeLyr3Type = imageandbar
					fadeLyr3ImgFollow7zProgress = true
					fadeLyr3Repeat = 1
					fadeLyr3BackImageTransparency = 30
					fadeLyr3StaticPos = No Alignment
					fadeLyr3StaticX = 0
					fadeLyr3StaticY = 870|1575
					fadeLyr3StaticW = 
					fadeLyr3StaticH = 
					fadeLyr3StaticAdjust = 1
					fadeLyr3StaticPicPad = 0
					fadeLyr3StaticPrefix = Info Bar
					fadeLyr4Adjust = 1
					fadeLyr4X = 1792|952
					fadeLyr4Y = 891|1596
					fadeLyr4W = 128
					fadeLyr4H = 
					fadeLyr4Pos = No Alignment
					fadeLyr4FPS = 50
					fadeLyr4PicPad = 0
					fadeTranspGifColor = FFFFFF
					fadeBarWindow = Image
					fadeBarWindowX = 
					fadeBarWindowY = 
					fadeBarWindowW = 900
					fadeBarWindowH = 180
					fadeBarWindowR = 30
					fadeBarWindowM = 30
					fadeBarWindowHatchStyle = 8
					fadeBar = 7zOnly
					fadeBarNon7zProgressTime = 0
					fadeBarBack = true
					fadeBarBackColor = FF555555
					fadeBarH = 30
					fadeBarR = 10
					fadeBarColor = DD00BFFF
					fadeBarHatchStyle = 8
					fadeBarPercentageText = false
					fadeBarInfoText = false
					fadeBarXOffset = 0
					fadeBarYOffset = 150
					fadeRomInfoDescription = filtered text
					fadeRomInfoSystemName = image
					fadeRomInfoYear = text with label
					fadeRomInfoManufacturer = text with label
					fadeRomInfoGenre = disabled
					fadeRomInfoRating = image
					fadeRomInfoOrder = Description|SystemName|Year|Manufacturer|Genre|Rating
					fadeRomInfoTextPlacement = User Defined
					fadeRomInfoTextMargin = 7
					fadeRomInfoText1Options = w1600|787 h90 x165 y870|1575 cFFE1E1E1 r4 s90 Left Regular
					fadeRomInfoText2Options = w400 x8 y15 cFF555555 r4 s60 Bold
					fadeRomInfoText3Options = w310 x165 y960|1665 cFFE1E1E1 r4 s66 Left Regular
					fadeRomInfoText4Options = w1305|492 h66 x460 y960|1665 cFFE1E1E1 r4 s66 Left Regular
					fadeRomInfoText5Options = cFF555555 r4 s42 Bold
					fadeRomInfoText6Options = h135 x15 y885|1590 cFFCFCFCA r4 s120 Regular
					fadeStats_Number_of_Times_Played = disabled
					fadeStats_Last_Time_Played = disabled
					fadeStats_Average_Time_Played = disabled
					fadeStats_Total_Time_Played = disabled
					fadeStats_System_Total_Played_Time = disabled
					fadeStats_Total_Global_Played_Time = disabled
					fadeStatsInfoOrder = Number_of_Times_Played|Last_Time_Played|Average_Time_Played|Total_Time_Played|System_Total_Played_Time|Total_Global_Played_Time
					fadeStatsInfoTextPlacement = topRight
					fadeStatsInfoTextMargin = 7
					fadeStatsInfoText1Options = cFFB4B4B4 r4 s22 Bold
					fadeStatsInfoText2Options = cFFB4B4B4 r4 s22 Bold
					fadeStatsInfoText3Options = cFFB4B4B4 r4 s22 Bold
					fadeStatsInfoText4Options = cFFB4B4B4 r4 s22 Bold
					fadeStatsInfoText5Options = cFFB4B4B4 r4 s22 Bold
					fadeStatsInfoText6Options = cFFB4B4B4 r4 s22 Bold
					fadeText1X = 0
					fadeText1Y = 0
					fadeText1Options = cFFB4B4B4 r4 s30 Right Bold
					fadeText1 = Extraction In Progress, Please Wait
					fadeText2X = 0
					fadeText2Y = 0
					fadeText2Options = cFFB4B4B4 r4 s30 Right Bold
					fadeText2 = Extraction Complete, Ready
					fadeText3 = Loading Game
					fadeText4 = Loading Complete
					fadeFont = Bebas Neue
					fadeSystemAndRomLayersOnly = false
					fadeExtractionTime = disabled
					fadeExtractionTimeTextX = 0
					fadeExtractionTimeTextY = 0
					fadeExtractionTimeTextOptions = cFF555555 r4 s20 Bold
					fadeInterruptKey = anykey
					detectFadeErrorEnabled = true
					fadeImgPath = D:\Arcade\ROCKETLAUNCHER\Media\Fade
					RLDataPath = D:\Arcade\ROCKETLAUNCHER\Data
					RLMediaPath = D:\Arcade\ROCKETLAUNCHER\Media
					RLErrSoundPath = D:\Arcade\ROCKETLAUNCHER\Media\Sounds\Error
					modulesPath = D:\Arcade\ROCKETLAUNCHER\Modules
					moduleFullName = D:\Arcade\ROCKETLAUNCHER\Modules\Sega Model 2 Emulator\Sega Model 2 Emulator.ahk
					moduleName = Sega Model 2 Emulator
					modulePath = D:\Arcade\ROCKETLAUNCHER\Modules\Sega Model 2 Emulator
					moduleExtension = ahk
					moduleExtensionsPath = D:\Arcade\ROCKETLAUNCHER\Module Extensions
					libPath = D:\Arcade\ROCKETLAUNCHER\Lib
					7zEnabled = false
					7zPath = D:\Arcade\ROCKETLAUNCHER\Module Extensions\7z.exe
					7zDllPath = D:\Arcade\ROCKETLAUNCHER\Module Extensions\7z.dll
					7zExtractPath = D:\Arcade\cache
					7zExtractPathOrig = 
					7zAttachSystemName = false
					7zDelTemp = true
					7zSounds = false
					7zFormats = .zip,.rar,.7z,.lzh,.gzip,.tar
					7zFormatsNoP = zip,rar,7z,lzh,gzip,tar
					mgEnabled = false
					mgKey = ~NumpadSub
					mgBackgroundColor = FF000000
					mgSidePadding = 0.2
					mgWidthBaseRes = 1920
					mgHeightBaseRes = 1080
					mgYOffset = 500
					mgFont = Arial
					mgText1Options = x10p y30p w80p Center cBBFFFFFF r4 s100 BoldItalic
					mgText1Text = Please select a game
					mgText2Options = w96p cFFFFFFFF r4 s50 Center BoldItalic
					mgText2Offset = 70
					mgUseSound = true
					mgSoundfreq = 300
					mgExitEffect = none
					mgSelectedEffect = rotate
					mgUseGameArt = false
					mgCandidate = 
					mgValidTypes = (Disc,(Disk,(Cart,(Tape,(Cassette,(Part,(Side
					mgOnLaunch = false
					pauseEnabled = true
					pauseKey = 2joy8
					pauseBackToMenuBarKey = X
					pauseZoomInKey = C
					pauseZoomOutKey = V
					pauseScreenshotKey = ~PrintScreen
					pauseHiToTextPath = D:\Arcade\ROCKETLAUNCHER\Module Extensions\HiToText.exe
					pauseSaveStateKeyCodes = 
					pauseLoadStateKeyCodes = 
					keymapperEnabled = true
					keymapperAHKMethod = false
					keymapper = xpadder
					xpadderFullPath = D:\Arcade\Tools\Xpadder\xpadder.exe
					joyToKeyFullPath = C:\Windows\Utilities\VJoy\VJoy.exe
					keymapperProfilePath = D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder
					keymapperFrontEndProfileName = HyperSpin
					keymapperFrontEndProfile = false
					keymapperRocketLauncherProfileEnabled = true
					joyIDsEnabled = true
					joyIDsPreferredControllersGlobal = THT Arcade console 2P USB Player
					joyIDsPreferredControllersSystem = use_global
					joyIDsPreferredControllersOnExit = THT Arcade console 2P USB Player
					CustomJoyNamesEnabled = false
					CustomJoyNames = 
					rotateMethod = false
					FEProfile = D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\HyperSpin
					defaultProfile = D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default
					systemProfile = D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2
					xPadderSystemProfile = D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\_Default
					emuProfile = D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\Sega Model 2 Emulator
					romProfile = D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\vf2b
					RocketLauncherProfile = D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\RocketLauncher
					blankProfile = D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank
					ahkFEProfile = D:\Arcade\ROCKETLAUNCHER\Profiles\AHK\HyperSpin
					ahkDefaultProfile = D:\Arcade\ROCKETLAUNCHER\Profiles\AHK\_Default
					ahkSystemProfile = D:\Arcade\ROCKETLAUNCHER\Profiles\AHK\Sega Model 2
					ahkEmuProfile = D:\Arcade\ROCKETLAUNCHER\Profiles\AHK\Sega Model 2\Sega Model 2 Emulator
					ahkRomProfile = D:\Arcade\ROCKETLAUNCHER\Profiles\AHK\Sega Model 2\vf2b
					ahkRocketLauncherProfile = D:\Arcade\ROCKETLAUNCHER\Profiles\AHK\RocketLauncher
					bezelEnabled = false
					bezelICEnabled = false
					statisticsEnabled = true
					pressDuration = -1
					emuVolume = 1
					dxwndIni = D:\Arcade\ROCKETLAUNCHER\Module Extensions\dxwnd\dxwnd.ini
					dxwndFullPath = D:\Arcade\ROCKETLAUNCHER\Module Extensions\dxwnd\dxwnd.exe
					mon1O = 
					pacDrivedllFile = D:\Arcade\ROCKETLAUNCHER\Module Extensions\PacDrive32.dll
					userFadeAnimIniFile = D:\Arcade\ROCKETLAUNCHER\Lib\User Fade Animations.ini

18:54:03:628 | RL |     INFO  | +0     | BuildScript - Loaded XHotkey Init.ahk scripts
18:54:03:628 | RL |     INFO  | +0     | BuildScript - Loaded Keymapper Init.ahk scripts
18:54:03:628 | RL |     INFO  | +0     | BuildScript - Loaded Fade Init.ahk scripts
18:54:03:628 | RL |     INFO  | +0     | BuildScript - Loaded Pause Init.ahk scripts
18:54:03:628 | RL |     INFO  | +0     | BuildScript - Loaded Statistics Init.ahk scripts
18:54:03:628 | RL |     INFO  | +0     | BuildScript - Loaded User Functions Init.ahk script
18:54:03:628 | RL |   DEBUG1  | +0     | BuildScript - Module starts on line: 2
18:54:03:628 | RL |     INFO  | +0     | BuildScript - Validating module
18:54:03:628 | RL |     INFO  | +0     | BuildScript - Validation complete
18:54:03:628 | RL |     INFO  | +0     | BuildScript - Module:
					MEmu = Sega Model 2 Emulator
					MEmuV = v1.0
					MURL = http://nebula.emulatronia.com/
					MAuthor = djvj,ghutch92
					MVersion = 2.0.8
					MCRC = CDCF2145
					iCRC = C842B2DD
					mId = 635175648125374429
					MSystem = "Sega Model 2"
					;----------------------------------------------------------------------------
					; Notes:
					; Manually launch the Sega Model 2 Emulator. 
					; Under Video enable "auto switch to fullscreen".
					; model2.zip must exist in your rom path which contains the needed bios files for the system.
					; Module settings overwrite what you have set in the emulator itself.
					;
					; For Multiplayer Support:
					; To enable the linked games support, set Link_Enabled to true in the module settings in RocketLauncherUI
					; The module has an internal list of games that it will only enable it for. Not all of the games work in this emu. See below for more info.
					;
					; 1.) Multiplayer does not work when the emulator is launched using the same executable in the same path.
					; 2.) Multiplayer only works if player 1 is set to be in master mode and players 2-4 are set to be in slave mode. (this info is stored in the emupath\NVDATA folder, press F2 to set in game)
					; 3.) Singleplayer only works if player 1 is set to be in single mode. (this info is stored in the emupath\NVDATA folder, press F2 to set in game)
					; 4.) Only the active window accepts keyboard input.
					;
					; Fixed Issue 1 by having folders in the emupath named Player 2, Player 3, and Player 4  and within each of these folsers there are separate installs of sega model 2 emulator.
					; Fixed Issue 2 and 3 for Player 1 by having a folder named "Multi" in the NVDATA folder for multiplayer dat files and a folder name "Single" in the NVDATA folder for single player dat files.
					; Fixed Issue 4 by activating the first player window so first player always has the keyboard and players 2-4 have to use a joystick(gamepad).
					;
					;Games that have a working link: 
					; daytona,daytonagtx,daytonam,daytonas,daytonat,indy500,indy500d,manxtt,motoraid,skisuprg,srallyc,srallycb,srallyp,stcc,stcce,von,vonj,waverunr
					;
					; overrev and sgt24h both look like they can support link but I couldn't get it working, because I think m2emulator uses a linking hack to get these games to work in stand alone mode.
					; Still need to see if waverunr, stcc, stcce, von, and vonj can link, I couldn't get these working, I think my processor is the issue here. Saw video of stcc & waverunr link working though.
					; von and vonj can only do a 2 player link
					;----------------------------------------------------------------------------
					StartModule()
					BezelGUI()
					
					settingsFile := modulePath . "\" . moduleName . ".ini"
					linkEnabled := IniReadCheck(settingsFile, "Settings|" . romName, "Link_Enabled", "false",,1)
					SplitScreen2PlayersMode := IniReadCheck(settingsFile, "Settings", "SplitScreen_2_Players","Vertical",,1) ;horizontal or vertical
					SplitScreen3PlayersMode := IniReadCheck(settingsFile, "Settings", "SplitScreen_3_Players","P1top",,1) ; For Player1 screen to be on left: P1left. For Player1 screen to be on top: P1top. For Player1 screen to be on bottom: P1bottom. For Player1 screen to be on right: P1right.
					
					If romName in daytona,daytonagtx,daytonam,daytonas,daytonat,indy500,indy500d,manxtt,motoraid,skisuprg,srallyc,srallycb,srallyp,stcc,stcce,von,vonj,waverunr
						If (linkEnabled = "true") {
							Log("Module - Link mode enabled")
							linkEnabledGame := 1
						}
					
					If linkEnabledGame
						If (romName = "von") or (romName = "vonj")
							SelectedNumberofPlayers := NumberOfPlayersSelectionMenu(2)
						Else
							SelectedNumberofPlayers := NumberOfPlayersSelectionMenu(4)
					
					FadeInStart()
					
					fullscreen := IniReadCheck(settingsFile, "Settings", "Fullscreen","true",,1)
					fullScreenWidth := IniReadCheck(settingsFile, "Settings", "FullScreenWidth",A_ScreenWidth,,1)
					fullScreenHeight := IniReadCheck(settingsFile, "Settings", "FullScreenHeight",A_ScreenHeight,,1)
					emupath2 := IniReadCheck(settingsFile, "Settings", "Player2_EmulatorPath",emupath . "\Player 2",,1) ;must be a unique path to same version of the emulator
					emupath3 := IniReadCheck(settingsFile, "Settings", "Player3_EmulatorPath",emupath . "\Player 3",,1) ;must be a unique path to same version of the emulator
					emupath4 := IniReadCheck(settingsFile, "Settings", "Player4_EmulatorPath",emupath . "\Player 4",,1) ;must be a unique path to same version of the emulator
					
					CheckFile(romPath . "\model2.zip","Could not locate ""model2.zip"" which contains the bios files for this emulator. Please make sure it exists in the same folder as your roms.")
					
					m2Ini := CheckFile(emuPath . "\EMULATOR.INI")
					m2RomDir1 := IniReadCheck(m2Ini, "RomDirs", "Dir1",,,1)
					If (m2RomDir1 != romPath)
						IniWrite, %romPath%, %m2Ini%, RomDirs, Dir1	; write the correct romPath to the emu's ini so the user does not need to define this
					
					If SelectedNumberofPlayers > 1
						BezelStart(SelectedNumberofPlayers)	
					Else
						BezelStart()
					
					hideEmuObj := Object("AHK_class MYWIN",1)	; Hide_Emu will hide these windows. 0 = will never unhide, 1 = will unhide later
					7z(romPath, romName, romExtension, 7zExtractPath)
					
					; Write settings to m2's ini file - this needs to change also
					IniWrite, % (If fullscreen = "true" ? 1 : 0), %m2Ini%, Renderer, AutoFull
					IniWrite, %fullScreenWidth%, %m2Ini%, Renderer, FullScreenWidth
					IniWrite, %fullScreenHeight%, %m2Ini%, Renderer, FullScreenHeight
					
					If (SelectedNumberofPlayers = 1 || !linkEnabledGame) {
						; Changing Cabinent Settings for player 1 this is because we will need to switch between master controller mode and single mode
						; this info is stored in the NVDATA folder
						; store single player settings in the NVDATA\Single folder and the Multiplayer Settings in the NVDATA\Multi folder
						If (FileExist(emupath . "\NVDATA\Single\" . romName . ".DAT") && linkEnabledGame) {
							Log("Overwriting " . emupath . "\NVDATA\" . romName . ".DAT with " . emupath . "\NVDATA\Single\" . romName . ".DAT")
							FileCopy,%emupath%\NVDATA\Single\%romName%.DAT,%emupath%\NVDATA,1
						}
						
						HideEmuStart()	; This fully ensures windows are completely hidden even faster than winwait
					
						Run(executable . A_Space . romName, emuPath, "Hide")	; Hides the emulator on launch. When bezel is enabled, this helps not show the emu before the rom is loaded
						WinWait("ahk_class MYWIN",,,"Model 2 Emulator")
						;WinWaitActive("ahk_class MYWIN",,,"Model 2 Emulator") ;this line only works if fade in is enabled
						Sleep, 1000 ; Increase if your Front End is getting a quick flash in before the game loads
					} Else {
						;screen positions
						If (SelectedNumberofPlayers = 2)
							If SplitScreen2PlayersMode = Vertical
								X1 := 0 , Y1 := 0 ,	W1 := A_ScreenWidth//2 , H1 := A_ScreenHeight , X2 := A_ScreenWidth//2 , Y2 := 0 ,	W2 := A_ScreenWidth//2 , H2 := A_ScreenHeight
							Else
								X1 := 0 , Y1 := 0 ,	W1 := A_ScreenWidth , H1 := A_ScreenHeight//2 , X2 := 0 , Y2 := A_ScreenHeight//2 ,	W2 := A_ScreenWidth , H2 := A_ScreenHeight//2
						Else If (SelectedNumberofPlayers = 3)
							If SplitScreen3PlayersMode = P1left
								X1 := 0 , Y1 := 0 ,	W1 := A_ScreenWidth//2 , H1 := A_ScreenHeight , X2 := A_ScreenWidth//2 , Y2 := 0 ,	W2 := A_ScreenWidth//2 , H2 := A_ScreenHeight//2 , X3 := A_ScreenWidth//2 , Y3 := A_ScreenHeight//2 ,	W3 := A_ScreenWidth//2 , H3 := A_ScreenHeight//2
							Else If SplitScreen3PlayersMode = P1bottom
								X1 := 0 , Y1 := A_ScreenHeight//2 ,	W1 := A_ScreenWidth , H1 := A_ScreenHeight//2 , X2 := 0 , Y2 := 0 ,	W2 := A_ScreenWidth//2 , H2 := A_ScreenHeight//2 , X3 := A_ScreenWidth//2 , Y3 := 0 ,	W3 := A_ScreenWidth//2 , H3 := A_ScreenHeight//2
							Else If SplitScreen3PlayersMode = P1right
								X1 := A_ScreenWidth//2 , Y1 := 0 ,	W1 := A_ScreenWidth//2 , H1 := A_ScreenHeight ,	X2 := 0 , Y2 := 0 ,	W2 := A_ScreenWidth//2 , H2 := A_ScreenHeight//2 , X3 := 0 , Y3 := A_ScreenHeight//2 ,	W3 := A_ScreenWidth//2 , H3 := A_ScreenHeight//2
							Else	; top
								X1 := 0 , Y1 := 0 ,	W1 := A_ScreenWidth , H1 := A_ScreenHeight//2, X2 := 0 , Y2 := A_ScreenHeight//2 ,	W2 := A_ScreenWidth//2 , H2 := A_ScreenHeight//2, X3 := A_ScreenWidth//2 , Y3 := A_ScreenHeight//2 , W3 := A_ScreenWidth//2 , H3 := A_ScreenHeight//2
						Else
							X1 := 0 , Y1 := 0 ,	W1 := A_ScreenWidth//2 , H1 := A_ScreenHeight//2 , X2 := A_ScreenWidth//2 , Y2 := 0 ,	W2 := A_ScreenWidth//2 , H2 := A_ScreenHeight//2 , X3 := 0 , Y3 := A_ScreenHeight//2 ,	W3 := A_ScreenWidth//2 , H3 := A_ScreenHeight//2 , X4 := A_ScreenWidth//2 , Y4 := A_ScreenHeight//2 ,	W4 := A_ScreenWidth//2 , H4 := A_ScreenHeight//2
						
						HideEmuStart()	; This fully ensures windows are completely hidden even faster than winwait
					
						;this loop is for error checking since this emulator needs multiple instances of the emulator starting from different locations to run
						Loop, %SelectedNumberofPlayers%
						{
							LinkedEmuPath := (A_Index = 1) ? (emupath) : (emupath%A_Index%)
							CheckFile(LinkedEmuPath . "\" . executable)
							CheckFile(LinkedEmuPath . "\EMULATOR.INI")
						}
						; Changing Cabinent Settings for player 1 this is because we will need to switch between master controller mode and single mode
						; this info is stored in the NVDATA folder
						; store single player settings in the NVDATA\Single folder and the Multiplayer Settings in the NVDATA\Multi folder
						If FileExist(emupath . "\NVDATA\Multi\" . romName . ".DAT") {
							Log("Overwriting " . emupath . "\NVDATA\" . romName . ".DAT with " . emupath . "\NVDATA\Multi\" . romName . ".DAT")
							FileCopy,%emupath%\NVDATA\Multi\%romName%.DAT,%emupath%\NVDATA,1
						}
							
						Loop, %SelectedNumberofPlayers%
						{
							LinkedEmuPath := (A_Index = 1) ? (emupath) : (emupath%A_Index%)
							m2ini := LinkedEmuPath . "\EMULATOR.INI"		;no need to checkfile it here since it's already been done
							m2RomDir1 := IniReadCheck(m2Ini, "RomDirs", "Dir1",,,1)
							If (m2RomDir1 != romPath)
								IniWrite, %romPath%, %m2Ini%, RomDirs, Dir1	; write the correct romPath to the emu's ini so the user does not need to define this
							; Removing Fullscreen
							IniWrite, 0, %m2Ini%, Renderer, AutoFull
							; Creating the link
							IniWrite,127.0.0.1,%LinkedEmuPath%\m2network.ini,network,NextIp		;127.0.0.1 is local address
							IniWrite,% (1978 + A_Index - 1),%LinkedEmuPath%\m2network.ini,network,RxPort		;Recieving port 
							;the last player sends information to the first player completing the circle
							IniWrite,% (If (A_Index = SelectedNumberofPlayers) ? 1978 : (1978 + A_Index)),%LinkedEmuPath%\m2network.ini,network,NextPort	;Sending Port 
							Run(executable . A_Space . romName, LinkedEmuPath, "Hide",Screen%A_Index%PID)
							WinWait("ahk_pid " . Screen%A_Index%PID)
							WinGet, Screen%A_Index%ID, ID, % "ahk_pid " . Screen%A_Index%PID
							If Fullscreen = true
							{	WinSet, Style, -0xC00000, % "ahk_id " . Screen%A_Index%ID
								ToggleMenu(Screen%A_Index%ID)
								WinSet, Style, -0xC40000, % "ahk_id " . Screen%A_Index%ID
								currentScreen := A_Index
								Log("Moving window " . currentScreen . " to " .  X%currentScreen% . "`," . Y%currentScreen% . " with W" . W%currentScreen% . " H" . H%currentScreen%)
								WinMove,  % "ahk_id " . Screen%currentScreen%ID, , % X%currentScreen%, % Y%currentScreen%, % W%currentScreen%, % H%currentScreen%
								;check If window moved
								timeout := A_TickCount
								Loop
								{	WinGetPos, X, Y, W, H, % "ahk_id " . Screen%currentScreen%ID
									If (X=X%currentScreen%) and (Y=Y%currentScreen%) and (W=W%currentScreen%) and (H=H%currentScreen%)
										break
									If (timeout<A_TickCount-2000)
										Break
									Sleep, 50
									WinMove, % "ahk_id " . Screen%currentScreen%ID, , % X%currentScreen%, % Y%currentScreen%, % W%currentScreen%, % H%currentScreen%
								}
							}
							Sleep, 50
						}
					}
					
					BezelDraw()
					HideEmuEnd()
					
					If (SelectedNumberofPlayers = 1 || !linkEnabledGame) {
						WinShow, ahk_class MYWIN	; Show the emulator
					} Else {
						Loop %SelectedNumberofPlayers%
							WinShow, % "ahk_id " . Screen%a_index%ID	; Show the emulator
						WinActivate, ahk_id %Screen1ID%		; activate first player window so that first player can use keyboard instead of last player
					}
					
					;I find that the fade in exit looks better after the winshow lines
					FadeInExit()
					
					Process("WaitClose", executable)
					BezelExit()
					FadeOutExit()
					ExitModule()
					
					
					CloseProcess:
						FadeOutStart()
						If (SelectedNumberofPlayers>1) {
							Loop, %SelectedNumberofPlayers%
							{	WinClose("ahk_id " . Screen%A_Index%ID)
								WinWaitClose("ahk_id " . Screen%A_Index%ID)
							}
						} Else
							WinClose("AHK_class MYWIN")
					
					RestoreEmu:
						If (fullscreen = "true"){
							sleep, 500
							Send, !{Enter}
							sleep, 500
							Send, !{Enter}
							sleep, 500
							Send, !{Enter}
						}
					Return
					

18:54:03:644 | RL |     INFO  | +16    | BuildScript - Loaded Pause scripts
18:54:03:644 | RL |     INFO  | +0     | BuildScript - Loaded Multi-Player scripts
18:54:03:644 | RL |     INFO  | +0     | BuildScript - Loaded Statistics.ahk script
18:54:03:660 | RL |     INFO  | +15    | BuildScript - Loaded User Functions.ahk script
18:54:03:660 | RL |     INFO  | +0     | BuildScript - Finished injecting functions into module
18:54:03:660 | RL |     INFO  | +0     | Main - Module is built
18:54:03:660 | RL |     INFO  | +0     | CheckFile - Checking if D:\Arcade\ROCKETLAUNCHER\AutoHotkey.dll exists
18:54:03:660 | RL |   DEBUG1  | +0     | CheckFile - Attributes:
					FileDescription         	AutoHotkey_H ANSI 32-bit
					FileVersion             	1.1.09.04
					InternalName            	AutoHotkey_H
					LegalCopyright          	Copyright (C) 2012
					OriginalFilename        	AutoHotkey.exe
					ProductName             	AutoHotkey_H
					ProductVersion          	1.1.09.04
					File Size:			785408 bytes
					Created:			7/5/2015 - 6:54:47 PM
					Modified:			12/28/2014 - 12:53:35 PM
18:54:03:660 | RL |     INFO  | +0     | Main - Running module
18:54:03:660 | RL |     INFO  | +0     | Main - Starting timer to watch if Front End gets displaced and restore it if it does.
18:54:03:862 | MD |     INFO  | +N/A   | Module initialized
18:54:03:862 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:03:862 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~Esc not in TableKeyGroups 
18:54:03:862 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:03:862 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:03:894 | MD |   DEBUG2  | +31    | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~Esc" to call label: "CloseProcess"
18:54:03:894 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:03:894 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:03:894 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~1joy10 not in TableKeyGroups ~Esc,
18:54:03:894 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:03:894 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:03:894 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~1joy10" to call label: "CloseProcess"
18:54:03:894 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:03:894 | MD |   DEBUG2  | +0     | Keymapper - Checking for the JoyIDs_Preferred_Controllers key  in D:\Arcade\ROCKETLAUNCHER\Settings\Sega Model 2\Games JoyIDs.ini under section [vf2b]
18:54:03:894 | MD |     INFO  | +0     | LoadPreferredControllers - Started
18:54:03:894 | MD |   DEBUG2  | +0     | LoadPreferredControllers - JoyIDsPreferredControllers = THT Arcade console 2P USB Player
18:54:03:894 | MD |   DEBUG2  | +0     | LoadPreferredControllers - Creating a list of currently connected joysticks
18:54:03:894 | MD |     INFO  | +0     | GetJoystickArray - Started
18:54:03:925 | MD |   DEBUG2  | +32    | GetJoystickArray - Joysticks Detected: 1100000000000000
18:54:03:925 | MD |     INFO  | +0     | GetJoystickGUID - Started
18:54:03:925 | MD |     INFO  | +0     | GetJoystickGUID - Ended and found GUID: 80957313AD5BE5118001444553540000
18:54:03:925 | MD |   DEBUG2  | +0     | GetJoystickArray - ID: 1 | Port: 0 | Name: THT Arcade console 2P USB Player | MID: 16c0 | PID: 05e1 | GUID: 80957313AD5BE5118001444553540000
18:54:03:925 | MD |     INFO  | +0     | GetJoystickGUID - Started
18:54:03:925 | MD |     INFO  | +0     | GetJoystickGUID - Ended and found GUID: E07C1219AD5BE5118001444553540000
18:54:03:925 | MD |   DEBUG2  | +0     | GetJoystickArray - ID: 2 | Port: 1 | Name: THT Arcade console 2P USB Player | MID: 16c0 | PID: 05e1 | GUID: E07C1219AD5BE5118001444553540000
18:54:03:925 | MD |     INFO  | +0     | GetJoystickArray - Ended
18:54:03:925 | MD |   DEBUG2  | +0     | LoadPreferredControllers - Preferred Order Sorting List -> 1.01|16c0|05e1|80957313AD5BE5118001444553540000
18:54:03:925 | MD |   DEBUG2  | +0     | LoadPreferredControllers - Preferred Order Sorting List -> 1.02|16c0|05e1|E07C1219AD5BE5118001444553540000
18:54:03:925 | MD |     INFO  | +0     | LoadPreferredControllers - Sorting Currently Connected joysticks List to match the order of the Preferred Controller List
18:54:03:925 | MD |     INFO  | +0     | LoadPreferredControllers - Assigning the New Joystick IDs according to the preferred list for the active controllers
18:54:03:925 | MD |     INFO  | +0     | ChangeJoystickID - Started
18:54:03:925 | MD |   DEBUG2  | +0     | ChangeJoystickID - Swapping Joystick ID: 00000000 to the New Joystick ID: 00000000, for the Joystick VID_16c0&PID_05e1&GUID_80957313AD5BE5118001444553540000
18:54:03:925 | MD |     INFO  | +0     | ChangeJoystickID - Ended
18:54:03:925 | MD |     INFO  | +0     | ChangeJoystickID - Started
18:54:03:925 | MD |   DEBUG2  | +0     | ChangeJoystickID - Swapping Joystick ID: 01000000 to the New Joystick ID: 01000000, for the Joystick VID_16c0&PID_05e1&GUID_E07C1219AD5BE5118001444553540000
18:54:03:956 | MD |     INFO  | +31    | ChangeJoystickID - Ended
18:54:03:956 | MD |     INFO  | +0     | LoadPreferredControllers - Ended
18:54:03:956 | MD |     INFO  | +0     | CheckFile - Checking if D:\Arcade\Tools\Xpadder\xpadder.exe exists
18:54:03:956 | MD |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			1178624 bytes
					Created:			7/2/2015 - 2:45:29 AM
					Modified:			3/1/2014 - 1:43:18 PM
18:54:03:956 | MD |     INFO  | +0     | Keymapper - Loading xpadder
18:54:03:956 | MD |     INFO  | +0     | RunKeymapper - Started, using method "load"
18:54:03:956 | MD |     INFO  | +0     | GetJoystickArray - Started
18:54:03:956 | MD |   DEBUG2  | +0     | GetJoystickArray - Joysticks Detected: 1100000000000000
18:54:03:956 | MD |     INFO  | +0     | GetJoystickGUID - Started
18:54:03:956 | MD |     INFO  | +0     | GetJoystickGUID - Ended and found GUID: 80957313AD5BE5118001444553540000
18:54:03:956 | MD |   DEBUG2  | +0     | GetJoystickArray - ID: 1 | Port: 0 | Name: THT Arcade console 2P USB Player | MID: 16c0 | PID: 05e1 | GUID: 80957313AD5BE5118001444553540000
18:54:03:987 | MD |     INFO  | +31    | GetJoystickGUID - Started
18:54:03:987 | MD |     INFO  | +0     | GetJoystickGUID - Ended and found GUID: E07C1219AD5BE5118001444553540000
18:54:03:987 | MD |   DEBUG2  | +0     | GetJoystickArray - ID: 2 | Port: 1 | Name: THT Arcade console 2P USB Player | MID: 16c0 | PID: 05e1 | GUID: E07C1219AD5BE5118001444553540000
18:54:03:987 | MD |     INFO  | +0     | GetJoystickArray - Ended
18:54:03:987 | MD |   DEBUG2  | +0     | RunKeymapper - Found your keymapper application here: "D:\Arcade\Tools\Xpadder\xpadder.exe"
18:54:03:987 | MD |   DEBUG2  | +0     | RunKeymapper - Looping through controllers to find xpadder profiles for each one
18:54:03:987 | MD |   DEBUG2  | +0     | RunKeymapper - ID: 1 Now searching for a matching profile for this controller: "THT Arcade console 2P USB Player"
18:54:03:987 | MD |   DEBUG2  | +0     | GetProfile - Searching for these profiles (| delimited): D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\vf2b|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\Sega Model 2 Emulator|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\_Default|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank
18:54:03:987 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\vf2b\THT Arcade console 2P USB Player\p1.xpadderprofile
18:54:03:987 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\vf2b\p1.xpadderprofile
18:54:03:987 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\Sega Model 2 Emulator\THT Arcade console 2P USB Player\p1.xpadderprofile
18:54:03:987 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\Sega Model 2 Emulator\p1.xpadderprofile
18:54:03:987 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\_Default\THT Arcade console 2P USB Player\p1.xpadderprofile
18:54:03:987 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\_Default\p1.xpadderprofile
18:54:03:987 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\THT Arcade console 2P USB Player\p1.xpadderprofile
18:54:03:987 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\p1.xpadderprofile
18:54:03:987 | MD |   DEBUG2  | +0     | GetProfile - Searching -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:54:03:987 | MD |     INFO  | +0     | GetProfile - Loading Profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:54:03:987 | MD |   DEBUG2  | +0     | RunKeymapper - ID: 2 Now searching for a matching profile for this controller: "THT Arcade console 2P USB Player"
18:54:03:987 | MD |   DEBUG2  | +0     | GetProfile - Searching for these profiles (| delimited): D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\vf2b|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\Sega Model 2 Emulator|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\_Default|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank
18:54:03:987 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\vf2b\THT Arcade console 2P USB Player\p2.xpadderprofile
18:54:03:987 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\vf2b\p2.xpadderprofile
18:54:03:987 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\Sega Model 2 Emulator\THT Arcade console 2P USB Player\p2.xpadderprofile
18:54:03:987 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\Sega Model 2 Emulator\p2.xpadderprofile
18:54:03:987 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\_Default\THT Arcade console 2P USB Player\p2.xpadderprofile
18:54:03:987 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\_Default\p2.xpadderprofile
18:54:03:987 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\THT Arcade console 2P USB Player\p2.xpadderprofile
18:54:03:987 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\p2.xpadderprofile
18:54:03:987 | MD |   DEBUG2  | +0     | GetProfile - Searching -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:54:03:987 | MD |     INFO  | +0     | GetProfile - Loading Profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:54:03:987 | MD |     INFO  | +0     | RunXpadder - Started
18:54:03:987 | MD |     INFO  | +0     | Process - Exist VJoy.exe 
18:54:03:987 | MD |   DEBUG2  | +0     | RunXpadder - Closing xpadder to refresh controllers seen by xpadder
18:54:03:987 | MD |     INFO  | +0     | Run - Running: D:\Arcade\Tools\Xpadder\xpadder.exe /C
18:54:04:065 | MD |   DEBUG1  | +78    | Run - "xpadder.exe /C" Process ID: 3552
18:54:04:065 | MD |   DEBUG2  | +0     | RunXpadder - Creating an array of connected controllers and profiles to arrange according to the order found in D:\Arcade\Tools\Xpadder\xpadder.ini
18:54:04:065 | MD |     INFO  | +0     | Process - WaitClose xpadder.exe 2
18:54:04:284 | MD |   DEBUG2  | +218   | RunXpadder - Reading the order in D:\Arcade\Tools\Xpadder\xpadder.ini and arranging profiles found to match that order
18:54:04:284 | MD |   DEBUG2  | +0     | RunXpadder - No more controllers to be found
18:54:04:284 | MD |     INFO  | +0     | Run - Running: D:\Arcade\Tools\Xpadder\xpadder.exe "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" /M
18:54:04:315 | MD |   DEBUG1  | +32    | Run - "xpadder.exe "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" /M" Process ID: 2828
18:54:04:315 | MD |     INFO  | +0     | RunXpadder - Ended
18:54:04:315 | MD |     INFO  | +0     | RunKeymapper - Ended
18:54:04:315 | MD |   DEBUG1  | +0     | fadeInTransitionAnimation: DefaultAnimateFadeIn
18:54:04:315 | MD |   DEBUG1  | +0     | fadeOutTransitionAnimation: DefaultAnimateFadeOut
18:54:04:315 | MD |   DEBUG1  | +0     | fadeLyr3Animation: DefaultFadeAnimation
18:54:04:315 | MD |   DEBUG1  | +0     | fadeLyr37zAnimation: DefaultFadeAnimation
18:54:04:315 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:04:315 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~2joy8 not in TableKeyGroups ~Esc,~1joy10,
18:54:04:315 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:04:315 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:04:315 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~2joy8" to call label: "TogglePauseMenuStatus"
18:54:04:315 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:04:315 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:04:315 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup PrintScreen not in TableKeyGroups ~Esc,~1joy10,~2joy8,
18:54:04:315 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:04:315 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:04:315 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "PrintScreen" to call label: "SaveScreenshot"
18:54:04:315 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:04:315 | MD |     INFO  | +0     | StartModule - Started
18:54:04:315 | MD |     INFO  | +0     | StartModule - MEmu: Sega Model 2 Emulator
					MEmuV: v1.0
					MURL: http://nebula.emulatronia.com/
					MAuthor: djvj,ghutch92
					MVersion: 2.0.8
					MCRC: CDCF2145
					iCRC: C842B2DD
					MID: 
					MSystem: "Sega Model 2"
18:54:04:315 | MD |     INFO  | +0     | StartModule - You have a supported System Name for this module: "Sega Model 2"
18:54:04:315 | MD |     INFO  | +0     | PluginInit - Started
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Started - Building Table for: Name|Cloneof|Manufacturer|Year|Genre|Rating
18:54:04:315 | MD |     INFO  | +0     | CheckFile - Checking if D:\Arcade\Databases\Sega Model 2\Sega Model 2.xml exists
18:54:04:315 | MD |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			17920 bytes
					Created:			7/2/2015 - 3:26:01 AM
					Modified:			8/17/2014 - 9:15:49 AM
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Searching for a "Game Name" in the database
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Found "Game Name" in the database!
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Searching database for: Name
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Found "Name" with a value: "Virtua Fighter 2 (Rev B)"
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Searching database for: Cloneof
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Found "Cloneof" with a value: "vf2"
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Searching database for: Manufacturer
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Found "Manufacturer" with a value: "Sega"
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Searching database for: Year
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Found "Year" with a value: "1995"
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Searching database for: Genre
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Found "Genre" with a value: "Fighter"
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Searching database for: Rating
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Found "Rating" with a value: "AAMA - Yellow (Life Like Violence Mild)"
18:54:04:315 | MD |   DEBUG2  | +0     | PluginInit - GameInfo:
					GameInfo Label: Cloneof | GameInfo Value: 
					GameInfo Label: Genre | GameInfo Value: 
					GameInfo Label: Manufacturer | GameInfo Value: 
					GameInfo Label: Name | GameInfo Value: 
					GameInfo Label: Rating | GameInfo Value: 
					GameInfo Label: Year | GameInfo Value: 
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Ended
18:54:04:315 | MD |   DEBUG1  | +0     | BuildAssetsTable - Started - Building Table for: Game Logo|System Logo
18:54:04:315 | MD |   DEBUG1  | +0     | BuildAssetsTable - Searching for a Game Logo: D:\Arcade\Media\Sega Model 2\Images\Wheel\vf2b.png
18:54:04:315 | MD |   DEBUG1  | +0     | BuildAssetsTable - Searching for a System Logo: D:\Arcade\Media\Main Menu\Images\Wheel\Sega Model 2.png
18:54:04:315 | MD |   DEBUG2  | +0     | BuildAssetsTable - Media assets found: 
					Asset Label: Game Logo | Asset Path1:  D:\Arcade\Media\Sega Model 2\Images\Wheel\vf2b.png | Asset Extension1:  png | Asset Type1:  game
					Asset Label: System Logo | Asset Path1:  D:\Arcade\Media\Main Menu\Images\Wheel\Sega Model 2.png | Asset Extension1:  png | Asset Type1:  system
18:54:04:315 | MD |   DEBUG1  | +0     | BuildAssetsTable - Ended
18:54:04:315 | MD |   DEBUG1  | +0     | PluginInit - Looking for a Parent "Artwork1" for "vf2b" because none were found in: D:\Arcade\Media\Sega Model 2\Images\Artwork1\vf2b.png
18:54:04:315 | MD |   DEBUG1  | +0     | PluginInit - Looking for a Parent "Artwork2" for "vf2b" because none were found in: D:\Arcade\Media\Sega Model 2\Images\Artwork2\vf2b.png
18:54:04:315 | MD |   DEBUG1  | +0     | PluginInit - Looking for a Parent "Artwork3" for "vf2b" because none were found in: D:\Arcade\Media\Sega Model 2\Images\Artwork3\vf2b.png
18:54:04:315 | MD |   DEBUG1  | +0     | PluginInit - Looking for a Parent "Artwork4" for "vf2b" because none were found in: D:\Arcade\Media\Sega Model 2\Images\Artwork4\vf2b.png
18:54:04:315 | MD |   DEBUG1  | +0     | BuildAssetsTable - Started - Building Table for: Artwork1|Box Art|Cartridge|Flyers|Letters|Other
18:54:04:315 | MD |   DEBUG1  | +0     | BuildAssetsTable - Searching for a Artwork1: D:\Arcade\Media\Sega Model 2\Images\Artwork1\vf2.png
18:54:04:315 | MD |   DEBUG1  | +0     | BuildAssetsTable - Searching for a Box Art: D:\Arcade\Media\Sega Model 2\Images\Artwork2\vf2.png
18:54:04:315 | MD |   DEBUG1  | +0     | BuildAssetsTable - Searching for a Cartridge: D:\Arcade\Media\Sega Model 2\Images\Artwork3\vf2.png
18:54:04:315 | MD |   DEBUG1  | +0     | BuildAssetsTable - Searching for a Flyers: D:\Arcade\Media\Sega Model 2\Images\Artwork4\vf2.png
18:54:04:315 | MD |   DEBUG1  | +0     | BuildAssetsTable - Searching for a Letters: D:\Arcade\Media\Sega Model 2\Images\Letters
18:54:04:346 | MD |   DEBUG1  | +31    | BuildAssetsTable - Searching for a Other: D:\Arcade\Media\Sega Model 2\Images\Other
18:54:04:346 | MD |   DEBUG2  | +0     | BuildAssetsTable - Media assets found: 
					Asset Label: Letters | Asset Path1:  D:\Arcade\Media\Sega Model 2\Images\Letters\!.png | Asset Extension1:  png | Asset Type1:  system
					Asset Label: Letters | Asset Path2:  D:\Arcade\Media\Sega Model 2\Images\Letters\'.png | Asset Extension2:  png | Asset Type2:  system
					Asset Label: Letters | Asset Path3:  D:\Arcade\Media\Sega Model 2\Images\Letters\(.png | Asset Extension3:  png | Asset Type3:  system
					Asset Label: Letters | Asset Path4:  D:\Arcade\Media\Sega Model 2\Images\Letters\0.png | Asset Extension4:  png | Asset Type4:  system
					Asset Label: Letters | Asset Path5:  D:\Arcade\Media\Sega Model 2\Images\Letters\1.png | Asset Extension5:  png | Asset Type5:  system
					Asset Label: Letters | Asset Path6:  D:\Arcade\Media\Sega Model 2\Images\Letters\2.png | Asset Extension6:  png | Asset Type6:  system
					Asset Label: Letters | Asset Path7:  D:\Arcade\Media\Sega Model 2\Images\Letters\3.png | Asset Extension7:  png | Asset Type7:  system
					Asset Label: Letters | Asset Path8:  D:\Arcade\Media\Sega Model 2\Images\Letters\4.png | Asset Extension8:  png | Asset Type8:  system
					Asset Label: Letters | Asset Path9:  D:\Arcade\Media\Sega Model 2\Images\Letters\5.png | Asset Extension9:  png | Asset Type9:  system
					Asset Label: Letters | Asset Path10:  D:\Arcade\Media\Sega Model 2\Images\Letters\6.png | Asset Extension10:  png | Asset Type10:  system
					Asset Label: Letters | Asset Path11:  D:\Arcade\Media\Sega Model 2\Images\Letters\7.png | Asset Extension11:  png | Asset Type11:  system
					Asset Label: Letters | Asset Path12:  D:\Arcade\Media\Sega Model 2\Images\Letters\8.png | Asset Extension12:  png | Asset Type12:  system
					Asset Label: Letters | Asset Path13:  D:\Arcade\Media\Sega Model 2\Images\Letters\9.png | Asset Extension13:  png | Asset Type13:  system
					Asset Label: Letters | Asset Path14:  D:\Arcade\Media\Sega Model 2\Images\Letters\a.png | Asset Extension14:  png | Asset Type14:  system
					Asset Label: Letters | Asset Path15:  D:\Arcade\Media\Sega Model 2\Images\Letters\b.png | Asset Extension15:  png | Asset Type15:  system
					Asset Label: Letters | Asset Path16:  D:\Arcade\Media\Sega Model 2\Images\Letters\c.png | Asset Extension16:  png | Asset Type16:  system
					Asset Label: Letters | Asset Path17:  D:\Arcade\Media\Sega Model 2\Images\Letters\d.png | Asset Extension17:  png | Asset Type17:  system
					Asset Label: Letters | Asset Path18:  D:\Arcade\Media\Sega Model 2\Images\Letters\e.png | Asset Extension18:  png | Asset Type18:  system
					Asset Label: Letters | Asset Path19:  D:\Arcade\Media\Sega Model 2\Images\Letters\f.png | Asset Extension19:  png | Asset Type19:  system
					Asset Label: Letters | Asset Path20:  D:\Arcade\Media\Sega Model 2\Images\Letters\g.png | Asset Extension20:  png | Asset Type20:  system
					Asset Label: Letters | Asset Path21:  D:\Arcade\Media\Sega Model 2\Images\Letters\h.png | Asset Extension21:  png | Asset Type21:  system
					Asset Label: Letters | Asset Path22:  D:\Arcade\Media\Sega Model 2\Images\Letters\i.png | Asset Extension22:  png | Asset Type22:  system
					Asset Label: Letters | Asset Path23:  D:\Arcade\Media\Sega Model 2\Images\Letters\j.png | Asset Extension23:  png | Asset Type23:  system
					Asset Label: Letters | Asset Path24:  D:\Arcade\Media\Sega Model 2\Images\Letters\k.png | Asset Extension24:  png | Asset Type24:  system
					Asset Label: Letters | Asset Path25:  D:\Arcade\Media\Sega Model 2\Images\Letters\l.png | Asset Extension25:  png | Asset Type25:  system
					Asset Label: Letters | Asset Path26:  D:\Arcade\Media\Sega Model 2\Images\Letters\m.png | Asset Extension26:  png | Asset Type26:  system
					Asset Label: Letters | Asset Path27:  D:\Arcade\Media\Sega Model 2\Images\Letters\n.png | Asset Extension27:  png | Asset Type27:  system
					Asset Label: Letters | Asset Path28:  D:\Arcade\Media\Sega Model 2\Images\Letters\o.png | Asset Extension28:  png | Asset Type28:  system
					Asset Label: Letters | Asset Path29:  D:\Arcade\Media\Sega Model 2\Images\Letters\p.png | Asset Extension29:  png | Asset Type29:  system
					Asset Label: Letters | Asset Path30:  D:\Arcade\Media\Sega Model 2\Images\Letters\q.png | Asset Extension30:  png | Asset Type30:  system
					Asset Label: Letters | Asset Path31:  D:\Arcade\Media\Sega Model 2\Images\Letters\r.png | Asset Extension31:  png | Asset Type31:  system
					Asset Label: Letters | Asset Path32:  D:\Arcade\Media\Sega Model 2\Images\Letters\s.png | Asset Extension32:  png | Asset Type32:  system
					Asset Label: Letters | Asset Path33:  D:\Arcade\Media\Sega Model 2\Images\Letters\t.png | Asset Extension33:  png | Asset Type33:  system
					Asset Label: Letters | Asset Path34:  D:\Arcade\Media\Sega Model 2\Images\Letters\u.png | Asset Extension34:  png | Asset Type34:  system
					Asset Label: Letters | Asset Path35:  D:\Arcade\Media\Sega Model 2\Images\Letters\v.png | Asset Extension35:  png | Asset Type35:  system
					Asset Label: Letters | Asset Path36:  D:\Arcade\Media\Sega Model 2\Images\Letters\w.png | Asset Extension36:  png | Asset Type36:  system
					Asset Label: Letters | Asset Path37:  D:\Arcade\Media\Sega Model 2\Images\Letters\x.png | Asset Extension37:  png | Asset Type37:  system
					Asset Label: Letters | Asset Path38:  D:\Arcade\Media\Sega Model 2\Images\Letters\y.png | Asset Extension38:  png | Asset Type38:  system
					Asset Label: Letters | Asset Path39:  D:\Arcade\Media\Sega Model 2\Images\Letters\z.png | Asset Extension39:  png | Asset Type39:  system
					Asset Label: Other | Asset Path1:  D:\Arcade\Media\Sega Model 2\Images\Other\Pointer.png | Asset Extension1:  png | Asset Type1:  system
18:54:04:346 | MD |   DEBUG1  | +0     | BuildAssetsTable - Ended
18:54:04:346 | MD |   DEBUG1  | +0     | BuildAssetsTable - Started - Building Table for: MP4 Game Video|FLV Game Video|MP4 System Video|FLV System Video
18:54:04:346 | MD |   DEBUG1  | +0     | BuildAssetsTable - Searching for a MP4 Game Video: D:\Arcade\Media\Sega Model 2\Video\vf2b.* 
18:54:04:346 | MD |   DEBUG1  | +0     | BuildAssetsTable - Searching for a FLV Game Video: D:\Arcade\Media\Main Menu\Video\Sega Model 2.*
18:54:04:346 | MD |   DEBUG2  | +0     | BuildAssetsTable - Media assets found: 
					Asset Label: FLV Game Video | Asset Path1:  D:\Arcade\Media\Main Menu\Video\Sega Model 2.mp4 | Asset Extension1:  mp4 | Asset Type1:  system
					Asset Label: MP4 Game Video | Asset Path1:  D:\Arcade\Media\Sega Model 2\Video\vf2b.mp4 | Asset Extension1:  mp4 | Asset Type1:  game
18:54:04:346 | MD |   DEBUG1  | +0     | BuildAssetsTable - Ended
18:54:04:346 | MD |     INFO  | +0     | PluginInit - Ended
18:54:04:346 | MD |   DEBUG1  | +0     | StartModule - Setting romName to the dbName sent to RocketLauncher: vf2b
18:54:04:346 | MD |     INFO  | +0     | Hiding mouse cursor
18:54:04:377 | MD |   DEBUG2  | +31    | XHotkeyTableCreation - Started
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~e&~t not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~e & ~t" to call label: "ToggleCursor"
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:04:377 | MD |     INFO  | +0     | StartModule - Ended
18:54:04:377 | MD |     INFO  | +0     | Module Setting - [Settings] - Link_Enabled: false
18:54:04:377 | MD |     INFO  | +0     | Module Setting - [vf2b] - Link_Enabled: false
18:54:04:377 | MD |     INFO  | +0     | Module Setting - [Settings] - SplitScreen_2_Players: Vertical
18:54:04:377 | MD |     INFO  | +0     | Module Setting - [Settings] - SplitScreen_3_Players: P1top
18:54:04:377 | MD |   DEBUG1  | +0     | FadeInStart - Started
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~2joy8 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~2joy8"
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "TogglePauseMenuStatus" standard Hotkey method for key(s): "~2joy8"
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~Esc is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~Esc"
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "CloseProcess" standard Hotkey method for key(s): "~Esc"
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~1joy10 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~1joy10"
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "CloseProcess" standard Hotkey method for key(s): "~1joy10"
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:04:377 | MD |   DEBUG1  | +0     | FadeInStart - Any key will interrupt this fade process
18:54:04:377 | MD |   DEBUG2  | +0     | FadeInStart - Fade screen scale factor: X=0.875000, Y= 0.972222
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Layer 1 images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\vf2b\Layer 1*.*
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Layer 1 images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Horizontal\Layer 1*.*
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Layer 1 images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Layer 1*.*
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Layer 1 images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Horizontal\Layer 1*.*
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Layer 1 images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Layer 1*.*
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Looking for Fade Layer 1 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Layer 1*.png
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Found Fade Layer 1 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Layer 1.png
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Looking for Fade Layer 1 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Layer 1*.gif
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Looking for Fade Layer 1 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Layer 1*.tif
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Looking for Fade Layer 1 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Layer 1*.bmp
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Looking for Fade Layer 1 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Layer 1*.jpg
18:54:04:377 | MD |     INFO  | +0     | GetFadePicFile - Randomized images and Fade  will use D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Layer 1.png
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Extra Layer 1 - Console images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\vf2b\Extra Layer 1 - Console*.*
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Extra Layer 1 - Console images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Horizontal\Extra Layer 1 - Console*.*
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Extra Layer 1 - Console images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Extra Layer 1 - Console*.*
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Extra Layer 1 - Console images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Horizontal\Extra Layer 1 - Console*.*
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Extra Layer 1 - Console images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Extra Layer 1 - Console*.*
18:54:04:518 | MD |     INFO  | +140   | DefaultAnimateFadeIn - Started, direction is: in
18:54:04:518 | MD |     INFO  | +0     | DefaultAnimateFadeIn - Drawing First FadeIn Image.
18:54:05:032 | MD |     INFO  | +515   | DefaultAnimateFadeIn - Ended
18:54:05:048 | MD |     INFO  | +16    | DefaultFadeAnimation - Started
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Info Bar images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\vf2b\Info Bar*.*
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Info Bar images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Horizontal\Info Bar*.*
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Info Bar images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Info Bar*.*
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Info Bar images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Horizontal\Info Bar*.*
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Info Bar images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Info Bar*.*
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Layer 3 images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\vf2b\Layer 3*.*
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Layer 3 images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Horizontal\Layer 3*.*
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Layer 3 images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Layer 3*.*
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Looking for Fade Layer 3 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Layer 3*.png
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Found Fade Layer 3 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Layer 3.png
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Looking for Fade Layer 3 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Layer 3*.gif
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Looking for Fade Layer 3 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Layer 3*.tif
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Looking for Fade Layer 3 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Layer 3*.bmp
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Looking for Fade Layer 3 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Layer 3*.jpg
18:54:05:048 | MD |     INFO  | +0     | GetFadePicFile - Randomized images and Fade  will use D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Layer 3.png
18:54:05:220 | MD |   DEBUG1  | +171   | FadeInDelay - Started
18:54:05:220 | MD |   DEBUG1  | +0     | FadeInDelay - Ended
18:54:05:220 | MD |     INFO  | +0     | DefaultFadeAnimation - Ended
18:54:05:220 | MD |   DEBUG1  | +0     | FadeInStart - Ended
18:54:05:220 | MD |     INFO  | +0     | StartGlobalUserFeatures - Starting
18:54:05:220 | MD |     INFO  | +0     | StartGlobalUserFeatures - Ending
18:54:05:220 | MD |   DEBUG1  | +0     | CoverFE - Started
18:54:05:220 | MD |   DEBUG1  | +0     | CoverFE - Ended
18:54:05:220 | MD |     INFO  | +0     | Module Setting - [Settings] - Fullscreen: true
18:54:05:220 | MD |     INFO  | +0     | Module Setting - [Settings] - FullScreenWidth: 1680
18:54:05:220 | MD |     INFO  | +0     | Module Setting - [Settings] - FullScreenHeight: 1050
18:54:05:220 | MD |     INFO  | +0     | Module Setting - [Settings] - Player2_EmulatorPath: D:\Arcade\Sega Model 2\Player 2
18:54:05:220 | MD |     INFO  | +0     | Module Setting - [Settings] - Player3_EmulatorPath: D:\Arcade\Sega Model 2\Player 3
18:54:05:220 | MD |     INFO  | +0     | Module Setting - [Settings] - Player4_EmulatorPath: D:\Arcade\Sega Model 2\Player 4
18:54:05:220 | MD |     INFO  | +0     | CheckFile - Checking if D:\Arcade\Sega Model 2\Roms\model2.zip exists
18:54:05:266 | MD |   DEBUG1  | +47    | CheckFile - Attributes:
					File Size:			435154 bytes
					Created:			7/1/2015 - 9:30:36 PM
					Modified:			6/22/2015 - 12:06:12 AM
18:54:05:266 | MD |     INFO  | +0     | CheckFile - Checking if D:\Arcade\Sega Model 2\EMULATOR.INI exists
18:54:05:438 | MD |   DEBUG1  | +172   | CheckFile - Attributes:
					File Size:			2825 bytes
					Created:			7/1/2015 - 9:30:27 PM
					Modified:			10/20/2015 - 11:16:23 AM
18:54:05:438 | MD |     INFO  | +0     | Module Setting - [RomDirs] - Dir1: D:\Arcade\Sega Model 2\Roms
18:54:05:438 | MD |     INFO  | +0     | Run - Running: D:\Arcade\Sega Model 2\emulator_multicpu.exe vf2b
18:54:05:563 | MD |   DEBUG1  | +125   | Run - "emulator_multicpu.exe vf2b" Process ID: 2640
18:54:05:563 | MD |   DEBUG1  | +0     | GetActiveWindowStatus - Title: Model 2 Emulator | Class: MYWIN | State: 0 | X: 100 | Y: 100 | Width: 528 | Height: 554 | Window HWND: 0x20034 | Process ID: 2640 | Process Path: D:\Arcade\Sega Model 2\emulator_multicpu.exe
18:54:05:563 | MD |     INFO  | +0     | WinWait - Waiting for "ahk_class MYWIN"
18:54:06:124 | MD |   DEBUG1  | +561   | DefaultFadeAnimationLoop - Fade Layer 3 is drawn so animation loop is finished.
18:54:06:156 | MD |   DEBUG1  | +31    | DefaultFadeAnimationLoop - AnimationLoop has finished
18:54:06:156 | MD |   DEBUG1  | +0     | DefaultFadeAnimationLoop - Ended
18:54:06:187 | MD |   DEBUG1  | +32    | DefaultFadeAnimationLoop - Fade Layer 3 is drawn so animation loop is finished.
18:54:06:639 | MD |   DEBUG1  | +452   | GetActiveWindowStatus - Title: Virtua Fighter 2 (Rev B) | Class: MYWIN | State: 0 | X: 100 | Y: 100 | Width: 512 | Height: 442 | Window HWND: 0x20034 | Process ID: 2640 | Process Path: D:\Arcade\Sega Model 2\emulator_multicpu.exe
18:54:07:806 | MD |   DEBUG1  | +1170  | FadeInExit - Started
18:54:07:806 | MD |   DEBUG1  | +0     | FadeInExit - fadeInExitDelay started
18:54:08:580 | MD |   DEBUG1  | +780   | FadeInExit - fadeInExitDelay ended
18:54:08:581 | MD |     INFO  | +0     | DefaultAnimateFadeIn - Started, direction is: out
18:54:09:120 | MD |     INFO  | +530   | DefaultAnimateFadeIn - Ended
18:54:09:206 | MD |   DEBUG2  | +94    | XHotkeyTableCreation - Started
18:54:09:206 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~2joy8 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,
18:54:09:206 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:09:206 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~2joy8"
18:54:09:206 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:09:207 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~2joy8" to call label: "TogglePauseMenuStatus"
18:54:09:207 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:09:207 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:09:207 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:09:207 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~Esc is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,
18:54:09:207 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:09:207 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~Esc"
18:54:09:207 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:09:207 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~Esc" to call label: "CloseProcess"
18:54:09:207 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:09:207 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:09:208 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:09:208 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~1joy10 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,
18:54:09:208 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:09:208 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~1joy10"
18:54:09:208 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:09:208 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~1joy10" to call label: "CloseProcess"
18:54:09:208 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:09:208 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:09:208 | MD |   DEBUG1  | +0     | FadeInExit - Ended, waiting for user to close launched application
18:54:09:208 | MD |     INFO  | +0     | Process - WaitClose emulator_multicpu.exe 
18:54:23:355 | MD |   DEBUG2  | +14149 | XHotkeyTableCreation - Started
18:54:23:355 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~Esc is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,
18:54:23:355 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:23:356 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~Esc"
18:54:23:356 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:23:356 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "CloseProcess" standard Hotkey method for key(s): "~Esc"
18:54:23:356 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:23:357 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:23:357 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:23:357 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~1joy10 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,
18:54:23:357 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:23:358 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~1joy10"
18:54:23:358 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:23:358 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "CloseProcess" standard Hotkey method for key(s): "~1joy10"
18:54:23:358 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:23:358 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:23:359 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:23:359 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~2joy8 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,
18:54:23:359 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:23:359 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~2joy8"
18:54:23:359 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:23:360 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "TogglePauseMenuStatus" standard Hotkey method for key(s): "~2joy8"
18:54:23:360 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:23:360 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:23:360 | MD |   DEBUG2  | +0     | Disabled exit emulator, bezel, and multigame keys
18:54:23:361 | MD |   DEBUG2  | +0     | Started Gdip 1981916 (If number -> loaded)
18:54:23:460 | MD |   DEBUG2  | +94    | Loaded Emulator information: EmulatorProcessName: emulator_multicpu.exe, EmulatorClass: MYWIN, EmulatorID: 0x20034
18:54:23:517 | MD |   DEBUG2  | +62    | Muting emulator sound while Pause is loaded. Master Mute status: 1 (1 is mutted)
18:54:23:549 | MD |     INFO  | +32    | Pause Started: current rom: vf2b, current system Name: Sega Model 2
18:54:23:549 | MD |   DEBUG2  | +0     | Created Black Screen to hide FrontEnd
18:54:23:549 | MD |   DEBUG2  | +0     | Loaded emulator specific module start commands
18:54:23:952 | MD |   DEBUG2  | +405   | Pause screen scale factor: X=1.000000, Y= 1.000000
18:54:23:953 | MD |   DEBUG1  | +0     | ProcSus -  Started
18:54:23:955 | MD |     INFO  | +0     | ProcSus -  Suspending Process: 2640
18:54:23:956 | MD |   DEBUG1  | +0     | ProcSus -  Ended
18:54:23:956 | MD |   DEBUG2  | +0     | Setting Pause starting time for subtracting from statistics played time: 2002241
18:54:24:125 | MD |   DEBUG2  | +172   | Loading screen created
18:54:24:126 | MD |     INFO  | +0     | RocketLauncher HitoText Path:          D:\Arcade\ROCKETLAUNCHER\Module Extensions\HiToText.exe
18:54:24:126 | MD |     INFO  | +0     | RocketLauncher 7z Path:                D:\Arcade\ROCKETLAUNCHER\Module Extensions\7z.exe
18:54:24:299 | MD |   DEBUG2  | +171   | Pause variables values: 
					[General Options] Mute_when_Loading_Pause = true
					[General Options] Mute_Sound = false
					[Main Menu Appearance Options] Main_Menu_Items = Controller|Change Disc|Save State|Load State|HighScore|Artwork|Guides|Manuals|Videos|Sound|Statistics|Moves List|History|Settings|Shutdown
					[General Options] Disable_Pause_Menu = true
					[General Options] Pause_Monitor = 1
					[General Options] Pause_Screen_Rotation_Angle = 0
					[Main Menu Appearance Options] Pause_Base_Resolution_Width = 1680
					[Main Menu Appearance Options] Pause_Base_Resolution_Height = 1050
					[Start and Exit Screen] Loading_Text = Loading Pause
					[Start and Exit Screen] Exiting_Text = Exiting Pause
					[Start and Exit Screen] Font = Bebas Neue
					[Start and Exit Screen] Font_Size = 45
					[Start and Exit Screen] Font_Color = ff222222
					[Start and Exit Screen] Text_Margin = 65
					[General Options] Force_Resolution_Change = 
					[General Options] Controller_Menu_Enabled = true
					[General Options] ChangeDisc_Menu_Enabled = true
					[General Options] SaveandLoad_Menu_Enabled = true
					[General Options] HighScore_Menu_Enabled = true
					[General Options] Artwork_Menu_Enabled = true
					[General Options] Guides_Menu_Enabled = true
					[General Options] Manuals_Menu_Enabled = true
					[General Options] History_Menu_Enabled = true
					[General Options] Sound_Menu_Enabled = true
					[General Options] Settings_Menu_Enabled = true
					[General Options] Videos_Menu_Enabled = true
					[General Options] Statistics_Menu_Enabled = true
					[General Options] MovesList_Menu_Enabled = true
					[General Options] Shutdown_Label_Enabled = false
					[General Options] Load_PDF_and_Compressed_Files_at_Pause_First_Start = false
					[General Options] PDF_Page_Layout = frompdf
					[General Options] Pdf_Dpi_Resolution = 72
					[General Options] PDF_Max_Height = 1080
					[General Options] Mute_when_Loading_Pause = true
					[General Options] Mute_Sound = false
					[General Options] Disable_Pause_Menu = true
					[General Options] Enable_Mouse_Control = false
					[General Options] Support_Additional_Image_Files = true
					[General Options] Screenshot_Extension = jpg
					[General Options] Screenshot_JPG_Quality = 100
					[General Options] Pause_Use_Parent_Game_Media_Assets = true
					[General Options] Pause_Load_PDF_On_Label = false
					[Main Menu Appearance Options] Enable_Global_Background = true
					[Main Menu Appearance Options] Background_Align_Image = Align to Top Left
					[Main Menu Appearance Options] Enable_Clock = true
					[Main Menu Appearance Options] Clock_Font = Bebas Neue
					[Main Menu Appearance Options] Clock_Font_Size = 25
					[Main Menu Appearance Options] Main_Bar_Text_Font = Bebas Neue
					[Main Menu Appearance Options] Main_Bar_Text_Font_Size = 75
					[Main Menu Appearance Options] Main_Bar_Text_Selected_Color = ffffffff
					[Main Menu Appearance Options] Main_Bar_Text_Disabled_Color = 44ffffff
					[Main Menu Appearance Options] Main_Bar_Horizontal_Distance_Between_Labels = 160
					[Main Menu Appearance Options] Main_Bar_Height = 90
					[Main Menu Appearance Options] Main_Bar_GradientBrush1 = 6f000000
					[Main Menu Appearance Options] Main_Bar_GradientBrush2 = ff000000
					[Main Menu Appearance Options] Background_Color = ff000000
					[Main Menu Appearance Options] Background_Brush = aa000000
					[Main Menu Appearance Options] Game_Info_Items = Publisher|Developer|Company|Released|Year|Score|Controls|Players|Rating|Description|Esrb
					[Main Menu Appearance Options] Game_Info_Font = Arial
					[Main Menu Appearance Options] Game_Info_Font_Size = 22
					[Main Menu Appearance Options] Game_Info_Font_Color = ffffffff
					[Main Menu Appearance Options] Game_Info_Description_Font = Arial
					[Main Menu Appearance Options] Game_Info_Description_Font_Size = 22
					[Main Menu Appearance Options] Game_Info_Description_Font_Color = ffffffff
					[Main Menu Appearance Options] Game_Info_Description_Scrolling_Velocity = 2
					[Main Menu Appearance Options] Use_Screenshot_As_Background = false
					[Main Menu Appearance Options] Mouse_Control_Overlay_Transparency = 50
					[Main Menu Appearance Options] Bar_Vertical_Offset = 0
					[SubMenu Appearance Options] Additional_Text_Margin_Contour = 15
					[SubMenu Appearance Options] Minimum_Text_Box_Width = 270
					[SubMenu Appearance Options] Appearance_Delay_in_Milliseconds = 500
					[SubMenu Appearance Options] Top_Right_Chamfer_Size = 40
					[SubMenu Appearance Options] Width = 1350|1020
					[SubMenu Appearance Options] Height = 450|700
					[SubMenu Appearance Options] Background_Brush = 44000000
					[SubMenu Appearance Options] Label_Font = Bebas Neue
					[SubMenu Appearance Options] Label_Font_Size = 37
					[SubMenu Appearance Options] Content_Font = Lucida Console
					[SubMenu Appearance Options] Content_Font_Size = 30
					[SubMenu Appearance Options] Content_Small_Font_Size = 22
					[SubMenu Appearance Options] Help_Font = Bebas Neue
					[SubMenu Appearance Options] Help_Font_Size = 22
					[SubMenu Appearance Options] Selected_Brush = cc000000
					[SubMenu Appearance Options] Disabled_Brush = 44000000
					[SubMenu Appearance Options] Radius_of_Rounded_Corners = 15
					[SubMenu FullScreen Appearance Options] Margin = 25
					[SubMenu FullScreen Appearance Options] Radius_of_Rounded_Corners = 15
					[SubMenu FullScreen Appearance Options] Background_Brush = 88000000
					[SubMenu FullScreen Appearance Options] Legend_Text_Brush = DD000015
					[SubMenu FullScreen Appearance Options] Legend_Text_Font_Color = ffffffff
					[SubMenu FullScreen Appearance Options] Legend_Text_Font_Size = 22
					[SubMenu FullScreen Appearance Options] Zoom_Steps = 25
					[SubMenu FullScreen Appearance Options] Pan_Steps = 120
					[SubMenu FullScreen Appearance Options] Full_Screen_Help_Text_Timer = 2000
					[SubMenu Save and Load State Appearance Options] Vertical_Distance_Between_Labels = 75
					[SubMenu Save and Load State Appearance Options] Horizontal_Margin = 200
					[SubMenu Save and Load State Appearance Options] Vertical_Margin = 90
					[SubMenu Save and Load State Appearance Options] Delay_to_Send_Keys = 500
					[SubMenu Save and Load State Appearance Options] Set_Key_Delay = 200
					[SubMenu Save and Load State Appearance Options] Enable_Save_State_Screenshot = true
					[SubMenu Settings Appearance Options] Vertical_Distance_Between_Labels = 75
					[SubMenu Settings Appearance Options] Horizontal_Margin = 200
					[SubMenu Settings Appearance Options] Vertical_Margin = 90
					[SubMenu Settings Appearance Options] Option_Font_Size = 22
					[SubMenu Sound Control Appearance Options] Single_Bar_Width = 25
					[SubMenu Sound Control Appearance Options] Single_Bar_Spacing = 7
					[SubMenu Sound Control Appearance Options] Single_Bar_Height = 45
					[SubMenu Sound Control Appearance Options] Height_Difference_Between_Bars = 3
					[SubMenu Sound Control Appearance Options] Volume_Steps = 5
					[SubMenu Sound Control Appearance Options] Selected_Color = ffffffff
					[SubMenu Sound Control Appearance Options] Disabled_Color = 44ffffff
					[SubMenu Sound Control Appearance Options] Mute_Button_Font_Size = 20
					[SubMenu Sound Control Appearance Options] Sound_Mute_Button_Vertical_Distance = 75|100
					[SubMenu Sound Control Appearance Options] Space_Between_Sound_Bar_and_Sound_Bitmap = 55
					[SubMenu Sound Control Appearance Options] Sound_Distance_to_Sound_Level = 15
					[SubMenu Sound Control Appearance Options] Enable_Music_Player = true
					[SubMenu Sound Control Appearance Options] Playlist_Extension = m3u
					[SubMenu Sound Control Appearance Options] Music_Files_Extension = mp3|m4a|wav|mid|wma
					[SubMenu Sound Control Appearance Options] Enable_Music_on_Pause_Startup = true
					[SubMenu Sound Control Appearance Options] Keep_Playing_after_Exiting_Pause = false
					[SubMenu Sound Control Appearance Options] Enable_Shuffle = true
					[SubMenu Sound Control Appearance Options] Enable_Loop = true
					[SubMenu Sound Control Appearance Options] External_Playlist_Path = 
					[SubMenu Sound Control Appearance Options] Space_Between_Music_Player_Buttons = 65
					[SubMenu Sound Control Appearance Options] Size_of_Music_Player_Buttons = 65
					[SubMenu Sound Control Appearance Options] Music_Player_Vertical_Distance = 75|100
					[SubMenu Sound Control Appearance Options] Sound_Button_Growing_Velocity = 1
					[SubMenu Sound Control Appearance Options] Music_Player_Volume_Level = 100
					[SubMenu Change Disc Appearance Options] Vertical_Margin = 45
					[SubMenu Change Disc Appearance Options] Text_Distance_to_Image = 30
					[SubMenu Change Disc Appearance Options] Use_Game_Art_for_Disc_Image = true
					[SubMenu Change Disc Appearance Options] Selected_Disc_Effect = rotate
					[SubMenu Change Disc Appearance Options] Side_Padding = 0.2
					[SubMenu HighScore Appearance Options] Highlighted_Player_Name = GEN
					[SubMenu HighScore Appearance Options] Highlighted_Player_Font_Color = ff00ffff
					[SubMenu HighScore Appearance Options] Font_Color = ffffffff
					[SubMenu HighScore Appearance Options] Font_Size = 22
					[SubMenu HighScore Appearance Options] Title_Font_Size = 30
					[SubMenu HighScore Appearance Options] Title_Font_Color = ffffff00
					[SubMenu HighScore Appearance Options] Selected_Font_Color = ffff00ff
					[SubMenu HighScore Appearance Options] Superior_Margin = 45
					[SubMenu HighScore Appearance Options] Full_Screen_Width = 1000
					[SubMenu Moves List Appearance Options] Vertical_Margin = 45
					[SubMenu Moves List Appearance Options] Horizontal_Margin = 40
					[SubMenu Moves List Appearance Options] Vertical_Distance_Between_Labels = 75
					[SubMenu Moves List Appearance Options] Horizontal_Distance_Between_Labels_and_MovesList = 125
					[SubMenu Moves List Appearance Options] Vertical_Distance_Between_Moves_Lines = 60
					[SubMenu Moves List Appearance Options] Secondary_Font_Size = 22
					[SubMenu Moves List Appearance Options] Vertical_Move_Image_Size = 55
					[SubMenu Moves List Appearance Options] Full_Screen_Width = 1000
					[SubMenu Moves List Appearance Options] Horizontal_Full_Screen_Moves_Margin = 270
					[SubMenu Statistics Appearance Options] Vertical_Margin = 45
					[SubMenu Statistics Appearance Options] Horizontal_Margin = 40
					[SubMenu Statistics Appearance Options] Table_Font_Size = 22
					[SubMenu Statistics Appearance Options] Distance_Between_Labels_and_Table = 55
					[SubMenu Statistics Appearance Options] Vertical_Distance_Between_Table_Lines = 45
					[SubMenu Statistics Appearance Options] Vertical_Distance_Between_Labels = 75
					[SubMenu Statistics Appearance Options] Title_Font_Size = 30
					[SubMenu Statistics Appearance Options] Title_Font_Color = ffffff00
					[SubMenu Statistics Appearance Options] Full_Screen_Width = 1000
					[SubMenu Guides Appearance Options] Vertical_Margin = 45
					[SubMenu Guides Appearance Options] Horizontal_Margin = 40
					[SubMenu Guides Appearance Options] Horizontal_Distance_Between_Pages = 65
					[SubMenu Guides Appearance Options] Selected_Brush = 33ffff00
					[SubMenu Guides Appearance Options] Vertical_Distance_Between_Labels = 75
					[SubMenu Guides Appearance Options] Horizontal_Distance_Between_Labels_and_Pages = 65
					[SubMenu Guides Appearance Options] Page_Number_Font_Color = 00000000
					[SubMenu Guides Appearance Options] Show_Item_Labels = true
					[SubMenu Manuals Appearance Options] Vertical_Margin = 45
					[SubMenu Manuals Appearance Options] Horizontal_Margin = 40
					[SubMenu Manuals Appearance Options] Horizontal_Distance_Between_Pages = 65
					[SubMenu Manuals Appearance Options] Selected_Brush = 33ffff00
					[SubMenu Manuals Appearance Options] Vertical_Distance_Between_Labels = 75
					[SubMenu Manuals Appearance Options] Horizontal_Distance_Between_Labels_and_Pages = 65
					[SubMenu Manuals Appearance Options] Page_Number_Font_Color = 00000000
					[SubMenu Manuals Appearance Options] Show_Item_Labels = true
					[SubMenu History Appearance Options] Vertical_Margin = 45
					[SubMenu History Appearance Options] Horizontal_Margin = 40
					[SubMenu History Appearance Options] Horizontal_Distance_Between_Pages = 65
					[SubMenu History Appearance Options] Selected_Brush = 33ffff00
					[SubMenu History Appearance Options] Vertical_Distance_Between_Labels = 75
					[SubMenu History Appearance Options] Horizontal_Distance_Between_Labels_and_Pages = 65
					[SubMenu History Appearance Options] Page_Number_Font_Color = 00000000
					[SubMenu Controller Appearance Options] Vertical_Margin = 45
					[SubMenu Controller Appearance Options] Horizontal_Margin = 40
					[SubMenu Controller Appearance Options] Horizontal_Distance_Between_Pages = 65
					[SubMenu Controller Appearance Options] Selected_Brush = 33ffff00
					[SubMenu Controller Appearance Options] Vertical_Distance_Between_Labels = 75
					[SubMenu Controller Appearance Options] Horizontal_Distance_Between_Labels_and_Pages = 65
					[SubMenu Controller Appearance Options] Page_Number_Font_Color = 00000000
					[SubMenu Controller Appearance Options] Show_Item_Labels = true
					[SubMenu Controller Appearance Options] Controller_Banner_Height = 60
					[SubMenu Controller Appearance Options] Vertical_Distance_Between_Buttons = 120
					[SubMenu Controller Appearance Options] Vertical_Distance_Between_Banners = 45
					[SubMenu Controller Appearance Options] Horizontal_Distance_Between_Controller_Banner_Elements = 55
					[SubMenu Controller Appearance Options] Selected_Controller_Banner_Displacement = 25
					[SubMenu Artwork Appearance Options] Vertical_Margin = 45
					[SubMenu Artwork Appearance Options] Horizontal_Margin = 40
					[SubMenu Artwork Appearance Options] Horizontal_Distance_Between_Pages = 65
					[SubMenu Artwork Appearance Options] Selected_Brush = 33ffff00
					[SubMenu Artwork Appearance Options] Vertical_Distance_Between_Labels = 75
					[SubMenu Artwork Appearance Options] Horizontal_Distance_Between_Labels_and_Pages = 65
					[SubMenu Artwork Appearance Options] Page_Number_Font_Color = 00000000
					[SubMenu Artwork Appearance Options] Show_Item_Labels = true
					[SubMenu Videos Appearance Options] Supported_Videos = avi|wmv|mp4
					[SubMenu Videos Appearance Options] Vertical_Margin = 45
					[SubMenu Videos Appearance Options] Horizontal_Margin = 40
					[SubMenu Videos Appearance Options] Vertical_Distance_Between_Labels = 75
					[SubMenu Videos Appearance Options] Enable_Loop = true
					[SubMenu Videos Appearance Options] Video_Seconds_to_Jump_in_Rewind_and_Fast_Forward_Buttons = 5
					[SubMenu Videos Appearance Options] Video_Button_Growing_Velocity = 1
					[SubMenu Videos Appearance Options] Size_of_Video_Player_Buttons = 60
					[SubMenu Videos Appearance Options] Space_Between_Video_Player_Buttons = 20
					[SubMenu Videos Appearance Options] Space_Between_Label_and_Video_Player_Buttons = 45
					[SubMenu Videos Appearance Options] Video_Player_Volume_Level = 100
					[Start and Exit Screen] Loading_Text = Loading Pause
					[Start and Exit Screen] Exiting_Text = Exiting Pause
					[Start and Exit Screen] Font = Bebas Neue
					[Start and Exit Screen] Font_Size = 45
					[Start and Exit Screen] Font_Color = ff222222
					[Start and Exit Screen] Text_Margin = 65
18:54:24:299 | MD |   DEBUG2  | +0     | Loaded Pause options
18:54:24:300 | MD |   DEBUG2  | +0     | Scaled Pause variables
18:54:24:335 | MD |   DEBUG2  | +32    | Starting Creating Pause Contents Object.
18:54:24:335 | MD |   DEBUG2  | +0     | Loading Controller Contents
18:54:24:360 | MD |   DEBUG2  | +31    | Loading Change Disc Contents
18:54:24:364 | MD |   DEBUG2  | +0     | Loading SaveState Contents
18:54:24:389 | MD |   DEBUG2  | +31    | Loading LoadState Contents
18:54:24:392 | MD |   DEBUG2  | +0     | Loading HighScore Contents
18:54:24:703 | MD |   DEBUG2  | +312   | Loading Artwork Contents
18:54:24:706 | MD |   DEBUG2  | +0     | Loading Guides Contents
18:54:24:708 | MD |   DEBUG2  | +0     | Loading Manuals Contents
18:54:24:731 | MD |   DEBUG2  | +31    | Loading Videos Contents
18:54:24:734 | MD |   DEBUG2  | +0     | Loading Sound Contents
18:54:24:734 | MD |   DEBUG2  | +0     | Loading Statistics Contents
18:54:24:737 | MD |   DEBUG2  | +0     | Statistics cleared game name: vf2b
18:54:24:799 | MD |   DEBUG2  | +63    | Loading MovesList Contents
18:54:24:799 | MD |   DEBUG2  | +0     | Loading History.dat Contents
18:54:25:111 | MD |   DEBUG2  | +312   | Loading Settings Menu Contents
18:54:25:136 | MD |   DEBUG2  | +31    | Media assets found on submenu: Artwork
					Asset Label: Letters | Asset Path1:  D:\Arcade\Media\Sega Model 2\Images\Letters\!.png | Asset Extension1:  png
					Asset Label: Letters | Asset Path2:  D:\Arcade\Media\Sega Model 2\Images\Letters\'.png | Asset Extension2:  png
					Asset Label: Letters | Asset Path3:  D:\Arcade\Media\Sega Model 2\Images\Letters\(.png | Asset Extension3:  png
					Asset Label: Letters | Asset Path4:  D:\Arcade\Media\Sega Model 2\Images\Letters\0.png | Asset Extension4:  png
					Asset Label: Letters | Asset Path5:  D:\Arcade\Media\Sega Model 2\Images\Letters\1.png | Asset Extension5:  png
					Asset Label: Letters | Asset Path6:  D:\Arcade\Media\Sega Model 2\Images\Letters\2.png | Asset Extension6:  png
					Asset Label: Letters | Asset Path7:  D:\Arcade\Media\Sega Model 2\Images\Letters\3.png | Asset Extension7:  png
					Asset Label: Letters | Asset Path8:  D:\Arcade\Media\Sega Model 2\Images\Letters\4.png | Asset Extension8:  png
					Asset Label: Letters | Asset Path9:  D:\Arcade\Media\Sega Model 2\Images\Letters\5.png | Asset Extension9:  png
					Asset Label: Letters | Asset Path10:  D:\Arcade\Media\Sega Model 2\Images\Letters\6.png | Asset Extension10:  png
					Asset Label: Letters | Asset Path11:  D:\Arcade\Media\Sega Model 2\Images\Letters\7.png | Asset Extension11:  png
					Asset Label: Letters | Asset Path12:  D:\Arcade\Media\Sega Model 2\Images\Letters\8.png | Asset Extension12:  png
					Asset Label: Letters | Asset Path13:  D:\Arcade\Media\Sega Model 2\Images\Letters\9.png | Asset Extension13:  png
					Asset Label: Letters | Asset Path14:  D:\Arcade\Media\Sega Model 2\Images\Letters\a.png | Asset Extension14:  png
					Asset Label: Letters | Asset Path15:  D:\Arcade\Media\Sega Model 2\Images\Letters\b.png | Asset Extension15:  png
					Asset Label: Letters | Asset Path16:  D:\Arcade\Media\Sega Model 2\Images\Letters\c.png | Asset Extension16:  png
					Asset Label: Letters | Asset Path17:  D:\Arcade\Media\Sega Model 2\Images\Letters\d.png | Asset Extension17:  png
					Asset Label: Letters | Asset Path18:  D:\Arcade\Media\Sega Model 2\Images\Letters\e.png | Asset Extension18:  png
					Asset Label: Letters | Asset Path19:  D:\Arcade\Media\Sega Model 2\Images\Letters\f.png | Asset Extension19:  png
					Asset Label: Letters | Asset Path20:  D:\Arcade\Media\Sega Model 2\Images\Letters\g.png | Asset Extension20:  png
					Asset Label: Letters | Asset Path21:  D:\Arcade\Media\Sega Model 2\Images\Letters\h.png | Asset Extension21:  png
					Asset Label: Letters | Asset Path22:  D:\Arcade\Media\Sega Model 2\Images\Letters\i.png | Asset Extension22:  png
					Asset Label: Letters | Asset Path23:  D:\Arcade\Media\Sega Model 2\Images\Letters\j.png | Asset Extension23:  png
					Asset Label: Letters | Asset Path24:  D:\Arcade\Media\Sega Model 2\Images\Letters\k.png | Asset Extension24:  png
					Asset Label: Letters | Asset Path25:  D:\Arcade\Media\Sega Model 2\Images\Letters\l.png | Asset Extension25:  png
					Asset Label: Letters | Asset Path26:  D:\Arcade\Media\Sega Model 2\Images\Letters\m.png | Asset Extension26:  png
					Asset Label: Letters | Asset Path27:  D:\Arcade\Media\Sega Model 2\Images\Letters\n.png | Asset Extension27:  png
					Asset Label: Letters | Asset Path28:  D:\Arcade\Media\Sega Model 2\Images\Letters\o.png | Asset Extension28:  png
					Asset Label: Letters | Asset Path29:  D:\Arcade\Media\Sega Model 2\Images\Letters\p.png | Asset Extension29:  png
					Asset Label: Letters | Asset Path30:  D:\Arcade\Media\Sega Model 2\Images\Letters\q.png | Asset Extension30:  png
					Asset Label: Letters | Asset Path31:  D:\Arcade\Media\Sega Model 2\Images\Letters\r.png | Asset Extension31:  png
					Asset Label: Letters | Asset Path32:  D:\Arcade\Media\Sega Model 2\Images\Letters\s.png | Asset Extension32:  png
					Asset Label: Letters | Asset Path33:  D:\Arcade\Media\Sega Model 2\Images\Letters\t.png | Asset Extension33:  png
					Asset Label: Letters | Asset Path34:  D:\Arcade\Media\Sega Model 2\Images\Letters\u.png | Asset Extension34:  png
					Asset Label: Letters | Asset Path35:  D:\Arcade\Media\Sega Model 2\Images\Letters\v.png | Asset Extension35:  png
					Asset Label: Letters | Asset Path36:  D:\Arcade\Media\Sega Model 2\Images\Letters\w.png | Asset Extension36:  png
					Asset Label: Letters | Asset Path37:  D:\Arcade\Media\Sega Model 2\Images\Letters\x.png | Asset Extension37:  png
					Asset Label: Letters | Asset Path38:  D:\Arcade\Media\Sega Model 2\Images\Letters\y.png | Asset Extension38:  png
					Asset Label: Letters | Asset Path39:  D:\Arcade\Media\Sega Model 2\Images\Letters\z.png | Asset Extension39:  png
					Asset Label: Other | Asset Path1:  D:\Arcade\Media\Sega Model 2\Images\Other\Pointer.png | Asset Extension1:  png
18:54:25:137 | MD |   DEBUG2  | +0     | Media assets found on submenu: Videos
					Asset Label: FLV Game Video | Asset Path1:  D:\Arcade\Media\Main Menu\Video\Sega Model 2.mp4 | Asset Extension1:  mp4
					Asset Label: MP4 Game Video | Asset Path1:  D:\Arcade\Media\Sega Model 2\Video\vf2b.mp4 | Asset Extension1:  mp4
18:54:25:137 | MD |     INFO  | +0     | Pause Menu items: Controller|Artwork|Videos|Sound|Statistics|Settings
18:54:25:142 | MD |   DEBUG2  | +0     | Initilized Pause variables for the first time
18:54:25:253 | MD |   DEBUG2  | +109   | Windows Media Player Version: 12.0.7601.17514
18:54:25:254 | MD |   DEBUG2  | +0     | Initialized Pause brushes and guis
18:54:25:695 | MD |   DEBUG2  | +452   | Loaded Main Menu Background and infos
18:54:25:731 | MD |   DEBUG2  | +32    | Loaded Main Menu Bar. Current Main Menu Label: Controller
18:54:25:732 | MD |   DEBUG2  | +0     | Loaded Clock
18:54:25:732 | MD |   DEBUG2  | +0     | Unmuting computer sound while Pause is loaded. Master Mute status: 0 (0 is unmutted)
18:54:25:762 | MD |   DEBUG2  | +31    | Loaded Music Player
18:54:25:762 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:762 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Left not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,
18:54:25:762 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:762 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:762 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Left" to call label: "MoveLeft"
18:54:25:763 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:763 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:763 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Right not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,
18:54:25:763 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:763 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:764 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Right" to call label: "MoveRight"
18:54:25:764 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:764 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Up not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,
18:54:25:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Up" to call label: "MoveUp"
18:54:25:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:766 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Down not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,
18:54:25:766 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:766 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:766 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Down" to call label: "MoveDown"
18:54:25:767 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:767 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:767 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup 1joy3 not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,
18:54:25:767 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "1joy3" to call label: "ToggleItemSelectStatus"
18:54:25:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad4 not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,
18:54:25:769 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:769 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:769 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Numpad4" to call label: "MoveLeft"
18:54:25:769 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad6 not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,
18:54:25:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Numpad6" to call label: "MoveRight"
18:54:25:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:793 | MD |   DEBUG2  | +31    | XHotkeyTableCreation - KeyGroup Numpad8 not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,
18:54:25:793 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:793 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:793 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Numpad8" to call label: "MoveUp"
18:54:25:793 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:794 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:794 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad2 not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,
18:54:25:794 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:794 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:794 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Numpad2" to call label: "MoveDown"
18:54:25:794 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:795 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:795 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup NumpadEnter not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,
18:54:25:795 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:795 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:795 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "NumpadEnter" to call label: "ToggleItemSelectStatus"
18:54:25:795 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:795 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:796 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup X not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,
18:54:25:796 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:796 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:796 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "X" to call label: "BacktoMenuBar"
18:54:25:796 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:797 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:797 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup C not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,
18:54:25:797 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:797 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:797 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "C" to call label: "ZoomIn"
18:54:25:797 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:797 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:798 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup V not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,
18:54:25:798 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:798 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:798 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "V" to call label: "ZoomOut"
18:54:25:798 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:798 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:798 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~Esc is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:25:799 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:25:799 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~Esc"
18:54:25:799 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:25:799 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~Esc" to call label: "TogglePauseMenuStatus"
18:54:25:799 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:25:799 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:799 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:799 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~1joy10 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:25:800 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:25:800 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~1joy10"
18:54:25:800 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:25:800 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~1joy10" to call label: "TogglePauseMenuStatus"
18:54:25:800 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:25:800 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:800 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:800 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~2joy8 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:25:801 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:25:801 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~2joy8"
18:54:25:801 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:25:801 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~2joy8" to call label: "TogglePauseMenuStatus"
18:54:25:801 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:25:802 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:802 | MD |     INFO  | +0     | RunKeymapper - Started, using method "menu"
18:54:25:802 | MD |     INFO  | +0     | GetJoystickArray - Started
18:54:25:822 | MD |   DEBUG2  | +31    | GetJoystickArray - Joysticks Detected: 1100000000000000
18:54:25:825 | MD |     INFO  | +0     | GetJoystickGUID - Started
18:54:25:825 | MD |     INFO  | +0     | GetJoystickGUID - Ended and found GUID: 80957313AD5BE5118001444553540000
18:54:25:826 | MD |   DEBUG2  | +0     | GetJoystickArray - ID: 1 | Port: 0 | Name: THT Arcade console 2P USB Player | MID: 16c0 | PID: 05e1 | GUID: 80957313AD5BE5118001444553540000
18:54:25:829 | MD |     INFO  | +0     | GetJoystickGUID - Started
18:54:25:829 | MD |     INFO  | +0     | GetJoystickGUID - Ended and found GUID: E07C1219AD5BE5118001444553540000
18:54:25:829 | MD |   DEBUG2  | +0     | GetJoystickArray - ID: 2 | Port: 1 | Name: THT Arcade console 2P USB Player | MID: 16c0 | PID: 05e1 | GUID: E07C1219AD5BE5118001444553540000
18:54:25:830 | MD |     INFO  | +0     | GetJoystickArray - Ended
18:54:25:830 | MD |   DEBUG2  | +0     | RunKeymapper - Looping through controllers to find xpadder profiles for each one
18:54:25:830 | MD |   DEBUG2  | +0     | RunKeymapper - ID: 1 Now searching for a matching profile for this controller: "THT Arcade console 2P USB Player"
18:54:25:830 | MD |   DEBUG2  | +0     | GetProfile - Searching for these profiles (| delimited): D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\RocketLauncher|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank
18:54:25:830 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\RocketLauncher\THT Arcade console 2P USB Player\p1.xpadderprofile
18:54:25:830 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\RocketLauncher\p1.xpadderprofile
18:54:25:831 | MD |     INFO  | +0     | GetProfile - Loading Player 1 Profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\RocketLauncher\p1.xpadderprofile
18:54:25:831 | MD |   DEBUG2  | +0     | RunKeymapper - ID: 2 Now searching for a matching profile for this controller: "THT Arcade console 2P USB Player"
18:54:25:831 | MD |   DEBUG2  | +0     | GetProfile - Searching for these profiles (| delimited): D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\RocketLauncher|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank
18:54:25:831 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\RocketLauncher\THT Arcade console 2P USB Player\p2.xpadderprofile
18:54:25:831 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\RocketLauncher\p2.xpadderprofile
18:54:25:831 | MD |   DEBUG2  | +0     | GetProfile - Searching -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:54:25:832 | MD |     INFO  | +0     | GetProfile - Loading Profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:54:25:832 | MD |     INFO  | +0     | RunXpadder - Started
18:54:25:832 | MD |     INFO  | +0     | Process - Exist VJoy.exe 
18:54:25:849 | MD |   DEBUG2  | +31    | RunXpadder - Closing xpadder to refresh controllers seen by xpadder
18:54:25:849 | MD |     INFO  | +0     | Run - Running: D:\Arcade\Tools\Xpadder\xpadder.exe /C
18:54:25:862 | MD |   DEBUG1  | +0     | Run - "xpadder.exe /C" Process ID: 3560
18:54:25:863 | MD |   DEBUG2  | +0     | RunXpadder - Creating an array of connected controllers and profiles to arrange according to the order found in D:\Arcade\Tools\Xpadder\xpadder.ini
18:54:25:863 | MD |     INFO  | +0     | Process - WaitClose xpadder.exe 2
18:54:25:994 | MD |   DEBUG2  | +141   | RunXpadder - Reading the order in D:\Arcade\Tools\Xpadder\xpadder.ini and arranging profiles found to match that order
18:54:25:994 | MD |   DEBUG2  | +0     | RunXpadder - No more controllers to be found
18:54:25:994 | MD |     INFO  | +0     | Run - Running: D:\Arcade\Tools\Xpadder\xpadder.exe "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\RocketLauncher\p1.xpadderprofile" "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" /M
18:54:25:025 | MD |   DEBUG1  | +31    | Run - "xpadder.exe "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\RocketLauncher\p1.xpadderprofile" "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" /M" Process ID: 2128
18:54:26:025 | MD |     INFO  | +0     | RunXpadder - Ended
18:54:26:025 | MD |     INFO  | +0     | RunKeymapper - Ended
18:54:27:398 | MD |     INFO  | +1373  | Loaded Controller SubMenu
18:54:27:401 | MD |     INFO  | +0     | Finished Loading Pause
18:54:40:791 | MD |     INFO  | +13385 | Loaded Main Menu Bar. Current Main Menu Label: Artwork
18:54:41:211 | MD |     INFO  | +421   | Loaded Main Menu Bar. Current Main Menu Label: Videos
18:54:41:722 | MD |     INFO  | +515   | Loaded Main Menu Bar. Current Main Menu Label: Sound
18:54:42:312 | MD |     INFO  | +592   | Loaded Main Menu Bar. Current Main Menu Label: Statistics
18:54:42:859 | MD |   DEBUG1  | +546   | Disable Pause Keys
18:54:42:859 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:860 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Left is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:860 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:860 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Left"
18:54:42:860 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:861 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveLeft" standard Hotkey method for key(s): "Left"
18:54:42:861 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:861 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:861 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:861 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Right is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:862 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:862 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Right"
18:54:42:862 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:862 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveRight" standard Hotkey method for key(s): "Right"
18:54:42:863 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:863 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:863 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:863 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Up is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:864 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:864 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Up"
18:54:42:864 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:864 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveUp" standard Hotkey method for key(s): "Up"
18:54:42:865 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:865 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:865 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:866 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Down is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:866 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:866 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Down"
18:54:42:867 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:867 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveDown" standard Hotkey method for key(s): "Down"
18:54:42:867 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:868 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:868 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:868 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup 1joy3 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:868 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:909 | MD |   DEBUG2  | +47    | XHotkeyTableCreation - Disabled Hotkey for: "1joy3"
18:54:42:909 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:909 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "ToggleItemSelectStatus" standard Hotkey method for key(s): "1joy3"
18:54:42:910 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:910 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:910 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:910 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad4 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:911 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:911 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad4"
18:54:42:911 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:911 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveLeft" standard Hotkey method for key(s): "Numpad4"
18:54:42:911 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:912 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:912 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:912 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad6 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:912 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:913 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad6"
18:54:42:913 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:914 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveRight" standard Hotkey method for key(s): "Numpad6"
18:54:42:914 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:914 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:914 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:914 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad8 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:915 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:915 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad8"
18:54:42:915 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:915 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveUp" standard Hotkey method for key(s): "Numpad8"
18:54:42:956 | MD |   DEBUG2  | +47    | XHotkeyTableCreation - Post loop 12 check
18:54:42:956 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:956 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:956 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad2 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:957 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:957 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad2"
18:54:42:957 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:957 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveDown" standard Hotkey method for key(s): "Numpad2"
18:54:42:958 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:958 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:958 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:958 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup NumpadEnter is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:959 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:959 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "NumpadEnter"
18:54:42:959 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:959 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "ToggleItemSelectStatus" standard Hotkey method for key(s): "NumpadEnter"
18:54:42:959 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:960 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:960 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:960 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup X is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:960 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:961 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "X"
18:54:42:961 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:961 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "BacktoMenuBar" standard Hotkey method for key(s): "X"
18:54:42:961 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:962 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:962 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:962 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup C is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:962 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:988 | MD |   DEBUG2  | +31    | XHotkeyTableCreation - Disabled Hotkey for: "C"
18:54:42:989 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:989 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "ZoomIn" standard Hotkey method for key(s): "C"
18:54:42:989 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:989 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:990 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:990 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup V is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:990 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:990 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "V"
18:54:42:991 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:991 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "ZoomOut" standard Hotkey method for key(s): "V"
18:54:42:991 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:991 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:991 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:992 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~Esc is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:992 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:992 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~Esc"
18:54:42:993 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:993 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "TogglePauseMenuStatus" standard Hotkey method for key(s): "~Esc"
18:54:42:993 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:031 | MD |   DEBUG2  | +47    | XHotkeyTableCreation - Ended
18:54:43:031 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:031 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~1joy10 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:031 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:032 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~1joy10"
18:54:43:032 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:032 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "TogglePauseMenuStatus" standard Hotkey method for key(s): "~1joy10"
18:54:43:033 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:033 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:034 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:034 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~2joy8 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:034 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:035 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~2joy8"
18:54:43:035 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:035 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "TogglePauseMenuStatus" standard Hotkey method for key(s): "~2joy8"
18:54:43:036 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:036 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:036 | MD |   DEBUG2  | +0     | Pause Keys Disabled
18:54:43:720 | MD |     INFO  | +686   | Loaded Statistics SubMenu
18:54:43:721 | MD |   DEBUG1  | +0     | Enable Pause Keys
18:54:43:721 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:721 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup 1joy3 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:721 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:722 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "1joy3"
18:54:43:722 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:722 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "1joy3" to call label: "ToggleItemSelectStatus"
18:54:43:722 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:722 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:722 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:722 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Left is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:723 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:723 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Left"
18:54:43:723 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:723 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Left" to call label: "MoveLeft"
18:54:43:723 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:723 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:723 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:724 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Right is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:724 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:724 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Right"
18:54:43:724 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:724 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Right" to call label: "MoveRight"
18:54:43:724 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:724 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:724 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:724 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Up is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:725 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:725 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Up"
18:54:43:725 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:725 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Up" to call label: "MoveUp"
18:54:43:725 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:725 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:725 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:725 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Down is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:726 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:726 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Down"
18:54:43:726 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:726 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Down" to call label: "MoveDown"
18:54:43:726 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:726 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:726 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:726 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup X is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:764 | MD |   DEBUG2  | +47    | XHotkeyTableCreation - Post loop 10 check
18:54:43:764 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "X"
18:54:43:764 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:764 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "X" to call label: "BacktoMenuBar"
18:54:43:764 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:764 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup C is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "C"
18:54:43:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "C" to call label: "ZoomIn"
18:54:43:766 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:766 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:766 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:766 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup V is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:766 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:766 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "V"
18:54:43:767 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:767 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "V" to call label: "ZoomOut"
18:54:43:767 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:767 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:767 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:767 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~Esc is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:767 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~Esc"
18:54:43:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~Esc" to call label: "TogglePauseMenuStatus"
18:54:43:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~1joy10 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:769 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:769 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~1joy10"
18:54:43:769 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:769 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~1joy10" to call label: "TogglePauseMenuStatus"
18:54:43:769 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:769 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:769 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~2joy8 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~2joy8"
18:54:43:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~2joy8" to call label: "TogglePauseMenuStatus"
18:54:43:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad4 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:771 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:771 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad4"
18:54:43:771 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:771 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Numpad4" to call label: "MoveLeft"
18:54:43:771 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:771 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:771 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:772 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad6 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:772 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:772 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad6"
18:54:43:772 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:772 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Numpad6" to call label: "MoveRight"
18:54:43:772 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:772 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:772 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:772 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad8 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:773 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:773 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad8"
18:54:43:773 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:773 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Numpad8" to call label: "MoveUp"
18:54:43:773 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:773 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:773 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:773 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad2 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:773 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:773 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad2"
18:54:43:813 | MD |   DEBUG2  | +47    | XHotkeyTableCreation - Post loop 11 check
18:54:43:813 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Numpad2" to call label: "MoveDown"
18:54:43:814 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:814 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:814 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:814 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup NumpadEnter is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:814 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:814 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "NumpadEnter"
18:54:43:814 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:814 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "NumpadEnter" to call label: "ToggleItemSelectStatus"
18:54:43:814 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:814 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:815 | MD |   DEBUG2  | +0     | Pause Keys Enabled
18:54:44:779 | MD |     INFO  | +967   | Closing Pause
18:54:44:779 | MD |   DEBUG1  | +0     | Disable Pause Keys
18:54:44:780 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:780 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Left is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:780 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:780 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Left"
18:54:44:780 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:780 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveLeft" standard Hotkey method for key(s): "Left"
18:54:44:780 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:780 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:781 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:781 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Right is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:781 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:781 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Right"
18:54:44:781 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:781 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveRight" standard Hotkey method for key(s): "Right"
18:54:44:781 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:781 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:781 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:782 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Up is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:782 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:782 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Up"
18:54:44:782 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:782 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveUp" standard Hotkey method for key(s): "Up"
18:54:44:782 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:782 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:782 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:783 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Down is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:783 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:783 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Down"
18:54:44:783 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:783 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveDown" standard Hotkey method for key(s): "Down"
18:54:44:783 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:783 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:783 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:784 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup 1joy3 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:784 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:784 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "1joy3"
18:54:44:784 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:784 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "ToggleItemSelectStatus" standard Hotkey method for key(s): "1joy3"
18:54:44:784 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:784 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:784 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:785 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad4 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:785 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:785 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad4"
18:54:44:785 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:785 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveLeft" standard Hotkey method for key(s): "Numpad4"
18:54:44:785 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:785 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:785 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:786 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad6 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:786 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:786 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad6"
18:54:44:786 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:786 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveRight" standard Hotkey method for key(s): "Numpad6"
18:54:44:786 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:786 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:786 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:787 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad8 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:787 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:787 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad8"
18:54:44:787 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:787 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveUp" standard Hotkey method for key(s): "Numpad8"
18:54:44:787 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:787 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:825 | MD |   DEBUG2  | +47    | XHotkeyTableCreation - Started
18:54:44:825 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad2 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:826 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:826 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad2"
18:54:44:826 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:826 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveDown" standard Hotkey method for key(s): "Numpad2"
18:54:44:827 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:827 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:827 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:827 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup NumpadEnter is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:828 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:828 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "NumpadEnter"
18:54:44:828 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:828 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "ToggleItemSelectStatus" standard Hotkey method for key(s): "NumpadEnter"
18:54:44:829 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:829 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:829 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:829 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup X is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:829 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:830 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "X"
18:54:44:830 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:830 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "BacktoMenuBar" standard Hotkey method for key(s): "X"
18:54:44:830 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:831 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:831 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:831 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup C is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:831 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:832 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "C"
18:54:44:832 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:832 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "ZoomIn" standard Hotkey method for key(s): "C"
18:54:44:833 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:833 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:833 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:834 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup V is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:834 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:834 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "V"
18:54:44:834 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:835 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "ZoomOut" standard Hotkey method for key(s): "V"
18:54:44:874 | MD |   DEBUG2  | +47    | XHotkeyTableCreation - Post loop 12 check
18:54:44:874 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:875 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:875 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~Esc is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:875 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:875 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~Esc"
18:54:44:876 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:876 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "TogglePauseMenuStatus" standard Hotkey method for key(s): "~Esc"
18:54:44:876 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:876 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:877 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:877 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~1joy10 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:877 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:877 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~1joy10"
18:54:44:878 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:878 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "TogglePauseMenuStatus" standard Hotkey method for key(s): "~1joy10"
18:54:44:878 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:878 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:878 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:879 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~2joy8 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:879 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:879 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~2joy8"
18:54:44:879 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:880 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "TogglePauseMenuStatus" standard Hotkey method for key(s): "~2joy8"
18:54:44:880 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:880 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:880 | MD |   DEBUG2  | +0     | Pause Keys Disabled
18:54:44:880 | MD |   DEBUG2  | +0     | Disabled Keys while exiting
18:54:44:967 | MD |   DEBUG2  | +93    | Muting computer sound while Pause is loaded. Master Mute status: 1 (1 is mutted)
18:54:44:015 | MD |   DEBUG2  | +47    | Pausing music
18:54:45:067 | MD |   DEBUG2  | +47    | Disabling timers
18:54:45:239 | MD |   DEBUG2  | +172   | Guis destroyed
18:54:45:239 | MD |   DEBUG2  | +0     | Brushes deleted
18:54:45:258 | MD |   DEBUG2  | +31    | Disposed images
18:54:45:258 | MD |     INFO  | +0     | RunKeymapper - Started, using method "load"
18:54:45:258 | MD |     INFO  | +0     | GetJoystickArray - Started
18:54:45:263 | MD |   DEBUG2  | +0     | GetJoystickArray - Joysticks Detected: 1100000000000000
18:54:45:266 | MD |     INFO  | +0     | GetJoystickGUID - Started
18:54:45:266 | MD |     INFO  | +0     | GetJoystickGUID - Ended and found GUID: 80957313AD5BE5118001444553540000
18:54:45:266 | MD |   DEBUG2  | +0     | GetJoystickArray - ID: 1 | Port: 0 | Name: THT Arcade console 2P USB Player | MID: 16c0 | PID: 05e1 | GUID: 80957313AD5BE5118001444553540000
18:54:45:268 | MD |     INFO  | +0     | GetJoystickGUID - Started
18:54:45:268 | MD |     INFO  | +0     | GetJoystickGUID - Ended and found GUID: E07C1219AD5BE5118001444553540000
18:54:45:268 | MD |   DEBUG2  | +0     | GetJoystickArray - ID: 2 | Port: 1 | Name: THT Arcade console 2P USB Player | MID: 16c0 | PID: 05e1 | GUID: E07C1219AD5BE5118001444553540000
18:54:45:268 | MD |     INFO  | +0     | GetJoystickArray - Ended
18:54:45:268 | MD |   DEBUG2  | +0     | RunKeymapper - Looping through controllers to find xpadder profiles for each one
18:54:45:268 | MD |   DEBUG2  | +0     | RunKeymapper - ID: 1 Now searching for a matching profile for this controller: "THT Arcade console 2P USB Player"
18:54:45:268 | MD |   DEBUG2  | +0     | GetProfile - Searching for these profiles (| delimited): D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\vf2b|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\Sega Model 2 Emulator|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\_Default|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank
18:54:45:268 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\vf2b\THT Arcade console 2P USB Player\p1.xpadderprofile
18:54:45:268 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\vf2b\p1.xpadderprofile
18:54:45:268 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\Sega Model 2 Emulator\THT Arcade console 2P USB Player\p1.xpadderprofile
18:54:45:269 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\Sega Model 2 Emulator\p1.xpadderprofile
18:54:45:269 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\_Default\THT Arcade console 2P USB Player\p1.xpadderprofile
18:54:45:269 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\_Default\p1.xpadderprofile
18:54:45:269 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\THT Arcade console 2P USB Player\p1.xpadderprofile
18:54:45:269 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\p1.xpadderprofile
18:54:45:269 | MD |   DEBUG2  | +0     | GetProfile - Searching -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:54:45:269 | MD |     INFO  | +0     | GetProfile - Loading Profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:54:45:269 | MD |   DEBUG2  | +0     | RunKeymapper - ID: 2 Now searching for a matching profile for this controller: "THT Arcade console 2P USB Player"
18:54:45:269 | MD |   DEBUG2  | +0     | GetProfile - Searching for these profiles (| delimited): D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\vf2b|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\Sega Model 2 Emulator|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\_Default|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank
18:54:45:269 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\vf2b\THT Arcade console 2P USB Player\p2.xpadderprofile
18:54:45:269 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\vf2b\p2.xpadderprofile
18:54:45:270 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\Sega Model 2 Emulator\THT Arcade console 2P USB Player\p2.xpadderprofile
18:54:45:270 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\Sega Model 2 Emulator\p2.xpadderprofile
18:54:45:270 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\_Default\THT Arcade console 2P USB Player\p2.xpadderprofile
18:54:45:270 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\_Default\p2.xpadderprofile
18:54:45:270 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\THT Arcade console 2P USB Player\p2.xpadderprofile
18:54:45:270 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\p2.xpadderprofile
18:54:45:270 | MD |   DEBUG2  | +0     | GetProfile - Searching -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:54:45:270 | MD |     INFO  | +0     | GetProfile - Loading Profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:54:45:270 | MD |     INFO  | +0     | RunXpadder - Started
18:54:45:270 | MD |     INFO  | +0     | Process - Exist VJoy.exe 
18:54:45:291 | MD |   DEBUG2  | +31    | RunXpadder - Closing xpadder to refresh controllers seen by xpadder
18:54:45:291 | MD |     INFO  | +0     | Run - Running: D:\Arcade\Tools\Xpadder\xpadder.exe /C
18:54:45:300 | MD |   DEBUG1  | +0     | Run - "xpadder.exe /C" Process ID: 3768
18:54:45:300 | MD |   DEBUG2  | +0     | RunXpadder - Creating an array of connected controllers and profiles to arrange according to the order found in D:\Arcade\Tools\Xpadder\xpadder.ini
18:54:45:300 | MD |     INFO  | +0     | Process - WaitClose xpadder.exe 2
18:54:45:403 | MD |   DEBUG2  | +109   | RunXpadder - Reading the order in D:\Arcade\Tools\Xpadder\xpadder.ini and arranging profiles found to match that order
18:54:45:403 | MD |   DEBUG2  | +0     | RunXpadder - No more controllers to be found
18:54:45:403 | MD |     INFO  | +0     | Run - Running: D:\Arcade\Tools\Xpadder\xpadder.exe "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" /M
18:54:45:432 | MD |   DEBUG1  | +31    | Run - "xpadder.exe "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" /M" Process ID: 1312
18:54:45:432 | MD |     INFO  | +0     | RunXpadder - Ended
18:54:45:432 | MD |     INFO  | +0     | RunKeymapper - Ended
18:54:45:605 | MD |   DEBUG1  | +172   | ProcRes -  Started
18:54:45:607 | MD |     INFO  | +0     | ProcRes -  Resuming Process: 2640
18:54:45:607 | MD |   DEBUG1  | +0     | ProcRes -  Ended
18:54:45:607 | MD |   DEBUG2  | +0     | Emulator process started
18:54:47:549 | MD |   DEBUG1  | +1950  | CloseProcess - Ended
18:54:47:549 | MD |   DEBUG2  | +0     | Loaded emulator specific module restore commands
18:54:47:549 | MD |   DEBUG2  | +0     | Setting Pause starting end for subtracting from statistics played time: 2025844
18:54:47:551 | MD |   DEBUG2  | +0     | Black Screen Gui destroyed
18:54:47:551 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:47:551 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~Esc is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:47:552 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:47:552 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~Esc"
18:54:47:552 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:47:552 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~Esc" to call label: "CloseProcess"
18:54:47:553 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:47:553 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:47:553 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:47:554 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~1joy10 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:47:554 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:47:554 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~1joy10"
18:54:47:554 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:47:554 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~1joy10" to call label: "CloseProcess"
18:54:47:554 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:47:554 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:47:555 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:47:555 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~2joy8 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:47:555 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:47:555 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~2joy8"
18:54:47:555 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:47:555 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~2joy8" to call label: "TogglePauseMenuStatus"
18:54:47:556 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:47:556 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:47:556 | MD |   DEBUG2  | +0     | Enabled exit emulator, bezel, and multigame keys
18:54:47:558 | MD |   DEBUG2  | +0     | Unmuting computer sound while Pause is loaded. Master Mute status: 0 (0 is unmutted)
18:54:47:587 | MD |     INFO  | +31    | Pause Closed
18:55:00:876 | MD |   DEBUG1  | +13292 | CloseProcess - Started, user requested to end launched application
18:55:00:876 | MD |   DEBUG1  | +0     | ShowFE - Started
18:55:00:876 | MD |   DEBUG1  | +0     | ShowFE - Ended
18:55:00:876 | MD |     INFO  | +0     | WinClose - Closing: AHK_class MYWIN
18:55:03:030 | MD |   DEBUG1  | +2152  | CloseProcess - Ended
18:55:03:033 | MD |     INFO  | +0     | StopGlobalUserFeatures - Starting
18:55:03:033 | MD |     INFO  | +0     | StopGlobalUserFeatures - Ending
18:55:03:033 | MD |     INFO  | +0     | ExitModule - Started
18:55:03:034 | MD |     INFO  | +0     | Starting Updating Statistics:
18:55:03:034 | MD |   DEBUG2  | +0     | Total Elapsed Time in Pause in seconds: 23
18:55:03:034 | MD |   DEBUG2  | +0     | gameSectionStartTime:1987499
18:55:03:034 | MD |   DEBUG2  | +0     | ElapsedTime:30
18:55:03:035 | MD |   DEBUG2  | +0     | Loaded game statistics from ini files:
					Number_of_Times_Played: 2
					Last_Time_Played: Monday October 19, 2015 01:47:42 AM
					Average_Time_Played: 17
					Total_Time_Played: 34
					System_Total_Played_Time: 13742
					Total_Global_Played_Time: 108738
18:55:03:035 | MD |   DEBUG2  | +0     | Updated Statistics: Number_of_Times_Played: 3
					Last_Time_Played: Thursday October 22, 2015 06:54:09 PM
					Average_Time_Played: 21
					Total_Time_Played: 64
					System_Total_Played_Time: 13772
					Total_Global_Played_Time: 108768
18:55:03:130 | MD |     INFO  | +94    | Game section statistics updated.
18:55:03:130 | MD |     INFO  | +0     | RunKeymapper - Started, using method "unload"
18:55:03:130 | MD |     INFO  | +0     | GetJoystickArray - Started
18:55:03:154 | MD |   DEBUG2  | +31    | GetJoystickArray - Joysticks Detected: 1100000000000000
18:55:03:156 | MD |     INFO  | +0     | GetJoystickGUID - Started
18:55:03:157 | MD |     INFO  | +0     | GetJoystickGUID - Ended and found GUID: 80957313AD5BE5118001444553540000
18:55:03:157 | MD |   DEBUG2  | +0     | GetJoystickArray - ID: 1 | Port: 0 | Name: THT Arcade console 2P USB Player | MID: 16c0 | PID: 05e1 | GUID: 80957313AD5BE5118001444553540000
18:55:03:159 | MD |     INFO  | +0     | GetJoystickGUID - Started
18:55:03:159 | MD |     INFO  | +0     | GetJoystickGUID - Ended and found GUID: E07C1219AD5BE5118001444553540000
18:55:03:159 | MD |   DEBUG2  | +0     | GetJoystickArray - ID: 2 | Port: 1 | Name: THT Arcade console 2P USB Player | MID: 16c0 | PID: 05e1 | GUID: E07C1219AD5BE5118001444553540000
18:55:03:159 | MD |     INFO  | +0     | GetJoystickArray - Ended
18:55:03:159 | MD |   DEBUG2  | +0     | RunKeymapper - Looping through controllers to find xpadder profiles for each one
18:55:03:159 | MD |   DEBUG2  | +0     | RunKeymapper - ID: 1 Now searching for a matching profile for this controller: "THT Arcade console 2P USB Player"
18:55:03:200 | MD |   DEBUG2  | +47    | GetProfile - Searching for these profiles (| delimited): D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank
18:55:03:200 | MD |   DEBUG2  | +0     | GetProfile - Searching -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:55:03:200 | MD |     INFO  | +0     | GetProfile - Loading Profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:55:03:200 | MD |   DEBUG2  | +0     | RunKeymapper - ID: 2 Now searching for a matching profile for this controller: "THT Arcade console 2P USB Player"
18:55:03:200 | MD |   DEBUG2  | +0     | GetProfile - Searching for these profiles (| delimited): D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank
18:55:03:200 | MD |   DEBUG2  | +0     | GetProfile - Searching -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:55:03:200 | MD |     INFO  | +0     | GetProfile - Loading Profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:55:03:200 | MD |     INFO  | +0     | RunXpadder - Started
18:55:03:201 | MD |     INFO  | +0     | Process - Exist VJoy.exe 
18:55:03:202 | MD |   DEBUG2  | +0     | RunXpadder - Closing xpadder to refresh controllers seen by xpadder
18:55:03:202 | MD |     INFO  | +0     | Run - Running: D:\Arcade\Tools\Xpadder\xpadder.exe /C
18:55:03:232 | MD |   DEBUG1  | +31    | Run - "xpadder.exe /C" Process ID: 1684
18:55:03:232 | MD |   DEBUG2  | +0     | RunXpadder - Creating an array of connected controllers and profiles to arrange according to the order found in D:\Arcade\Tools\Xpadder\xpadder.ini
18:55:03:232 | MD |     INFO  | +0     | Process - WaitClose xpadder.exe 2
18:55:03:446 | MD |   DEBUG2  | +219   | RunXpadder - Reading the order in D:\Arcade\Tools\Xpadder\xpadder.ini and arranging profiles found to match that order
18:55:03:446 | MD |   DEBUG2  | +0     | RunXpadder - No more controllers to be found
18:55:03:446 | MD |     INFO  | +0     | Run - Running: D:\Arcade\Tools\Xpadder\xpadder.exe "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" /M
18:55:03:457 | MD |   DEBUG1  | +0     | Run - "xpadder.exe "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" /M" Process ID: 584
18:55:03:457 | MD |     INFO  | +0     | RunXpadder - Ended
18:55:03:457 | MD |     INFO  | +0     | RunKeymapper - Ended
18:55:03:457 | MD |     INFO  | +0     | LoadPreferredControllers - Started
18:55:03:457 | MD |   DEBUG2  | +0     | LoadPreferredControllers - JoyIDsPreferredControllers = THT Arcade console 2P USB Player
18:55:03:458 | MD |   DEBUG2  | +0     | LoadPreferredControllers - Creating a list of currently connected joysticks
18:55:03:458 | MD |     INFO  | +0     | GetJoystickArray - Started
18:55:03:671 | MD |   DEBUG2  | +218   | GetJoystickArray - Joysticks Detected: 1100000000000000
18:55:03:673 | MD |     INFO  | +0     | GetJoystickGUID - Started
18:55:03:673 | MD |     INFO  | +0     | GetJoystickGUID - Ended and found GUID: 80957313AD5BE5118001444553540000
18:55:03:673 | MD |   DEBUG2  | +0     | GetJoystickArray - ID: 1 | Port: 0 | Name: THT Arcade console 2P USB Player | MID: 16c0 | PID: 05e1 | GUID: 80957313AD5BE5118001444553540000
18:55:03:675 | MD |     INFO  | +0     | GetJoystickGUID - Started
18:55:03:676 | MD |     INFO  | +0     | GetJoystickGUID - Ended and found GUID: E07C1219AD5BE5118001444553540000
18:55:03:676 | MD |   DEBUG2  | +0     | GetJoystickArray - ID: 2 | Port: 1 | Name: THT Arcade console 2P USB Player | MID: 16c0 | PID: 05e1 | GUID: E07C1219AD5BE5118001444553540000
18:55:03:676 | MD |     INFO  | +0     | GetJoystickArray - Ended
18:55:03:677 | MD |   DEBUG2  | +0     | LoadPreferredControllers - Preferred Order Sorting List -> 1.01|16c0|05e1|80957313AD5BE5118001444553540000
18:55:03:677 | MD |   DEBUG2  | +0     | LoadPreferredControllers - Preferred Order Sorting List -> 1.02|16c0|05e1|E07C1219AD5BE5118001444553540000
18:55:03:677 | MD |     INFO  | +0     | LoadPreferredControllers - Sorting Currently Connected joysticks List to match the order of the Preferred Controller List
18:55:03:677 | MD |     INFO  | +0     | LoadPreferredControllers - Assigning the New Joystick IDs according to the preferred list for the active controllers
18:55:03:677 | MD |     INFO  | +0     | ChangeJoystickID - Started
18:55:03:678 | MD |   DEBUG2  | +0     | ChangeJoystickID - Swapping Joystick ID: 00000000 to the New Joystick ID: 00000000, for the Joystick VID_16c0&PID_05e1&GUID_80957313AD5BE5118001444553540000
18:55:03:678 | MD |     INFO  | +0     | ChangeJoystickID - Ended
18:55:03:678 | MD |     INFO  | +0     | ChangeJoystickID - Started
18:55:03:701 | MD |   DEBUG2  | +31    | ChangeJoystickID - Swapping Joystick ID: 01000000 to the New Joystick ID: 01000000, for the Joystick VID_16c0&PID_05e1&GUID_E07C1219AD5BE5118001444553540000
18:55:03:701 | MD |     INFO  | +0     | ChangeJoystickID - Ended
18:55:03:701 | MD |     INFO  | +0     | LoadPreferredControllers - Ended
18:55:03:710 | MD |     INFO  | +0     | Restoring mouse cursor
18:55:03:731 | MD |     INFO  | +31    | ExitModule - Ended
18:55:03:731 | MD |     INFO  | +0     | End of Module Logs
18:55:03:798 | RL |     INFO  | +60139 | Main - Module ended, exiting RocketLauncher normally
18:55:03:798 | RL |     INFO  | +0     | ExitScript - Started
18:55:03:809 | RL |     INFO  | +15    | SystemCursor - Restoring mouse cursor
18:55:03:817 | RL |     INFO  | +0     | ExitScript - Ended
 

djvj

Administrator
Staff member
Developer
Is either the emu or RL running as admin? If one is and not the other, simulated keys won't work. Try setting RL to run as admin.
 

drewjbx

Member
RL Member
bleasby, I tried both suggestions.. still stuck in windowed mode unless I Alt-Enter twice on the keyboard. I tried both desktop and my bartop...

And here is the latest log, If need the whole log I will pastebin it. Appreciate it if you can see what going on when you have time...

Code:
18:54:04:315 | MD |     INFO  | +0     | StartModule - Started
18:54:04:315 | MD |     INFO  | +0     | StartModule - MEmu: Sega Model 2 Emulator
					MEmuV: v1.0
					MURL: http://nebula.emulatronia.com/
					MAuthor: djvj,ghutch92
					MVersion: 2.0.8
					MCRC: CDCF2145
					iCRC: C842B2DD
					MID: 
					MSystem: "Sega Model 2"
18:54:04:315 | MD |     INFO  | +0     | StartModule - You have a supported System Name for this module: "Sega Model 2"
18:54:04:315 | MD |     INFO  | +0     | PluginInit - Started
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Started - Building Table for: Name|Cloneof|Manufacturer|Year|Genre|Rating
18:54:04:315 | MD |     INFO  | +0     | CheckFile - Checking if D:\Arcade\Databases\Sega Model 2\Sega Model 2.xml exists
18:54:04:315 | MD |   DEBUG1  | +0     | CheckFile - Attributes:
					File Size:			17920 bytes
					Created:			7/2/2015 - 3:26:01 AM
					Modified:			8/17/2014 - 9:15:49 AM
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Searching for a "Game Name" in the database
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Found "Game Name" in the database!
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Searching database for: Name
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Found "Name" with a value: "Virtua Fighter 2 (Rev B)"
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Searching database for: Cloneof
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Found "Cloneof" with a value: "vf2"
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Searching database for: Manufacturer
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Found "Manufacturer" with a value: "Sega"
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Searching database for: Year
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Found "Year" with a value: "1995"
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Searching database for: Genre
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Found "Genre" with a value: "Fighter"
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Searching database for: Rating
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Found "Rating" with a value: "AAMA - Yellow (Life Like Violence Mild)"
18:54:04:315 | MD |   DEBUG2  | +0     | PluginInit - GameInfo:
					GameInfo Label: Cloneof | GameInfo Value: 
					GameInfo Label: Genre | GameInfo Value: 
					GameInfo Label: Manufacturer | GameInfo Value: 
					GameInfo Label: Name | GameInfo Value: 
					GameInfo Label: Rating | GameInfo Value: 
					GameInfo Label: Year | GameInfo Value: 
18:54:04:315 | MD |   DEBUG1  | +0     | BuildDatabaseTable - Ended
18:54:04:315 | MD |   DEBUG1  | +0     | BuildAssetsTable - Started - Building Table for: Game Logo|System Logo
18:54:04:315 | MD |   DEBUG1  | +0     | BuildAssetsTable - Searching for a Game Logo: D:\Arcade\Media\Sega Model 2\Images\Wheel\vf2b.png
18:54:04:315 | MD |   DEBUG1  | +0     | BuildAssetsTable - Searching for a System Logo: D:\Arcade\Media\Main Menu\Images\Wheel\Sega Model 2.png
18:54:04:315 | MD |   DEBUG2  | +0     | BuildAssetsTable - Media assets found: 
					Asset Label: Game Logo | Asset Path1:  D:\Arcade\Media\Sega Model 2\Images\Wheel\vf2b.png | Asset Extension1:  png | Asset Type1:  game
					Asset Label: System Logo | Asset Path1:  D:\Arcade\Media\Main Menu\Images\Wheel\Sega Model 2.png | Asset Extension1:  png | Asset Type1:  system
18:54:04:315 | MD |   DEBUG1  | +0     | BuildAssetsTable - Ended
18:54:04:315 | MD |   DEBUG1  | +0     | PluginInit - Looking for a Parent "Artwork1" for "vf2b" because none were found in: D:\Arcade\Media\Sega Model 2\Images\Artwork1\vf2b.png
18:54:04:315 | MD |   DEBUG1  | +0     | PluginInit - Looking for a Parent "Artwork2" for "vf2b" because none were found in: D:\Arcade\Media\Sega Model 2\Images\Artwork2\vf2b.png
18:54:04:315 | MD |   DEBUG1  | +0     | PluginInit - Looking for a Parent "Artwork3" for "vf2b" because none were found in: D:\Arcade\Media\Sega Model 2\Images\Artwork3\vf2b.png
18:54:04:315 | MD |   DEBUG1  | +0     | PluginInit - Looking for a Parent "Artwork4" for "vf2b" because none were found in: D:\Arcade\Media\Sega Model 2\Images\Artwork4\vf2b.png
18:54:04:315 | MD |   DEBUG1  | +0     | BuildAssetsTable - Started - Building Table for: Artwork1|Box Art|Cartridge|Flyers|Letters|Other
18:54:04:315 | MD |   DEBUG1  | +0     | BuildAssetsTable - Searching for a Artwork1: D:\Arcade\Media\Sega Model 2\Images\Artwork1\vf2.png
18:54:04:315 | MD |   DEBUG1  | +0     | BuildAssetsTable - Searching for a Box Art: D:\Arcade\Media\Sega Model 2\Images\Artwork2\vf2.png
18:54:04:315 | MD |   DEBUG1  | +0     | BuildAssetsTable - Searching for a Cartridge: D:\Arcade\Media\Sega Model 2\Images\Artwork3\vf2.png
18:54:04:315 | MD |   DEBUG1  | +0     | BuildAssetsTable - Searching for a Flyers: D:\Arcade\Media\Sega Model 2\Images\Artwork4\vf2.png
18:54:04:315 | MD |   DEBUG1  | +0     | BuildAssetsTable - Searching for a Letters: D:\Arcade\Media\Sega Model 2\Images\Letters
18:54:04:346 | MD |   DEBUG1  | +31    | BuildAssetsTable - Searching for a Other: D:\Arcade\Media\Sega Model 2\Images\Other
18:54:04:346 | MD |   DEBUG2  | +0     | BuildAssetsTable - Media assets found: 
					Asset Label: Letters | Asset Path1:  D:\Arcade\Media\Sega Model 2\Images\Letters\!.png | Asset Extension1:  png | Asset Type1:  system
					Asset Label: Letters | Asset Path2:  D:\Arcade\Media\Sega Model 2\Images\Letters\'.png | Asset Extension2:  png | Asset Type2:  system
					Asset Label: Letters | Asset Path3:  D:\Arcade\Media\Sega Model 2\Images\Letters\(.png | Asset Extension3:  png | Asset Type3:  system
					Asset Label: Letters | Asset Path4:  D:\Arcade\Media\Sega Model 2\Images\Letters\0.png | Asset Extension4:  png | Asset Type4:  system
					Asset Label: Letters | Asset Path5:  D:\Arcade\Media\Sega Model 2\Images\Letters\1.png | Asset Extension5:  png | Asset Type5:  system
					Asset Label: Letters | Asset Path6:  D:\Arcade\Media\Sega Model 2\Images\Letters\2.png | Asset Extension6:  png | Asset Type6:  system
					Asset Label: Letters | Asset Path7:  D:\Arcade\Media\Sega Model 2\Images\Letters\3.png | Asset Extension7:  png | Asset Type7:  system
					Asset Label: Letters | Asset Path8:  D:\Arcade\Media\Sega Model 2\Images\Letters\4.png | Asset Extension8:  png | Asset Type8:  system
					Asset Label: Letters | Asset Path9:  D:\Arcade\Media\Sega Model 2\Images\Letters\5.png | Asset Extension9:  png | Asset Type9:  system
					Asset Label: Letters | Asset Path10:  D:\Arcade\Media\Sega Model 2\Images\Letters\6.png | Asset Extension10:  png | Asset Type10:  system
					Asset Label: Letters | Asset Path11:  D:\Arcade\Media\Sega Model 2\Images\Letters\7.png | Asset Extension11:  png | Asset Type11:  system
					Asset Label: Letters | Asset Path12:  D:\Arcade\Media\Sega Model 2\Images\Letters\8.png | Asset Extension12:  png | Asset Type12:  system
					Asset Label: Letters | Asset Path13:  D:\Arcade\Media\Sega Model 2\Images\Letters\9.png | Asset Extension13:  png | Asset Type13:  system
					Asset Label: Letters | Asset Path14:  D:\Arcade\Media\Sega Model 2\Images\Letters\a.png | Asset Extension14:  png | Asset Type14:  system
					Asset Label: Letters | Asset Path15:  D:\Arcade\Media\Sega Model 2\Images\Letters\b.png | Asset Extension15:  png | Asset Type15:  system
					Asset Label: Letters | Asset Path16:  D:\Arcade\Media\Sega Model 2\Images\Letters\c.png | Asset Extension16:  png | Asset Type16:  system
					Asset Label: Letters | Asset Path17:  D:\Arcade\Media\Sega Model 2\Images\Letters\d.png | Asset Extension17:  png | Asset Type17:  system
					Asset Label: Letters | Asset Path18:  D:\Arcade\Media\Sega Model 2\Images\Letters\e.png | Asset Extension18:  png | Asset Type18:  system
					Asset Label: Letters | Asset Path19:  D:\Arcade\Media\Sega Model 2\Images\Letters\f.png | Asset Extension19:  png | Asset Type19:  system
					Asset Label: Letters | Asset Path20:  D:\Arcade\Media\Sega Model 2\Images\Letters\g.png | Asset Extension20:  png | Asset Type20:  system
					Asset Label: Letters | Asset Path21:  D:\Arcade\Media\Sega Model 2\Images\Letters\h.png | Asset Extension21:  png | Asset Type21:  system
					Asset Label: Letters | Asset Path22:  D:\Arcade\Media\Sega Model 2\Images\Letters\i.png | Asset Extension22:  png | Asset Type22:  system
					Asset Label: Letters | Asset Path23:  D:\Arcade\Media\Sega Model 2\Images\Letters\j.png | Asset Extension23:  png | Asset Type23:  system
					Asset Label: Letters | Asset Path24:  D:\Arcade\Media\Sega Model 2\Images\Letters\k.png | Asset Extension24:  png | Asset Type24:  system
					Asset Label: Letters | Asset Path25:  D:\Arcade\Media\Sega Model 2\Images\Letters\l.png | Asset Extension25:  png | Asset Type25:  system
					Asset Label: Letters | Asset Path26:  D:\Arcade\Media\Sega Model 2\Images\Letters\m.png | Asset Extension26:  png | Asset Type26:  system
					Asset Label: Letters | Asset Path27:  D:\Arcade\Media\Sega Model 2\Images\Letters\n.png | Asset Extension27:  png | Asset Type27:  system
					Asset Label: Letters | Asset Path28:  D:\Arcade\Media\Sega Model 2\Images\Letters\o.png | Asset Extension28:  png | Asset Type28:  system
					Asset Label: Letters | Asset Path29:  D:\Arcade\Media\Sega Model 2\Images\Letters\p.png | Asset Extension29:  png | Asset Type29:  system
					Asset Label: Letters | Asset Path30:  D:\Arcade\Media\Sega Model 2\Images\Letters\q.png | Asset Extension30:  png | Asset Type30:  system
					Asset Label: Letters | Asset Path31:  D:\Arcade\Media\Sega Model 2\Images\Letters\r.png | Asset Extension31:  png | Asset Type31:  system
					Asset Label: Letters | Asset Path32:  D:\Arcade\Media\Sega Model 2\Images\Letters\s.png | Asset Extension32:  png | Asset Type32:  system
					Asset Label: Letters | Asset Path33:  D:\Arcade\Media\Sega Model 2\Images\Letters\t.png | Asset Extension33:  png | Asset Type33:  system
					Asset Label: Letters | Asset Path34:  D:\Arcade\Media\Sega Model 2\Images\Letters\u.png | Asset Extension34:  png | Asset Type34:  system
					Asset Label: Letters | Asset Path35:  D:\Arcade\Media\Sega Model 2\Images\Letters\v.png | Asset Extension35:  png | Asset Type35:  system
					Asset Label: Letters | Asset Path36:  D:\Arcade\Media\Sega Model 2\Images\Letters\w.png | Asset Extension36:  png | Asset Type36:  system
					Asset Label: Letters | Asset Path37:  D:\Arcade\Media\Sega Model 2\Images\Letters\x.png | Asset Extension37:  png | Asset Type37:  system
					Asset Label: Letters | Asset Path38:  D:\Arcade\Media\Sega Model 2\Images\Letters\y.png | Asset Extension38:  png | Asset Type38:  system
					Asset Label: Letters | Asset Path39:  D:\Arcade\Media\Sega Model 2\Images\Letters\z.png | Asset Extension39:  png | Asset Type39:  system
					Asset Label: Other | Asset Path1:  D:\Arcade\Media\Sega Model 2\Images\Other\Pointer.png | Asset Extension1:  png | Asset Type1:  system
18:54:04:346 | MD |   DEBUG1  | +0     | BuildAssetsTable - Ended
18:54:04:346 | MD |   DEBUG1  | +0     | BuildAssetsTable - Started - Building Table for: MP4 Game Video|FLV Game Video|MP4 System Video|FLV System Video
18:54:04:346 | MD |   DEBUG1  | +0     | BuildAssetsTable - Searching for a MP4 Game Video: D:\Arcade\Media\Sega Model 2\Video\vf2b.* 
18:54:04:346 | MD |   DEBUG1  | +0     | BuildAssetsTable - Searching for a FLV Game Video: D:\Arcade\Media\Main Menu\Video\Sega Model 2.*
18:54:04:346 | MD |   DEBUG2  | +0     | BuildAssetsTable - Media assets found: 
					Asset Label: FLV Game Video | Asset Path1:  D:\Arcade\Media\Main Menu\Video\Sega Model 2.mp4 | Asset Extension1:  mp4 | Asset Type1:  system
					Asset Label: MP4 Game Video | Asset Path1:  D:\Arcade\Media\Sega Model 2\Video\vf2b.mp4 | Asset Extension1:  mp4 | Asset Type1:  game
18:54:04:346 | MD |   DEBUG1  | +0     | BuildAssetsTable - Ended
18:54:04:346 | MD |     INFO  | +0     | PluginInit - Ended
18:54:04:346 | MD |   DEBUG1  | +0     | StartModule - Setting romName to the dbName sent to RocketLauncher: vf2b
18:54:04:346 | MD |     INFO  | +0     | Hiding mouse cursor
18:54:04:377 | MD |   DEBUG2  | +31    | XHotkeyTableCreation - Started
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~e&~t not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~e & ~t" to call label: "ToggleCursor"
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:04:377 | MD |     INFO  | +0     | StartModule - Ended
18:54:04:377 | MD |     INFO  | +0     | Module Setting - [Settings] - Link_Enabled: false
18:54:04:377 | MD |     INFO  | +0     | Module Setting - [vf2b] - Link_Enabled: false
18:54:04:377 | MD |     INFO  | +0     | Module Setting - [Settings] - SplitScreen_2_Players: Vertical
18:54:04:377 | MD |     INFO  | +0     | Module Setting - [Settings] - SplitScreen_3_Players: P1top
18:54:04:377 | MD |   DEBUG1  | +0     | FadeInStart - Started
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~2joy8 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~2joy8"
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "TogglePauseMenuStatus" standard Hotkey method for key(s): "~2joy8"
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~Esc is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~Esc"
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "CloseProcess" standard Hotkey method for key(s): "~Esc"
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~1joy10 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~1joy10"
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "CloseProcess" standard Hotkey method for key(s): "~1joy10"
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:04:377 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:04:377 | MD |   DEBUG1  | +0     | FadeInStart - Any key will interrupt this fade process
18:54:04:377 | MD |   DEBUG2  | +0     | FadeInStart - Fade screen scale factor: X=0.875000, Y= 0.972222
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Layer 1 images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\vf2b\Layer 1*.*
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Layer 1 images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Horizontal\Layer 1*.*
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Layer 1 images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Layer 1*.*
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Layer 1 images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Horizontal\Layer 1*.*
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Layer 1 images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Layer 1*.*
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Looking for Fade Layer 1 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Layer 1*.png
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Found Fade Layer 1 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Layer 1.png
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Looking for Fade Layer 1 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Layer 1*.gif
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Looking for Fade Layer 1 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Layer 1*.tif
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Looking for Fade Layer 1 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Layer 1*.bmp
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Looking for Fade Layer 1 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Layer 1*.jpg
18:54:04:377 | MD |     INFO  | +0     | GetFadePicFile - Randomized images and Fade  will use D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Layer 1.png
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Extra Layer 1 - Console images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\vf2b\Extra Layer 1 - Console*.*
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Extra Layer 1 - Console images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Horizontal\Extra Layer 1 - Console*.*
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Extra Layer 1 - Console images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Extra Layer 1 - Console*.*
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Extra Layer 1 - Console images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Horizontal\Extra Layer 1 - Console*.*
18:54:04:377 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Extra Layer 1 - Console images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Extra Layer 1 - Console*.*
18:54:04:518 | MD |     INFO  | +140   | DefaultAnimateFadeIn - Started, direction is: in
18:54:04:518 | MD |     INFO  | +0     | DefaultAnimateFadeIn - Drawing First FadeIn Image.
18:54:05:032 | MD |     INFO  | +515   | DefaultAnimateFadeIn - Ended
18:54:05:048 | MD |     INFO  | +16    | DefaultFadeAnimation - Started
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Info Bar images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\vf2b\Info Bar*.*
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Info Bar images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Horizontal\Info Bar*.*
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Info Bar images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Info Bar*.*
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Info Bar images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Horizontal\Info Bar*.*
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Info Bar images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\_Default\Info Bar*.*
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Layer 3 images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\vf2b\Layer 3*.*
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Layer 3 images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Horizontal\Layer 3*.*
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Checking if any Fade Layer 3 images exist in: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Layer 3*.*
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Looking for Fade Layer 3 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Layer 3*.png
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Found Fade Layer 3 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Layer 3.png
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Looking for Fade Layer 3 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Layer 3*.gif
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Looking for Fade Layer 3 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Layer 3*.tif
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Looking for Fade Layer 3 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Layer 3*.bmp
18:54:05:048 | MD |   DEBUG1  | +0     | GetFadePicFile - Looking for Fade Layer 3 pic: D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Layer 3*.jpg
18:54:05:048 | MD |     INFO  | +0     | GetFadePicFile - Randomized images and Fade  will use D:\Arcade\ROCKETLAUNCHER\Media\Fade\Sega Model 2\_Default\Layer 3.png
18:54:05:220 | MD |   DEBUG1  | +171   | FadeInDelay - Started
18:54:05:220 | MD |   DEBUG1  | +0     | FadeInDelay - Ended
18:54:05:220 | MD |     INFO  | +0     | DefaultFadeAnimation - Ended
18:54:05:220 | MD |   DEBUG1  | +0     | FadeInStart - Ended
18:54:05:220 | MD |     INFO  | +0     | StartGlobalUserFeatures - Starting
18:54:05:220 | MD |     INFO  | +0     | StartGlobalUserFeatures - Ending
18:54:05:220 | MD |   DEBUG1  | +0     | CoverFE - Started
18:54:05:220 | MD |   DEBUG1  | +0     | CoverFE - Ended
18:54:05:220 | MD |     INFO  | +0     | Module Setting - [Settings] - Fullscreen: true
18:54:05:220 | MD |     INFO  | +0     | Module Setting - [Settings] - FullScreenWidth: 1680
18:54:05:220 | MD |     INFO  | +0     | Module Setting - [Settings] - FullScreenHeight: 1050
18:54:05:220 | MD |     INFO  | +0     | Module Setting - [Settings] - Player2_EmulatorPath: D:\Arcade\Sega Model 2\Player 2
18:54:05:220 | MD |     INFO  | +0     | Module Setting - [Settings] - Player3_EmulatorPath: D:\Arcade\Sega Model 2\Player 3
18:54:05:220 | MD |     INFO  | +0     | Module Setting - [Settings] - Player4_EmulatorPath: D:\Arcade\Sega Model 2\Player 4
18:54:05:220 | MD |     INFO  | +0     | CheckFile - Checking if D:\Arcade\Sega Model 2\Roms\model2.zip exists
18:54:05:266 | MD |   DEBUG1  | +47    | CheckFile - Attributes:
					File Size:			435154 bytes
					Created:			7/1/2015 - 9:30:36 PM
					Modified:			6/22/2015 - 12:06:12 AM
18:54:05:266 | MD |     INFO  | +0     | CheckFile - Checking if D:\Arcade\Sega Model 2\EMULATOR.INI exists
18:54:05:438 | MD |   DEBUG1  | +172   | CheckFile - Attributes:
					File Size:			2825 bytes
					Created:			7/1/2015 - 9:30:27 PM
					Modified:			10/20/2015 - 11:16:23 AM
18:54:05:438 | MD |     INFO  | +0     | Module Setting - [RomDirs] - Dir1: D:\Arcade\Sega Model 2\Roms
18:54:05:438 | MD |     INFO  | +0     | Run - Running: D:\Arcade\Sega Model 2\emulator_multicpu.exe vf2b
18:54:05:563 | MD |   DEBUG1  | +125   | Run - "emulator_multicpu.exe vf2b" Process ID: 2640
18:54:05:563 | MD |   DEBUG1  | +0     | GetActiveWindowStatus - Title: Model 2 Emulator | Class: MYWIN | State: 0 | X: 100 | Y: 100 | Width: 528 | Height: 554 | Window HWND: 0x20034 | Process ID: 2640 | Process Path: D:\Arcade\Sega Model 2\emulator_multicpu.exe
18:54:05:563 | MD |     INFO  | +0     | WinWait - Waiting for "ahk_class MYWIN"
18:54:06:124 | MD |   DEBUG1  | +561   | DefaultFadeAnimationLoop - Fade Layer 3 is drawn so animation loop is finished.
18:54:06:156 | MD |   DEBUG1  | +31    | DefaultFadeAnimationLoop - AnimationLoop has finished
18:54:06:156 | MD |   DEBUG1  | +0     | DefaultFadeAnimationLoop - Ended
18:54:06:187 | MD |   DEBUG1  | +32    | DefaultFadeAnimationLoop - Fade Layer 3 is drawn so animation loop is finished.
18:54:06:639 | MD |   DEBUG1  | +452   | GetActiveWindowStatus - Title: Virtua Fighter 2 (Rev B) | Class: MYWIN | State: 0 | X: 100 | Y: 100 | Width: 512 | Height: 442 | Window HWND: 0x20034 | Process ID: 2640 | Process Path: D:\Arcade\Sega Model 2\emulator_multicpu.exe
18:54:07:806 | MD |   DEBUG1  | +1170  | FadeInExit - Started
18:54:07:806 | MD |   DEBUG1  | +0     | FadeInExit - fadeInExitDelay started
18:54:08:580 | MD |   DEBUG1  | +780   | FadeInExit - fadeInExitDelay ended
18:54:08:581 | MD |     INFO  | +0     | DefaultAnimateFadeIn - Started, direction is: out
18:54:09:120 | MD |     INFO  | +530   | DefaultAnimateFadeIn - Ended
18:54:09:206 | MD |   DEBUG2  | +94    | XHotkeyTableCreation - Started
18:54:09:206 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~2joy8 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,
18:54:09:206 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:09:206 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~2joy8"
18:54:09:206 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:09:207 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~2joy8" to call label: "TogglePauseMenuStatus"
18:54:09:207 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:09:207 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:09:207 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:09:207 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~Esc is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,
18:54:09:207 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:09:207 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~Esc"
18:54:09:207 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:09:207 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~Esc" to call label: "CloseProcess"
18:54:09:207 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:09:207 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:09:208 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:09:208 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~1joy10 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,
18:54:09:208 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:09:208 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~1joy10"
18:54:09:208 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:09:208 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~1joy10" to call label: "CloseProcess"
18:54:09:208 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:09:208 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:09:208 | MD |   DEBUG1  | +0     | FadeInExit - Ended, waiting for user to close launched application
18:54:09:208 | MD |     INFO  | +0     | Process - WaitClose emulator_multicpu.exe 
18:54:23:355 | MD |   DEBUG2  | +14149 | XHotkeyTableCreation - Started
18:54:23:355 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~Esc is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,
18:54:23:355 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:23:356 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~Esc"
18:54:23:356 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:23:356 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "CloseProcess" standard Hotkey method for key(s): "~Esc"
18:54:23:356 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:23:357 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:23:357 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:23:357 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~1joy10 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,
18:54:23:357 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:23:358 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~1joy10"
18:54:23:358 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:23:358 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "CloseProcess" standard Hotkey method for key(s): "~1joy10"
18:54:23:358 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:23:358 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:23:359 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:23:359 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~2joy8 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,
18:54:23:359 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:23:359 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~2joy8"
18:54:23:359 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:23:360 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "TogglePauseMenuStatus" standard Hotkey method for key(s): "~2joy8"
18:54:23:360 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:23:360 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:23:360 | MD |   DEBUG2  | +0     | Disabled exit emulator, bezel, and multigame keys
18:54:23:361 | MD |   DEBUG2  | +0     | Started Gdip 1981916 (If number -> loaded)
18:54:23:460 | MD |   DEBUG2  | +94    | Loaded Emulator information: EmulatorProcessName: emulator_multicpu.exe, EmulatorClass: MYWIN, EmulatorID: 0x20034
18:54:23:517 | MD |   DEBUG2  | +62    | Muting emulator sound while Pause is loaded. Master Mute status: 1 (1 is mutted)
18:54:23:549 | MD |     INFO  | +32    | Pause Started: current rom: vf2b, current system Name: Sega Model 2
18:54:23:549 | MD |   DEBUG2  | +0     | Created Black Screen to hide FrontEnd
18:54:23:549 | MD |   DEBUG2  | +0     | Loaded emulator specific module start commands
18:54:23:952 | MD |   DEBUG2  | +405   | Pause screen scale factor: X=1.000000, Y= 1.000000
18:54:23:953 | MD |   DEBUG1  | +0     | ProcSus -  Started
18:54:23:955 | MD |     INFO  | +0     | ProcSus -  Suspending Process: 2640
18:54:23:956 | MD |   DEBUG1  | +0     | ProcSus -  Ended
18:54:23:956 | MD |   DEBUG2  | +0     | Setting Pause starting time for subtracting from statistics played time: 2002241
18:54:24:125 | MD |   DEBUG2  | +172   | Loading screen created
18:54:24:126 | MD |     INFO  | +0     | RocketLauncher HitoText Path:          D:\Arcade\ROCKETLAUNCHER\Module Extensions\HiToText.exe
18:54:24:126 | MD |     INFO  | +0     | RocketLauncher 7z Path:                D:\Arcade\ROCKETLAUNCHER\Module Extensions\7z.exe
18:54:24:299 | MD |   DEBUG2  | +171   | Pause variables values: 
					[General Options] Mute_when_Loading_Pause = true
					[General Options] Mute_Sound = false
					[Main Menu Appearance Options] Main_Menu_Items = Controller|Change Disc|Save State|Load State|HighScore|Artwork|Guides|Manuals|Videos|Sound|Statistics|Moves List|History|Settings|Shutdown
					[General Options] Disable_Pause_Menu = true
					[General Options] Pause_Monitor = 1
					[General Options] Pause_Screen_Rotation_Angle = 0
					[Main Menu Appearance Options] Pause_Base_Resolution_Width = 1680
					[Main Menu Appearance Options] Pause_Base_Resolution_Height = 1050
					[Start and Exit Screen] Loading_Text = Loading Pause
					[Start and Exit Screen] Exiting_Text = Exiting Pause
					[Start and Exit Screen] Font = Bebas Neue
					[Start and Exit Screen] Font_Size = 45
					[Start and Exit Screen] Font_Color = ff222222
					[Start and Exit Screen] Text_Margin = 65
					[General Options] Force_Resolution_Change = 
					[General Options] Controller_Menu_Enabled = true
					[General Options] ChangeDisc_Menu_Enabled = true
					[General Options] SaveandLoad_Menu_Enabled = true
					[General Options] HighScore_Menu_Enabled = true
					[General Options] Artwork_Menu_Enabled = true
					[General Options] Guides_Menu_Enabled = true
					[General Options] Manuals_Menu_Enabled = true
					[General Options] History_Menu_Enabled = true
					[General Options] Sound_Menu_Enabled = true
					[General Options] Settings_Menu_Enabled = true
					[General Options] Videos_Menu_Enabled = true
					[General Options] Statistics_Menu_Enabled = true
					[General Options] MovesList_Menu_Enabled = true
					[General Options] Shutdown_Label_Enabled = false
					[General Options] Load_PDF_and_Compressed_Files_at_Pause_First_Start = false
					[General Options] PDF_Page_Layout = frompdf
					[General Options] Pdf_Dpi_Resolution = 72
					[General Options] PDF_Max_Height = 1080
					[General Options] Mute_when_Loading_Pause = true
					[General Options] Mute_Sound = false
					[General Options] Disable_Pause_Menu = true
					[General Options] Enable_Mouse_Control = false
					[General Options] Support_Additional_Image_Files = true
					[General Options] Screenshot_Extension = jpg
					[General Options] Screenshot_JPG_Quality = 100
					[General Options] Pause_Use_Parent_Game_Media_Assets = true
					[General Options] Pause_Load_PDF_On_Label = false
					[Main Menu Appearance Options] Enable_Global_Background = true
					[Main Menu Appearance Options] Background_Align_Image = Align to Top Left
					[Main Menu Appearance Options] Enable_Clock = true
					[Main Menu Appearance Options] Clock_Font = Bebas Neue
					[Main Menu Appearance Options] Clock_Font_Size = 25
					[Main Menu Appearance Options] Main_Bar_Text_Font = Bebas Neue
					[Main Menu Appearance Options] Main_Bar_Text_Font_Size = 75
					[Main Menu Appearance Options] Main_Bar_Text_Selected_Color = ffffffff
					[Main Menu Appearance Options] Main_Bar_Text_Disabled_Color = 44ffffff
					[Main Menu Appearance Options] Main_Bar_Horizontal_Distance_Between_Labels = 160
					[Main Menu Appearance Options] Main_Bar_Height = 90
					[Main Menu Appearance Options] Main_Bar_GradientBrush1 = 6f000000
					[Main Menu Appearance Options] Main_Bar_GradientBrush2 = ff000000
					[Main Menu Appearance Options] Background_Color = ff000000
					[Main Menu Appearance Options] Background_Brush = aa000000
					[Main Menu Appearance Options] Game_Info_Items = Publisher|Developer|Company|Released|Year|Score|Controls|Players|Rating|Description|Esrb
					[Main Menu Appearance Options] Game_Info_Font = Arial
					[Main Menu Appearance Options] Game_Info_Font_Size = 22
					[Main Menu Appearance Options] Game_Info_Font_Color = ffffffff
					[Main Menu Appearance Options] Game_Info_Description_Font = Arial
					[Main Menu Appearance Options] Game_Info_Description_Font_Size = 22
					[Main Menu Appearance Options] Game_Info_Description_Font_Color = ffffffff
					[Main Menu Appearance Options] Game_Info_Description_Scrolling_Velocity = 2
					[Main Menu Appearance Options] Use_Screenshot_As_Background = false
					[Main Menu Appearance Options] Mouse_Control_Overlay_Transparency = 50
					[Main Menu Appearance Options] Bar_Vertical_Offset = 0
					[SubMenu Appearance Options] Additional_Text_Margin_Contour = 15
					[SubMenu Appearance Options] Minimum_Text_Box_Width = 270
					[SubMenu Appearance Options] Appearance_Delay_in_Milliseconds = 500
					[SubMenu Appearance Options] Top_Right_Chamfer_Size = 40
					[SubMenu Appearance Options] Width = 1350|1020
					[SubMenu Appearance Options] Height = 450|700
					[SubMenu Appearance Options] Background_Brush = 44000000
					[SubMenu Appearance Options] Label_Font = Bebas Neue
					[SubMenu Appearance Options] Label_Font_Size = 37
					[SubMenu Appearance Options] Content_Font = Lucida Console
					[SubMenu Appearance Options] Content_Font_Size = 30
					[SubMenu Appearance Options] Content_Small_Font_Size = 22
					[SubMenu Appearance Options] Help_Font = Bebas Neue
					[SubMenu Appearance Options] Help_Font_Size = 22
					[SubMenu Appearance Options] Selected_Brush = cc000000
					[SubMenu Appearance Options] Disabled_Brush = 44000000
					[SubMenu Appearance Options] Radius_of_Rounded_Corners = 15
					[SubMenu FullScreen Appearance Options] Margin = 25
					[SubMenu FullScreen Appearance Options] Radius_of_Rounded_Corners = 15
					[SubMenu FullScreen Appearance Options] Background_Brush = 88000000
					[SubMenu FullScreen Appearance Options] Legend_Text_Brush = DD000015
					[SubMenu FullScreen Appearance Options] Legend_Text_Font_Color = ffffffff
					[SubMenu FullScreen Appearance Options] Legend_Text_Font_Size = 22
					[SubMenu FullScreen Appearance Options] Zoom_Steps = 25
					[SubMenu FullScreen Appearance Options] Pan_Steps = 120
					[SubMenu FullScreen Appearance Options] Full_Screen_Help_Text_Timer = 2000
					[SubMenu Save and Load State Appearance Options] Vertical_Distance_Between_Labels = 75
					[SubMenu Save and Load State Appearance Options] Horizontal_Margin = 200
					[SubMenu Save and Load State Appearance Options] Vertical_Margin = 90
					[SubMenu Save and Load State Appearance Options] Delay_to_Send_Keys = 500
					[SubMenu Save and Load State Appearance Options] Set_Key_Delay = 200
					[SubMenu Save and Load State Appearance Options] Enable_Save_State_Screenshot = true
					[SubMenu Settings Appearance Options] Vertical_Distance_Between_Labels = 75
					[SubMenu Settings Appearance Options] Horizontal_Margin = 200
					[SubMenu Settings Appearance Options] Vertical_Margin = 90
					[SubMenu Settings Appearance Options] Option_Font_Size = 22
					[SubMenu Sound Control Appearance Options] Single_Bar_Width = 25
					[SubMenu Sound Control Appearance Options] Single_Bar_Spacing = 7
					[SubMenu Sound Control Appearance Options] Single_Bar_Height = 45
					[SubMenu Sound Control Appearance Options] Height_Difference_Between_Bars = 3
					[SubMenu Sound Control Appearance Options] Volume_Steps = 5
					[SubMenu Sound Control Appearance Options] Selected_Color = ffffffff
					[SubMenu Sound Control Appearance Options] Disabled_Color = 44ffffff
					[SubMenu Sound Control Appearance Options] Mute_Button_Font_Size = 20
					[SubMenu Sound Control Appearance Options] Sound_Mute_Button_Vertical_Distance = 75|100
					[SubMenu Sound Control Appearance Options] Space_Between_Sound_Bar_and_Sound_Bitmap = 55
					[SubMenu Sound Control Appearance Options] Sound_Distance_to_Sound_Level = 15
					[SubMenu Sound Control Appearance Options] Enable_Music_Player = true
					[SubMenu Sound Control Appearance Options] Playlist_Extension = m3u
					[SubMenu Sound Control Appearance Options] Music_Files_Extension = mp3|m4a|wav|mid|wma
					[SubMenu Sound Control Appearance Options] Enable_Music_on_Pause_Startup = true
					[SubMenu Sound Control Appearance Options] Keep_Playing_after_Exiting_Pause = false
					[SubMenu Sound Control Appearance Options] Enable_Shuffle = true
					[SubMenu Sound Control Appearance Options] Enable_Loop = true
					[SubMenu Sound Control Appearance Options] External_Playlist_Path = 
					[SubMenu Sound Control Appearance Options] Space_Between_Music_Player_Buttons = 65
					[SubMenu Sound Control Appearance Options] Size_of_Music_Player_Buttons = 65
					[SubMenu Sound Control Appearance Options] Music_Player_Vertical_Distance = 75|100
					[SubMenu Sound Control Appearance Options] Sound_Button_Growing_Velocity = 1
					[SubMenu Sound Control Appearance Options] Music_Player_Volume_Level = 100
					[SubMenu Change Disc Appearance Options] Vertical_Margin = 45
					[SubMenu Change Disc Appearance Options] Text_Distance_to_Image = 30
					[SubMenu Change Disc Appearance Options] Use_Game_Art_for_Disc_Image = true
					[SubMenu Change Disc Appearance Options] Selected_Disc_Effect = rotate
					[SubMenu Change Disc Appearance Options] Side_Padding = 0.2
					[SubMenu HighScore Appearance Options] Highlighted_Player_Name = GEN
					[SubMenu HighScore Appearance Options] Highlighted_Player_Font_Color = ff00ffff
					[SubMenu HighScore Appearance Options] Font_Color = ffffffff
					[SubMenu HighScore Appearance Options] Font_Size = 22
					[SubMenu HighScore Appearance Options] Title_Font_Size = 30
					[SubMenu HighScore Appearance Options] Title_Font_Color = ffffff00
					[SubMenu HighScore Appearance Options] Selected_Font_Color = ffff00ff
					[SubMenu HighScore Appearance Options] Superior_Margin = 45
					[SubMenu HighScore Appearance Options] Full_Screen_Width = 1000
					[SubMenu Moves List Appearance Options] Vertical_Margin = 45
					[SubMenu Moves List Appearance Options] Horizontal_Margin = 40
					[SubMenu Moves List Appearance Options] Vertical_Distance_Between_Labels = 75
					[SubMenu Moves List Appearance Options] Horizontal_Distance_Between_Labels_and_MovesList = 125
					[SubMenu Moves List Appearance Options] Vertical_Distance_Between_Moves_Lines = 60
					[SubMenu Moves List Appearance Options] Secondary_Font_Size = 22
					[SubMenu Moves List Appearance Options] Vertical_Move_Image_Size = 55
					[SubMenu Moves List Appearance Options] Full_Screen_Width = 1000
					[SubMenu Moves List Appearance Options] Horizontal_Full_Screen_Moves_Margin = 270
					[SubMenu Statistics Appearance Options] Vertical_Margin = 45
					[SubMenu Statistics Appearance Options] Horizontal_Margin = 40
					[SubMenu Statistics Appearance Options] Table_Font_Size = 22
					[SubMenu Statistics Appearance Options] Distance_Between_Labels_and_Table = 55
					[SubMenu Statistics Appearance Options] Vertical_Distance_Between_Table_Lines = 45
					[SubMenu Statistics Appearance Options] Vertical_Distance_Between_Labels = 75
					[SubMenu Statistics Appearance Options] Title_Font_Size = 30
					[SubMenu Statistics Appearance Options] Title_Font_Color = ffffff00
					[SubMenu Statistics Appearance Options] Full_Screen_Width = 1000
					[SubMenu Guides Appearance Options] Vertical_Margin = 45
					[SubMenu Guides Appearance Options] Horizontal_Margin = 40
					[SubMenu Guides Appearance Options] Horizontal_Distance_Between_Pages = 65
					[SubMenu Guides Appearance Options] Selected_Brush = 33ffff00
					[SubMenu Guides Appearance Options] Vertical_Distance_Between_Labels = 75
					[SubMenu Guides Appearance Options] Horizontal_Distance_Between_Labels_and_Pages = 65
					[SubMenu Guides Appearance Options] Page_Number_Font_Color = 00000000
					[SubMenu Guides Appearance Options] Show_Item_Labels = true
					[SubMenu Manuals Appearance Options] Vertical_Margin = 45
					[SubMenu Manuals Appearance Options] Horizontal_Margin = 40
					[SubMenu Manuals Appearance Options] Horizontal_Distance_Between_Pages = 65
					[SubMenu Manuals Appearance Options] Selected_Brush = 33ffff00
					[SubMenu Manuals Appearance Options] Vertical_Distance_Between_Labels = 75
					[SubMenu Manuals Appearance Options] Horizontal_Distance_Between_Labels_and_Pages = 65
					[SubMenu Manuals Appearance Options] Page_Number_Font_Color = 00000000
					[SubMenu Manuals Appearance Options] Show_Item_Labels = true
					[SubMenu History Appearance Options] Vertical_Margin = 45
					[SubMenu History Appearance Options] Horizontal_Margin = 40
					[SubMenu History Appearance Options] Horizontal_Distance_Between_Pages = 65
					[SubMenu History Appearance Options] Selected_Brush = 33ffff00
					[SubMenu History Appearance Options] Vertical_Distance_Between_Labels = 75
					[SubMenu History Appearance Options] Horizontal_Distance_Between_Labels_and_Pages = 65
					[SubMenu History Appearance Options] Page_Number_Font_Color = 00000000
					[SubMenu Controller Appearance Options] Vertical_Margin = 45
					[SubMenu Controller Appearance Options] Horizontal_Margin = 40
					[SubMenu Controller Appearance Options] Horizontal_Distance_Between_Pages = 65
					[SubMenu Controller Appearance Options] Selected_Brush = 33ffff00
					[SubMenu Controller Appearance Options] Vertical_Distance_Between_Labels = 75
					[SubMenu Controller Appearance Options] Horizontal_Distance_Between_Labels_and_Pages = 65
					[SubMenu Controller Appearance Options] Page_Number_Font_Color = 00000000
					[SubMenu Controller Appearance Options] Show_Item_Labels = true
					[SubMenu Controller Appearance Options] Controller_Banner_Height = 60
					[SubMenu Controller Appearance Options] Vertical_Distance_Between_Buttons = 120
					[SubMenu Controller Appearance Options] Vertical_Distance_Between_Banners = 45
					[SubMenu Controller Appearance Options] Horizontal_Distance_Between_Controller_Banner_Elements = 55
					[SubMenu Controller Appearance Options] Selected_Controller_Banner_Displacement = 25
					[SubMenu Artwork Appearance Options] Vertical_Margin = 45
					[SubMenu Artwork Appearance Options] Horizontal_Margin = 40
					[SubMenu Artwork Appearance Options] Horizontal_Distance_Between_Pages = 65
					[SubMenu Artwork Appearance Options] Selected_Brush = 33ffff00
					[SubMenu Artwork Appearance Options] Vertical_Distance_Between_Labels = 75
					[SubMenu Artwork Appearance Options] Horizontal_Distance_Between_Labels_and_Pages = 65
					[SubMenu Artwork Appearance Options] Page_Number_Font_Color = 00000000
					[SubMenu Artwork Appearance Options] Show_Item_Labels = true
					[SubMenu Videos Appearance Options] Supported_Videos = avi|wmv|mp4
					[SubMenu Videos Appearance Options] Vertical_Margin = 45
					[SubMenu Videos Appearance Options] Horizontal_Margin = 40
					[SubMenu Videos Appearance Options] Vertical_Distance_Between_Labels = 75
					[SubMenu Videos Appearance Options] Enable_Loop = true
					[SubMenu Videos Appearance Options] Video_Seconds_to_Jump_in_Rewind_and_Fast_Forward_Buttons = 5
					[SubMenu Videos Appearance Options] Video_Button_Growing_Velocity = 1
					[SubMenu Videos Appearance Options] Size_of_Video_Player_Buttons = 60
					[SubMenu Videos Appearance Options] Space_Between_Video_Player_Buttons = 20
					[SubMenu Videos Appearance Options] Space_Between_Label_and_Video_Player_Buttons = 45
					[SubMenu Videos Appearance Options] Video_Player_Volume_Level = 100
					[Start and Exit Screen] Loading_Text = Loading Pause
					[Start and Exit Screen] Exiting_Text = Exiting Pause
					[Start and Exit Screen] Font = Bebas Neue
					[Start and Exit Screen] Font_Size = 45
					[Start and Exit Screen] Font_Color = ff222222
					[Start and Exit Screen] Text_Margin = 65
18:54:24:299 | MD |   DEBUG2  | +0     | Loaded Pause options
18:54:24:300 | MD |   DEBUG2  | +0     | Scaled Pause variables
18:54:24:335 | MD |   DEBUG2  | +32    | Starting Creating Pause Contents Object.
18:54:24:335 | MD |   DEBUG2  | +0     | Loading Controller Contents
18:54:24:360 | MD |   DEBUG2  | +31    | Loading Change Disc Contents
18:54:24:364 | MD |   DEBUG2  | +0     | Loading SaveState Contents
18:54:24:389 | MD |   DEBUG2  | +31    | Loading LoadState Contents
18:54:24:392 | MD |   DEBUG2  | +0     | Loading HighScore Contents
18:54:24:703 | MD |   DEBUG2  | +312   | Loading Artwork Contents
18:54:24:706 | MD |   DEBUG2  | +0     | Loading Guides Contents
18:54:24:708 | MD |   DEBUG2  | +0     | Loading Manuals Contents
18:54:24:731 | MD |   DEBUG2  | +31    | Loading Videos Contents
18:54:24:734 | MD |   DEBUG2  | +0     | Loading Sound Contents
18:54:24:734 | MD |   DEBUG2  | +0     | Loading Statistics Contents
18:54:24:737 | MD |   DEBUG2  | +0     | Statistics cleared game name: vf2b
18:54:24:799 | MD |   DEBUG2  | +63    | Loading MovesList Contents
18:54:24:799 | MD |   DEBUG2  | +0     | Loading History.dat Contents
18:54:25:111 | MD |   DEBUG2  | +312   | Loading Settings Menu Contents
18:54:25:136 | MD |   DEBUG2  | +31    | Media assets found on submenu: Artwork
					Asset Label: Letters | Asset Path1:  D:\Arcade\Media\Sega Model 2\Images\Letters\!.png | Asset Extension1:  png
					Asset Label: Letters | Asset Path2:  D:\Arcade\Media\Sega Model 2\Images\Letters\'.png | Asset Extension2:  png
					Asset Label: Letters | Asset Path3:  D:\Arcade\Media\Sega Model 2\Images\Letters\(.png | Asset Extension3:  png
					Asset Label: Letters | Asset Path4:  D:\Arcade\Media\Sega Model 2\Images\Letters\0.png | Asset Extension4:  png
					Asset Label: Letters | Asset Path5:  D:\Arcade\Media\Sega Model 2\Images\Letters\1.png | Asset Extension5:  png
					Asset Label: Letters | Asset Path6:  D:\Arcade\Media\Sega Model 2\Images\Letters\2.png | Asset Extension6:  png
					Asset Label: Letters | Asset Path7:  D:\Arcade\Media\Sega Model 2\Images\Letters\3.png | Asset Extension7:  png
					Asset Label: Letters | Asset Path8:  D:\Arcade\Media\Sega Model 2\Images\Letters\4.png | Asset Extension8:  png
					Asset Label: Letters | Asset Path9:  D:\Arcade\Media\Sega Model 2\Images\Letters\5.png | Asset Extension9:  png
					Asset Label: Letters | Asset Path10:  D:\Arcade\Media\Sega Model 2\Images\Letters\6.png | Asset Extension10:  png
					Asset Label: Letters | Asset Path11:  D:\Arcade\Media\Sega Model 2\Images\Letters\7.png | Asset Extension11:  png
					Asset Label: Letters | Asset Path12:  D:\Arcade\Media\Sega Model 2\Images\Letters\8.png | Asset Extension12:  png
					Asset Label: Letters | Asset Path13:  D:\Arcade\Media\Sega Model 2\Images\Letters\9.png | Asset Extension13:  png
					Asset Label: Letters | Asset Path14:  D:\Arcade\Media\Sega Model 2\Images\Letters\a.png | Asset Extension14:  png
					Asset Label: Letters | Asset Path15:  D:\Arcade\Media\Sega Model 2\Images\Letters\b.png | Asset Extension15:  png
					Asset Label: Letters | Asset Path16:  D:\Arcade\Media\Sega Model 2\Images\Letters\c.png | Asset Extension16:  png
					Asset Label: Letters | Asset Path17:  D:\Arcade\Media\Sega Model 2\Images\Letters\d.png | Asset Extension17:  png
					Asset Label: Letters | Asset Path18:  D:\Arcade\Media\Sega Model 2\Images\Letters\e.png | Asset Extension18:  png
					Asset Label: Letters | Asset Path19:  D:\Arcade\Media\Sega Model 2\Images\Letters\f.png | Asset Extension19:  png
					Asset Label: Letters | Asset Path20:  D:\Arcade\Media\Sega Model 2\Images\Letters\g.png | Asset Extension20:  png
					Asset Label: Letters | Asset Path21:  D:\Arcade\Media\Sega Model 2\Images\Letters\h.png | Asset Extension21:  png
					Asset Label: Letters | Asset Path22:  D:\Arcade\Media\Sega Model 2\Images\Letters\i.png | Asset Extension22:  png
					Asset Label: Letters | Asset Path23:  D:\Arcade\Media\Sega Model 2\Images\Letters\j.png | Asset Extension23:  png
					Asset Label: Letters | Asset Path24:  D:\Arcade\Media\Sega Model 2\Images\Letters\k.png | Asset Extension24:  png
					Asset Label: Letters | Asset Path25:  D:\Arcade\Media\Sega Model 2\Images\Letters\l.png | Asset Extension25:  png
					Asset Label: Letters | Asset Path26:  D:\Arcade\Media\Sega Model 2\Images\Letters\m.png | Asset Extension26:  png
					Asset Label: Letters | Asset Path27:  D:\Arcade\Media\Sega Model 2\Images\Letters\n.png | Asset Extension27:  png
					Asset Label: Letters | Asset Path28:  D:\Arcade\Media\Sega Model 2\Images\Letters\o.png | Asset Extension28:  png
					Asset Label: Letters | Asset Path29:  D:\Arcade\Media\Sega Model 2\Images\Letters\p.png | Asset Extension29:  png
					Asset Label: Letters | Asset Path30:  D:\Arcade\Media\Sega Model 2\Images\Letters\q.png | Asset Extension30:  png
					Asset Label: Letters | Asset Path31:  D:\Arcade\Media\Sega Model 2\Images\Letters\r.png | Asset Extension31:  png
					Asset Label: Letters | Asset Path32:  D:\Arcade\Media\Sega Model 2\Images\Letters\s.png | Asset Extension32:  png
					Asset Label: Letters | Asset Path33:  D:\Arcade\Media\Sega Model 2\Images\Letters\t.png | Asset Extension33:  png
					Asset Label: Letters | Asset Path34:  D:\Arcade\Media\Sega Model 2\Images\Letters\u.png | Asset Extension34:  png
					Asset Label: Letters | Asset Path35:  D:\Arcade\Media\Sega Model 2\Images\Letters\v.png | Asset Extension35:  png
					Asset Label: Letters | Asset Path36:  D:\Arcade\Media\Sega Model 2\Images\Letters\w.png | Asset Extension36:  png
					Asset Label: Letters | Asset Path37:  D:\Arcade\Media\Sega Model 2\Images\Letters\x.png | Asset Extension37:  png
					Asset Label: Letters | Asset Path38:  D:\Arcade\Media\Sega Model 2\Images\Letters\y.png | Asset Extension38:  png
					Asset Label: Letters | Asset Path39:  D:\Arcade\Media\Sega Model 2\Images\Letters\z.png | Asset Extension39:  png
					Asset Label: Other | Asset Path1:  D:\Arcade\Media\Sega Model 2\Images\Other\Pointer.png | Asset Extension1:  png
18:54:25:137 | MD |   DEBUG2  | +0     | Media assets found on submenu: Videos
					Asset Label: FLV Game Video | Asset Path1:  D:\Arcade\Media\Main Menu\Video\Sega Model 2.mp4 | Asset Extension1:  mp4
					Asset Label: MP4 Game Video | Asset Path1:  D:\Arcade\Media\Sega Model 2\Video\vf2b.mp4 | Asset Extension1:  mp4
18:54:25:137 | MD |     INFO  | +0     | Pause Menu items: Controller|Artwork|Videos|Sound|Statistics|Settings
18:54:25:142 | MD |   DEBUG2  | +0     | Initilized Pause variables for the first time
18:54:25:253 | MD |   DEBUG2  | +109   | Windows Media Player Version: 12.0.7601.17514
18:54:25:254 | MD |   DEBUG2  | +0     | Initialized Pause brushes and guis
18:54:25:695 | MD |   DEBUG2  | +452   | Loaded Main Menu Background and infos
18:54:25:731 | MD |   DEBUG2  | +32    | Loaded Main Menu Bar. Current Main Menu Label: Controller
18:54:25:732 | MD |   DEBUG2  | +0     | Loaded Clock
18:54:25:732 | MD |   DEBUG2  | +0     | Unmuting computer sound while Pause is loaded. Master Mute status: 0 (0 is unmutted)
18:54:25:762 | MD |   DEBUG2  | +31    | Loaded Music Player
18:54:25:762 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:762 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Left not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,
18:54:25:762 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:762 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:762 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Left" to call label: "MoveLeft"
18:54:25:763 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:763 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:763 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Right not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,
18:54:25:763 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:763 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:764 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Right" to call label: "MoveRight"
18:54:25:764 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:764 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Up not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,
18:54:25:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Up" to call label: "MoveUp"
18:54:25:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:766 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Down not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,
18:54:25:766 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:766 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:766 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Down" to call label: "MoveDown"
18:54:25:767 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:767 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:767 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup 1joy3 not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,
18:54:25:767 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "1joy3" to call label: "ToggleItemSelectStatus"
18:54:25:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad4 not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,
18:54:25:769 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:769 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:769 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Numpad4" to call label: "MoveLeft"
18:54:25:769 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad6 not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,
18:54:25:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Numpad6" to call label: "MoveRight"
18:54:25:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:793 | MD |   DEBUG2  | +31    | XHotkeyTableCreation - KeyGroup Numpad8 not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,
18:54:25:793 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:793 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:793 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Numpad8" to call label: "MoveUp"
18:54:25:793 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:794 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:794 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad2 not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,
18:54:25:794 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:794 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:794 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Numpad2" to call label: "MoveDown"
18:54:25:794 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:795 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:795 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup NumpadEnter not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,
18:54:25:795 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:795 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:795 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "NumpadEnter" to call label: "ToggleItemSelectStatus"
18:54:25:795 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:795 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:796 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup X not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,
18:54:25:796 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:796 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:796 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "X" to call label: "BacktoMenuBar"
18:54:25:796 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:797 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:797 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup C not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,
18:54:25:797 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:797 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:797 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "C" to call label: "ZoomIn"
18:54:25:797 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:797 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:798 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup V not in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,
18:54:25:798 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 1 check
18:54:25:798 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 2 check
18:54:25:798 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "V" to call label: "ZoomOut"
18:54:25:798 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:798 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:798 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~Esc is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:25:799 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:25:799 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~Esc"
18:54:25:799 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:25:799 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~Esc" to call label: "TogglePauseMenuStatus"
18:54:25:799 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:25:799 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:799 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:799 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~1joy10 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:25:800 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:25:800 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~1joy10"
18:54:25:800 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:25:800 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~1joy10" to call label: "TogglePauseMenuStatus"
18:54:25:800 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:25:800 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:800 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:25:800 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~2joy8 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:25:801 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:25:801 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~2joy8"
18:54:25:801 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:25:801 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~2joy8" to call label: "TogglePauseMenuStatus"
18:54:25:801 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:25:802 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:25:802 | MD |     INFO  | +0     | RunKeymapper - Started, using method "menu"
18:54:25:802 | MD |     INFO  | +0     | GetJoystickArray - Started
18:54:25:822 | MD |   DEBUG2  | +31    | GetJoystickArray - Joysticks Detected: 1100000000000000
18:54:25:825 | MD |     INFO  | +0     | GetJoystickGUID - Started
18:54:25:825 | MD |     INFO  | +0     | GetJoystickGUID - Ended and found GUID: 80957313AD5BE5118001444553540000
18:54:25:826 | MD |   DEBUG2  | +0     | GetJoystickArray - ID: 1 | Port: 0 | Name: THT Arcade console 2P USB Player | MID: 16c0 | PID: 05e1 | GUID: 80957313AD5BE5118001444553540000
18:54:25:829 | MD |     INFO  | +0     | GetJoystickGUID - Started
18:54:25:829 | MD |     INFO  | +0     | GetJoystickGUID - Ended and found GUID: E07C1219AD5BE5118001444553540000
18:54:25:829 | MD |   DEBUG2  | +0     | GetJoystickArray - ID: 2 | Port: 1 | Name: THT Arcade console 2P USB Player | MID: 16c0 | PID: 05e1 | GUID: E07C1219AD5BE5118001444553540000
18:54:25:830 | MD |     INFO  | +0     | GetJoystickArray - Ended
18:54:25:830 | MD |   DEBUG2  | +0     | RunKeymapper - Looping through controllers to find xpadder profiles for each one
18:54:25:830 | MD |   DEBUG2  | +0     | RunKeymapper - ID: 1 Now searching for a matching profile for this controller: "THT Arcade console 2P USB Player"
18:54:25:830 | MD |   DEBUG2  | +0     | GetProfile - Searching for these profiles (| delimited): D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\RocketLauncher|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank
18:54:25:830 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\RocketLauncher\THT Arcade console 2P USB Player\p1.xpadderprofile
18:54:25:830 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\RocketLauncher\p1.xpadderprofile
18:54:25:831 | MD |     INFO  | +0     | GetProfile - Loading Player 1 Profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\RocketLauncher\p1.xpadderprofile
18:54:25:831 | MD |   DEBUG2  | +0     | RunKeymapper - ID: 2 Now searching for a matching profile for this controller: "THT Arcade console 2P USB Player"
18:54:25:831 | MD |   DEBUG2  | +0     | GetProfile - Searching for these profiles (| delimited): D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\RocketLauncher|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank
18:54:25:831 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\RocketLauncher\THT Arcade console 2P USB Player\p2.xpadderprofile
18:54:25:831 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\RocketLauncher\p2.xpadderprofile
18:54:25:831 | MD |   DEBUG2  | +0     | GetProfile - Searching -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:54:25:832 | MD |     INFO  | +0     | GetProfile - Loading Profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:54:25:832 | MD |     INFO  | +0     | RunXpadder - Started
18:54:25:832 | MD |     INFO  | +0     | Process - Exist VJoy.exe 
18:54:25:849 | MD |   DEBUG2  | +31    | RunXpadder - Closing xpadder to refresh controllers seen by xpadder
18:54:25:849 | MD |     INFO  | +0     | Run - Running: D:\Arcade\Tools\Xpadder\xpadder.exe /C
18:54:25:862 | MD |   DEBUG1  | +0     | Run - "xpadder.exe /C" Process ID: 3560
18:54:25:863 | MD |   DEBUG2  | +0     | RunXpadder - Creating an array of connected controllers and profiles to arrange according to the order found in D:\Arcade\Tools\Xpadder\xpadder.ini
18:54:25:863 | MD |     INFO  | +0     | Process - WaitClose xpadder.exe 2
18:54:25:994 | MD |   DEBUG2  | +141   | RunXpadder - Reading the order in D:\Arcade\Tools\Xpadder\xpadder.ini and arranging profiles found to match that order
18:54:25:994 | MD |   DEBUG2  | +0     | RunXpadder - No more controllers to be found
18:54:25:994 | MD |     INFO  | +0     | Run - Running: D:\Arcade\Tools\Xpadder\xpadder.exe "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\RocketLauncher\p1.xpadderprofile" "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" /M
18:54:25:025 | MD |   DEBUG1  | +31    | Run - "xpadder.exe "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\RocketLauncher\p1.xpadderprofile" "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" /M" Process ID: 2128
18:54:26:025 | MD |     INFO  | +0     | RunXpadder - Ended
18:54:26:025 | MD |     INFO  | +0     | RunKeymapper - Ended
18:54:27:398 | MD |     INFO  | +1373  | Loaded Controller SubMenu
18:54:27:401 | MD |     INFO  | +0     | Finished Loading Pause
18:54:40:791 | MD |     INFO  | +13385 | Loaded Main Menu Bar. Current Main Menu Label: Artwork
18:54:41:211 | MD |     INFO  | +421   | Loaded Main Menu Bar. Current Main Menu Label: Videos
18:54:41:722 | MD |     INFO  | +515   | Loaded Main Menu Bar. Current Main Menu Label: Sound
18:54:42:312 | MD |     INFO  | +592   | Loaded Main Menu Bar. Current Main Menu Label: Statistics
18:54:42:859 | MD |   DEBUG1  | +546   | Disable Pause Keys
18:54:42:859 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:860 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Left is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:860 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:860 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Left"
18:54:42:860 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:861 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveLeft" standard Hotkey method for key(s): "Left"
18:54:42:861 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:861 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:861 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:861 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Right is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:862 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:862 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Right"
18:54:42:862 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:862 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveRight" standard Hotkey method for key(s): "Right"
18:54:42:863 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:863 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:863 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:863 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Up is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:864 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:864 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Up"
18:54:42:864 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:864 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveUp" standard Hotkey method for key(s): "Up"
18:54:42:865 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:865 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:865 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:866 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Down is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:866 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:866 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Down"
18:54:42:867 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:867 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveDown" standard Hotkey method for key(s): "Down"
18:54:42:867 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:868 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:868 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:868 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup 1joy3 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:868 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:909 | MD |   DEBUG2  | +47    | XHotkeyTableCreation - Disabled Hotkey for: "1joy3"
18:54:42:909 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:909 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "ToggleItemSelectStatus" standard Hotkey method for key(s): "1joy3"
18:54:42:910 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:910 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:910 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:910 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad4 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:911 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:911 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad4"
18:54:42:911 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:911 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveLeft" standard Hotkey method for key(s): "Numpad4"
18:54:42:911 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:912 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:912 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:912 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad6 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:912 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:913 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad6"
18:54:42:913 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:914 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveRight" standard Hotkey method for key(s): "Numpad6"
18:54:42:914 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:914 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:914 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:914 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad8 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:915 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:915 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad8"
18:54:42:915 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:915 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveUp" standard Hotkey method for key(s): "Numpad8"
18:54:42:956 | MD |   DEBUG2  | +47    | XHotkeyTableCreation - Post loop 12 check
18:54:42:956 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:956 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:956 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad2 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:957 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:957 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad2"
18:54:42:957 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:957 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveDown" standard Hotkey method for key(s): "Numpad2"
18:54:42:958 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:958 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:958 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:958 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup NumpadEnter is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:959 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:959 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "NumpadEnter"
18:54:42:959 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:959 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "ToggleItemSelectStatus" standard Hotkey method for key(s): "NumpadEnter"
18:54:42:959 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:960 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:960 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:960 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup X is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:960 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:961 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "X"
18:54:42:961 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:961 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "BacktoMenuBar" standard Hotkey method for key(s): "X"
18:54:42:961 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:962 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:962 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:962 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup C is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:962 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:988 | MD |   DEBUG2  | +31    | XHotkeyTableCreation - Disabled Hotkey for: "C"
18:54:42:989 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:989 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "ZoomIn" standard Hotkey method for key(s): "C"
18:54:42:989 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:989 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:990 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:990 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup V is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:990 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:990 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "V"
18:54:42:991 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:991 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "ZoomOut" standard Hotkey method for key(s): "V"
18:54:42:991 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:991 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:42:991 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:42:992 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~Esc is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:42:992 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:42:992 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~Esc"
18:54:42:993 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:42:993 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "TogglePauseMenuStatus" standard Hotkey method for key(s): "~Esc"
18:54:42:993 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:42:031 | MD |   DEBUG2  | +47    | XHotkeyTableCreation - Ended
18:54:43:031 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:031 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~1joy10 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:031 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:032 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~1joy10"
18:54:43:032 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:032 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "TogglePauseMenuStatus" standard Hotkey method for key(s): "~1joy10"
18:54:43:033 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:033 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:034 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:034 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~2joy8 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:034 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:035 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~2joy8"
18:54:43:035 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:035 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "TogglePauseMenuStatus" standard Hotkey method for key(s): "~2joy8"
18:54:43:036 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:036 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:036 | MD |   DEBUG2  | +0     | Pause Keys Disabled
18:54:43:720 | MD |     INFO  | +686   | Loaded Statistics SubMenu
18:54:43:721 | MD |   DEBUG1  | +0     | Enable Pause Keys
18:54:43:721 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:721 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup 1joy3 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:721 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:722 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "1joy3"
18:54:43:722 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:722 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "1joy3" to call label: "ToggleItemSelectStatus"
18:54:43:722 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:722 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:722 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:722 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Left is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:723 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:723 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Left"
18:54:43:723 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:723 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Left" to call label: "MoveLeft"
18:54:43:723 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:723 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:723 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:724 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Right is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:724 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:724 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Right"
18:54:43:724 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:724 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Right" to call label: "MoveRight"
18:54:43:724 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:724 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:724 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:724 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Up is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:725 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:725 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Up"
18:54:43:725 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:725 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Up" to call label: "MoveUp"
18:54:43:725 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:725 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:725 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:725 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Down is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:726 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:726 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Down"
18:54:43:726 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:726 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Down" to call label: "MoveDown"
18:54:43:726 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:726 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:726 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:726 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup X is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:764 | MD |   DEBUG2  | +47    | XHotkeyTableCreation - Post loop 10 check
18:54:43:764 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "X"
18:54:43:764 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:764 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "X" to call label: "BacktoMenuBar"
18:54:43:764 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:764 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup C is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "C"
18:54:43:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:765 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "C" to call label: "ZoomIn"
18:54:43:766 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:766 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:766 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:766 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup V is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:766 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:766 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "V"
18:54:43:767 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:767 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "V" to call label: "ZoomOut"
18:54:43:767 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:767 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:767 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:767 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~Esc is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:767 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~Esc"
18:54:43:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~Esc" to call label: "TogglePauseMenuStatus"
18:54:43:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:768 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~1joy10 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:769 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:769 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~1joy10"
18:54:43:769 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:769 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~1joy10" to call label: "TogglePauseMenuStatus"
18:54:43:769 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:769 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:769 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~2joy8 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~2joy8"
18:54:43:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~2joy8" to call label: "TogglePauseMenuStatus"
18:54:43:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:770 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad4 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:771 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:771 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad4"
18:54:43:771 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:771 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Numpad4" to call label: "MoveLeft"
18:54:43:771 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:771 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:771 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:772 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad6 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:772 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:772 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad6"
18:54:43:772 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:772 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Numpad6" to call label: "MoveRight"
18:54:43:772 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:772 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:772 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:772 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad8 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:773 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:773 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad8"
18:54:43:773 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:773 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Numpad8" to call label: "MoveUp"
18:54:43:773 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:773 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:773 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:773 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad2 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:773 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:773 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad2"
18:54:43:813 | MD |   DEBUG2  | +47    | XHotkeyTableCreation - Post loop 11 check
18:54:43:813 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "Numpad2" to call label: "MoveDown"
18:54:43:814 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:814 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:814 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:43:814 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup NumpadEnter is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:43:814 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:43:814 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "NumpadEnter"
18:54:43:814 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:43:814 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "NumpadEnter" to call label: "ToggleItemSelectStatus"
18:54:43:814 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:43:814 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:43:815 | MD |   DEBUG2  | +0     | Pause Keys Enabled
18:54:44:779 | MD |     INFO  | +967   | Closing Pause
18:54:44:779 | MD |   DEBUG1  | +0     | Disable Pause Keys
18:54:44:780 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:780 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Left is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:780 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:780 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Left"
18:54:44:780 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:780 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveLeft" standard Hotkey method for key(s): "Left"
18:54:44:780 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:780 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:781 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:781 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Right is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:781 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:781 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Right"
18:54:44:781 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:781 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveRight" standard Hotkey method for key(s): "Right"
18:54:44:781 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:781 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:781 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:782 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Up is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:782 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:782 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Up"
18:54:44:782 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:782 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveUp" standard Hotkey method for key(s): "Up"
18:54:44:782 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:782 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:782 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:783 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Down is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:783 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:783 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Down"
18:54:44:783 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:783 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveDown" standard Hotkey method for key(s): "Down"
18:54:44:783 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:783 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:783 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:784 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup 1joy3 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:784 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:784 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "1joy3"
18:54:44:784 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:784 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "ToggleItemSelectStatus" standard Hotkey method for key(s): "1joy3"
18:54:44:784 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:784 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:784 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:785 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad4 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:785 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:785 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad4"
18:54:44:785 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:785 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveLeft" standard Hotkey method for key(s): "Numpad4"
18:54:44:785 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:785 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:785 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:786 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad6 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:786 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:786 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad6"
18:54:44:786 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:786 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveRight" standard Hotkey method for key(s): "Numpad6"
18:54:44:786 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:786 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:786 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:787 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad8 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:787 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:787 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad8"
18:54:44:787 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:787 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveUp" standard Hotkey method for key(s): "Numpad8"
18:54:44:787 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:787 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:825 | MD |   DEBUG2  | +47    | XHotkeyTableCreation - Started
18:54:44:825 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup Numpad2 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:826 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:826 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "Numpad2"
18:54:44:826 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:826 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "MoveDown" standard Hotkey method for key(s): "Numpad2"
18:54:44:827 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:827 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:827 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:827 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup NumpadEnter is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:828 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:828 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "NumpadEnter"
18:54:44:828 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:828 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "ToggleItemSelectStatus" standard Hotkey method for key(s): "NumpadEnter"
18:54:44:829 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:829 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:829 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:829 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup X is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:829 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:830 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "X"
18:54:44:830 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:830 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "BacktoMenuBar" standard Hotkey method for key(s): "X"
18:54:44:830 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:831 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:831 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:831 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup C is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:831 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:832 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "C"
18:54:44:832 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:832 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "ZoomIn" standard Hotkey method for key(s): "C"
18:54:44:833 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:833 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:833 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:834 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup V is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:834 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:834 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "V"
18:54:44:834 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:835 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "ZoomOut" standard Hotkey method for key(s): "V"
18:54:44:874 | MD |   DEBUG2  | +47    | XHotkeyTableCreation - Post loop 12 check
18:54:44:874 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:875 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:875 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~Esc is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:875 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:875 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~Esc"
18:54:44:876 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:876 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "TogglePauseMenuStatus" standard Hotkey method for key(s): "~Esc"
18:54:44:876 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:876 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:877 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:877 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~1joy10 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:877 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:877 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~1joy10"
18:54:44:878 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:878 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "TogglePauseMenuStatus" standard Hotkey method for key(s): "~1joy10"
18:54:44:878 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:878 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:878 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:44:879 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~2joy8 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:44:879 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:44:879 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~2joy8"
18:54:44:879 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:44:880 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabling "TogglePauseMenuStatus" standard Hotkey method for key(s): "~2joy8"
18:54:44:880 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:44:880 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:44:880 | MD |   DEBUG2  | +0     | Pause Keys Disabled
18:54:44:880 | MD |   DEBUG2  | +0     | Disabled Keys while exiting
18:54:44:967 | MD |   DEBUG2  | +93    | Muting computer sound while Pause is loaded. Master Mute status: 1 (1 is mutted)
18:54:44:015 | MD |   DEBUG2  | +47    | Pausing music
18:54:45:067 | MD |   DEBUG2  | +47    | Disabling timers
18:54:45:239 | MD |   DEBUG2  | +172   | Guis destroyed
18:54:45:239 | MD |   DEBUG2  | +0     | Brushes deleted
18:54:45:258 | MD |   DEBUG2  | +31    | Disposed images
18:54:45:258 | MD |     INFO  | +0     | RunKeymapper - Started, using method "load"
18:54:45:258 | MD |     INFO  | +0     | GetJoystickArray - Started
18:54:45:263 | MD |   DEBUG2  | +0     | GetJoystickArray - Joysticks Detected: 1100000000000000
18:54:45:266 | MD |     INFO  | +0     | GetJoystickGUID - Started
18:54:45:266 | MD |     INFO  | +0     | GetJoystickGUID - Ended and found GUID: 80957313AD5BE5118001444553540000
18:54:45:266 | MD |   DEBUG2  | +0     | GetJoystickArray - ID: 1 | Port: 0 | Name: THT Arcade console 2P USB Player | MID: 16c0 | PID: 05e1 | GUID: 80957313AD5BE5118001444553540000
18:54:45:268 | MD |     INFO  | +0     | GetJoystickGUID - Started
18:54:45:268 | MD |     INFO  | +0     | GetJoystickGUID - Ended and found GUID: E07C1219AD5BE5118001444553540000
18:54:45:268 | MD |   DEBUG2  | +0     | GetJoystickArray - ID: 2 | Port: 1 | Name: THT Arcade console 2P USB Player | MID: 16c0 | PID: 05e1 | GUID: E07C1219AD5BE5118001444553540000
18:54:45:268 | MD |     INFO  | +0     | GetJoystickArray - Ended
18:54:45:268 | MD |   DEBUG2  | +0     | RunKeymapper - Looping through controllers to find xpadder profiles for each one
18:54:45:268 | MD |   DEBUG2  | +0     | RunKeymapper - ID: 1 Now searching for a matching profile for this controller: "THT Arcade console 2P USB Player"
18:54:45:268 | MD |   DEBUG2  | +0     | GetProfile - Searching for these profiles (| delimited): D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\vf2b|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\Sega Model 2 Emulator|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\_Default|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank
18:54:45:268 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\vf2b\THT Arcade console 2P USB Player\p1.xpadderprofile
18:54:45:268 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\vf2b\p1.xpadderprofile
18:54:45:268 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\Sega Model 2 Emulator\THT Arcade console 2P USB Player\p1.xpadderprofile
18:54:45:269 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\Sega Model 2 Emulator\p1.xpadderprofile
18:54:45:269 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\_Default\THT Arcade console 2P USB Player\p1.xpadderprofile
18:54:45:269 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\_Default\p1.xpadderprofile
18:54:45:269 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\THT Arcade console 2P USB Player\p1.xpadderprofile
18:54:45:269 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 1 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\p1.xpadderprofile
18:54:45:269 | MD |   DEBUG2  | +0     | GetProfile - Searching -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:54:45:269 | MD |     INFO  | +0     | GetProfile - Loading Profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:54:45:269 | MD |   DEBUG2  | +0     | RunKeymapper - ID: 2 Now searching for a matching profile for this controller: "THT Arcade console 2P USB Player"
18:54:45:269 | MD |   DEBUG2  | +0     | GetProfile - Searching for these profiles (| delimited): D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\vf2b|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\Sega Model 2 Emulator|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\_Default|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default|D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank
18:54:45:269 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\vf2b\THT Arcade console 2P USB Player\p2.xpadderprofile
18:54:45:269 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\vf2b\p2.xpadderprofile
18:54:45:270 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\Sega Model 2 Emulator\THT Arcade console 2P USB Player\p2.xpadderprofile
18:54:45:270 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\Sega Model 2 Emulator\p2.xpadderprofile
18:54:45:270 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\_Default\THT Arcade console 2P USB Player\p2.xpadderprofile
18:54:45:270 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\Sega Model 2\_Default\p2.xpadderprofile
18:54:45:270 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\THT Arcade console 2P USB Player\p2.xpadderprofile
18:54:45:270 | MD |   DEBUG2  | +0     | GetProfile - Searching for a Player 2 profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\p2.xpadderprofile
18:54:45:270 | MD |   DEBUG2  | +0     | GetProfile - Searching -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:54:45:270 | MD |     INFO  | +0     | GetProfile - Loading Profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:54:45:270 | MD |     INFO  | +0     | RunXpadder - Started
18:54:45:270 | MD |     INFO  | +0     | Process - Exist VJoy.exe 
18:54:45:291 | MD |   DEBUG2  | +31    | RunXpadder - Closing xpadder to refresh controllers seen by xpadder
18:54:45:291 | MD |     INFO  | +0     | Run - Running: D:\Arcade\Tools\Xpadder\xpadder.exe /C
18:54:45:300 | MD |   DEBUG1  | +0     | Run - "xpadder.exe /C" Process ID: 3768
18:54:45:300 | MD |   DEBUG2  | +0     | RunXpadder - Creating an array of connected controllers and profiles to arrange according to the order found in D:\Arcade\Tools\Xpadder\xpadder.ini
18:54:45:300 | MD |     INFO  | +0     | Process - WaitClose xpadder.exe 2
18:54:45:403 | MD |   DEBUG2  | +109   | RunXpadder - Reading the order in D:\Arcade\Tools\Xpadder\xpadder.ini and arranging profiles found to match that order
18:54:45:403 | MD |   DEBUG2  | +0     | RunXpadder - No more controllers to be found
18:54:45:403 | MD |     INFO  | +0     | Run - Running: D:\Arcade\Tools\Xpadder\xpadder.exe "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" /M
18:54:45:432 | MD |   DEBUG1  | +31    | Run - "xpadder.exe "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" /M" Process ID: 1312
18:54:45:432 | MD |     INFO  | +0     | RunXpadder - Ended
18:54:45:432 | MD |     INFO  | +0     | RunKeymapper - Ended
18:54:45:605 | MD |   DEBUG1  | +172   | ProcRes -  Started
18:54:45:607 | MD |     INFO  | +0     | ProcRes -  Resuming Process: 2640
18:54:45:607 | MD |   DEBUG1  | +0     | ProcRes -  Ended
18:54:45:607 | MD |   DEBUG2  | +0     | Emulator process started
18:54:47:549 | MD |   DEBUG1  | +1950  | CloseProcess - Ended
18:54:47:549 | MD |   DEBUG2  | +0     | Loaded emulator specific module restore commands
18:54:47:549 | MD |   DEBUG2  | +0     | Setting Pause starting end for subtracting from statistics played time: 2025844
18:54:47:551 | MD |   DEBUG2  | +0     | Black Screen Gui destroyed
18:54:47:551 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:47:551 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~Esc is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:47:552 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:47:552 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~Esc"
18:54:47:552 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:47:552 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~Esc" to call label: "CloseProcess"
18:54:47:553 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:47:553 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:47:553 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:47:554 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~1joy10 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:47:554 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:47:554 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~1joy10"
18:54:47:554 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:47:554 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~1joy10" to call label: "CloseProcess"
18:54:47:554 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:47:554 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:47:555 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Started
18:54:47:555 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - KeyGroup ~2joy8 is in TableKeyGroups ~Esc,~1joy10,~2joy8,PrintScreen,~e&~t,Left,Right,Up,Down,1joy3,Numpad4,Numpad6,Numpad8,Numpad2,NumpadEnter,X,C,V,
18:54:47:555 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 10 check
18:54:47:555 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Disabled Hotkey for: "~2joy8"
18:54:47:555 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 11 check
18:54:47:555 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~2joy8" to call label: "TogglePauseMenuStatus"
18:54:47:556 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Post loop 12 check
18:54:47:556 | MD |   DEBUG2  | +0     | XHotkeyTableCreation - Ended
18:54:47:556 | MD |   DEBUG2  | +0     | Enabled exit emulator, bezel, and multigame keys
18:54:47:558 | MD |   DEBUG2  | +0     | Unmuting computer sound while Pause is loaded. Master Mute status: 0 (0 is unmutted)
18:54:47:587 | MD |     INFO  | +31    | Pause Closed
18:55:00:876 | MD |   DEBUG1  | +13292 | CloseProcess - Started, user requested to end launched application
18:55:00:876 | MD |   DEBUG1  | +0     | ShowFE - Started
18:55:00:876 | MD |   DEBUG1  | +0     | ShowFE - Ended
18:55:00:876 | MD |     INFO  | +0     | WinClose - Closing: AHK_class MYWIN
18:55:03:030 | MD |   DEBUG1  | +2152  | CloseProcess - Ended
18:55:03:033 | MD |     INFO  | +0     | StopGlobalUserFeatures - Starting
18:55:03:033 | MD |     INFO  | +0     | StopGlobalUserFeatures - Ending
18:55:03:033 | MD |     INFO  | +0     | ExitModule - Started
18:55:03:034 | MD |     INFO  | +0     | Starting Updating Statistics:
18:55:03:034 | MD |   DEBUG2  | +0     | Total Elapsed Time in Pause in seconds: 23
18:55:03:034 | MD |   DEBUG2  | +0     | gameSectionStartTime:1987499
18:55:03:034 | MD |   DEBUG2  | +0     | ElapsedTime:30
18:55:03:035 | MD |   DEBUG2  | +0     | Loaded game statistics from ini files:
					Number_of_Times_Played: 2
					Last_Time_Played: Monday October 19, 2015 01:47:42 AM
					Average_Time_Played: 17
					Total_Time_Played: 34
					System_Total_Played_Time: 13742
					Total_Global_Played_Time: 108738
18:55:03:035 | MD |   DEBUG2  | +0     | Updated Statistics: Number_of_Times_Played: 3
					Last_Time_Played: Thursday October 22, 2015 06:54:09 PM
					Average_Time_Played: 21
					Total_Time_Played: 64
					System_Total_Played_Time: 13772
					Total_Global_Played_Time: 108768
18:55:03:130 | MD |     INFO  | +94    | Game section statistics updated.
18:55:03:130 | MD |     INFO  | +0     | RunKeymapper - Started, using method "unload"
18:55:03:130 | MD |     INFO  | +0     | GetJoystickArray - Started
18:55:03:154 | MD |   DEBUG2  | +31    | GetJoystickArray - Joysticks Detected: 1100000000000000
18:55:03:156 | MD |     INFO  | +0     | GetJoystickGUID - Started
18:55:03:157 | MD |     INFO  | +0     | GetJoystickGUID - Ended and found GUID: 80957313AD5BE5118001444553540000
18:55:03:157 | MD |   DEBUG2  | +0     | GetJoystickArray - ID: 1 | Port: 0 | Name: THT Arcade console 2P USB Player | MID: 16c0 | PID: 05e1 | GUID: 80957313AD5BE5118001444553540000
18:55:03:159 | MD |     INFO  | +0     | GetJoystickGUID - Started
18:55:03:159 | MD |     INFO  | +0     | GetJoystickGUID - Ended and found GUID: E07C1219AD5BE5118001444553540000
18:55:03:159 | MD |   DEBUG2  | +0     | GetJoystickArray - ID: 2 | Port: 1 | Name: THT Arcade console 2P USB Player | MID: 16c0 | PID: 05e1 | GUID: E07C1219AD5BE5118001444553540000
18:55:03:159 | MD |     INFO  | +0     | GetJoystickArray - Ended
18:55:03:159 | MD |   DEBUG2  | +0     | RunKeymapper - Looping through controllers to find xpadder profiles for each one
18:55:03:159 | MD |   DEBUG2  | +0     | RunKeymapper - ID: 1 Now searching for a matching profile for this controller: "THT Arcade console 2P USB Player"
18:55:03:200 | MD |   DEBUG2  | +47    | GetProfile - Searching for these profiles (| delimited): D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank
18:55:03:200 | MD |   DEBUG2  | +0     | GetProfile - Searching -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:55:03:200 | MD |     INFO  | +0     | GetProfile - Loading Profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:55:03:200 | MD |   DEBUG2  | +0     | RunKeymapper - ID: 2 Now searching for a matching profile for this controller: "THT Arcade console 2P USB Player"
18:55:03:200 | MD |   DEBUG2  | +0     | GetProfile - Searching for these profiles (| delimited): D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank
18:55:03:200 | MD |   DEBUG2  | +0     | GetProfile - Searching -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:55:03:200 | MD |     INFO  | +0     | GetProfile - Loading Profile -> D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile
18:55:03:200 | MD |     INFO  | +0     | RunXpadder - Started
18:55:03:201 | MD |     INFO  | +0     | Process - Exist VJoy.exe 
18:55:03:202 | MD |   DEBUG2  | +0     | RunXpadder - Closing xpadder to refresh controllers seen by xpadder
18:55:03:202 | MD |     INFO  | +0     | Run - Running: D:\Arcade\Tools\Xpadder\xpadder.exe /C
18:55:03:232 | MD |   DEBUG1  | +31    | Run - "xpadder.exe /C" Process ID: 1684
18:55:03:232 | MD |   DEBUG2  | +0     | RunXpadder - Creating an array of connected controllers and profiles to arrange according to the order found in D:\Arcade\Tools\Xpadder\xpadder.ini
18:55:03:232 | MD |     INFO  | +0     | Process - WaitClose xpadder.exe 2
18:55:03:446 | MD |   DEBUG2  | +219   | RunXpadder - Reading the order in D:\Arcade\Tools\Xpadder\xpadder.ini and arranging profiles found to match that order
18:55:03:446 | MD |   DEBUG2  | +0     | RunXpadder - No more controllers to be found
18:55:03:446 | MD |     INFO  | +0     | Run - Running: D:\Arcade\Tools\Xpadder\xpadder.exe "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" /M
18:55:03:457 | MD |   DEBUG1  | +0     | Run - "xpadder.exe "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" "D:\Arcade\ROCKETLAUNCHER\Profiles\xpadder\_Default\blank.xpadderprofile" /M" Process ID: 584
18:55:03:457 | MD |     INFO  | +0     | RunXpadder - Ended
18:55:03:457 | MD |     INFO  | +0     | RunKeymapper - Ended
18:55:03:457 | MD |     INFO  | +0     | LoadPreferredControllers - Started
18:55:03:457 | MD |   DEBUG2  | +0     | LoadPreferredControllers - JoyIDsPreferredControllers = THT Arcade console 2P USB Player
18:55:03:458 | MD |   DEBUG2  | +0     | LoadPreferredControllers - Creating a list of currently connected joysticks
18:55:03:458 | MD |     INFO  | +0     | GetJoystickArray - Started
18:55:03:671 | MD |   DEBUG2  | +218   | GetJoystickArray - Joysticks Detected: 1100000000000000
18:55:03:673 | MD |     INFO  | +0     | GetJoystickGUID - Started
18:55:03:673 | MD |     INFO  | +0     | GetJoystickGUID - Ended and found GUID: 80957313AD5BE5118001444553540000
18:55:03:673 | MD |   DEBUG2  | +0     | GetJoystickArray - ID: 1 | Port: 0 | Name: THT Arcade console 2P USB Player | MID: 16c0 | PID: 05e1 | GUID: 80957313AD5BE5118001444553540000
18:55:03:675 | MD |     INFO  | +0     | GetJoystickGUID - Started
18:55:03:676 | MD |     INFO  | +0     | GetJoystickGUID - Ended and found GUID: E07C1219AD5BE5118001444553540000
18:55:03:676 | MD |   DEBUG2  | +0     | GetJoystickArray - ID: 2 | Port: 1 | Name: THT Arcade console 2P USB Player | MID: 16c0 | PID: 05e1 | GUID: E07C1219AD5BE5118001444553540000
18:55:03:676 | MD |     INFO  | +0     | GetJoystickArray - Ended
18:55:03:677 | MD |   DEBUG2  | +0     | LoadPreferredControllers - Preferred Order Sorting List -> 1.01|16c0|05e1|80957313AD5BE5118001444553540000
18:55:03:677 | MD |   DEBUG2  | +0     | LoadPreferredControllers - Preferred Order Sorting List -> 1.02|16c0|05e1|E07C1219AD5BE5118001444553540000
18:55:03:677 | MD |     INFO  | +0     | LoadPreferredControllers - Sorting Currently Connected joysticks List to match the order of the Preferred Controller List
18:55:03:677 | MD |     INFO  | +0     | LoadPreferredControllers - Assigning the New Joystick IDs according to the preferred list for the active controllers
18:55:03:677 | MD |     INFO  | +0     | ChangeJoystickID - Started
18:55:03:678 | MD |   DEBUG2  | +0     | ChangeJoystickID - Swapping Joystick ID: 00000000 to the New Joystick ID: 00000000, for the Joystick VID_16c0&PID_05e1&GUID_80957313AD5BE5118001444553540000
18:55:03:678 | MD |     INFO  | +0     | ChangeJoystickID - Ended
18:55:03:678 | MD |     INFO  | +0     | ChangeJoystickID - Started
18:55:03:701 | MD |   DEBUG2  | +31    | ChangeJoystickID - Swapping Joystick ID: 01000000 to the New Joystick ID: 01000000, for the Joystick VID_16c0&PID_05e1&GUID_E07C1219AD5BE5118001444553540000
18:55:03:701 | MD |     INFO  | +0     | ChangeJoystickID - Ended
18:55:03:701 | MD |     INFO  | +0     | LoadPreferredControllers - Ended
18:55:03:710 | MD |     INFO  | +0     | Restoring mouse cursor
18:55:03:731 | MD |     INFO  | +31    | ExitModule - Ended
18:55:03:731 | MD |     INFO  | +0     | End of Module Logs
18:55:03:798 | RL |     INFO  | +60139 | Main - Module ended, exiting RocketLauncher normally
18:55:03:798 | RL |     INFO  | +0     | ExitScript - Started
18:55:03:809 | RL |     INFO  | +15    | SystemCursor - Restoring mouse cursor
18:55:03:817 | RL |     INFO  | +0     | ExitScript - Ended
 

bleasby

RocketLauncher Developer
Developer
did you tried what djvj said above?
did you tried to increase the sleep between the commands or adding extra ones?
 

drewjbx

Member
RL Member
djvj, I set both to run as admin... same problem. Tried with and without the restoremu code, will try to increase times. I know nothing about AHK, but since I have to ALT-ENTER twice to get back to full screen.. wouldnt sending command {ALT}{ENTER} work?
 

drewjbx

Member
RL Member
One other thing.. after adding lines to the module I get the error 'Invalid CRC, module might have been tampered'
Does this cause any problems?
 

djvj

Administrator
Staff member
Developer
Don't worry about the CRC

Take it back to just basics before going nuts with RL. Create a new AHK file and put this in it:
Code:
sleep, 500
Send, !{Enter}
sleep, 500
Send, !{Enter}
;sleep, 500
;Send, !{Enter}

When the emu is in windowed mode, try running the script manually and see if the emu picks it up. If it does not, compile the script and try again. If still nothing, set the compiled script to run as admin and try again. If you still get nothing, then there is nothing RL can do. The issue is something on your PC with privileges or the emu itself is not allowing simulated keys to register in that program.
 

N'ahbdy

New member
RL Member
ok i'll post emu specific pause help. I'll try a few things myself as well, but so far ive had no luck on this one. thx to all
 

drewjbx

Member
RL Member
Not really working, problem I am having is the 3 send !{enter} commands trigger after the emulator exits, confirmed when I hear 3 window sound prompts when closing model2 emu. So I think it loses focus with those commands but weird thing is right after coming out of pause, I directly hit alt+enter on the keyboard twice it will go to full screen, no focus lost on the emu. Ran everything in admin even a compiled script. I think its a focus issue.... Model 2 is one of my favs, not giving up pause for this system yet :)

Code:
If (SelectedNumberofPlayers = 1 || !linkEnabledGame) {
	WinShow, ahk_class MYWIN	; Show the emulator
} Else {
	Loop %SelectedNumberofPlayers%
		WinShow, % "ahk_id " . Screen%a_index%ID	; Show the emulator
	WinActivate, ahk_id %Screen1ID%		; activate first player window so that 

first player can use keyboard instead of last player
}

;I find that the fade in exit looks better after the winshow lines
FadeInExit()

Process("WaitClose", executable)
BezelExit()
FadeOutExit()
ExitModule()


CloseProcess:
	FadeOutStart()
	If (SelectedNumberofPlayers>1) {
		Loop, %SelectedNumberofPlayers%
		{	WinClose("ahk_id " . Screen%A_Index%ID)
			WinWaitClose("ahk_id " . Screen%A_Index%ID)
		}
	} Else
		WinClose("AHK_class MYWIN")

RestoreEmu:
	sleep, 500
	Send, !{Enter}
	sleep, 500
	Send, !{Enter}
	sleep, 500
	Send, !{Enter}

Return
 

djvj

Administrator
Staff member
Developer
You could try putting this right before each Send line:
Code:
RestoreEmu:
    sleep, 500
    WinActivate, ahk_class MYWIN
    Send, !{Enter}
    sleep, 500
    WinActivate, ahk_class MYWIN
    Send, !{Enter}
    sleep, 500
    WinActivate, ahk_class MYWIN
    Send, !{Enter}
Return
 
Top