Jump to content
LaunchBox Community Forums

3DO, Launchbox, Rocketlauncher and Phoenix headache


Recommended Posts

Hi folks,

So I've stumbled on a rather unique and weird problem I think.

I been experimenting with the 3DO/Atari Jaguar emulator Phoenix and it is rather excellent. I use Rocketlauncher and although I had some issue with the modules and such (I basically had to make two entries for the emulator for each platform) it now works perfectly.... within RL. I can launch the games fine and everything is great, but when I try and launch 3DO games in LB it launches the emulator as expected, but it does not seem to forward the game name or something. Phoenix boots up in bios only.
I can't understand why this would be :/  Before using Phoenix I was using FourDoo and it worked totally fine. I wouldn't have thought I need a different command line for this? Surely the normal one should work since it just tells RL to boot a game?

Anyone had a similar problem? or have any idea what could be going wrong?

Cheers!

EDIT:
Added the command I use, but as I've mentioned above. I got this working on every other system I have set up, as well as if I change it to FourDoo it works.

Quote
  -f "C:\Users\xxxx\LaunchBox\LaunchBox.exe" -p RocketLauncherUI -s "Panasonic 3DO" -r
 

One thing I noticed is that while in LB I got the platform named as "Panasonic 3DO Interactive Multiplayer", the RL name is different: "Panasonic 3DO", but again I got other platforms similar as well (Arcade Laserdisc --> Daphne).

Edited by polygonslayer
Link to comment
Share on other sites

If you set your RL logging level to Troubleshooting, run a game from LB, and check the log it will tell you what args LB is sending to RL and what RL is sending to Phoenix. Between the two you should be able to determine the problem.

Link to comment
Share on other sites

So scanning through I notice this being different:

This is when launched from Launchbox:

Quote

20:15:16:813 | RL |      INFO  | +0     | Main - Raw CLI received: "-f C:\Users\xxxxx\LaunchBox\LaunchBox.exe -p RocketLauncherUI -s Panasonic 3DO -r G:\0_Emulation\3DO\ISOs\Alone in the Dark 2.cue"


This is when launching from RocketLauncher itself:

Quote


20:20:12:107 | RL |      INFO  | +0     | Main - Raw CLI received: "-s Panasonic 3DO -r Alone in the Dark 2 -f D:\X_RocketLauncher\RocketLauncher\RocketLauncherUI\RocketLauncherUI.exe -p RocketLauncherUI -o 1"


There is more to the log, but this is what stick out to me first.


Further down the logs mostly look the same and both show this:

Quote


20:20:12:237 | RL |      INFO  | +0     | Main - RocketLauncher received "Panasonic 3DO" and "Alone in the Dark 2"





I'm not really sure what else I'm looking for to be honest :/

Cheers for the help, it's quite strange. I've never had this happen when switching emulators in RL before.

EDIT:
Just checked a different platform and the same difference in the logs appear there, but it works fine.
Must be something else I'm missing in the logs, I'll keep digging.
Cheers!

Edited by polygonslayer
Link to comment
Share on other sites

Not really apart from that I used the combination of RL and LB before there was any real official support between the two so the way I've had it set up has been working perfectly so far.
I'm aware it has had some changes to the way it works (like LB having to have a copy of the database etc) and I do seem to remember that I had to change something to make it work again, but yeah, so far every other system I got works without any problems.

It might be time for me to change over to how it officially is supposed to be set up and see if that fixes it. Is it a fairly easy process to switch over?

Edited by polygonslayer
Link to comment
Share on other sites

The reason I ask.ed is because typically most frontends just send the rom name, not the entire path with the -r switch. The LB plugin prob handles that correctly because it was designed to. Not to mention from what I recall if youre using the rlui plugin you have to replicate all your xmls into the rlui directory. 

I dont use LB so idk. if there are any extra things to setup or if there are things that dont work properly. To set the LB plugin you should just have to go into the rlui/frontends tab and add LB and choose the plugin or double click to modify it if you already have it added. Then change the -p switch from rlui to lb in your lb rl emu args. Prob not the best description but im on my phone at work lol.

  • Thanks 1
Link to comment
Share on other sites

Let me know if you need better instructions or run into problems. If you're still having issues launching games through Phoenix after changing the plugin (or you decide you want to stick with your current method) post a full RL troubleshooting log here or create a thread on the RL forums with it and I should be able to figure out the problem.

Link to comment
Share on other sites

Cheers again man :)

Right, so I tried changing the plugin over LB in RL and because I got a lot of my platforms named differently in LB they come up without any default emulator etc.

So while there probably is a way around this and stuff. I thought I might as well post the logs here in case it might actually be a fairly easy fix.

Also worth noting (and forgot to mention) is that the module I use is slightly modifed as per the thread here on RL forums: http://www.rlauncher.com/forum/showthread.php?5073-Phoenix-Module-for-Jaguar-Emulation/page3

Here is the modified module:
 

MEmu := "Phoenix3DO"
MEmuV := "v1.1"
MURL := ["http://www.arts-union.ru/node/23"]
MAuthor := ["djvj"]
MVersion := "2.0.4"
MCRC := "BD5A0D04"
iCRC := "109E182B"
MID := "635038268914342592"
MSystem := ["Panasonic 3DO","Atari Jaguar"]
;----------------------------------------------------------------------------
; Notes:
; This emu only supports iso images
; Set SelectGameMode if you have any problems with the emu opening the game
; If your bios file is called fz10_rom.bin, rename it to fz10.rom, it should be placed in the same dir as the emu exe.
; On first launch, Phoenix will ask you to point it to the fz10.rom. After you do that, exit the emu and select a game in your Front End and it should work.
; If you do not have an English windows, set the language you use for the MLanguage setting in RocketLauncherUI. Currently only Spanish/Portuguese is supported.
;
; Phoenix stores its config in the registry @ HKEY_CURRENT_USER\Software\FreeDO\FreeDO Emulator
;----------------------------------------------------------------------------

StartModule()
BezelGUI()
FadeInStart()

Fullscreen := moduleIni.Read("Settings", "Fullscreen","true",,1)
ControlDelay := moduleIni.Read("Settings", "ControlDelay","20",,1) ; raise this if the module is getting stuck somewhere
KeyDelay := moduleIni.Read("Settings", "KeyDelay","-1",,1) ; raise this if the module is getting stuck

dialogOpen := ("dialog.open") ; Looking up local translation

If bezelEnabled
BezelStart(If Fullscreen = "true" ? "" : "fixResMode")

;hideEmuObj := Object(dialogOpen . " ahk_class #32770",0,"Phoenix ahk_class Qt5QWindowIcon",1)	; Hide_Emu will hide these windows. 0 = will never unhide, 1 = will unhide later
7z(romPath, romName, romExtension, 7zExtractPath)

SetControlDelay, %ControlDelay%
SetKeyDelay(KeyDelay)

If romExtension in .7z,.rar,.zip
ScriptError("Pheonix does not support archived or cue files. Only ""iso"", ""img"", and ""bin"" files can be loaded. Either enable 7z support, or extract your games first.")

HideEmuStart()	; This fully ensures windows are completely hidden even faster than winwait

; Your XML file to be altered in a variable
FileRead, xml, %emuPath%\phoenix.config.xml
romPath2 = %romPath%/%romName%%romExtension%
romPath3 = %romPath%
StringReplace, romPath2, romPath2, \, /, UseErrorLevel
StringReplace, romPath3, romPath3, \, /, UseErrorLevel



; Use regex to setup the game to load
ToReplace = 
(
<CD-ROM [^>]*
)
Replacement = 
(
<CD-ROM expanded="true" attach="%romPath2%" last-path="%romPath3%"
)
xml := StringUtils.RegExReplace(xml,ToReplace,Replacement )

FileDelete, %emuPath%\phoenix.config.xml
FileAppend, %xml%, %emuPath%\phoenix.config.xml

Run(executable, emuPath)
DetectHiddenWindows, on

WinWait("ahk_class Qt5QWindowIcon")
WinWaitActive("ahk_class Qt5QWindowIcon")
;WinMenuSelectItem, ahk_class Qt5QWindowPopupDropShadow,, 2&, 1&

Send, {Alt}{Right}{Enter}{Enter} ; power on roms

If Fullscreen = true
Send, {F11} ; fullscreen

Sleep, 1000

BezelDraw()
HideEmuEnd()
FadeInExit()
Process("WaitClose", executable)
7zCleanUp()
BezelExit()
FadeOutExit()
ExitModule()

CloseProcess:
FadeOutStart()
WinClose("ahk_class Qt5QWindowIcon")	; Removing Phoenix from the title because the emulator shows statistics in the title while a game is playing
Return

As mentioned before, this work perfectly fine when launching directly from LB.
And I use version of this module that is mentioned earlier in the thread to launch Atari Jaguar games and it works fine both in RL and LB (although I had to make another copy of the emulator as mentioned in the thread).

Here is the log when I launch a game through RL (working):
 

[code]
18:27:32:976 | RL |      INFO  | +N/A   | Main - RocketLauncher v1.2.0.1 (www.rlauncher.com)
18:27:32:021 | RL |   WARNING  | +47    | Main - Logging level is debug or higher and will cause slowdowns to RocketLauncher's performance. When troubleshooting is finished, please lower logging level to restore proper performance.
18:27:33:099 | RL |     DEBUG  | +78    | Registry.Read - Reading from Registry : RootKey=HKEY_LOCAL_MACHINE, SubKey=System\CurrentControlSet\Control\Windows, ValueName=ErrorMode,RegistryVersion=32
18:27:33:099 | RL |     DEBUG  | +0     | Registry.Read - Registry Read finished, returning 0
18:27:33:099 | RL |      INFO  | +0     | Main - System Specs:
					RocketLauncher Dir: D:\X_RocketLauncher\RocketLauncher
					RocketLauncher is: 32-bit
					OS: Microsoft Windows 8.1 Pro
					SKU: Professional
					Total Memory: 16322.46 MB
					Free Memory: 9491.87 MB
					Used Memory: 6830.586 MB
					SystemType: 64-bit
					Physical Processors: 1
					Logical Processors: 8
					GPU 1 Name: NVIDIA GeForce GTX 660
					GPU 1 RAM: -2048.00 MB
					GPU 1 Driver Version: 23.21.13.8813
					Sound 1 Device: NVIDIA High Definition Audio
					Sound 1 Status: Enabled
					Sound 2 Device: Realtek High Definition Audio
					Sound 2 Status: Enabled
					Sound 3 Device: NVIDIA Virtual Audio Device (Wave Extensible) (WDM)
					Sound 3 Status: Enabled
					OS Language: English_United_Kingdom
					System Locale: en-GB
					Formats Locale: en-GB
					Windows UI Language: en-GB
					Text Encoding: Windows-1252
					OS Admin Status: No
					RL Compatibility Flags:  HIGHDPIAWARE
					Latest .Net Version: v4.0.30319
					Monitor #1 (\\.\DISPLAY1): 1920x1080 (1920x1040 work) [32bit] [60hz] [Landscape]  (Primary)
					Current AHK Desktop Width: 1920
					Current AHK Desktop Height: 1080
					Monitor #1 DPI: 125
					ErrorMode: 0
					AutoHotkey Path: C:\Program Files (x86)\AutoHotkey\AutoHotkey.exe
					AHK Version: 1.1.13.00
					Unicode: No
18:27:33:104 | RL |      INFO  | +0     | CheckFile - Checking if D:\X_RocketLauncher\RocketLauncher\RocketLauncher.exe exists
18:27:33:104 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					FileDescription         	RocketLauncher
					FileVersion             	1.2.0.1
					LegalCopyright          	�2016 RocketLauncher
					ProductName             	djvj's one swell guy!
					ProductVersion          	1.2.0.1
					CompanyName             	Your favorite Front End companion! Visit us @ www.rlauncher.com
					File Size:			2195456 bytes
					Created:			2/21/2017 - 7:15:15 PM
					Modified:			2/21/2017 - 7:15:18 PM
18:27:33:104 | RL |      INFO  | +0     | Main - Raw CLI received: "-s Panasonic 3DO -r Alone in the Dark 2 -f D:\X_RocketLauncher\RocketLauncher\RocketLauncherUI\RocketLauncherUI.exe -p RocketLauncherUI -o 1"
18:27:33:104 | RL |     TRACE  | +0     | File.__New - Creating new file object of: "D:\X_RocketLauncher\RocketLauncher\Module Extensions\RocketLauncher.dll"
18:27:33:109 | RL |      INFO  | +16    | File.CheckFile - Checking if "D:\X_RocketLauncher\RocketLauncher\Module Extensions\RocketLauncher.dll" exists
18:27:33:109 | RL |     TRACE  | +0     | File.Exist - This file exists: D:\X_RocketLauncher\RocketLauncher\Module Extensions\RocketLauncher.dll
18:27:33:109 | RL |     DEBUG  | +0     | File.CheckFile - Attributes:
					FileDescription         	RocketLauncher Utils
					FileVersion             	1.1.0.0
					InternalName            	RocketLauncher.dll
					LegalCopyright          	Copyright � RocketLauncher 2013-2016
					OriginalFilename        	RocketLauncher.dll
					ProductName             	RocketLauncher
					ProductVersion          	1.1.0.0
					File Size:			81408 bytes
					Created:			2/21/2017 - 7:14:52 PM
					Modified:			2/21/2017 - 7:14:52 PM
18:27:33:109 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Extension: D:\X_RocketLauncher\RocketLauncher\Module Extensions\Array.ahk
18:27:33:114 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			4926 bytes
					Created:			2/21/2017 - 7:13:52 PM
					Modified:			2/21/2017 - 7:13:52 PM
18:27:33:114 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Module Extensions\BinHexRW.ahk
18:27:33:114 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			5112 bytes
					Created:			2/21/2017 - 7:15:03 PM
					Modified:			2/21/2017 - 7:15:03 PM
18:27:33:114 | RL |      INFO  | +0     | CheckFile - Checking if D:\X_RocketLauncher\RocketLauncher\Module Extensions\BlockInput.exe exists
18:27:33:144 | RL |     DEBUG  | +31    | CheckFile - Attributes:
					FileDescription
					FileVersion             	1.1.09.04
					InternalName
					OriginalFilename
					ProductName
					ProductVersion          	1.1.09.04
					File Size:			657920 bytes
					Created:			5/4/2015 - 1:43:24 PM
					Modified:			3/10/2015 - 11:29:47 PM
18:27:33:146 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Extension: D:\X_RocketLauncher\RocketLauncher\Module Extensions\CLR_L.ahk | vInterop
18:27:33:146 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			5503 bytes
					Created:			2/21/2017 - 7:13:54 PM
					Modified:			2/21/2017 - 7:13:54 PM
18:27:33:150 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Extension: D:\X_RocketLauncher\RocketLauncher\Module Extensions\Control_AniGif.ahk | vAniGif.ahk
18:27:33:150 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			5716 bytes
					Created:			5/4/2015 - 1:43:24 PM
					Modified:			3/10/2015 - 11:29:47 PM
18:27:33:150 | RL |     ERROR  | +0     | CRC Check - No CRC defined on the header for: D:\X_RocketLauncher\RocketLauncher\Module Extensions\gdip.ahk
18:27:33:155 | RL |     DEBUG  | +16    | CheckFile - Attributes:
					File Size:			88789 bytes
					Created:			5/4/2015 - 1:43:24 PM
					Modified:			3/10/2015 - 11:29:47 PM
18:27:33:155 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Module Extensions\gdip_alt.ahk
18:27:33:155 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			5955 bytes
					Created:			2/21/2017 - 7:14:13 PM
					Modified:			2/21/2017 - 7:14:13 PM
18:27:33:155 | RL |      INFO  | +0     | CheckFile - Checking if D:\X_RocketLauncher\RocketLauncher\Module Extensions\gsdll32.dll exists
18:27:33:165 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			13090816 bytes
					Created:			5/4/2015 - 1:43:24 PM
					Modified:			3/10/2015 - 11:29:47 PM
18:27:33:165 | RL |      INFO  | +0     | CheckFile - Checking if D:\X_RocketLauncher\RocketLauncher\Module Extensions\itextsharp.dll exists
18:27:33:185 | RL |     DEBUG  | +15    | 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:			5/4/2015 - 1:43:25 PM
					Modified:			3/10/2015 - 11:29:47 PM
18:27:33:190 | RL |      INFO  | +16    | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Module Extensions\Java.ahk
18:27:33:190 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			7859 bytes
					Created:			2/21/2017 - 7:13:41 PM
					Modified:			2/21/2017 - 7:13:42 PM
18:27:33:190 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Extension: D:\X_RocketLauncher\RocketLauncher\Module Extensions\JSON.ahk
18:27:33:190 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			9227 bytes
					Created:			4/24/2016 - 11:11:30 AM
					Modified:			4/24/2016 - 11:11:30 AM
18:27:33:200 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Module Extensions\Origin.ahk
18:27:33:200 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			4915 bytes
					Created:			2/21/2017 - 7:13:43 PM
					Modified:			2/21/2017 - 7:13:43 PM
18:27:33:200 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Extension: D:\X_RocketLauncher\RocketLauncher\Module Extensions\RegRW64.ahk
18:27:33:200 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			6915 bytes
					Created:			5/4/2015 - 1:43:25 PM
					Modified:			3/10/2015 - 11:29:47 PM
18:27:33:205 | RL |      INFO  | +16    | CRC Check - CRC matches, this is an official unedited Extension: D:\X_RocketLauncher\RocketLauncher\Module Extensions\RIni.ahk | v1.7
18:27:33:205 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			67872 bytes
					Created:			2/21/2017 - 7:14:52 PM
					Modified:			2/21/2017 - 7:14:52 PM
18:27:33:205 | RL |      INFO  | +0     | CheckFile - Checking if D:\X_RocketLauncher\RocketLauncher\Module Extensions\SevenZipSharp.dll exists
18:27:33:220 | RL |     DEBUG  | +15    | CheckFile - Attributes:
					FileDescription         	SevenZipSharp
					FileVersion             	0.64.5717.6837
					InternalName            	SevenZipSharp.dll
					LegalCopyright          	Copyright (C) Markovtsev Vadim 2009, 2010, licenced under LGPLv3
					OriginalFilename        	SevenZipSharp.dll
					ProductName             	SevenZipSharp
					ProductVersion          	0.64.5717.6837
					CompanyName             	Markovtsev Vadim
					File Size:			167424 bytes
					Created:			10/3/2015 - 11:12:48 AM
					Modified:			10/3/2015 - 11:12:48 AM
18:27:33:220 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Module Extensions\Steam.ahk
18:27:33:220 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			5517 bytes
					Created:			2/21/2017 - 7:14:58 PM
					Modified:			2/21/2017 - 7:14:58 PM
18:27:33:220 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Extension: D:\X_RocketLauncher\RocketLauncher\Module Extensions\VA.ahk
18:27:33:220 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			34688 bytes
					Created:			5/4/2015 - 1:43:25 PM
					Modified:			3/10/2015 - 11:29:47 PM
18:27:33:225 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Module Extensions\VA_Extension.ahk
18:27:33:225 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			3862 bytes
					Created:			2/21/2017 - 7:14:44 PM
					Modified:			2/21/2017 - 7:14:44 PM
18:27:33:225 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\7z.ahk
18:27:33:225 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			33916 bytes
					Created:			2/21/2017 - 7:15:25 PM
					Modified:			2/21/2017 - 7:15:26 PM
18:27:33:230 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Bezel.ahk
18:27:33:230 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			121257 bytes
					Created:			2/21/2017 - 7:14:10 PM
					Modified:			2/21/2017 - 7:14:10 PM
18:27:33:230 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Fade.ahk
18:27:33:230 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			39707 bytes
					Created:			2/21/2017 - 7:14:35 PM
					Modified:			2/21/2017 - 7:14:35 PM
18:27:33:235 | RL |      INFO  | +16    | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Fade Init.ahk
18:27:33:235 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			1140 bytes
					Created:			2/21/2017 - 7:14:21 PM
					Modified:			2/21/2017 - 7:14:21 PM
18:27:33:235 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Fade Animations.ahk
18:27:33:235 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			77961 bytes
					Created:			2/21/2017 - 7:14:56 PM
					Modified:			2/21/2017 - 7:14:56 PM
18:27:33:240 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Keymapper.ahk
18:27:33:240 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			33682 bytes
					Created:			2/21/2017 - 7:14:04 PM
					Modified:			2/21/2017 - 7:14:05 PM
18:27:33:240 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Keymapper Init.ahk
18:27:33:240 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			3966 bytes
					Created:			2/21/2017 - 7:14:54 PM
					Modified:			2/21/2017 - 7:14:54 PM
18:27:33:240 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\MultiGame.ahk
18:27:33:245 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			41583 bytes
					Created:			2/21/2017 - 7:13:40 PM
					Modified:			2/21/2017 - 7:13:40 PM
18:27:33:250 | RL |      INFO  | +16    | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\MultiGame Init.ahk
18:27:33:250 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			169 bytes
					Created:			2/21/2017 - 7:14:31 PM
					Modified:			2/21/2017 - 7:14:31 PM
18:27:33:255 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\MultiPlayer.ahk
18:27:33:255 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			67277 bytes
					Created:			2/21/2017 - 7:13:56 PM
					Modified:			2/21/2017 - 7:13:57 PM
18:27:33:260 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Pause.ahk
18:27:33:260 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			408415 bytes
					Created:			2/21/2017 - 7:15:18 PM
					Modified:			2/21/2017 - 7:15:19 PM
18:27:33:260 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Pause Init.ahk
18:27:33:260 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			563 bytes
					Created:			2/21/2017 - 7:14:09 PM
					Modified:			2/21/2017 - 7:14:09 PM
18:27:33:265 | RL |      INFO  | +15    | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Password.ahk
18:27:33:265 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			10131 bytes
					Created:			2/21/2017 - 7:13:37 PM
					Modified:			2/21/2017 - 7:13:37 PM
18:27:33:265 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\DLL\RocketLauncher.ahk
18:27:33:265 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			31509 bytes
					Created:			2/21/2017 - 7:15:37 PM
					Modified:			2/21/2017 - 7:15:37 PM
18:27:33:265 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Log\Logger.ahk
18:27:33:265 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			3558 bytes
					Created:			2/21/2017 - 7:13:44 PM
					Modified:			2/21/2017 - 7:13:44 PM
18:27:33:270 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\MiscUtils.ahk
18:27:33:270 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			6709 bytes
					Created:			2/21/2017 - 7:15:26 PM
					Modified:			2/21/2017 - 7:15:26 PM
18:27:33:270 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\Environment\Registry.ahk
18:27:33:270 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			2084 bytes
					Created:			2/21/2017 - 7:14:01 PM
					Modified:			2/21/2017 - 7:14:01 PM
18:27:33:270 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\Environment\ArrayUtils.ahk
18:27:33:270 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			306 bytes
					Created:			2/21/2017 - 7:14:17 PM
					Modified:			2/21/2017 - 7:14:17 PM
18:27:33:275 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\Environment\LocaleUtils.ahk
18:27:33:275 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			2104 bytes
					Created:			2/21/2017 - 7:14:26 PM
					Modified:			2/21/2017 - 7:14:27 PM
18:27:33:275 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\Environment\StringUtils.ahk
18:27:33:275 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			7754 bytes
					Created:			2/21/2017 - 7:14:13 PM
					Modified:			2/21/2017 - 7:14:13 PM
18:27:33:275 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\Environment\TimerUtils.ahk
18:27:33:275 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			2948 bytes
					Created:			2/21/2017 - 7:14:05 PM
					Modified:			2/21/2017 - 7:14:05 PM
18:27:33:280 | RL |      INFO  | +16    | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\File\ArchiveFile.ahk
18:27:33:280 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			346 bytes
					Created:			2/21/2017 - 7:14:54 PM
					Modified:			2/21/2017 - 7:14:55 PM
18:27:33:280 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\File\DemulShooter.ahk
18:27:33:280 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			786 bytes
					Created:			2/21/2017 - 7:14:09 PM
					Modified:			2/21/2017 - 7:14:10 PM
18:27:33:280 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\File\Emulator.ahk
18:27:33:285 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			1231 bytes
					Created:			2/21/2017 - 7:14:18 PM
					Modified:			2/21/2017 - 7:14:19 PM
18:27:33:285 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\File\File.ahk
18:27:33:285 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			9522 bytes
					Created:			2/21/2017 - 7:14:23 PM
					Modified:			2/21/2017 - 7:14:23 PM
18:27:33:285 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\File\FileUtils.ahk
18:27:33:285 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			339 bytes
					Created:			2/21/2017 - 7:14:13 PM
					Modified:			2/21/2017 - 7:14:14 PM
18:27:33:285 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\File\Folder.ahk
18:27:33:290 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			643 bytes
					Created:			2/21/2017 - 7:13:45 PM
					Modified:			2/21/2017 - 7:13:46 PM
18:27:33:290 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\File\IniFile.ahk
18:27:33:296 | RL |     DEBUG  | +15    | CheckFile - Attributes:
					File Size:			4364 bytes
					Created:			2/21/2017 - 7:14:43 PM
					Modified:			2/21/2017 - 7:14:43 PM
18:27:33:300 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\File\Process.ahk
18:27:33:300 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			9711 bytes
					Created:			2/21/2017 - 7:14:50 PM
					Modified:			2/21/2017 - 7:14:50 PM
18:27:33:300 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\File\PropertiesFile.ahk
18:27:33:300 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			4218 bytes
					Created:			2/21/2017 - 7:13:55 PM
					Modified:			2/21/2017 - 7:13:55 PM
18:27:33:300 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\File\RIniFile.ahk
18:27:33:300 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			3898 bytes
					Created:			2/21/2017 - 7:13:38 PM
					Modified:			2/21/2017 - 7:13:38 PM
18:27:33:305 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\File\XMLFile.ahk
18:27:33:305 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			331 bytes
					Created:			2/21/2017 - 7:15:09 PM
					Modified:			2/21/2017 - 7:15:09 PM
18:27:33:310 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\Input\KeyUtils.ahk
18:27:33:310 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			5426 bytes
					Created:			2/21/2017 - 7:13:46 PM
					Modified:			2/21/2017 - 7:13:47 PM
18:27:33:310 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\UI\Control.ahk
18:27:33:310 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			4603 bytes
					Created:			2/21/2017 - 7:14:02 PM
					Modified:			2/21/2017 - 7:14:02 PM
18:27:33:310 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\UI\Window.ahk
18:27:33:310 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			24655 bytes
					Created:			2/21/2017 - 7:13:48 PM
					Modified:			2/21/2017 - 7:13:48 PM
18:27:33:315 | RL |      INFO  | +16    | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\UI\WindowTitle.ahk
18:27:33:315 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			1171 bytes
					Created:			2/21/2017 - 7:14:26 PM
					Modified:			2/21/2017 - 7:14:26 PM
18:27:33:315 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Rom Mapping Launch Menu.ahk
18:27:33:315 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			72279 bytes
					Created:			2/21/2017 - 7:15:12 PM
					Modified:			2/21/2017 - 7:15:12 PM
18:27:33:320 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Shader.ahk
18:27:33:320 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			4183 bytes
					Created:			2/21/2017 - 7:15:28 PM
					Modified:			2/21/2017 - 7:15:28 PM
18:27:33:320 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Shader Init.ahk
18:27:33:320 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			412 bytes
					Created:			2/21/2017 - 7:14:05 PM
					Modified:			2/21/2017 - 7:14:05 PM
18:27:33:330 | RL |      INFO  | +16    | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Shared.ahk
18:27:33:330 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			173248 bytes
					Created:			2/21/2017 - 7:13:53 PM
					Modified:			2/21/2017 - 7:13:54 PM
18:27:33:330 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Statistics.ahk
18:27:33:330 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			27008 bytes
					Created:			2/21/2017 - 7:14:05 PM
					Modified:			2/21/2017 - 7:14:05 PM
18:27:33:335 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Statistics Init.ahk
18:27:33:335 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			43 bytes
					Created:			2/21/2017 - 7:15:09 PM
					Modified:			2/21/2017 - 7:15:10 PM
18:27:33:335 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Virtual Drive.ahk
18:27:33:335 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			20294 bytes
					Created:			2/21/2017 - 7:13:47 PM
					Modified:			2/21/2017 - 7:13:47 PM
18:27:33:340 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\XHotkey.ahk
18:27:33:340 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			26615 bytes
					Created:			2/21/2017 - 7:14:31 PM
					Modified:			2/21/2017 - 7:14:31 PM
18:27:33:340 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\XHotkey Init.ahk
18:27:33:340 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			1073 bytes
					Created:			2/21/2017 - 7:14:58 PM
					Modified:			2/21/2017 - 7:14:58 PM
18:27:33:340 | RL |     DEBUG  | +0     | Main - Received this dbName with no path via CLI: "Alone in the Dark 2"
18:27:33:340 | RL |     DEBUG  | +0     | Main - dbName: Alone in the Dark 2
18:27:33:340 | RL |      INFO  | +0     | Main - Loading Front End Plugin: "RocketLauncherUI"
18:27:33:340 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Plugins\RocketLauncherUI.plugin
18:27:33:340 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			4177 bytes
					Created:			2/21/2017 - 7:15:09 PM
					Modified:			2/21/2017 - 7:15:09 PM
18:27:33:340 | RL |     TRACE  | +0     | Process.__New - Creating new process object for: "D:\X_RocketLauncher\RocketLauncher\RocketLauncherUI\RocketLauncherUI.exe"
18:27:33:345 | RL |     TRACE  | +15    | File.__New - Creating new file object of: "D:\X_RocketLauncher\RocketLauncher\RocketLauncherUI\RocketLauncherUI.exe"
18:27:33:345 | RL |      INFO  | +0     | Process.Process - "Exist" "RocketLauncherUI.exe"
18:27:33:345 | RL |     TRACE  | +0     | Process.GetProcessID
18:27:33:350 | RL |      INFO  | +0     | Main - Detected RocketLauncherUI.exe is currently running
18:27:33:350 | RL |     TRACE  | +0     | Window.__New - Created: "ahk_pid 2164"
18:27:33:350 | RL |     TRACE  | +0     | Window.Get - ID is "0x10c22" from "ahk_pid 2164"
18:27:33:350 | RL |     TRACE  | +0     | Window.GetPos - Retrieved x:207 y:66 w: 1712 h: 948 from "ahk_id 0x10c22"
18:27:33:350 | RL |      INFO  | +0     | Main - RocketLauncherUI.exe coordinates are x207 y66 w1712 h948
18:27:33:350 | RL |      INFO  | +0     | Main - RocketLauncher received "Panasonic 3DO" and "Alone in the Dark 2"
18:27:33:355 | RL |      INFO  | +0     | Main - Did not find a "D:\X_RocketLauncher\RocketLauncher\Settings\Panasonic 3DO\Game Options.ini" file, skipping any game-specific options.
18:27:33:355 | RL |      INFO  | +0     | Main - Alone in the Dark 2 is using the default emulator: Phoenix_3DO
18:27:33:355 | RL |      INFO  | +0     | Main - Checking for a [Phoenix_3DO] section in D:\X_RocketLauncher\RocketLauncher\Settings\Panasonic 3DO\Emulators.ini
18:27:33:355 | RL |      INFO  | +0     | Main - Checking for a [Phoenix_3DO] section in D:\X_RocketLauncher\RocketLauncher\Settings\Global Emulators.ini
18:27:33:355 | RL |      INFO  | +0     | Main - Found [Phoenix_3DO] in D:\X_RocketLauncher\RocketLauncher\Settings\Global Emulators.ini
18:27:33:355 | RL |      INFO  | +0     | CheckFile - Checking if D:\X_RocketLauncher\RocketLauncher\Modules\Phoenix_3DO\Phoenix3DO.ahk exists
18:27:33:355 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			3365 bytes
					Created:			5/3/2018 - 8:41:50 PM
					Modified:			5/10/2018 - 6:11:22 PM
18:27:33:361 | RL |   WARNING  | +16    | Main - CRC Check - CRC does not match official module and will not be supported. Continue using at your own risk.
18:27:33:361 | RL |      INFO  | +0     | Main - Alone in the Dark 2 will use module: D:\X_RocketLauncher\RocketLauncher\Modules\Phoenix_3DO\Phoenix3DO.ahk
18:27:33:376 | RL |      INFO  | +16    | Main - Using standard method with "Rom Extension" SkipChecks or without any SkipChecks.
18:27:33:376 | RL |      INFO  | +0     | CheckFile - Checking if D:\X_RocketLauncher\Emulators\Phoenix_3DO\PhoenixEmuProject.exe exists
18:27:33:380 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			9434624 bytes
					Created:			5/3/2018 - 8:23:49 PM
					Modified:			6/12/2017 - 11:50:24 PM
18:27:33:380 | RL |      INFO  | +0     | Main - INI Keys read
18:27:33:380 | RL |      INFO  | +0     | CheckFile - Checking if D:\X_RocketLauncher\RocketLauncher\Module Extensions\7z.exe exists
18:27:33:380 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					FileDescription         	7-Zip Console
					FileVersion             	15.06 beta
					InternalName            	7z
					LegalCopyright          	Copyright (c) 1999-2015 Igor Pavlov
					OriginalFilename        	7z.exe
					ProductName             	7-Zip
					ProductVersion          	15.06 beta
					CompanyName             	Igor Pavlov
					File Size:			262144 bytes
					Created:			10/3/2015 - 11:12:46 AM
					Modified:			10/3/2015 - 11:12:46 AM
18:27:33:380 | RL |      INFO  | +0     | CheckFile - Checking if D:\X_RocketLauncher\RocketLauncher\Module Extensions\7z.dll exists
18:27:33:380 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					FileDescription         	7z Plugin
					FileVersion             	15.06 beta
					InternalName            	7z
					LegalCopyright          	Copyright (c) 1999-2015 Igor Pavlov
					OriginalFilename        	7z.dll
					ProductName             	7-Zip
					ProductVersion          	15.06 beta
					CompanyName             	Igor Pavlov
					File Size:			1012224 bytes
					Created:			10/3/2015 - 11:12:45 AM
					Modified:			10/3/2015 - 11:12:45 AM
18:27:33:386 | RL |      INFO  | +0     | Main - "Alone in the Dark 2" 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:27:33:386 | RL |      INFO  | +0     | CheckPaths - Started
18:27:33:386 | RL |      INFO  | +0     | CheckPaths - Looking for rom: G:\0_Emulation\3DO\ISOs\Alone in the Dark 2.iso
18:27:33:386 | RL |      INFO  | +0     | CheckPaths - Found rom: G:\0_Emulation\3DO\ISOs\Alone in the Dark 2.iso
18:27:33:386 | RL |     DEBUG  | +0     | CheckPaths - Current romName: Alone in the Dark 2
18:27:33:386 | RL |     DEBUG  | +0     | CheckPaths - Current romPath: G:\0_Emulation\3DO\ISOs
18:27:33:386 | RL |     DEBUG  | +0     | CheckPaths - Current romExtension: .iso
18:27:33:386 | RL |      INFO  | +0     | CheckPaths - Ended
18:27:33:386 | RL |      INFO  | +0     | BuildScript - User Variables:
					;----------------------------------------------------------------------------
					; INJECTED VARIABLES
					;----------------------------------------------------------------------------

					#NoTrayIcon
					#InstallKeybdHook
					MiscUtils.DetectHiddenWindows("On")
					SetTitleMatchMode, 2
					SendMode, Event
					Global RLLog
					Global RLObject
					0 := "10"
					rlPath := "D:\X_RocketLauncher\RocketLauncher"
					pluginPath := "D:\X_RocketLauncher\RocketLauncher\Plugins"
					pluginName := "RocketLauncherUI"
					pluginExt := ".plugin"
					contextOnExit := ""
					rlMode := ""
					rlTitle := "RocketLauncher"
					rlVersion := "1.2.0.1"
					rlAuthor := "djvj"
					rlURL := "www.rlauncher.com"
					langFile := "D:\X_RocketLauncher\RocketLauncher\Data\Language\Localization.ini"
					primMonitor := "1"
					frontendPID := "2164"
					frontendPath := "D:\X_RocketLauncher\RocketLauncher\RocketLauncherUI"
					frontendExe := "RocketLauncherUI.exe"
					frontendExt := "exe"
					frontendName := "RocketLauncherUI"
					frontendDrive := "D"
					exitEmulatorKey := "~Esc"
					restoreFE := "false"
					exitScriptKey := "~q & ~s"
					toggleCursorKey := "~e & ~t"
					emuFullPath := "D:\X_RocketLauncher\Emulators\Phoenix_3DO\PhoenixEmuProject.exe"
					emuPath := "D:\X_RocketLauncher\Emulators\Phoenix_3DO"
					emuName := "Phoenix_3DO"
					emuExt := "exe"
					baseRomPath := ""
					romPath := "G:\0_Emulation\3DO\ISOs"
					romPathFromIni := "G:\0_Emulation\3DO\ISOs"
					romExtension := ".iso"
					romExtensionOrig := ".iso"
					romExtensions := "iso|bin"
					executable := "PhoenixEmuProject.exe"
					systemDbName := "Panasonic 3DO"
					systemName := "Panasonic 3DO"
					dbPath := ""
					dbName := "Alone in the Dark 2"
					dbExt := ""
					romFoundByExt := ""
					romName := "Alone in the Dark 2"
					romMapPath := ""
					romMappingEnabled := "false"
					romMappingLaunchMenuEnabled := "false"
					romMappingFirstMatchingExt := "false"
					romMappingShowAllRomsInArchive := "true"
					romMappingNumberOfGamesByScreen := "7"
					romMappingHideParent := "false"
					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"
					romMappingGameNameTextFont := "Bebas Neue"
					romMappingGameNameTextOptions := "cFFFFFFFF r4 s40 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:\X_RocketLauncher\RocketLauncher\Module Extensions\BlockInput.exe"
					errorLevelReporting := "false"
					lockLaunch := "false"
					lockLaunchGame := ""
					screenRotationAngle := "0"
					screenRotationAngleGame := ""
					setResolution := ""
					logFile := ""
					logLabel := ["    INFO"," WARNING","   ERROR","   DEBUG","   TRACE"]
					logLevel := "10"
					logShowDebugConsole := "false"
					logShowCommandWindow := "false"
					logCommandWindow := "false"
					logIncludeModule := "true"
					logIncludeFileProperties := "true"
					logIncludeDLLLogs := "false"
					errorSounds := "true"
					rlDebugConsoleStdout := ""
					sysLang := "English_United_Kingdom"
					sysType := "64-bit"
					broadcastWindowTitle := ""
					navUpKey := "Up"
					navDownKey := "Down"
					navLeftKey := "Left"
					navRightKey := "Right"
					navSelectKey := "Enter"
					navP2UpKey := "Numpad8"
					navP2DownKey := "Numpad2"
					navP2LeftKey := "Numpad4"
					navP2RightKey := "Numpad6"
					navP2SelectKey := "NumpadEnter"
					originalWidth := "1920"
					originalHeight := "1080"
					vdEnabled := "false"
					vdFullPath := "C:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe"
					vdUseSCSI := "true"
					vdDriveLetter := ""
					vdDriveLetterScsi := ""
					vdAddDrive := "true"
					demulShooterPath := ""
					servoStikEnabled := "false"
					servoStikExitMode := "false"
					ledblinkyEnabled := "false"
					ledblinkySystemName := ""
					ledblinkyFullPath := ""
					ledblinkyProfilePath := "D:\X_RocketLauncher\RocketLauncher\Profiles\LEDBlinky"
					ledblinkyRLProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\LEDBlinky\RocketLauncher"
					winIPACFullPath := ""
					ultraMapEnabled := "false"
					ultraMapFullPath := ""
					emuIdleShutdown := "0"
					launchPasswordHash := "zQJHGuIBD6bt2rEoPola0Rbrl81Ci3lgdm1mxbcm+QfXe+SDPHV0ig=="
					cursorSize := ""
					hideCursor := "false"
					hideEmu := "false"
					hideFE := "false"
					suspendFE := "false"
					fadeIn := "false"
					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"
					fadeClickThrough := "false"
					fadeSounds := "true"
					fade7zProgressMode := "extraction"
					fadeWidthBaseRes := "1920"
					fadeHeightBaseRes := "1080"
					fadeLyr1Color := "FF000000"
					fadeLyr1AlignImage := "Align to Top Left"
					fadeLyr2Pos := "Bottom Right Corner"
					fadeLyr2X := "300"
					fadeLyr2Y := "300"
					fadeLyr2W := ""
					fadeLyr2H := ""
					fadeLyr2Adjust := "1"
					fadeLyr2PicPad := "0"
					fadeLyr2Prefix := "Extra Layer 1 - Console"
					fadeLyr3Pos := "Center"
					fadeLyr3X := "300"
					fadeLyr3Y := "300"
					fadeLyr3W := ""
					fadeLyr3H := ""
					fadeLyr3Adjust := "0.75"
					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 := "0.75"
					fadeLyr4X := "100"
					fadeLyr4Y := "100"
					fadeLyr4W := "128"
					fadeLyr4H := ""
					fadeLyr4Pos := "Above Layer 3 - Left"
					fadeLyr4FPS := "10"
					fadeLyr4PicPad := "0"
					fadeTranspGifColor := "FFFFFF"
					fadeBarWindow := "false"
					fadeBarWindowX := ""
					fadeBarWindowY := ""
					fadeBarWindowW := "600"
					fadeBarWindowH := "120"
					fadeBarWindowR := "20"
					fadeBarWindowM := "20"
					fadeBarWindowHatchStyle := "8"
					fadeBar := "7zOnly"
					fadeProgressDuration := "0"
					fadeBarBack := "true"
					fadeBarBackColor := "FF555555"
					fadeBarH := "20"
					fadeBarR := "5"
					fadeBarColor := "DD00BFFF"
					fadeBarHatchStyle := "3"
					fadeBarPercentageText := "true"
					fadeBarInfoText := "true"
					fadeBarXOffset := "0"
					fadeBarYOffset := "100"
					fadeRomInfoDescription := "text"
					fadeRomInfoSystemName := "text"
					fadeRomInfoYear := "text"
					fadeRomInfoDeveloper := "text with label"
					fadeRomInfoPublisher := "text with label"
					fadeRomInfoGenre := "text"
					fadeRomInfoRating := "text"
					fadeRomInfoOrder := "Description|SystemName|Year|Manufacturer|Genre|Rating"
					fadeRomInfoTextPlacement := "topRight"
					fadeRomInfoTextMargin := "5"
					fadeRomInfoText1Options := "cFF555555 r4 s20 Bold"
					fadeRomInfoText2Options := "cFF555555 r4 s20 Bold"
					fadeRomInfoText3Options := "cFF555555 r4 s20 Bold"
					fadeRomInfoText4Options := "cFF555555 r4 s20 Bold"
					fadeRomInfoText5Options := "cFF555555 r4 s20 Bold"
					fadeRomInfoText6Options := "cFF555555 r4 s20 Bold"
					fadeRomInfoText7Options := "h135 x15 y885|1590 cFFCFCFCA r4 s120 Regular"
					fadeStats_Number_of_Times_Played := "text with label"
					fadeStats_Last_Time_Played := "text with label"
					fadeStats_Average_Time_Played := "text with label"
					fadeStats_Total_Time_Played := "text with label"
					fadeStats_System_Total_Played_Time := "text with label"
					fadeStats_Total_Global_Played_Time := "text with label"
					fadeStatsInfoOrder := "Number_of_Times_Played|Last_Time_Played|Average_Time_Played|Total_Time_Played|System_Total_Played_Time|Total_Global_Played_Time"
					fadeStatsInfoTextPlacement := "topLeft"
					fadeStatsInfoTextMargin := "5"
					fadeStatsInfoText1Options := "cFF555555 r4 s20 Bold"
					fadeStatsInfoText2Options := "cFF555555 r4 s20 Bold"
					fadeStatsInfoText3Options := "cFF555555 r4 s20 Bold"
					fadeStatsInfoText4Options := "cFF555555 r4 s20 Bold"
					fadeStatsInfoText5Options := "cFF555555 r4 s20 Bold"
					fadeStatsInfoText6Options := "cFF555555 r4 s20 Bold"
					fadeText1X := "0"
					fadeText1Y := "0"
					fadeText1Options := "cFFFFFFFF r4 s20 Right Bold"
					fadeText1 := "Loading Game"
					fadeText2X := "0"
					fadeText2Y := "0"
					fadeText2Options := "cFFFFFFFF r4 s20 Right Bold"
					fadeText2 := "Extraction Complete"
					fadeText3 := "Loading Game"
					fadeText4 := "Loading Complete"
					fadeFont := "Arial"
					fadeSystemAndRomLayersOnly := "false"
					fadeExtractionTime := "disabled"
					fadeExtractionTimeTextX := "0"
					fadeExtractionTimeTextY := "0"
					fadeExtractionTimeTextOptions := "cFF555555 r4 s20 Bold"
					fadeInterruptKey := ""
					detectFadeErrorEnabled := "true"
					fadeImgPath := "D:\X_RocketLauncher\RocketLauncher\Media\Fade"
					RLDataPath := "D:\X_RocketLauncher\RocketLauncher\Data"
					RLMediaPath := "D:\X_RocketLauncher\RocketLauncher\Media"
					RLErrSoundPath := "D:\X_RocketLauncher\RocketLauncher\Media\Sounds\Error"
					modulesPath := "D:\X_RocketLauncher\RocketLauncher\Modules"
					moduleFullName := "D:\X_RocketLauncher\RocketLauncher\Modules\Phoenix_3DO\Phoenix3DO.ahk"
					moduleName := "Phoenix3DO"
					modulePath := "D:\X_RocketLauncher\RocketLauncher\Modules\Phoenix_3DO"
					moduleExtension := "ahk"
					moduleExtensionsPath := "D:\X_RocketLauncher\RocketLauncher\Module Extensions"
					libPath := "D:\X_RocketLauncher\RocketLauncher\Lib"
					sevenZEnabled := "false"
					sevenZPath := "D:\X_RocketLauncher\RocketLauncher\Module Extensions\7z.exe"
					sevenZDllPath := "D:\X_RocketLauncher\RocketLauncher\Module Extensions\7z.dll"
					sevenZExtractPath := "C:\Users\xxxxx\AppData\Local\Temp\HS"
					sevenZExtractPathOrig := ""
					sevenZAttachSystemName := "false"
					sevenZDelTemp := "true"
					sevenZFormats := ".zip|.rar|.7z|.lha|.lzh|.gzip|.tar"
					sevenZFormatsNoP := "zip|rar|7z|lha|lzh|gzip|tar"
					sevenZFormatsRegEx := "\.zip|\.rar|\.7z|\.lha|\.lzh|\.gzip|\.tar"
					sevenZGamesToKeep := ""
					sevenZDeletePerSystem := "false"
					sevenZExtensions := "zip|rar|7z|lha|lzh|gzip|tar"
					7zExtractPath := "C:\Users\xxxxx\AppData\Local\Temp\HS"
					mgEnabled := "false"
					mgKey := "vkC0sc028|F11"
					mgBackgroundColor := "FF000000"
					mgSidePadding := "0.2"
					mgWidthBaseRes := "1920"
					mgHeightBaseRes := "1080"
					mgYOffset := "500"
					mgFont := "Arial"
					mgText1Options := "w80p x10p y10p cBBFFFFFF r4 s100 Center BoldItalic"
					mgText1Text := "Please select a Disc/Disk/Tape"
					mgText2Options := "w96p cFFFFFFFF r4 s50 Center BoldItalic"
					mgText2Offset := "125"
					mgUseSound := "true"
					mgSoundfreq := "300"
					mgExitEffect := "none"
					mgSelectedEffect := "rotate"
					mgUseGameArt := "false"
					mgCandidate := ""
					mgValidTypes := "\(Disc|\(Disk|\(Cart|\(Tape|\(Cassette|\(Part|\(Side"
					mgOnLaunch := "false"
					pauseEnabled := "true"
					pauseKey := "~NumpadAdd|vkDDsc01B"
					pauseBackToMenuBarKey := "X"
					pauseZoomInKey := "C"
					pauseZoomOutKey := "V"
					pauseScreenshotKey := "~PrintScreen"
					pauseHiToTextPath := "D:\X_RocketLauncher\RocketLauncher\Module Extensions\HiToText.exe"
					pauseSaveStateKeyCodes := ""
					pauseLoadStateKeyCodes := ""
					keyboardEncoder := ""
					keyboardEncoderEnabled := "false"
					keymapperEnabled := "false"
					keymapperAHKMethod := "false"
					keymapper := ""
					xpadderFullPath := "D:\0_Emulation\_Tools\Xpadder\Xpadder.exe"
					joyToKeyFullPath := "D:\X_RocketLauncher\Utilities\JoyToKey\JoyToKey.exe"
					profilePath := "D:\X_RocketLauncher\RocketLauncher\Profiles"
					keymapperProfilePath := "D:\X_RocketLauncher\RocketLauncher\Profiles\"
					keymapperFrontEndProfileName := "HyperSpin"
					keymapperFrontEndProfile := "false"
					keymapperRocketLauncherProfileEnabled := "false"
					joyIDsEnabled := "true"
					joyIDsPreferredControllersGlobal := ""
					joyIDsPreferredControllersSystem := "use_global"
					joyIDsPreferredControllersOnExit := ""
					CustomJoyNamesEnabled := "false"
					CustomJoyNames := ""
					rotateMethod := "false"
					FEProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\\HyperSpin"
					defaultProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\\_Default"
					systemProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\\Panasonic 3DO"
					xPadderSystemProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\\Panasonic 3DO\_Default"
					emuProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\\Panasonic 3DO\Phoenix_3DO"
					romProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\\Panasonic 3DO\Alone in the Dark 2"
					RocketLauncherProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\\RocketLauncher"
					blankProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\\blank"
					ahkFEProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\AHK\HyperSpin"
					ahkDefaultProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\AHK\_Default"
					ahkSystemProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\AHK\Panasonic 3DO"
					ahkEmuProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\AHK\Panasonic 3DO\Phoenix_3DO"
					ahkRomProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\AHK\Panasonic 3DO\Alone in the Dark 2"
					ahkRocketLauncherProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\AHK\RocketLauncher"
					bezelEnabled := "false"
					bezelICEnabled := "false"
					shaderName := "false"
					shaderColor := ""
					shaderTransparency := ""
					statisticsEnabled := "true"
					pressDuration := "-1"
					emuVolume := "1"
					dxwndIni := "D:\X_RocketLauncher\RocketLauncher\Module Extensions\dxwnd\dxwnd.ini"
					dxwndFullPath := "D:\X_RocketLauncher\RocketLauncher\Module Extensions\dxwnd\dxwnd.exe"
					qResFullPath := "D:\X_RocketLauncher\RocketLauncher\Module Extensions\QRes.exe"
					mon1O := ""
					pacDrivedllFile := "D:\X_RocketLauncher\RocketLauncher\Module Extensions\PacDrive32.dll"
					userFadeAnimIniFile := "D:\X_RocketLauncher\RocketLauncher\Lib\User Fade Animations.ini"
					testFile := ""
					testDuration := ""
					initialErrorMode := "0"

18:27:33:391 | RL |      INFO  | +15    | BuildScript - Loaded XHotkey Init.ahk scripts
18:27:33:391 | RL |      INFO  | +0     | BuildScript - Loaded Keymapper Init.ahk scripts
18:27:33:391 | RL |      INFO  | +0     | BuildScript - Loaded Pause Init.ahk scripts
18:27:33:391 | RL |      INFO  | +0     | BuildScript - Loaded Statistics Init.ahk scripts
18:27:33:401 | RL |     DEBUG  | +0     | BuildScript - Module starts on line: 2
18:27:33:401 | RL |      INFO  | +0     | BuildScript - Validating module
18:27:33:401 | RL |      INFO  | +0     | BuildScript - Validation complete
18:27:33:401 | RL |      INFO  | +0     | BuildScript - Module:
					MEmu := "Phoenix3DO"
					MEmuV := "v1.1"
					MURL := ["http://www.arts-union.ru/node/23"]
					MAuthor := ["djvj"]
					MVersion := "2.0.4"
					MCRC := "BD5A0D04"
					iCRC := "109E182B"
					MID := "635038268914342592"
					MSystem := ["Panasonic 3DO","Atari Jaguar"]
					;----------------------------------------------------------------------------
					; Notes:
					; This emu only supports iso images
					; Set SelectGameMode if you have any problems with the emu opening the game
					; If your bios file is called fz10_rom.bin, rename it to fz10.rom, it should be placed in the same dir as the emu exe.
					; On first launch, Phoenix will ask you to point it to the fz10.rom. After you do that, exit the emu and select a game in your Front End and it should work.
					; If you do not have an English windows, set the language you use for the MLanguage setting in RocketLauncherUI. Currently only Spanish/Portuguese is supported.
					;
					; Phoenix stores its config in the registry @ HKEY_CURRENT_USER\Software\FreeDO\FreeDO Emulator
					;----------------------------------------------------------------------------

					StartModule()
					BezelGUI()
					FadeInStart()

					Fullscreen := moduleIni.Read("Settings", "Fullscreen","true",,1)
					ControlDelay := moduleIni.Read("Settings", "ControlDelay","20",,1) ; raise this if the module is getting stuck somewhere
					KeyDelay := moduleIni.Read("Settings", "KeyDelay","-1",,1) ; raise this if the module is getting stuck

					dialogOpen := ("dialog.open") ; Looking up local translation

					If bezelEnabled
					BezelStart(If Fullscreen = "true" ? "" : "fixResMode")

					;hideEmuObj := Object(dialogOpen . " ahk_class #32770",0,"Phoenix ahk_class Qt5QWindowIcon",1)	; Hide_Emu will hide these windows. 0 = will never unhide, 1 = will unhide later
					7z(romPath, romName, romExtension, 7zExtractPath)

					SetControlDelay, %ControlDelay%
					SetKeyDelay(KeyDelay)

					If romExtension in .7z,.rar,.zip
					ScriptError("Pheonix does not support archived or cue files. Only ""iso"", ""img"", and ""bin"" files can be loaded. Either enable 7z support, or extract your games first.")

					HideEmuStart()	; This fully ensures windows are completely hidden even faster than winwait

					; Your XML file to be altered in a variable
					FileRead, xml, %emuPath%\phoenix.config.xml
					romPath2 = %romPath%/%romName%%romExtension%
					romPath3 = %romPath%
					StringReplace, romPath2, romPath2, \, /, UseErrorLevel
					StringReplace, romPath3, romPath3, \, /, UseErrorLevel



					; Use regex to setup the game to load
					ToReplace =
					(
					<CD-ROM [^>]*
					)
					Replacement =
					(
					<CD-ROM expanded="true" attach="%romPath2%" last-path="%romPath3%"
					)
					xml := StringUtils.RegExReplace(xml,ToReplace,Replacement )

					FileDelete, %emuPath%\phoenix.config.xml
					FileAppend, %xml%, %emuPath%\phoenix.config.xml

					Run(executable, emuPath)
					DetectHiddenWindows, on

					WinWait("ahk_class Qt5QWindowIcon")
					WinWaitActive("ahk_class Qt5QWindowIcon")
					;WinMenuSelectItem, ahk_class Qt5QWindowPopupDropShadow,, 2&, 1&

					Send, {Alt}{Right}{Enter}{Enter} ; power on roms

					If Fullscreen = true
					Send, {F11} ; fullscreen

					Sleep, 1000

					BezelDraw()
					HideEmuEnd()
					FadeInExit()
					Process("WaitClose", executable)
					7zCleanUp()
					BezelExit()
					FadeOutExit()
					ExitModule()

					CloseProcess:
					FadeOutStart()
					WinClose("ahk_class Qt5QWindowIcon")	; Removing Phoenix from the title because the emulator shows statistics in the title while a game is playing
					Return

18:27:33:406 | RL |      INFO  | +16    | BuildScript - Loaded Pause scripts
18:27:33:406 | RL |      INFO  | +0     | BuildScript - Loaded Multi-Player scripts
18:27:33:406 | RL |      INFO  | +0     | BuildScript - Loaded Statistics.ahk script
18:27:33:406 | RL |      INFO  | +0     | BuildScript - Loaded User Functions script from D:\X_RocketLauncher\RocketLauncher\Lib\User Functions\Global.ahk
18:27:33:406 | RL |      INFO  | +0     | BuildScript - "D:\X_RocketLauncher\RocketLauncher\Lib\User Functions\Panasonic 3DO.ahk" not found
18:27:33:406 | RL |      INFO  | +0     | BuildScript - "D:\X_RocketLauncher\RocketLauncher\Lib\User Functions\Emulators\Phoenix_3DO.ahk" not found
18:27:33:406 | RL |      INFO  | +0     | BuildScript - "D:\X_RocketLauncher\RocketLauncher\Lib\User Functions\Panasonic 3DO\Emulators\Phoenix_3DO.ahk" not found
18:27:33:406 | RL |      INFO  | +0     | BuildScript - "D:\X_RocketLauncher\RocketLauncher\Lib\User Functions\Panasonic 3DO\Alone in the Dark 2.ahk" not found
18:27:33:406 | RL |      INFO  | +0     | BuildScript - Finished injecting functions into module
18:27:33:406 | RL |      INFO  | +0     | Main - Module is built
18:27:33:406 | RL |      INFO  | +0     | CheckFile - Checking if D:\X_RocketLauncher\RocketLauncher\AutoHotkey.dll exists
18:27:33:406 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					FileDescription         	AutoHotkey_H ANSI 32-bit
					FileVersion             	1.1.13.00
					InternalName            	AutoHotkey_H
					LegalCopyright          	Copyright (C) 2003-2013
					OriginalFilename        	AutoHotkey.exe
					ProductName             	AutoHotkey_H
					ProductVersion          	1.1.13.00
					File Size:			802304 bytes
					Created:			8/18/2016 - 8:46:26 PM
					Modified:			8/18/2016 - 8:46:28 PM
18:27:33:411 | RL |      INFO  | +0     | Main - Starting timer to watch if Front End gets displaced and restore it if it does.
18:27:33:411 | RL |      INFO  | +0     | Main - Running module
18:27:33:596 | MD |      INFO  | +N/A   | Module initialized
18:27:33:601 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Started
18:27:33:601 | MD |     DEBUG  | +0     | XHotkeyTableCreation - KeyGroup ~Esc not in TableKeyGroups
18:27:33:601 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Post loop 1 check
18:27:33:601 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Post loop 2 check
18:27:33:601 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~Esc" to call label: "CloseProcess"
18:27:33:601 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Ended
18:27:33:601 | MD |     TRACE  | +0     | Keymapper - Checking for the JoyIDs_Preferred_Controllers key  in D:\X_RocketLauncher\RocketLauncher\Settings\Panasonic 3DO\Games JoyIDs.ini under section [Alone in the Dark 2]
18:27:33:601 | MD |      INFO  | +0     | LoadPreferredControllers - Started
18:27:33:601 | MD |     TRACE  | +0     | LoadPreferredControllers - JoyIDsPreferredControllers = 1
18:27:33:601 | MD |     TRACE  | +0     | LoadPreferredControllers - Creating a list of currently connected joysticks
18:27:33:606 | MD |      INFO  | +0     | GetJoystickArray - Started
18:27:33:666 | MD |     TRACE  | +63    | GetJoystickArray - Joysticks Detected: 1111000000000000
18:27:33:666 | MD |      INFO  | +0     | GetJoystickGUID - Started
18:27:33:691 | MD |      INFO  | +31    | GetJoystickGUID - Ended and found GUID: 60ABE1A9A8F8E3118001444553540000
18:27:33:691 | MD |     TRACE  | +0     | GetJoystickArray - ID: 1 | Port: 0 | Name: Controller (XBOX 360 For Windows) | MID: 045e | PID: 028e | GUID: 60ABE1A9A8F8E3118001444553540000
18:27:33:696 | MD |      INFO  | +0     | GetJoystickGUID - Started
18:27:33:696 | MD |      INFO  | +0     | GetJoystickGUID - Ended and found GUID: E0CAB28F86E7E3118001444553540000
18:27:33:696 | MD |     TRACE  | +0     | GetJoystickArray - ID: 2 | Port: 1 | Name: Controller (XBOX 360 For Windows) | MID: 045e | PID: 028e | GUID: E0CAB28F86E7E3118001444553540000
18:27:33:701 | MD |      INFO  | +0     | GetJoystickGUID - Started
18:27:33:721 | MD |      INFO  | +31    | GetJoystickGUID - Ended and found GUID: 70D2E1A9A8F8E3118002444553540000
18:27:33:721 | MD |     TRACE  | +0     | GetJoystickArray - ID: 3 | Port: 2 | Name: Controller (XBOX 360 For Windows) | MID: 045e | PID: 028e | GUID: 70D2E1A9A8F8E3118002444553540000
18:27:33:726 | MD |      INFO  | +0     | GetJoystickGUID - Started
18:27:33:726 | MD |      INFO  | +0     | GetJoystickGUID - Ended and found GUID: 80F9E1A9A8F8E3118003444553540000
18:27:33:726 | MD |     TRACE  | +0     | GetJoystickArray - ID: 4 | Port: 3 | Name: Controller (XBOX 360 For Windows) | MID: 045e | PID: 028e | GUID: 80F9E1A9A8F8E3118003444553540000
18:27:33:726 | MD |      INFO  | +0     | GetJoystickArray - Ended
18:27:33:726 | MD |     TRACE  | +0     | LoadPreferredControllers - Preferred Order Sorting List -> 3.01|045e|028e|60ABE1A9A8F8E3118001444553540000
18:27:33:731 | MD |     TRACE  | +0     | LoadPreferredControllers - Preferred Order Sorting List -> 3.02|045e|028e|E0CAB28F86E7E3118001444553540000
18:27:33:731 | MD |     TRACE  | +0     | LoadPreferredControllers - Preferred Order Sorting List -> 3.03|045e|028e|70D2E1A9A8F8E3118002444553540000
18:27:33:731 | MD |     TRACE  | +0     | LoadPreferredControllers - Preferred Order Sorting List -> 3.04|045e|028e|80F9E1A9A8F8E3118003444553540000
18:27:33:731 | MD |      INFO  | +0     | LoadPreferredControllers - Sorting Currently Connected joysticks List to match the order of the Preferred Controller List
18:27:33:731 | MD |      INFO  | +0     | LoadPreferredControllers - Assigning the New Joystick IDs according to the preferred list for the active controllers
18:27:33:731 | MD |      INFO  | +0     | ChangeJoystickID - Started
18:27:33:751 | MD |     TRACE  | +32    | ChangeJoystickID - Swapping Joystick ID: 00000000 to the New Joystick ID: 00000000, for the Joystick VID_045e&PID_028e&GUID_60ABE1A9A8F8E3118001444553540000
18:27:33:751 | MD |      INFO  | +0     | ChangeJoystickID - Ended
18:27:33:751 | MD |      INFO  | +0     | ChangeJoystickID - Started
18:27:33:756 | MD |     TRACE  | +0     | ChangeJoystickID - Swapping Joystick ID: 01000000 to the New Joystick ID: 01000000, for the Joystick VID_045e&PID_028e&GUID_E0CAB28F86E7E3118001444553540000
18:27:33:756 | MD |      INFO  | +0     | ChangeJoystickID - Ended
18:27:33:756 | MD |      INFO  | +0     | ChangeJoystickID - Started
18:27:33:756 | MD |     TRACE  | +0     | ChangeJoystickID - Swapping Joystick ID: 02000000 to the New Joystick ID: 02000000, for the Joystick VID_045e&PID_028e&GUID_70D2E1A9A8F8E3118002444553540000
18:27:33:756 | MD |      INFO  | +0     | ChangeJoystickID - Ended
18:27:33:761 | MD |      INFO  | +0     | ChangeJoystickID - Started
18:27:33:761 | MD |     TRACE  | +0     | ChangeJoystickID - Swapping Joystick ID: 03000000 to the New Joystick ID: 03000000, for the Joystick VID_045e&PID_028e&GUID_80F9E1A9A8F8E3118003444553540000
18:27:33:761 | MD |      INFO  | +0     | ChangeJoystickID - Ended
18:27:33:761 | MD |      INFO  | +0     | LoadPreferredControllers - Ended
18:27:33:786 | MD |     DEBUG  | +31    | XHotkeyTableCreation - Started
18:27:33:786 | MD |     DEBUG  | +0     | XHotkeyTableCreation - KeyGroup ~NumpadAdd not in TableKeyGroups ~Esc,
18:27:33:786 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Post loop 1 check
18:27:33:786 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Post loop 2 check
18:27:33:786 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~NumpadAdd" to call label: "TogglePauseMenuStatus"
18:27:33:786 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Ended
18:27:33:786 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Started
18:27:33:786 | MD |     DEBUG  | +0     | XHotkeyTableCreation - KeyGroup ~vkDDsc01B not in TableKeyGroups ~Esc,~NumpadAdd,
18:27:33:786 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Post loop 1 check
18:27:33:786 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Post loop 2 check
18:27:33:791 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~vkDDsc01B" to call label: "TogglePauseMenuStatus"
18:27:33:791 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Ended
18:27:33:791 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Started
18:27:33:791 | MD |     DEBUG  | +0     | XHotkeyTableCreation - KeyGroup PrintScreen not in TableKeyGroups ~Esc,~NumpadAdd,~vkDDsc01B,
18:27:33:791 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Post loop 1 check
18:27:33:791 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Post loop 2 check
18:27:33:791 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "PrintScreen" to call label: "SaveScreenshot"
18:27:33:791 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Ended
18:27:33:791 | MD |     TRACE  | +0     | CustomFunction.Init - Starting
18:27:33:791 | MD |     TRACE  | +0     | CustomFunction.Init - Ending
18:27:33:791 | MD |      INFO  | +0     | StartModule - Started
18:27:33:816 | MD |      INFO  | +31    | StartModule - MEmu: Phoenix3DO
					MEmuV: v1.1
					MURL: http://www.arts-union.ru/node/23
					MAuthor: djvj
					MVersion: 2.0.4
					MCRC: BD5A0D04
					iCRC: 109E182B
					MID: 635038268914342592
					MSystem: Panasonic 3DO|Atari Jaguar
18:27:33:816 | MD |      INFO  | +0     | StartModule - You have a supported System Name for this module: "Panasonic 3DO"
18:27:33:816 | MD |      INFO  | +0     | LocaleUtils.i18n - Started
18:27:33:816 | MD |     DEBUG  | +0     | LocaleUtils.i18n - Section "English_United_Kingdom" & key "dialog.open" not found, trying section "English"
18:27:33:816 | MD |      INFO  | +0     | LocaleUtils.i18n - Ended, using "Open" for "dialog.open"
18:27:33:821 | MD |      INFO  | +0     | LocaleUtils.i18n - Started
18:27:33:821 | MD |     DEBUG  | +0     | LocaleUtils.i18n - Section "English_United_Kingdom" & key "dialog.start" not found, trying section "English"
18:27:33:821 | MD |      INFO  | +0     | LocaleUtils.i18n - Ended, using "Start" for "dialog.start"
18:27:33:826 | MD |      INFO  | +0     | PluginInit - Started
18:27:33:826 | MD |     DEBUG  | +0     | BuildDatabaseTable - Started - Building Table for: Name|Cloneof|Manufacturer|Year|Genre|Rating
18:27:33:826 | MD |      INFO  | +0     | CheckFile - Checking if D:\X_RocketLauncher\RocketLauncher\RocketLauncherUI\Databases\Panasonic 3DO\Panasonic 3DO.xml exists
18:27:33:826 | MD |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			95706 bytes
					Created:			5/4/2015 - 4:10:39 PM
					Modified:			5/2/2018 - 11:00:05 PM
18:27:33:826 | MD |     DEBUG  | +0     | BuildDatabaseTable - Searching for a "Game Name" in the database
18:27:33:826 | MD |     DEBUG  | +0     | BuildDatabaseTable - Found "Game Name" in the database!
18:27:33:826 | MD |     DEBUG  | +0     | BuildDatabaseTable - Searching database for: Name
18:27:33:826 | MD |     DEBUG  | +0     | BuildDatabaseTable - Found "Name" with a value: "Alone in the Dark 2"
18:27:33:826 | MD |     DEBUG  | +0     | BuildDatabaseTable - Searching database for: Cloneof
18:27:33:846 | MD |     DEBUG  | +31    | BuildDatabaseTable - Could not find: Cloneof
18:27:33:846 | MD |     DEBUG  | +0     | BuildDatabaseTable - Searching database for: Manufacturer
18:27:33:847 | MD |     DEBUG  | +0     | BuildDatabaseTable - Could not find: Manufacturer
18:27:33:847 | MD |     DEBUG  | +0     | BuildDatabaseTable - Searching database for: Year
18:27:33:847 | MD |     DEBUG  | +0     | BuildDatabaseTable - Could not find: Year
18:27:33:848 | MD |     DEBUG  | +0     | BuildDatabaseTable - Searching database for: Genre
18:27:33:848 | MD |     DEBUG  | +0     | BuildDatabaseTable - Could not find: Genre
18:27:33:849 | MD |     DEBUG  | +0     | BuildDatabaseTable - Searching database for: Rating
18:27:33:849 | MD |     DEBUG  | +0     | BuildDatabaseTable - Could not find: Rating
18:27:33:850 | MD |     TRACE  | +0     | PluginInit - GameInfo:
					GameInfo Label: Name | GameInfo Value:
18:27:33:850 | MD |     DEBUG  | +0     | BuildDatabaseTable - Ended
18:27:33:850 | MD |      INFO  | +0     | PluginInit - Ended
18:27:33:851 | MD |     DEBUG  | +0     | StartModule - Setting romName to the dbName sent to RocketLauncher: Alone in the Dark 2
18:27:33:851 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Started
18:27:33:851 | MD |     DEBUG  | +0     | XHotkeyTableCreation - KeyGroup ~e&~t not in TableKeyGroups ~Esc,~NumpadAdd,~vkDDsc01B,PrintScreen,
18:27:33:851 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Post loop 1 check
18:27:33:851 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Post loop 2 check
18:27:33:851 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~e & ~t" to call label: "ToggleCursor"
18:27:33:851 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Ended
18:27:33:851 | MD |     TRACE  | +0     | Process.__New - Creating new process object for: "D:\X_RocketLauncher\RocketLauncher\RocketLauncherUI\RocketLauncherUI.exe"
18:27:33:851 | MD |     TRACE  | +0     | File.__New - Creating new file object of: "D:\X_RocketLauncher\RocketLauncher\RocketLauncherUI\RocketLauncherUI.exe"
18:27:33:856 | MD |     TRACE  | +0     | File.__New - Creating new file object of: "D:\X_RocketLauncher\RocketLauncher\Modules\Phoenix_3DO\Panasonic 3DO\Alone in the Dark 2.ini"
18:27:33:856 | MD |     TRACE  | +0     | File.__New - Creating new file object of: "D:\X_RocketLauncher\RocketLauncher\Modules\Phoenix_3DO\Panasonic 3DO.ini"
18:27:33:856 | MD |     TRACE  | +0     | File.__New - Creating new file object of: "D:\X_RocketLauncher\RocketLauncher\Modules\Phoenix_3DO\Phoenix3DO.ini"
18:27:33:856 | MD |     TRACE  | +0     | File.Exist - This file exists: D:\X_RocketLauncher\RocketLauncher\Modules\Phoenix_3DO\Phoenix3DO.ini
18:27:33:856 | MD |     DEBUG  | +0     | RIniFile.__New - "Module" at index 1, adding "GlobalModuleIni" from: "D:\X_RocketLauncher\RocketLauncher\Modules\Phoenix_3DO\Phoenix3DO.ini"
18:27:33:876 | MD |      INFO  | +32    | StartModule - Ended
18:27:33:876 | MD |     TRACE  | +0     | CustomFunction.PreStart - Starting
18:27:33:876 | MD |     TRACE  | +0     | CustomFunction.PreStart - Ending
18:27:33:876 | MD |      INFO  | +0     | RIniFile.Read - Module {GlobalModuleIni} - [Settings] - Fullscreen: true
18:27:33:876 | MD |     TRACE  | +0     | RIniFile.Read - Module {GlobalModuleIni} - [Settings] - ControlDelay: No value for this key
18:27:33:876 | MD |      INFO  | +0     | RIniFile.Read - Module - ControlDelay: 20 (DEFAULT)
18:27:33:876 | MD |     TRACE  | +0     | RIniFile.Read - Module {GlobalModuleIni} - [Settings] - KeyDelay: No value for this key
18:27:33:876 | MD |      INFO  | +0     | RIniFile.Read - Module - KeyDelay: -1 (DEFAULT)
18:27:33:876 | MD |     DEBUG  | +0     | SetKeyDelay - Current delay is 10. Current press duration is -1. Delay will now be set to "-1"ms for a press duration of "-1"
18:27:33:876 | MD |     TRACE  | +0     | StringUtils.RegExReplace - Replaced "<?xml version="1.0" encoding="utf-8"?>
<root Platform="3DO">
    <Settings current="0">
        <Global>
            <Platform-3DO>
                <Input hide-cursor="true">
                    <Device name="Joy">j1a6@0@-1,j1a6@0@1,j1a5@0@-1,j1a5@0@1,j1b2,j1b0,j1b1,j1b6,j1b7,j1b4,j1b5</Device>
                    <Device name="Joy">j0a6@0@-1,j0a6@0@1,j0a5@0@-1,j0a5@0@1,j0b2,j0b0,j0b1,j0b6,j0b7,j0b4,j0b5</Device>
                </Input>
                <Options>
                    <Item index="Render" value="0" />
                    <Item index="Video Mode" value="0" />
                    <Item index="Low Accuracy" value="false" />
                    <Item index="Post CCB" value="false" />
                    <Item index="ARM Scale" value="0" />
                    <Item index="Multy Task DSP" value="false" />
                    <Item index="Multy Task CEL" value="false" />
                    <Item index="CD-ROM Speed" value="0" />
                    <Item index="CEL Rate" value="0" />
                </Options>
            </Platform-3DO>
            <Platform-Jaguar>
                <Input hide-cursor="true">
                    <Device name="Joy">j1a1@0@-1,j1a1@0@1,j1a0@0@-1,j1a0@0@1,j1b1,j1b0,j1b2,j1b7,j1b6,j1a6@0@-1,j1a5@0@-1,j1a5@0@1,j1a6@0@1,j1b3,j1b4,j1b5,j1a2@0@1,j1a2@0@-1,j1b9,j1a3@0@1,j1a4@0@1</Device>
                    <Device name="Joy">j0a1@0@-1,j0a1@0@1,j0a0@0@-1,j0a0@0@1,j0b1,j0b0,j0b2,j0b7,j0b6,j0a6@0@-1,j0a5@0@-1,j0a5@0@1,j0a6@0@1,j0b3,j0b4,j0b5,j0a2@0@1,j0a2@0@-1,j0b9,j0a3@0@1,j0a4@0@1</Device>
                </Input>
                <Options>
                    <Item index="ThreadedDSP" value="false" />
                    <Item index="ThreadedGPU" value="false" />
                </Options>
            </Platform-Jaguar>
        </Global>
        <Video keep-aspect="true" vsynk="false" exback="false" borders="false" screen-shader="0" texture-filter="0" texture-script="0" fbo-scale="1" texture-scale="1" screen-shader-proc="" texture-script-proc="" />
        <Audio swap-chennels="false" volume="100" />
        <Others key-frame="1" no-autosave="false" />
        <Window>
            <Geometry>01d9d0cb0001000000000386000001e50000065d0000039f0000038e000002040000065500000397000000000000</Geometry>
        </Window>
    </Settings>
    <Library>
        <Platform-3DO>
            <CD-ROM expanded="true" attach="G:/0_Emulation/3DO/ISOs/Alone in the Dark 2.iso" last-path="G:/0_Emulation/3DO/ISOs">
                <Dump path="******" corrupted="" />
             </CD-ROM>
            <BIOS expanded="true" attach="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/BIOS/Panasonic REAL 3DO Interactive Multiplayer FZ-1 (1993-08-03)(3DO Company).rom" last-path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/BIOS">
                <Dump path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/BIOS/Panasonic REAL 3DO Interactive Multiplayer FZ-1 (1993-08-03)(3DO Company).rom" size="1048576" fast-md5="f47264dd47fe30f73ab3c010015c155b" md5="f47264dd47fe30f73ab3c010015c155b" sh1="34bf189111295f74d7b7dfc1f304d98b8d36325a" />
                <Dump path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/BIOS/Panasonic REAL 3DO Interactive Multiplayer FZ-10 v1.59.1.1 (1994-08-25)(3DO Company).rom" size="1048576" fast-md5="51f2f43ae2f3508a14d9f56597e2d3ce" md5="51f2f43ae2f3508a14d9f56597e2d3ce" sh1="3c912300775d1ad730dc35757e279c274c0acaad" />
                <Dump path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/BIOS/Sanyo TRY 3DO Interactive Multiplayer v1.59 (1994-05-10)(3DO Company).rom" size="1048576" fast-md5="35fa1a1ebaaeea286dc5cd15487c13ea" md5="35fa1a1ebaaeea286dc5cd15487c13ea" sh1="b01c53da256dde43ffec4ad3fc3adfa8d635e943" />
            </BIOS>
            <FONT-ROM expanded="true" attach="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FONT-ROM/rom2.rom" last-path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FONT-ROM">
                <Dump path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FONT-ROM/rom2.rom" size="933636" fast-md5="b8dc97f778a6245c58e064b0312e8281" md5="b8dc97f778a6245c58e064b0312e8281" sh1="acd39a8fee1b9d2950d5ab447846c11fb31af63e" />
            </FONT-ROM>
            <FMV-ROM expanded="true" attach="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FMV-ROM/dfup0715zam-2mb.BIN" last-path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FMV-ROM">
                <Dump path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FMV-ROM/dfup0715zam-2mb.BIN" size="2097152" fast-md5="3bd9335db9bb1f51265b088738aeef68" md5="3bd9335db9bb1f51265b088738aeef68" sh1="43071e3ced245bfa2f2edb53c6b7710676ad1cc8" />
            </FMV-ROM>
            <NVRAM expanded="false" attach="" />
            <Machine-Save-States expanded="false" />
            <Records expanded="false" />
        </Platform-3DO>
        <Platform-Jaguar>
            <CARTRIDGE expanded="true" attach="G:/0_Emulation/3DO/ISOs/Alone in the Dark 2.iso" last-path="G:/0_Emulation/3DO/ISOs">
                <Dump path="******" />
            </CARTRIDGE>
            <BIOS expanded="false" attach="" last-path="D:/0_Emulation/Atari/Jaguar/boot">
                <Dump path="D:/0_Emulation/Atari/Jaguar/boot/jagboot.rom" size="131072" fast-md5="bcfe348c565d9dedb173822ee6850dea" md5="bcfe348c565d9dedb173822ee6850dea" sh1="f8991b0c385f4e5002fa2a7e2f5e61e8c5213356" />
            </BIOS>
            <Machine-Save-States expanded="false" />
            <Records expanded="false" />
        </Platform-Jaguar>
    </Library>
    <Window>
        <MainGeometry>01d9d0cb00010000000002800000005e0000067e00000332000002880000007d000006760000032a000000000000</MainGeometry>
        <MainState>000000ff00000000fd0000000200000000000002390000025afc0200000001fb0000001000660069006c0065002d006c0069006201000000400000025a0000005e00ffffff00000001000001b00000018efc0200000001fb00000010007400610073006b002d006c00690062000000003e0000018e0000005e00ffffff000001b20000025a00000004000000040000000800000008fc000000020000000000000001000000180070006c006100740066006f0072006d002d0062006100720200000000ffffffff0000000000000000000000020000000200000010006d00610069006e002d0062006100720100000000ffffffff00000000000000000000001200700072006f006d006f002d0062006100720000000206ffffffff0000000000000000</MainState>
    </Window>
    <Audio Mute="false" />
    <Debug Prof="false" ProfExtra="false" />
</root>
" with "<?xml version="1.0" encoding="utf-8"?>
<root Platform="3DO">
    <Settings current="0">
        <Global>
            <Platform-3DO>
                <Input hide-cursor="true">
                    <Device name="Joy">j1a6@0@-1,j1a6@0@1,j1a5@0@-1,j1a5@0@1,j1b2,j1b0,j1b1,j1b6,j1b7,j1b4,j1b5</Device>
                    <Device name="Joy">j0a6@0@-1,j0a6@0@1,j0a5@0@-1,j0a5@0@1,j0b2,j0b0,j0b1,j0b6,j0b7,j0b4,j0b5</Device>
                </Input>
                <Options>
                    <Item index="Render" value="0" />
                    <Item index="Video Mode" value="0" />
                    <Item index="Low Accuracy" value="false" />
                    <Item index="Post CCB" value="false" />
                    <Item index="ARM Scale" value="0" />
                    <Item index="Multy Task DSP" value="false" />
                    <Item index="Multy Task CEL" value="false" />
                    <Item index="CD-ROM Speed" value="0" />
                    <Item index="CEL Rate" value="0" />
                </Options>
            </Platform-3DO>
            <Platform-Jaguar>
                <Input hide-cursor="true">
                    <Device name="Joy">j1a1@0@-1,j1a1@0@1,j1a0@0@-1,j1a0@0@1,j1b1,j1b0,j1b2,j1b7,j1b6,j1a6@0@-1,j1a5@0@-1,j1a5@0@1,j1a6@0@1,j1b3,j1b4,j1b5,j1a2@0@1,j1a2@0@-1,j1b9,j1a3@0@1,j1a4@0@1</Device>
                    <Device name="Joy">j0a1@0@-1,j0a1@0@1,j0a0@0@-1,j0a0@0@1,j0b1,j0b0,j0b2,j0b7,j0b6,j0a6@0@-1,j0a5@0@-1,j0a5@0@1,j0a6@0@1,j0b3,j0b4,j0b5,j0a2@0@1,j0a2@0@-1,j0b9,j0a3@0@1,j0a4@0@1</Device>
                </Input>
                <Options>
                    <Item index="ThreadedDSP" value="false" />
                    <Item index="ThreadedGPU" value="false" />
                </Options>
            </Platform-Jaguar>
        </Global>
        <Video keep-aspect="true" vsynk="false" exback="false" borders="false" screen-shader="0" texture-filter="0" texture-script="0" fbo-scale="1" texture-scale="1" screen-shader-proc="" texture-script-proc="" />
        <Audio swap-chennels="false" volume="100" />
        <Others key-frame="1" no-autosave="false" />
        <Window>
            <Geometry>01d9d0cb0001000000000386000001e50000065d0000039f0000038e000002040000065500000397000000000000</Geometry>
        </Window>
    </Settings>
    <Library>
        <Platform-3DO>
            <CD-ROM expanded="true" attach="G:/0_Emulation/3DO/ISOs/Alone in the Dark 2.iso" last-path="G:/0_Emulation/3DO/ISOs">
                <Dump path="******" corrupted="" />
            </CD-ROM>
            <BIOS expanded="true" attach="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/BIOS/Panasonic REAL 3DO Interactive Multiplayer FZ-1 (1993-08-03)(3DO Company).rom" last-path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/BIOS">
                <Dump path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/BIOS/Panasonic REAL 3DO Interactive Multiplayer FZ-1 (1993-08-03)(3DO Company).rom" size="1048576" fast-md5="f47264dd47fe30f73ab3c010015c155b" md5="f47264dd47fe30f73ab3c010015c155b" sh1="34bf189111295f74d7b7dfc1f304d98b8d36325a" />
                <Dump path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/BIOS/Panasonic REAL 3DO Interactive Multiplayer FZ-10 v1.59.1.1 (1994-08-25)(3DO Company).rom" size="1048576" fast-md5="51f2f43ae2f3508a14d9f56597e2d3ce" md5="51f2f43ae2f3508a14d9f56597e2d3ce" sh1="3c912300775d1ad730dc35757e279c274c0acaad" />
                <Dump path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/BIOS/Sanyo TRY 3DO Interactive Multiplayer v1.59 (1994-05-10)(3DO Company).rom" size="1048576" fast-md5="35fa1a1ebaaeea286dc5cd15487c13ea" md5="35fa1a1ebaaeea286dc5cd15487c13ea" sh1="b01c53da256dde43ffec4ad3fc3adfa8d635e943" />
            </BIOS>
            <FONT-ROM expanded="true" attach="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FONT-ROM/rom2.rom" last-path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FONT-ROM">
                <Dump path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FONT-ROM/rom2.rom" size="933636" fast-md5="b8dc97f778a6245c58e064b0312e8281" md5="b8dc97f778a6245c58e064b0312e8281" sh1="acd39a8fee1b9d2950d5ab447846c11fb31af63e" />
            </FONT-ROM>
            <FMV-ROM expanded="true" attach="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FMV-ROM/dfup0715zam-2mb.BIN" last-path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FMV-ROM">
                <Dump path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FMV-ROM/dfup0715zam-2mb.BIN" size="2097152" fast-md5="3bd9335db9bb1f51265b088738aeef68" md5="3bd9335db9bb1f51265b088738aeef68" sh1="43071e3ced245bfa2f2edb53c6b7710676ad1cc8" />
            </FMV-ROM>
            <NVRAM expanded="false" attach="" />
            <Machine-Save-States expanded="false" />
            <Records expanded="false" />
        </Platform-3DO>
        <Platform-Jaguar>
            <CARTRIDGE expanded="true" attach="G:/0_Emulation/3DO/ISOs/Alone in the Dark 2.iso" last-path="G:/0_Emulation/3DO/ISOs">
                <Dump path="*****" />
             </CARTRIDGE>
            <BIOS expanded="false" attach="" last-path="D:/0_Emulation/Atari/Jaguar/boot">
                <Dump path="D:/0_Emulation/Atari/Jaguar/boot/jagboot.rom" size="131072" fast-md5="bcfe348c565d9dedb173822ee6850dea" md5="bcfe348c565d9dedb173822ee6850dea" sh1="f8991b0c385f4e5002fa2a7e2f5e61e8c5213356" />
            </BIOS>
            <Machine-Save-States expanded="false" />
            <Records expanded="false" />
        </Platform-Jaguar>
    </Library>
    <Window>
        <MainGeometry>01d9d0cb00010000000002800000005e0000067e00000332000002880000007d000006760000032a000000000000</MainGeometry>
        <MainState>000000ff00000000fd0000000200000000000002390000025afc0200000001fb0000001000660069006c0065002d006c0069006201000000400000025a0000005e00ffffff00000001000001b00000018efc0200000001fb00000010007400610073006b002d006c00690062000000003e0000018e0000005e00ffffff000001b20000025a00000004000000040000000800000008fc000000020000000000000001000000180070006c006100740066006f0072006d002d0062006100720200000000ffffffff0000000000000000000000020000000200000010006d00610069006e002d0062006100720100000000ffffffff00000000000000000000001200700072006f006d006f002d0062006100720000000206ffffffff0000000000000000</MainState>
    </Window>
    <Audio Mute="false" />
    <Debug Prof="false" ProfExtra="false" />
</root>
"
18:27:33:911 | MD |      INFO  | +31    | Run - Running: D:\X_RocketLauncher\Emulators\Phoenix_3DO\PhoenixEmuProject.exe
18:27:33:941 | MD |     DEBUG  | +31    | Run - "PhoenixEmuProject.exe" Process ID: 7716
18:27:33:941 | MD |     DEBUG  | +0     | GetActiveWindowStatus - Title: RocketLauncherUI v1.0.1.10 [ FE = RocketLauncherUI | Plugin = RocketLauncherUI ] | Class: HwndWrapper[RocketLauncherUI.exe;;cf871659-a255-449e-a257-ed4176983040] | State: 0 | X: 207 | Y: 66 | Width: 1712 | Height: 948 | Window HWND: 0x10c22 | Process ID: 2164 | Process Path: D:\X_RocketLauncher\RocketLauncher\RocketLauncherUI\RocketLauncherUI.exe
18:27:33:941 | MD |      INFO  | +0     | WinWait - Waiting for "ahk_class Qt5QWindowIcon"
18:27:34:180 | MD |     DEBUG  | +234   | GetActiveWindowStatus - Title: RocketLauncherUI v1.0.1.10 [ FE = RocketLauncherUI | Plugin = RocketLauncherUI ] | Class: HwndWrapper[RocketLauncherUI.exe;;cf871659-a255-449e-a257-ed4176983040] | State: 0 | X: 207 | Y: 66 | Width: 1712 | Height: 948 | Window HWND: 0x10c22 | Process ID: 2164 | Process Path: D:\X_RocketLauncher\RocketLauncher\RocketLauncherUI\RocketLauncherUI.exe
18:27:34:180 | MD |     DEBUG  | +0     | GetActiveWindowStatus - Title: RocketLauncherUI v1.0.1.10 [ FE = RocketLauncherUI | Plugin = RocketLauncherUI ] | Class: HwndWrapper[RocketLauncherUI.exe;;cf871659-a255-449e-a257-ed4176983040] | State: 0 | X: 207 | Y: 66 | Width: 1712 | Height: 948 | Window HWND: 0x10c22 | Process ID: 2164 | Process Path: D:\X_RocketLauncher\RocketLauncher\RocketLauncherUI\RocketLauncherUI.exe
18:27:34:180 | MD |      INFO  | +0     | WinWaitActive - Waiting for "ahk_class Qt5QWindowIcon"
18:27:35:287 | MD |     DEBUG  | +1110  | GetActiveWindowStatus - Title: ?????? ???????? - �??????� ?.2.8.JAG | Class: Qt5QWindowIcon | State: 0 | X: 640 | Y: 94 | Width: 1023 | Height: 725 | Window HWND: 0xb0c0c | Process ID: 7716 | Process Path: D:\X_RocketLauncher\Emulators\Phoenix_3DO\PhoenixEmuProject.exe
18:27:36:317 | MD |     TRACE  | +1031  | CustomFunction.PreBezelDraw - Starting
18:27:36:319 | MD |     TRACE  | +0     | CustomFunction.SetFullscreenPostLaunch - Starting
18:27:36:321 | MD |     TRACE  | +0     | CustomFunction.SetFullscreenPostLaunch - Setting fullscreen to false
18:27:36:323 | MD |     TRACE  | +0     | CustomFunction.SetFullscreenPostLaunch - Ending
18:27:36:325 | MD |     TRACE  | +0     | CustomFunction.PreBezelDraw - Ending
18:27:36:327 | MD |     TRACE  | +0     | CustomFunction.PostLoad - Starting
18:27:36:349 | MD |     TRACE  | +31    | CustomFunction.PostLoad - Ending
18:27:36:351 | MD |      INFO  | +0     | Process - WaitClose PhoenixEmuProject.exe
18:27:37:508 | MD |      INFO  | +1157  | CloseProcess - Started, user requested to end launched application
18:27:37:511 | MD |      INFO  | +0     | WinClose - Closing: ahk_class Qt5QWindowIcon
18:27:38:079 | MD |      INFO  | +578   | CloseProcess - Ended
18:27:38:189 | MD |     TRACE  | +109   | CustomFunction.PostStop - Starting
18:27:38:189 | MD |     TRACE  | +0     | CustomFunction.PostStop - Ending
18:27:38:189 | MD |      INFO  | +0     | ExitModule - Started
18:27:38:189 | MD |      INFO  | +0     | UpdateStatistics - Starting Updating Statistics
18:27:38:194 | MD |     DEBUG  | +0     | UpdateStatistics - Total Elapsed Time in Pause in seconds: 0
18:27:38:194 | MD |     DEBUG  | +0     | UpdateStatistics - gameSectionStartTime:71784625
18:27:38:194 | MD |     DEBUG  | +0     | UpdateStatistics - ElapsedTime:4
18:27:38:194 | MD |     TRACE  | +0     | Statistics cleared game name: Alone in the Dark 2
18:27:38:229 | MD |     DEBUG  | +31    | UpdateStatistics - Loaded game statistics from ini files:
					Number_of_Times_Played: 14
					Last_Time_Played: Thursday May 10, 2018 06:27:06 PM
					Average_Time_Played: 15
					Total_Time_Played: 203
					System_Total_Played_Time:
					Total_Global_Played_Time:
18:27:38:254 | MD |     DEBUG  | +32    | UpdateStatistics - Updated Statistics: Number_of_Times_Played: 15
					Last_Time_Played: Thursday May 10, 2018 06:27:33 PM
					Average_Time_Played: 14
					Total_Time_Played: 207
					System_Total_Played_Time:
					Total_Global_Played_Time:
18:27:38:284 | MD |      INFO  | +31    | UpdateStatistics - Game section statistics updated.
18:27:38:289 | MD |     TRACE  | +0     | CustomFunction.PostExit - Starting
18:27:38:289 | MD |     TRACE  | +0     | CustomFunction.PostExit - Ending
18:27:38:289 | MD |      INFO  | +0     | ExitModule - Ended
End of Module Logs
18:27:38:379 | RL |      INFO  | +4969  | Main - Module ended, exiting RocketLauncher normally
18:27:38:379 | RL |      INFO  | +0     | ExitScript - Started
18:27:38:384 | RL |     DEBUG  | +0     | Registry.Read - Reading from Registry : RootKey=HKEY_LOCAL_MACHINE, SubKey=System\CurrentControlSet\Control\Windows, ValueName=ErrorMode,RegistryVersion=32
18:27:38:384 | RL |     DEBUG  | +0     | Registry.Read - Registry Read finished, returning 0
18:27:38:384 | RL |     TRACE  | +0     | Window.Get - Transparent is "" from "ahk_id 0x10c22"
18:27:38:384 | RL |      INFO  | +0     | ExitScript - Checking what application is currently in focus.
18:27:38:384 | RL |     TRACE  | +0     | Window.Active - "ahk_id 0x10c22" is the active window
18:27:38:384 | RL |      INFO  | +0     | ExitScript - RocketLauncherUI v1.0.1.10 [ FE = RocketLauncherUI | Plugin = RocketLauncherUI ] is currently active. Proceeding with exit
18:27:38:384 | RL |     TRACE  | +0     | StringUtils.Contains - "false" does not contain "true|kill"
18:27:38:394 | RL |     TRACE  | +15    | StringUtils.Contains - "false" does not contain "do_not_restore|kill_&_do_not_restore"
18:27:38:401 | RL |      INFO  | +0     | SystemCursor - Restoring mouse cursor
18:27:38:411 | RL |      INFO  | +16    | ExitScript - Restored cursor
18:27:38:411 | RL |      INFO  | +0     | ExitScript - Ended
[/code]

And here is the log when launching through LB (not working):
 

[code]
18:28:56:232 | RL |      INFO  | +N/A   | Main - RocketLauncher v1.2.0.1 (www.rlauncher.com)
18:28:56:267 | RL |   WARNING  | +47    | Main - Logging level is debug or higher and will cause slowdowns to RocketLauncher's performance. When troubleshooting is finished, please lower logging level to restore proper performance.
18:28:56:347 | RL |     DEBUG  | +78    | Registry.Read - Reading from Registry : RootKey=HKEY_LOCAL_MACHINE, SubKey=System\CurrentControlSet\Control\Windows, ValueName=ErrorMode,RegistryVersion=32
18:28:56:347 | RL |     DEBUG  | +0     | Registry.Read - Registry Read finished, returning 0
18:28:56:347 | RL |      INFO  | +0     | Main - System Specs:
					RocketLauncher Dir: D:\X_RocketLauncher\RocketLauncher
					RocketLauncher is: 32-bit
					OS: Microsoft Windows 8.1 Pro
					SKU: Professional
					Total Memory: 16322.46 MB
					Free Memory: 9418.16 MB
					Used Memory: 6904.301 MB
					SystemType: 64-bit
					Physical Processors: 1
					Logical Processors: 8
					GPU 1 Name: NVIDIA GeForce GTX 660
					GPU 1 RAM: -2048.00 MB
					GPU 1 Driver Version: 23.21.13.8813
					Sound 1 Device: NVIDIA High Definition Audio
					Sound 1 Status: Enabled
					Sound 2 Device: Realtek High Definition Audio
					Sound 2 Status: Enabled
					Sound 3 Device: NVIDIA Virtual Audio Device (Wave Extensible) (WDM)
					Sound 3 Status: Enabled
					OS Language: English_United_Kingdom
					System Locale: en-GB
					Formats Locale: en-GB
					Windows UI Language: en-GB
					Text Encoding: Windows-1252
					OS Admin Status: No
					RL Compatibility Flags:  HIGHDPIAWARE
					Latest .Net Version: v4.0.30319
					Monitor #1 (\\.\DISPLAY1): 1920x1080 (1920x1040 work) [32bit] [60hz] [Landscape]  (Primary)
					Current AHK Desktop Width: 1920
					Current AHK Desktop Height: 1080
					Monitor #1 DPI: 125
					ErrorMode: 0
					AutoHotkey Path: C:\Program Files (x86)\AutoHotkey\AutoHotkey.exe
					AHK Version: 1.1.13.00
					Unicode: No
18:28:56:347 | RL |      INFO  | +0     | CheckFile - Checking if D:\X_RocketLauncher\RocketLauncher\RocketLauncher.exe exists
18:28:56:352 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					FileDescription         	RocketLauncher
					FileVersion             	1.2.0.1
					LegalCopyright          	�2016 RocketLauncher
					ProductName             	djvj's one swell guy!
					ProductVersion          	1.2.0.1
					CompanyName             	Your favorite Front End companion! Visit us @ www.rlauncher.com
					File Size:			2195456 bytes
					Created:			2/21/2017 - 7:15:15 PM
					Modified:			2/21/2017 - 7:15:18 PM
18:28:56:352 | RL |      INFO  | +0     | Main - Raw CLI received: "-f C:\Users\xxxxx\LaunchBox\LaunchBox.exe -p RocketLauncherUI -s Panasonic 3DO -r G:\0_Emulation\3DO\ISOs\Alone in the Dark 2.cue"
18:28:56:352 | RL |     TRACE  | +0     | File.__New - Creating new file object of: "D:\X_RocketLauncher\RocketLauncher\Module Extensions\RocketLauncher.dll"
18:28:56:352 | RL |      INFO  | +0     | File.CheckFile - Checking if "D:\X_RocketLauncher\RocketLauncher\Module Extensions\RocketLauncher.dll" exists
18:28:56:352 | RL |     TRACE  | +0     | File.Exist - This file exists: D:\X_RocketLauncher\RocketLauncher\Module Extensions\RocketLauncher.dll
18:28:56:352 | RL |     DEBUG  | +0     | File.CheckFile - Attributes:
					FileDescription         	RocketLauncher Utils
					FileVersion             	1.1.0.0
					InternalName            	RocketLauncher.dll
					LegalCopyright          	Copyright � RocketLauncher 2013-2016
					OriginalFilename        	RocketLauncher.dll
					ProductName             	RocketLauncher
					ProductVersion          	1.1.0.0
					File Size:			81408 bytes
					Created:			2/21/2017 - 7:14:52 PM
					Modified:			2/21/2017 - 7:14:52 PM
18:28:56:357 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Extension: D:\X_RocketLauncher\RocketLauncher\Module Extensions\Array.ahk
18:28:56:357 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			4926 bytes
					Created:			2/21/2017 - 7:13:52 PM
					Modified:			2/21/2017 - 7:13:52 PM
18:28:56:357 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Module Extensions\BinHexRW.ahk
18:28:56:357 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			5112 bytes
					Created:			2/21/2017 - 7:15:03 PM
					Modified:			2/21/2017 - 7:15:03 PM
18:28:56:357 | RL |      INFO  | +0     | CheckFile - Checking if D:\X_RocketLauncher\RocketLauncher\Module Extensions\BlockInput.exe exists
18:28:56:357 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					FileDescription
					FileVersion             	1.1.09.04
					InternalName
					OriginalFilename
					ProductName
					ProductVersion          	1.1.09.04
					File Size:			657920 bytes
					Created:			5/4/2015 - 1:43:24 PM
					Modified:			3/10/2015 - 11:29:47 PM
18:28:56:362 | RL |      INFO  | +16    | CRC Check - CRC matches, this is an official unedited Extension: D:\X_RocketLauncher\RocketLauncher\Module Extensions\CLR_L.ahk | vInterop
18:28:56:362 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			5503 bytes
					Created:			2/21/2017 - 7:13:54 PM
					Modified:			2/21/2017 - 7:13:54 PM
18:28:56:362 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Extension: D:\X_RocketLauncher\RocketLauncher\Module Extensions\Control_AniGif.ahk | vAniGif.ahk
18:28:56:362 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			5716 bytes
					Created:			5/4/2015 - 1:43:24 PM
					Modified:			3/10/2015 - 11:29:47 PM
18:28:56:367 | RL |     ERROR  | +0     | CRC Check - No CRC defined on the header for: D:\X_RocketLauncher\RocketLauncher\Module Extensions\gdip.ahk
18:28:56:367 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			88789 bytes
					Created:			5/4/2015 - 1:43:24 PM
					Modified:			3/10/2015 - 11:29:47 PM
18:28:56:367 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Module Extensions\gdip_alt.ahk
18:28:56:367 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			5955 bytes
					Created:			2/21/2017 - 7:14:13 PM
					Modified:			2/21/2017 - 7:14:13 PM
18:28:56:367 | RL |      INFO  | +0     | CheckFile - Checking if D:\X_RocketLauncher\RocketLauncher\Module Extensions\gsdll32.dll exists
18:28:56:377 | RL |     DEBUG  | +16    | CheckFile - Attributes:
					File Size:			13090816 bytes
					Created:			5/4/2015 - 1:43:24 PM
					Modified:			3/10/2015 - 11:29:47 PM
18:28:56:377 | RL |      INFO  | +0     | CheckFile - Checking if D:\X_RocketLauncher\RocketLauncher\Module Extensions\itextsharp.dll exists
18:28:56:382 | RL |     DEBUG  | +0     | 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:			5/4/2015 - 1:43:25 PM
					Modified:			3/10/2015 - 11:29:47 PM
18:28:56:382 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Module Extensions\Java.ahk
18:28:56:382 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			7859 bytes
					Created:			2/21/2017 - 7:13:41 PM
					Modified:			2/21/2017 - 7:13:42 PM
18:28:56:387 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Extension: D:\X_RocketLauncher\RocketLauncher\Module Extensions\JSON.ahk
18:28:56:387 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			9227 bytes
					Created:			4/24/2016 - 11:11:30 AM
					Modified:			4/24/2016 - 11:11:30 AM
18:28:56:397 | RL |      INFO  | +15    | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Module Extensions\Origin.ahk
18:28:56:397 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			4915 bytes
					Created:			2/21/2017 - 7:13:43 PM
					Modified:			2/21/2017 - 7:13:43 PM
18:28:56:397 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Extension: D:\X_RocketLauncher\RocketLauncher\Module Extensions\RegRW64.ahk
18:28:56:397 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			6915 bytes
					Created:			5/4/2015 - 1:43:25 PM
					Modified:			3/10/2015 - 11:29:47 PM
18:28:56:402 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Extension: D:\X_RocketLauncher\RocketLauncher\Module Extensions\RIni.ahk | v1.7
18:28:56:402 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			67872 bytes
					Created:			2/21/2017 - 7:14:52 PM
					Modified:			2/21/2017 - 7:14:52 PM
18:28:56:402 | RL |      INFO  | +0     | CheckFile - Checking if D:\X_RocketLauncher\RocketLauncher\Module Extensions\SevenZipSharp.dll exists
18:28:56:402 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					FileDescription         	SevenZipSharp
					FileVersion             	0.64.5717.6837
					InternalName            	SevenZipSharp.dll
					LegalCopyright          	Copyright (C) Markovtsev Vadim 2009, 2010, licenced under LGPLv3
					OriginalFilename        	SevenZipSharp.dll
					ProductName             	SevenZipSharp
					ProductVersion          	0.64.5717.6837
					CompanyName             	Markovtsev Vadim
					File Size:			167424 bytes
					Created:			10/3/2015 - 11:12:48 AM
					Modified:			10/3/2015 - 11:12:48 AM
18:28:56:402 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Module Extensions\Steam.ahk
18:28:56:402 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			5517 bytes
					Created:			2/21/2017 - 7:14:58 PM
					Modified:			2/21/2017 - 7:14:58 PM
18:28:56:407 | RL |      INFO  | +16    | CRC Check - CRC matches, this is an official unedited Extension: D:\X_RocketLauncher\RocketLauncher\Module Extensions\VA.ahk
18:28:56:407 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			34688 bytes
					Created:			5/4/2015 - 1:43:25 PM
					Modified:			3/10/2015 - 11:29:47 PM
18:28:56:407 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Module Extensions\VA_Extension.ahk
18:28:56:407 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			3862 bytes
					Created:			2/21/2017 - 7:14:44 PM
					Modified:			2/21/2017 - 7:14:44 PM
18:28:56:407 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\7z.ahk
18:28:56:407 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			33916 bytes
					Created:			2/21/2017 - 7:15:25 PM
					Modified:			2/21/2017 - 7:15:26 PM
18:28:56:412 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Bezel.ahk
18:28:56:412 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			121257 bytes
					Created:			2/21/2017 - 7:14:10 PM
					Modified:			2/21/2017 - 7:14:10 PM
18:28:56:412 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Fade.ahk
18:28:56:412 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			39707 bytes
					Created:			2/21/2017 - 7:14:35 PM
					Modified:			2/21/2017 - 7:14:35 PM
18:28:56:417 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Fade Init.ahk
18:28:56:417 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			1140 bytes
					Created:			2/21/2017 - 7:14:21 PM
					Modified:			2/21/2017 - 7:14:21 PM
18:28:56:417 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Fade Animations.ahk
18:28:56:422 | RL |     DEBUG  | +15    | CheckFile - Attributes:
					File Size:			77961 bytes
					Created:			2/21/2017 - 7:14:56 PM
					Modified:			2/21/2017 - 7:14:56 PM
18:28:56:422 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Keymapper.ahk
18:28:56:422 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			33682 bytes
					Created:			2/21/2017 - 7:14:04 PM
					Modified:			2/21/2017 - 7:14:05 PM
18:28:56:422 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Keymapper Init.ahk
18:28:56:422 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			3966 bytes
					Created:			2/21/2017 - 7:14:54 PM
					Modified:			2/21/2017 - 7:14:54 PM
18:28:56:427 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\MultiGame.ahk
18:28:56:427 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			41583 bytes
					Created:			2/21/2017 - 7:13:40 PM
					Modified:			2/21/2017 - 7:13:40 PM
18:28:56:427 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\MultiGame Init.ahk
18:28:56:427 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			169 bytes
					Created:			2/21/2017 - 7:14:31 PM
					Modified:			2/21/2017 - 7:14:31 PM
18:28:56:427 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\MultiPlayer.ahk
18:28:56:432 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			67277 bytes
					Created:			2/21/2017 - 7:13:56 PM
					Modified:			2/21/2017 - 7:13:57 PM
18:28:56:437 | RL |      INFO  | +16    | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Pause.ahk
18:28:56:437 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			408415 bytes
					Created:			2/21/2017 - 7:15:18 PM
					Modified:			2/21/2017 - 7:15:19 PM
18:28:56:437 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Pause Init.ahk
18:28:56:437 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			563 bytes
					Created:			2/21/2017 - 7:14:09 PM
					Modified:			2/21/2017 - 7:14:09 PM
18:28:56:437 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Password.ahk
18:28:56:437 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			10131 bytes
					Created:			2/21/2017 - 7:13:37 PM
					Modified:			2/21/2017 - 7:13:37 PM
18:28:56:442 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\DLL\RocketLauncher.ahk
18:28:56:443 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			31509 bytes
					Created:			2/21/2017 - 7:15:37 PM
					Modified:			2/21/2017 - 7:15:37 PM
18:28:56:444 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Log\Logger.ahk
18:28:56:445 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			3558 bytes
					Created:			2/21/2017 - 7:13:44 PM
					Modified:			2/21/2017 - 7:13:44 PM
18:28:56:446 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\MiscUtils.ahk
18:28:56:446 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			6709 bytes
					Created:			2/21/2017 - 7:15:26 PM
					Modified:			2/21/2017 - 7:15:26 PM
18:28:56:448 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\Environment\Registry.ahk
18:28:56:448 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			2084 bytes
					Created:			2/21/2017 - 7:14:01 PM
					Modified:			2/21/2017 - 7:14:01 PM
18:28:56:449 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\Environment\ArrayUtils.ahk
18:28:56:450 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			306 bytes
					Created:			2/21/2017 - 7:14:17 PM
					Modified:			2/21/2017 - 7:14:17 PM
18:28:56:450 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\Environment\LocaleUtils.ahk
18:28:56:450 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			2104 bytes
					Created:			2/21/2017 - 7:14:26 PM
					Modified:			2/21/2017 - 7:14:27 PM
18:28:56:450 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\Environment\StringUtils.ahk
18:28:56:450 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			7754 bytes
					Created:			2/21/2017 - 7:14:13 PM
					Modified:			2/21/2017 - 7:14:13 PM
18:28:56:450 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\Environment\TimerUtils.ahk
18:28:56:456 | RL |     DEBUG  | +16    | CheckFile - Attributes:
					File Size:			2948 bytes
					Created:			2/21/2017 - 7:14:05 PM
					Modified:			2/21/2017 - 7:14:05 PM
18:28:56:456 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\File\ArchiveFile.ahk
18:28:56:456 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			346 bytes
					Created:			2/21/2017 - 7:14:54 PM
					Modified:			2/21/2017 - 7:14:55 PM
18:28:56:456 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\File\DemulShooter.ahk
18:28:56:456 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			786 bytes
					Created:			2/21/2017 - 7:14:09 PM
					Modified:			2/21/2017 - 7:14:10 PM
18:28:56:461 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\File\Emulator.ahk
18:28:56:461 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			1231 bytes
					Created:			2/21/2017 - 7:14:18 PM
					Modified:			2/21/2017 - 7:14:19 PM
18:28:56:461 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\File\File.ahk
18:28:56:461 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			9522 bytes
					Created:			2/21/2017 - 7:14:23 PM
					Modified:			2/21/2017 - 7:14:23 PM
18:28:56:461 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\File\FileUtils.ahk
18:28:56:466 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			339 bytes
					Created:			2/21/2017 - 7:14:13 PM
					Modified:			2/21/2017 - 7:14:14 PM
18:28:56:466 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\File\Folder.ahk
18:28:56:466 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			643 bytes
					Created:			2/21/2017 - 7:13:45 PM
					Modified:			2/21/2017 - 7:13:46 PM
18:28:56:466 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\File\IniFile.ahk
18:28:56:466 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			4364 bytes
					Created:			2/21/2017 - 7:14:43 PM
					Modified:			2/21/2017 - 7:14:43 PM
18:28:56:466 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\File\Process.ahk
18:28:56:471 | RL |     DEBUG  | +15    | CheckFile - Attributes:
					File Size:			9711 bytes
					Created:			2/21/2017 - 7:14:50 PM
					Modified:			2/21/2017 - 7:14:50 PM
18:28:56:471 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\File\PropertiesFile.ahk
18:28:56:471 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			4218 bytes
					Created:			2/21/2017 - 7:13:55 PM
					Modified:			2/21/2017 - 7:13:55 PM
18:28:56:471 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\File\RIniFile.ahk
18:28:56:471 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			3898 bytes
					Created:			2/21/2017 - 7:13:38 PM
					Modified:			2/21/2017 - 7:13:38 PM
18:28:56:476 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\File\XMLFile.ahk
18:28:56:476 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			331 bytes
					Created:			2/21/2017 - 7:15:09 PM
					Modified:			2/21/2017 - 7:15:09 PM
18:28:56:481 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\Input\KeyUtils.ahk
18:28:56:481 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			5426 bytes
					Created:			2/21/2017 - 7:13:46 PM
					Modified:			2/21/2017 - 7:13:47 PM
18:28:56:481 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\UI\Control.ahk
18:28:56:481 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			4603 bytes
					Created:			2/21/2017 - 7:14:02 PM
					Modified:			2/21/2017 - 7:14:02 PM
18:28:56:481 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\UI\Window.ahk
18:28:56:481 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			24655 bytes
					Created:			2/21/2017 - 7:13:48 PM
					Modified:			2/21/2017 - 7:13:48 PM
18:28:56:486 | RL |      INFO  | +16    | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Classes\Util\UI\WindowTitle.ahk
18:28:56:486 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			1171 bytes
					Created:			2/21/2017 - 7:14:26 PM
					Modified:			2/21/2017 - 7:14:26 PM
18:28:56:486 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Rom Mapping Launch Menu.ahk
18:28:56:486 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			72279 bytes
					Created:			2/21/2017 - 7:15:12 PM
					Modified:			2/21/2017 - 7:15:12 PM
18:28:56:491 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Shader.ahk
18:28:56:491 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			4183 bytes
					Created:			2/21/2017 - 7:15:28 PM
					Modified:			2/21/2017 - 7:15:28 PM
18:28:56:491 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Shader Init.ahk
18:28:56:491 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			412 bytes
					Created:			2/21/2017 - 7:14:05 PM
					Modified:			2/21/2017 - 7:14:05 PM
18:28:56:496 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Shared.ahk
18:28:56:496 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			173248 bytes
					Created:			2/21/2017 - 7:13:53 PM
					Modified:			2/21/2017 - 7:13:54 PM
18:28:56:496 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Statistics.ahk
18:28:56:496 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			27008 bytes
					Created:			2/21/2017 - 7:14:05 PM
					Modified:			2/21/2017 - 7:14:05 PM
18:28:56:496 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Statistics Init.ahk
18:28:56:496 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			43 bytes
					Created:			2/21/2017 - 7:15:09 PM
					Modified:			2/21/2017 - 7:15:10 PM
18:28:56:501 | RL |      INFO  | +16    | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\Virtual Drive.ahk
18:28:56:501 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			20294 bytes
					Created:			2/21/2017 - 7:13:47 PM
					Modified:			2/21/2017 - 7:13:47 PM
18:28:56:501 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\XHotkey.ahk
18:28:56:506 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			26615 bytes
					Created:			2/21/2017 - 7:14:31 PM
					Modified:			2/21/2017 - 7:14:31 PM
18:28:56:506 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Lib\XHotkey Init.ahk
18:28:56:506 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			1073 bytes
					Created:			2/21/2017 - 7:14:58 PM
					Modified:			2/21/2017 - 7:14:58 PM
18:28:56:506 | RL |     DEBUG  | +0     | Main - Received a full file path via CLI: "G:\0_Emulation\3DO\ISOs\Alone in the Dark 2.cue"
18:28:56:506 | RL |     DEBUG  | +0     | Main - dbFullName: Alone in the Dark 2.cue
18:28:56:506 | RL |     DEBUG  | +0     | Main - dbName: Alone in the Dark 2
18:28:56:506 | RL |     DEBUG  | +0     | Main - dbPath: G:\0_Emulation\3DO\ISOs
18:28:56:506 | RL |     DEBUG  | +0     | Main - dbExt: cue
18:28:56:506 | RL |      INFO  | +0     | Main - Loading Front End Plugin: "RocketLauncherUI"
18:28:56:511 | RL |      INFO  | +0     | CRC Check - CRC matches, this is an official unedited Library: D:\X_RocketLauncher\RocketLauncher\Plugins\RocketLauncherUI.plugin
18:28:56:511 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			4177 bytes
					Created:			2/21/2017 - 7:15:09 PM
					Modified:			2/21/2017 - 7:15:09 PM
18:28:56:511 | RL |     TRACE  | +0     | Process.__New - Creating new process object for: "C:\Users\xxxxx\LaunchBox\LaunchBox.exe"
18:28:56:511 | RL |     TRACE  | +0     | File.__New - Creating new file object of: "C:\Users\xxxxx\LaunchBox\LaunchBox.exe"
18:28:56:511 | RL |      INFO  | +0     | Process.Process - "Exist" "LaunchBox.exe"
18:28:56:511 | RL |     TRACE  | +0     | Process.GetProcessID
18:28:56:516 | RL |      INFO  | +15    | Main - Detected LaunchBox.exe is currently running
18:28:56:516 | RL |     TRACE  | +0     | Window.__New - Created: "ahk_pid 2760"
18:28:56:516 | RL |     TRACE  | +0     | Window.Get - ID is "0x503fa" from "ahk_pid 2760"
18:28:56:516 | RL |     TRACE  | +0     | Window.GetPos - Retrieved x:0 y:0 w: 1920 h: 1040 from "ahk_id 0x503fa"
18:28:56:516 | RL |      INFO  | +0     | Main - LaunchBox.exe coordinates are x0 y0 w1920 h1040
18:28:56:516 | RL |      INFO  | +0     | Main - RocketLauncher received "Panasonic 3DO" and "Alone in the Dark 2"
18:28:56:521 | RL |      INFO  | +0     | Main - Did not find a "D:\X_RocketLauncher\RocketLauncher\Settings\Panasonic 3DO\Game Options.ini" file, skipping any game-specific options.
18:28:56:526 | RL |      INFO  | +0     | Main - Alone in the Dark 2 is using the default emulator: Phoenix_3DO
18:28:56:526 | RL |      INFO  | +0     | Main - Checking for a [Phoenix_3DO] section in D:\X_RocketLauncher\RocketLauncher\Settings\Panasonic 3DO\Emulators.ini
18:28:56:526 | RL |      INFO  | +0     | Main - Checking for a [Phoenix_3DO] section in D:\X_RocketLauncher\RocketLauncher\Settings\Global Emulators.ini
18:28:56:526 | RL |      INFO  | +0     | Main - Found [Phoenix_3DO] in D:\X_RocketLauncher\RocketLauncher\Settings\Global Emulators.ini
18:28:56:526 | RL |      INFO  | +0     | CheckFile - Checking if D:\X_RocketLauncher\RocketLauncher\Modules\Phoenix_3DO\Phoenix3DO.ahk exists
18:28:56:526 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			3365 bytes
					Created:			5/3/2018 - 8:41:50 PM
					Modified:			5/10/2018 - 6:11:22 PM
18:28:56:531 | RL |   WARNING  | +16    | Main - CRC Check - CRC does not match official module and will not be supported. Continue using at your own risk.
18:28:56:531 | RL |      INFO  | +0     | Main - Alone in the Dark 2 will use module: D:\X_RocketLauncher\RocketLauncher\Modules\Phoenix_3DO\Phoenix3DO.ahk
18:28:56:556 | RL |      INFO  | +15    | Main - Using standard method with "Rom Extension" SkipChecks or without any SkipChecks.
18:28:56:556 | RL |      INFO  | +0     | CheckFile - Checking if D:\X_RocketLauncher\Emulators\Phoenix_3DO\PhoenixEmuProject.exe exists
18:28:56:556 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			9434624 bytes
					Created:			5/3/2018 - 8:23:49 PM
					Modified:			6/12/2017 - 11:50:24 PM
18:28:56:561 | RL |      INFO  | +0     | Main - INI Keys read
18:28:56:561 | RL |      INFO  | +0     | CheckFile - Checking if D:\X_RocketLauncher\RocketLauncher\Module Extensions\7z.exe exists
18:28:56:561 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					FileDescription         	7-Zip Console
					FileVersion             	15.06 beta
					InternalName            	7z
					LegalCopyright          	Copyright (c) 1999-2015 Igor Pavlov
					OriginalFilename        	7z.exe
					ProductName             	7-Zip
					ProductVersion          	15.06 beta
					CompanyName             	Igor Pavlov
					File Size:			262144 bytes
					Created:			10/3/2015 - 11:12:46 AM
					Modified:			10/3/2015 - 11:12:46 AM
18:28:56:561 | RL |      INFO  | +0     | CheckFile - Checking if D:\X_RocketLauncher\RocketLauncher\Module Extensions\7z.dll exists
18:28:56:561 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					FileDescription         	7z Plugin
					FileVersion             	15.06 beta
					InternalName            	7z
					LegalCopyright          	Copyright (c) 1999-2015 Igor Pavlov
					OriginalFilename        	7z.dll
					ProductName             	7-Zip
					ProductVersion          	15.06 beta
					CompanyName             	Igor Pavlov
					File Size:			1012224 bytes
					Created:			10/3/2015 - 11:12:45 AM
					Modified:			10/3/2015 - 11:12:45 AM
18:28:56:566 | RL |      INFO  | +16    | Main - "Alone in the Dark 2" 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:28:56:566 | RL |      INFO  | +0     | CheckPaths - Started
18:28:56:566 | RL |      INFO  | +0     | CheckPaths - Not scanning to find the rom because a full path was supplied to RocketLauncher via CLI
18:28:56:566 | RL |     DEBUG  | +0     | CheckPaths - Current romName: Alone in the Dark 2
18:28:56:566 | RL |     DEBUG  | +0     | CheckPaths - Current romPath: G:\0_Emulation\3DO\ISOs
18:28:56:566 | RL |     DEBUG  | +0     | CheckPaths - Current romExtension: .cue
18:28:56:566 | RL |      INFO  | +0     | CheckPaths - Ended
18:28:56:566 | RL |      INFO  | +0     | BuildScript - User Variables:
					;----------------------------------------------------------------------------
					; INJECTED VARIABLES
					;----------------------------------------------------------------------------

					#NoTrayIcon
					#InstallKeybdHook
					MiscUtils.DetectHiddenWindows("On")
					SetTitleMatchMode, 2
					SendMode, Event
					Global RLLog
					Global RLObject
					0 := "8"
					rlPath := "D:\X_RocketLauncher\RocketLauncher"
					pluginPath := "D:\X_RocketLauncher\RocketLauncher\Plugins"
					pluginName := "RocketLauncherUI"
					pluginExt := ".plugin"
					contextOnExit := ""
					rlMode := ""
					rlTitle := "RocketLauncher"
					rlVersion := "1.2.0.1"
					rlAuthor := "djvj"
					rlURL := "www.rlauncher.com"
					langFile := "D:\X_RocketLauncher\RocketLauncher\Data\Language\Localization.ini"
					primMonitor := "1"
					frontendPID := "2760"
					frontendPath := "C:\Users\xxxxx\LaunchBox"
					frontendExe := "LaunchBox.exe"
					frontendExt := "exe"
					frontendName := "LaunchBox"
					frontendDrive := "C"
					exitEmulatorKey := "~Esc"
					restoreFE := "false"
					exitScriptKey := "~q & ~s"
					toggleCursorKey := "~e & ~t"
					emuFullPath := "D:\X_RocketLauncher\Emulators\Phoenix_3DO\PhoenixEmuProject.exe"
					emuPath := "D:\X_RocketLauncher\Emulators\Phoenix_3DO"
					emuName := "Phoenix_3DO"
					emuExt := "exe"
					baseRomPath := ""
					romPath := "G:\0_Emulation\3DO\ISOs"
					romPathFromIni := "G:\0_Emulation\3DO\ISOs"
					romExtension := ".cue"
					romExtensionOrig := ".cue"
					romExtensions := "iso|bin"
					executable := "PhoenixEmuProject.exe"
					systemDbName := "Panasonic 3DO"
					systemName := "Panasonic 3DO"
					dbPath := "G:\0_Emulation\3DO\ISOs"
					dbName := "Alone in the Dark 2"
					dbExt := "cue"
					romFoundByExt := ""
					romName := "Alone in the Dark 2"
					romMapPath := ""
					romMappingEnabled := "false"
					romMappingLaunchMenuEnabled := "false"
					romMappingFirstMatchingExt := "false"
					romMappingShowAllRomsInArchive := "true"
					romMappingNumberOfGamesByScreen := "7"
					romMappingHideParent := "false"
					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"
					romMappingGameNameTextFont := "Bebas Neue"
					romMappingGameNameTextOptions := "cFFFFFFFF r4 s40 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:\X_RocketLauncher\RocketLauncher\Module Extensions\BlockInput.exe"
					errorLevelReporting := "false"
					lockLaunch := "false"
					lockLaunchGame := ""
					screenRotationAngle := "0"
					screenRotationAngleGame := ""
					setResolution := ""
					logFile := ""
					logLabel := ["    INFO"," WARNING","   ERROR","   DEBUG","   TRACE"]
					logLevel := "10"
					logShowDebugConsole := "false"
					logShowCommandWindow := "false"
					logCommandWindow := "false"
					logIncludeModule := "true"
					logIncludeFileProperties := "true"
					logIncludeDLLLogs := "false"
					errorSounds := "true"
					rlDebugConsoleStdout := ""
					sysLang := "English_United_Kingdom"
					sysType := "64-bit"
					broadcastWindowTitle := ""
					navUpKey := "Up"
					navDownKey := "Down"
					navLeftKey := "Left"
					navRightKey := "Right"
					navSelectKey := "Enter"
					navP2UpKey := "Numpad8"
					navP2DownKey := "Numpad2"
					navP2LeftKey := "Numpad4"
					navP2RightKey := "Numpad6"
					navP2SelectKey := "NumpadEnter"
					originalWidth := "1920"
					originalHeight := "1080"
					vdEnabled := "false"
					vdFullPath := "C:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe"
					vdUseSCSI := "true"
					vdDriveLetter := ""
					vdDriveLetterScsi := ""
					vdAddDrive := "true"
					demulShooterPath := ""
					servoStikEnabled := "false"
					servoStikExitMode := "false"
					ledblinkyEnabled := "false"
					ledblinkySystemName := ""
					ledblinkyFullPath := ""
					ledblinkyProfilePath := "D:\X_RocketLauncher\RocketLauncher\Profiles\LEDBlinky"
					ledblinkyRLProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\LEDBlinky\RocketLauncher"
					winIPACFullPath := ""
					ultraMapEnabled := "false"
					ultraMapFullPath := ""
					emuIdleShutdown := "0"
					launchPasswordHash := "zQJHGuIBD6bt2rEoPola0Rbrl81Ci3lgdm1mxbcm+QfXe+SDPHV0ig=="
					cursorSize := ""
					hideCursor := "false"
					hideEmu := "false"
					hideFE := "false"
					suspendFE := "false"
					fadeIn := "false"
					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"
					fadeClickThrough := "false"
					fadeSounds := "true"
					fade7zProgressMode := "extraction"
					fadeWidthBaseRes := "1920"
					fadeHeightBaseRes := "1080"
					fadeLyr1Color := "FF000000"
					fadeLyr1AlignImage := "Align to Top Left"
					fadeLyr2Pos := "Bottom Right Corner"
					fadeLyr2X := "300"
					fadeLyr2Y := "300"
					fadeLyr2W := ""
					fadeLyr2H := ""
					fadeLyr2Adjust := "1"
					fadeLyr2PicPad := "0"
					fadeLyr2Prefix := "Extra Layer 1 - Console"
					fadeLyr3Pos := "Center"
					fadeLyr3X := "300"
					fadeLyr3Y := "300"
					fadeLyr3W := ""
					fadeLyr3H := ""
					fadeLyr3Adjust := "0.75"
					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 := "0.75"
					fadeLyr4X := "100"
					fadeLyr4Y := "100"
					fadeLyr4W := "128"
					fadeLyr4H := ""
					fadeLyr4Pos := "Above Layer 3 - Left"
					fadeLyr4FPS := "10"
					fadeLyr4PicPad := "0"
					fadeTranspGifColor := "FFFFFF"
					fadeBarWindow := "false"
					fadeBarWindowX := ""
					fadeBarWindowY := ""
					fadeBarWindowW := "600"
					fadeBarWindowH := "120"
					fadeBarWindowR := "20"
					fadeBarWindowM := "20"
					fadeBarWindowHatchStyle := "8"
					fadeBar := "7zOnly"
					fadeProgressDuration := "0"
					fadeBarBack := "true"
					fadeBarBackColor := "FF555555"
					fadeBarH := "20"
					fadeBarR := "5"
					fadeBarColor := "DD00BFFF"
					fadeBarHatchStyle := "3"
					fadeBarPercentageText := "true"
					fadeBarInfoText := "true"
					fadeBarXOffset := "0"
					fadeBarYOffset := "100"
					fadeRomInfoDescription := "text"
					fadeRomInfoSystemName := "text"
					fadeRomInfoYear := "text"
					fadeRomInfoDeveloper := "text with label"
					fadeRomInfoPublisher := "text with label"
					fadeRomInfoGenre := "text"
					fadeRomInfoRating := "text"
					fadeRomInfoOrder := "Description|SystemName|Year|Manufacturer|Genre|Rating"
					fadeRomInfoTextPlacement := "topRight"
					fadeRomInfoTextMargin := "5"
					fadeRomInfoText1Options := "cFF555555 r4 s20 Bold"
					fadeRomInfoText2Options := "cFF555555 r4 s20 Bold"
					fadeRomInfoText3Options := "cFF555555 r4 s20 Bold"
					fadeRomInfoText4Options := "cFF555555 r4 s20 Bold"
					fadeRomInfoText5Options := "cFF555555 r4 s20 Bold"
					fadeRomInfoText6Options := "cFF555555 r4 s20 Bold"
					fadeRomInfoText7Options := "h135 x15 y885|1590 cFFCFCFCA r4 s120 Regular"
					fadeStats_Number_of_Times_Played := "text with label"
					fadeStats_Last_Time_Played := "text with label"
					fadeStats_Average_Time_Played := "text with label"
					fadeStats_Total_Time_Played := "text with label"
					fadeStats_System_Total_Played_Time := "text with label"
					fadeStats_Total_Global_Played_Time := "text with label"
					fadeStatsInfoOrder := "Number_of_Times_Played|Last_Time_Played|Average_Time_Played|Total_Time_Played|System_Total_Played_Time|Total_Global_Played_Time"
					fadeStatsInfoTextPlacement := "topLeft"
					fadeStatsInfoTextMargin := "5"
					fadeStatsInfoText1Options := "cFF555555 r4 s20 Bold"
					fadeStatsInfoText2Options := "cFF555555 r4 s20 Bold"
					fadeStatsInfoText3Options := "cFF555555 r4 s20 Bold"
					fadeStatsInfoText4Options := "cFF555555 r4 s20 Bold"
					fadeStatsInfoText5Options := "cFF555555 r4 s20 Bold"
					fadeStatsInfoText6Options := "cFF555555 r4 s20 Bold"
					fadeText1X := "0"
					fadeText1Y := "0"
					fadeText1Options := "cFFFFFFFF r4 s20 Right Bold"
					fadeText1 := "Loading Game"
					fadeText2X := "0"
					fadeText2Y := "0"
					fadeText2Options := "cFFFFFFFF r4 s20 Right Bold"
					fadeText2 := "Extraction Complete"
					fadeText3 := "Loading Game"
					fadeText4 := "Loading Complete"
					fadeFont := "Arial"
					fadeSystemAndRomLayersOnly := "false"
					fadeExtractionTime := "disabled"
					fadeExtractionTimeTextX := "0"
					fadeExtractionTimeTextY := "0"
					fadeExtractionTimeTextOptions := "cFF555555 r4 s20 Bold"
					fadeInterruptKey := ""
					detectFadeErrorEnabled := "true"
					fadeImgPath := "D:\X_RocketLauncher\RocketLauncher\Media\Fade"
					RLDataPath := "D:\X_RocketLauncher\RocketLauncher\Data"
					RLMediaPath := "D:\X_RocketLauncher\RocketLauncher\Media"
					RLErrSoundPath := "D:\X_RocketLauncher\RocketLauncher\Media\Sounds\Error"
					modulesPath := "D:\X_RocketLauncher\RocketLauncher\Modules"
					moduleFullName := "D:\X_RocketLauncher\RocketLauncher\Modules\Phoenix_3DO\Phoenix3DO.ahk"
					moduleName := "Phoenix3DO"
					modulePath := "D:\X_RocketLauncher\RocketLauncher\Modules\Phoenix_3DO"
					moduleExtension := "ahk"
					moduleExtensionsPath := "D:\X_RocketLauncher\RocketLauncher\Module Extensions"
					libPath := "D:\X_RocketLauncher\RocketLauncher\Lib"
					sevenZEnabled := "false"
					sevenZPath := "D:\X_RocketLauncher\RocketLauncher\Module Extensions\7z.exe"
					sevenZDllPath := "D:\X_RocketLauncher\RocketLauncher\Module Extensions\7z.dll"
					sevenZExtractPath := "C:\Users\xxxxx\AppData\Local\Temp\HS"
					sevenZExtractPathOrig := ""
					sevenZAttachSystemName := "false"
					sevenZDelTemp := "true"
					sevenZFormats := ".zip|.rar|.7z|.lha|.lzh|.gzip|.tar"
					sevenZFormatsNoP := "zip|rar|7z|lha|lzh|gzip|tar"
					sevenZFormatsRegEx := "\.zip|\.rar|\.7z|\.lha|\.lzh|\.gzip|\.tar"
					sevenZGamesToKeep := ""
					sevenZDeletePerSystem := "false"
					sevenZExtensions := "zip|rar|7z|lha|lzh|gzip|tar"
					7zExtractPath := "C:\Users\xxxxx\AppData\Local\Temp\HS"
					mgEnabled := "false"
					mgKey := "vkC0sc028|F11"
					mgBackgroundColor := "FF000000"
					mgSidePadding := "0.2"
					mgWidthBaseRes := "1920"
					mgHeightBaseRes := "1080"
					mgYOffset := "500"
					mgFont := "Arial"
					mgText1Options := "w80p x10p y10p cBBFFFFFF r4 s100 Center BoldItalic"
					mgText1Text := "Please select a Disc/Disk/Tape"
					mgText2Options := "w96p cFFFFFFFF r4 s50 Center BoldItalic"
					mgText2Offset := "125"
					mgUseSound := "true"
					mgSoundfreq := "300"
					mgExitEffect := "none"
					mgSelectedEffect := "rotate"
					mgUseGameArt := "false"
					mgCandidate := ""
					mgValidTypes := "\(Disc|\(Disk|\(Cart|\(Tape|\(Cassette|\(Part|\(Side"
					mgOnLaunch := "false"
					pauseEnabled := "true"
					pauseKey := "~NumpadAdd|vkDDsc01B"
					pauseBackToMenuBarKey := "X"
					pauseZoomInKey := "C"
					pauseZoomOutKey := "V"
					pauseScreenshotKey := "~PrintScreen"
					pauseHiToTextPath := "D:\X_RocketLauncher\RocketLauncher\Module Extensions\HiToText.exe"
					pauseSaveStateKeyCodes := ""
					pauseLoadStateKeyCodes := ""
					keyboardEncoder := ""
					keyboardEncoderEnabled := "false"
					keymapperEnabled := "false"
					keymapperAHKMethod := "false"
					keymapper := ""
					xpadderFullPath := "D:\0_Emulation\_Tools\Xpadder\Xpadder.exe"
					joyToKeyFullPath := "D:\X_RocketLauncher\Utilities\JoyToKey\JoyToKey.exe"
					profilePath := "D:\X_RocketLauncher\RocketLauncher\Profiles"
					keymapperProfilePath := "D:\X_RocketLauncher\RocketLauncher\Profiles\"
					keymapperFrontEndProfileName := "HyperSpin"
					keymapperFrontEndProfile := "false"
					keymapperRocketLauncherProfileEnabled := "false"
					joyIDsEnabled := "true"
					joyIDsPreferredControllersGlobal := ""
					joyIDsPreferredControllersSystem := "use_global"
					joyIDsPreferredControllersOnExit := ""
					CustomJoyNamesEnabled := "false"
					CustomJoyNames := ""
					rotateMethod := "false"
					FEProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\\HyperSpin"
					defaultProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\\_Default"
					systemProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\\Panasonic 3DO"
					xPadderSystemProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\\Panasonic 3DO\_Default"
					emuProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\\Panasonic 3DO\Phoenix_3DO"
					romProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\\Panasonic 3DO\Alone in the Dark 2"
					RocketLauncherProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\\RocketLauncher"
					blankProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\\blank"
					ahkFEProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\AHK\HyperSpin"
					ahkDefaultProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\AHK\_Default"
					ahkSystemProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\AHK\Panasonic 3DO"
					ahkEmuProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\AHK\Panasonic 3DO\Phoenix_3DO"
					ahkRomProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\AHK\Panasonic 3DO\Alone in the Dark 2"
					ahkRocketLauncherProfile := "D:\X_RocketLauncher\RocketLauncher\Profiles\AHK\RocketLauncher"
					bezelEnabled := "false"
					bezelICEnabled := "false"
					shaderName := "false"
					shaderColor := ""
					shaderTransparency := ""
					statisticsEnabled := "true"
					pressDuration := "-1"
					emuVolume := "1"
					dxwndIni := "D:\X_RocketLauncher\RocketLauncher\Module Extensions\dxwnd\dxwnd.ini"
					dxwndFullPath := "D:\X_RocketLauncher\RocketLauncher\Module Extensions\dxwnd\dxwnd.exe"
					qResFullPath := "D:\X_RocketLauncher\RocketLauncher\Module Extensions\QRes.exe"
					mon1O := ""
					pacDrivedllFile := "D:\X_RocketLauncher\RocketLauncher\Module Extensions\PacDrive32.dll"
					userFadeAnimIniFile := "D:\X_RocketLauncher\RocketLauncher\Lib\User Fade Animations.ini"
					testFile := ""
					testDuration := ""
					initialErrorMode := "0"

18:28:56:571 | RL |      INFO  | +0     | BuildScript - Loaded XHotkey Init.ahk scripts
18:28:56:571 | RL |      INFO  | +0     | BuildScript - Loaded Keymapper Init.ahk scripts
18:28:56:571 | RL |      INFO  | +0     | BuildScript - Loaded Pause Init.ahk scripts
18:28:56:571 | RL |      INFO  | +0     | BuildScript - Loaded Statistics Init.ahk scripts
18:28:56:571 | RL |     DEBUG  | +0     | BuildScript - Module starts on line: 2
18:28:56:571 | RL |      INFO  | +0     | BuildScript - Validating module
18:28:56:571 | RL |      INFO  | +0     | BuildScript - Validation complete
18:28:56:571 | RL |      INFO  | +0     | BuildScript - Module:
					MEmu := "Phoenix3DO"
					MEmuV := "v1.1"
					MURL := ["http://www.arts-union.ru/node/23"]
					MAuthor := ["djvj"]
					MVersion := "2.0.4"
					MCRC := "BD5A0D04"
					iCRC := "109E182B"
					MID := "635038268914342592"
					MSystem := ["Panasonic 3DO","Atari Jaguar"]
					;----------------------------------------------------------------------------
					; Notes:
					; This emu only supports iso images
					; Set SelectGameMode if you have any problems with the emu opening the game
					; If your bios file is called fz10_rom.bin, rename it to fz10.rom, it should be placed in the same dir as the emu exe.
					; On first launch, Phoenix will ask you to point it to the fz10.rom. After you do that, exit the emu and select a game in your Front End and it should work.
					; If you do not have an English windows, set the language you use for the MLanguage setting in RocketLauncherUI. Currently only Spanish/Portuguese is supported.
					;
					; Phoenix stores its config in the registry @ HKEY_CURRENT_USER\Software\FreeDO\FreeDO Emulator
					;----------------------------------------------------------------------------

					StartModule()
					BezelGUI()
					FadeInStart()

					Fullscreen := moduleIni.Read("Settings", "Fullscreen","true",,1)
					ControlDelay := moduleIni.Read("Settings", "ControlDelay","20",,1) ; raise this if the module is getting stuck somewhere
					KeyDelay := moduleIni.Read("Settings", "KeyDelay","-1",,1) ; raise this if the module is getting stuck

					dialogOpen := ("dialog.open") ; Looking up local translation

					If bezelEnabled
					BezelStart(If Fullscreen = "true" ? "" : "fixResMode")

					;hideEmuObj := Object(dialogOpen . " ahk_class #32770",0,"Phoenix ahk_class Qt5QWindowIcon",1)	; Hide_Emu will hide these windows. 0 = will never unhide, 1 = will unhide later
					7z(romPath, romName, romExtension, 7zExtractPath)

					SetControlDelay, %ControlDelay%
					SetKeyDelay(KeyDelay)

					If romExtension in .7z,.rar,.zip
					ScriptError("Pheonix does not support archived or cue files. Only ""iso"", ""img"", and ""bin"" files can be loaded. Either enable 7z support, or extract your games first.")

					HideEmuStart()	; This fully ensures windows are completely hidden even faster than winwait

					; Your XML file to be altered in a variable
					FileRead, xml, %emuPath%\phoenix.config.xml
					romPath2 = %romPath%/%romName%%romExtension%
					romPath3 = %romPath%
					StringReplace, romPath2, romPath2, \, /, UseErrorLevel
					StringReplace, romPath3, romPath3, \, /, UseErrorLevel



					; Use regex to setup the game to load
					ToReplace =
					(
					<CD-ROM [^>]*
					)
					Replacement =
					(
					<CD-ROM expanded="true" attach="%romPath2%" last-path="%romPath3%"
					)
					xml := StringUtils.RegExReplace(xml,ToReplace,Replacement )

					FileDelete, %emuPath%\phoenix.config.xml
					FileAppend, %xml%, %emuPath%\phoenix.config.xml

					Run(executable, emuPath)
					DetectHiddenWindows, on

					WinWait("ahk_class Qt5QWindowIcon")
					WinWaitActive("ahk_class Qt5QWindowIcon")
					;WinMenuSelectItem, ahk_class Qt5QWindowPopupDropShadow,, 2&, 1&

					Send, {Alt}{Right}{Enter}{Enter} ; power on roms

					If Fullscreen = true
					Send, {F11} ; fullscreen

					Sleep, 1000

					BezelDraw()
					HideEmuEnd()
					FadeInExit()
					Process("WaitClose", executable)
					7zCleanUp()
					BezelExit()
					FadeOutExit()
					ExitModule()

					CloseProcess:
					FadeOutStart()
					WinClose("ahk_class Qt5QWindowIcon")	; Removing Phoenix from the title because the emulator shows statistics in the title while a game is playing
					Return

18:28:56:576 | RL |      INFO  | +0     | BuildScript - Loaded Pause scripts
18:28:56:576 | RL |      INFO  | +0     | BuildScript - Loaded Multi-Player scripts
18:28:56:576 | RL |      INFO  | +0     | BuildScript - Loaded Statistics.ahk script
18:28:56:576 | RL |      INFO  | +0     | BuildScript - Loaded User Functions script from D:\X_RocketLauncher\RocketLauncher\Lib\User Functions\Global.ahk
18:28:56:576 | RL |      INFO  | +0     | BuildScript - "D:\X_RocketLauncher\RocketLauncher\Lib\User Functions\Panasonic 3DO.ahk" not found
18:28:56:576 | RL |      INFO  | +0     | BuildScript - "D:\X_RocketLauncher\RocketLauncher\Lib\User Functions\Emulators\Phoenix_3DO.ahk" not found
18:28:56:576 | RL |      INFO  | +0     | BuildScript - "D:\X_RocketLauncher\RocketLauncher\Lib\User Functions\Panasonic 3DO\Emulators\Phoenix_3DO.ahk" not found
18:28:56:576 | RL |      INFO  | +0     | BuildScript - "D:\X_RocketLauncher\RocketLauncher\Lib\User Functions\Panasonic 3DO\Alone in the Dark 2.ahk" not found
18:28:56:576 | RL |      INFO  | +0     | BuildScript - Finished injecting functions into module
18:28:56:576 | RL |      INFO  | +0     | Main - Module is built
18:28:56:576 | RL |      INFO  | +0     | CheckFile - Checking if D:\X_RocketLauncher\RocketLauncher\AutoHotkey.dll exists
18:28:56:576 | RL |     DEBUG  | +0     | CheckFile - Attributes:
					FileDescription         	AutoHotkey_H ANSI 32-bit
					FileVersion             	1.1.13.00
					InternalName            	AutoHotkey_H
					LegalCopyright          	Copyright (C) 2003-2013
					OriginalFilename        	AutoHotkey.exe
					ProductName             	AutoHotkey_H
					ProductVersion          	1.1.13.00
					File Size:			802304 bytes
					Created:			8/18/2016 - 8:46:26 PM
					Modified:			8/18/2016 - 8:46:28 PM
18:28:56:576 | RL |      INFO  | +0     | Main - Starting timer to watch if Front End gets displaced and restore it if it does.
18:28:56:581 | RL |      INFO  | +16    | Main - Running module
18:28:56:761 | MD |      INFO  | +N/A   | Module initialized
18:28:56:761 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Started
18:28:56:761 | MD |     DEBUG  | +0     | XHotkeyTableCreation - KeyGroup ~Esc not in TableKeyGroups
18:28:56:761 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Post loop 1 check
18:28:56:761 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Post loop 2 check
18:28:56:761 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~Esc" to call label: "CloseProcess"
18:28:56:761 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Ended
18:28:56:761 | MD |     TRACE  | +0     | Keymapper - Checking for the JoyIDs_Preferred_Controllers key  in D:\X_RocketLauncher\RocketLauncher\Settings\Panasonic 3DO\Games JoyIDs.ini under section [Alone in the Dark 2]
18:28:56:761 | MD |      INFO  | +0     | LoadPreferredControllers - Started
18:28:56:761 | MD |     TRACE  | +0     | LoadPreferredControllers - JoyIDsPreferredControllers = 1
18:28:56:761 | MD |     TRACE  | +0     | LoadPreferredControllers - Creating a list of currently connected joysticks
18:28:56:761 | MD |      INFO  | +0     | GetJoystickArray - Started
18:28:56:786 | MD |     TRACE  | +31    | GetJoystickArray - Joysticks Detected: 1111000000000000
18:28:56:786 | MD |      INFO  | +0     | GetJoystickGUID - Started
18:28:56:791 | MD |      INFO  | +0     | GetJoystickGUID - Ended and found GUID: 60ABE1A9A8F8E3118001444553540000
18:28:56:791 | MD |     TRACE  | +0     | GetJoystickArray - ID: 1 | Port: 0 | Name: Controller (XBOX 360 For Windows) | MID: 045e | PID: 028e | GUID: 60ABE1A9A8F8E3118001444553540000
18:28:56:791 | MD |      INFO  | +0     | GetJoystickGUID - Started
18:28:56:791 | MD |      INFO  | +0     | GetJoystickGUID - Ended and found GUID: E0CAB28F86E7E3118001444553540000
18:28:56:791 | MD |     TRACE  | +0     | GetJoystickArray - ID: 2 | Port: 1 | Name: Controller (XBOX 360 For Windows) | MID: 045e | PID: 028e | GUID: E0CAB28F86E7E3118001444553540000
18:28:56:791 | MD |      INFO  | +0     | GetJoystickGUID - Started
18:28:56:791 | MD |      INFO  | +0     | GetJoystickGUID - Ended and found GUID: 70D2E1A9A8F8E3118002444553540000
18:28:56:791 | MD |     TRACE  | +0     | GetJoystickArray - ID: 3 | Port: 2 | Name: Controller (XBOX 360 For Windows) | MID: 045e | PID: 028e | GUID: 70D2E1A9A8F8E3118002444553540000
18:28:56:791 | MD |      INFO  | +0     | GetJoystickGUID - Started
18:28:56:816 | MD |      INFO  | +31    | GetJoystickGUID - Ended and found GUID: 80F9E1A9A8F8E3118003444553540000
18:28:56:816 | MD |     TRACE  | +0     | GetJoystickArray - ID: 4 | Port: 3 | Name: Controller (XBOX 360 For Windows) | MID: 045e | PID: 028e | GUID: 80F9E1A9A8F8E3118003444553540000
18:28:56:816 | MD |      INFO  | +0     | GetJoystickArray - Ended
18:28:56:816 | MD |     TRACE  | +0     | LoadPreferredControllers - Preferred Order Sorting List -> 3.01|045e|028e|60ABE1A9A8F8E3118001444553540000
18:28:56:816 | MD |     TRACE  | +0     | LoadPreferredControllers - Preferred Order Sorting List -> 3.02|045e|028e|E0CAB28F86E7E3118001444553540000
18:28:56:816 | MD |     TRACE  | +0     | LoadPreferredControllers - Preferred Order Sorting List -> 3.03|045e|028e|70D2E1A9A8F8E3118002444553540000
18:28:56:816 | MD |     TRACE  | +0     | LoadPreferredControllers - Preferred Order Sorting List -> 3.04|045e|028e|80F9E1A9A8F8E3118003444553540000
18:28:56:816 | MD |      INFO  | +0     | LoadPreferredControllers - Sorting Currently Connected joysticks List to match the order of the Preferred Controller List
18:28:56:816 | MD |      INFO  | +0     | LoadPreferredControllers - Assigning the New Joystick IDs according to the preferred list for the active controllers
18:28:56:816 | MD |      INFO  | +0     | ChangeJoystickID - Started
18:28:56:816 | MD |     TRACE  | +0     | ChangeJoystickID - Swapping Joystick ID: 00000000 to the New Joystick ID: 00000000, for the Joystick VID_045e&PID_028e&GUID_60ABE1A9A8F8E3118001444553540000
18:28:56:816 | MD |      INFO  | +0     | ChangeJoystickID - Ended
18:28:56:816 | MD |      INFO  | +0     | ChangeJoystickID - Started
18:28:56:816 | MD |     TRACE  | +0     | ChangeJoystickID - Swapping Joystick ID: 01000000 to the New Joystick ID: 01000000, for the Joystick VID_045e&PID_028e&GUID_E0CAB28F86E7E3118001444553540000
18:28:56:816 | MD |      INFO  | +0     | ChangeJoystickID - Ended
18:28:56:816 | MD |      INFO  | +0     | ChangeJoystickID - Started
18:28:56:816 | MD |     TRACE  | +0     | ChangeJoystickID - Swapping Joystick ID: 02000000 to the New Joystick ID: 02000000, for the Joystick VID_045e&PID_028e&GUID_70D2E1A9A8F8E3118002444553540000
18:28:56:816 | MD |      INFO  | +0     | ChangeJoystickID - Ended
18:28:56:816 | MD |      INFO  | +0     | ChangeJoystickID - Started
18:28:56:821 | MD |     TRACE  | +0     | ChangeJoystickID - Swapping Joystick ID: 03000000 to the New Joystick ID: 03000000, for the Joystick VID_045e&PID_028e&GUID_80F9E1A9A8F8E3118003444553540000
18:28:56:821 | MD |      INFO  | +0     | ChangeJoystickID - Ended
18:28:56:821 | MD |      INFO  | +0     | LoadPreferredControllers - Ended
18:28:56:821 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Started
18:28:56:821 | MD |     DEBUG  | +0     | XHotkeyTableCreation - KeyGroup ~NumpadAdd not in TableKeyGroups ~Esc,
18:28:56:821 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Post loop 1 check
18:28:56:821 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Post loop 2 check
18:28:56:821 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~NumpadAdd" to call label: "TogglePauseMenuStatus"
18:28:56:821 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Ended
18:28:56:821 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Started
18:28:56:821 | MD |     DEBUG  | +0     | XHotkeyTableCreation - KeyGroup ~vkDDsc01B not in TableKeyGroups ~Esc,~NumpadAdd,
18:28:56:821 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Post loop 1 check
18:28:56:821 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Post loop 2 check
18:28:56:821 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~vkDDsc01B" to call label: "TogglePauseMenuStatus"
18:28:56:821 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Ended
18:28:56:821 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Started
18:28:56:826 | MD |     DEBUG  | +0     | XHotkeyTableCreation - KeyGroup PrintScreen not in TableKeyGroups ~Esc,~NumpadAdd,~vkDDsc01B,
18:28:56:826 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Post loop 1 check
18:28:56:826 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Post loop 2 check
18:28:56:826 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "PrintScreen" to call label: "SaveScreenshot"
18:28:56:826 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Ended
18:28:56:826 | MD |     TRACE  | +0     | CustomFunction.Init - Starting
18:28:56:826 | MD |     TRACE  | +0     | CustomFunction.Init - Ending
18:28:56:826 | MD |      INFO  | +0     | StartModule - Started
18:28:56:826 | MD |      INFO  | +0     | StartModule - MEmu: Phoenix3DO
					MEmuV: v1.1
					MURL: http://www.arts-union.ru/node/23
					MAuthor: djvj
					MVersion: 2.0.4
					MCRC: BD5A0D04
					iCRC: 109E182B
					MID: 635038268914342592
					MSystem: Panasonic 3DO|Atari Jaguar
18:28:56:826 | MD |      INFO  | +0     | StartModule - You have a supported System Name for this module: "Panasonic 3DO"
18:28:56:826 | MD |      INFO  | +0     | LocaleUtils.i18n - Started
18:28:56:826 | MD |     DEBUG  | +0     | LocaleUtils.i18n - Section "English_United_Kingdom" & key "dialog.open" not found, trying section "English"
18:28:56:826 | MD |      INFO  | +0     | LocaleUtils.i18n - Ended, using "Open" for "dialog.open"
18:28:56:826 | MD |      INFO  | +0     | LocaleUtils.i18n - Started
18:28:56:826 | MD |     DEBUG  | +0     | LocaleUtils.i18n - Section "English_United_Kingdom" & key "dialog.start" not found, trying section "English"
18:28:56:826 | MD |      INFO  | +0     | LocaleUtils.i18n - Ended, using "Start" for "dialog.start"
18:28:56:851 | MD |      INFO  | +31    | PluginInit - Started
18:28:56:851 | MD |     DEBUG  | +0     | BuildDatabaseTable - Started - Building Table for: Name|Cloneof|Manufacturer|Year|Genre|Rating
18:28:56:851 | MD |      INFO  | +0     | CheckFile - Checking if C:\Users\xxxxx\LaunchBox\Databases\Panasonic 3DO\Panasonic 3DO.xml exists
18:28:56:851 | MD |     DEBUG  | +0     | CheckFile - Attributes:
					File Size:			95706 bytes
					Created:			8/19/2016 - 6:04:26 PM
					Modified:			5/2/2018 - 11:00:05 PM
18:28:56:851 | MD |     DEBUG  | +0     | BuildDatabaseTable - Searching for a "Game Name" in the database
18:28:56:851 | MD |     DEBUG  | +0     | BuildDatabaseTable - Found "Game Name" in the database!
18:28:56:851 | MD |     DEBUG  | +0     | BuildDatabaseTable - Searching database for: Name
18:28:56:851 | MD |     DEBUG  | +0     | BuildDatabaseTable - Found "Name" with a value: "Alone in the Dark 2"
18:28:56:851 | MD |     DEBUG  | +0     | BuildDatabaseTable - Searching database for: Cloneof
18:28:56:851 | MD |     DEBUG  | +0     | BuildDatabaseTable - Could not find: Cloneof
18:28:56:851 | MD |     DEBUG  | +0     | BuildDatabaseTable - Searching database for: Manufacturer
18:28:56:851 | MD |     DEBUG  | +0     | BuildDatabaseTable - Could not find: Manufacturer
18:28:56:851 | MD |     DEBUG  | +0     | BuildDatabaseTable - Searching database for: Year
18:28:56:851 | MD |     DEBUG  | +0     | BuildDatabaseTable - Could not find: Year
18:28:56:851 | MD |     DEBUG  | +0     | BuildDatabaseTable - Searching database for: Genre
18:28:56:851 | MD |     DEBUG  | +0     | BuildDatabaseTable - Could not find: Genre
18:28:56:851 | MD |     DEBUG  | +0     | BuildDatabaseTable - Searching database for: Rating
18:28:56:851 | MD |     DEBUG  | +0     | BuildDatabaseTable - Could not find: Rating
18:28:56:851 | MD |     TRACE  | +0     | PluginInit - GameInfo:
					GameInfo Label: Name | GameInfo Value:
18:28:56:851 | MD |     DEBUG  | +0     | BuildDatabaseTable - Ended
18:28:56:856 | MD |      INFO  | +0     | PluginInit - Ended
18:28:56:856 | MD |     DEBUG  | +0     | StartModule - Setting romName to the dbName sent to RocketLauncher: Alone in the Dark 2
18:28:56:856 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Started
18:28:56:856 | MD |     DEBUG  | +0     | XHotkeyTableCreation - KeyGroup ~e&~t not in TableKeyGroups ~Esc,~NumpadAdd,~vkDDsc01B,PrintScreen,
18:28:56:856 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Post loop 1 check
18:28:56:856 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Post loop 2 check
18:28:56:856 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Using standard Hotkey method for key(s): "~e & ~t" to call label: "ToggleCursor"
18:28:56:856 | MD |     DEBUG  | +0     | XHotkeyTableCreation - Ended
18:28:56:856 | MD |     TRACE  | +0     | Process.__New - Creating new process object for: "C:\Users\xxxxx\LaunchBox\LaunchBox.exe"
18:28:56:856 | MD |     TRACE  | +0     | File.__New - Creating new file object of: "C:\Users\xxxxx\LaunchBox\LaunchBox.exe"
18:28:56:856 | MD |     TRACE  | +0     | File.__New - Creating new file object of: "D:\X_RocketLauncher\RocketLauncher\Modules\Phoenix_3DO\Panasonic 3DO\Alone in the Dark 2.ini"
18:28:56:856 | MD |     TRACE  | +0     | File.__New - Creating new file object of: "D:\X_RocketLauncher\RocketLauncher\Modules\Phoenix_3DO\Panasonic 3DO.ini"
18:28:56:856 | MD |     TRACE  | +0     | File.__New - Creating new file object of: "D:\X_RocketLauncher\RocketLauncher\Modules\Phoenix_3DO\Phoenix3DO.ini"
18:28:56:856 | MD |     TRACE  | +0     | File.Exist - This file exists: D:\X_RocketLauncher\RocketLauncher\Modules\Phoenix_3DO\Phoenix3DO.ini
18:28:56:881 | MD |     DEBUG  | +32    | RIniFile.__New - "Module" at index 1, adding "GlobalModuleIni" from: "D:\X_RocketLauncher\RocketLauncher\Modules\Phoenix_3DO\Phoenix3DO.ini"
18:28:56:881 | MD |      INFO  | +0     | StartModule - Ended
18:28:56:881 | MD |     TRACE  | +0     | CustomFunction.PreStart - Starting
18:28:56:881 | MD |     TRACE  | +0     | CustomFunction.PreStart - Ending
18:28:56:881 | MD |      INFO  | +0     | RIniFile.Read - Module {GlobalModuleIni} - [Settings] - Fullscreen: true
18:28:56:881 | MD |     TRACE  | +0     | RIniFile.Read - Module {GlobalModuleIni} - [Settings] - ControlDelay: No value for this key
18:28:56:881 | MD |      INFO  | +0     | RIniFile.Read - Module - ControlDelay: 20 (DEFAULT)
18:28:56:881 | MD |     TRACE  | +0     | RIniFile.Read - Module {GlobalModuleIni} - [Settings] - KeyDelay: No value for this key
18:28:56:881 | MD |      INFO  | +0     | RIniFile.Read - Module - KeyDelay: -1 (DEFAULT)
18:28:56:881 | MD |     DEBUG  | +0     | SetKeyDelay - Current delay is 10. Current press duration is -1. Delay will now be set to "-1"ms for a press duration of "-1"
18:28:56:881 | MD |     TRACE  | +0     | StringUtils.RegExReplace - Replaced "<?xml version="1.0" encoding="utf-8"?>
<root Platform="3DO">
    <Settings current="0">
        <Global>
            <Platform-3DO>
                <Input hide-cursor="true">
                    <Device name="Joy">j1a6@0@-1,j1a6@0@1,j1a5@0@-1,j1a5@0@1,j1b2,j1b0,j1b1,j1b6,j1b7,j1b4,j1b5</Device>
                    <Device name="Joy">j0a6@0@-1,j0a6@0@1,j0a5@0@-1,j0a5@0@1,j0b2,j0b0,j0b1,j0b6,j0b7,j0b4,j0b5</Device>
                </Input>
                <Options>
                    <Item index="Render" value="0" />
                    <Item index="Video Mode" value="0" />
                    <Item index="Low Accuracy" value="false" />
                    <Item index="Post CCB" value="false" />
                    <Item index="ARM Scale" value="0" />
                    <Item index="Multy Task DSP" value="false" />
                    <Item index="Multy Task CEL" value="false" />
                    <Item index="CD-ROM Speed" value="0" />
                    <Item index="CEL Rate" value="0" />
                </Options>
            </Platform-3DO>
            <Platform-Jaguar>
                <Input hide-cursor="true">
                    <Device name="Joy">j1a1@0@-1,j1a1@0@1,j1a0@0@-1,j1a0@0@1,j1b1,j1b0,j1b2,j1b7,j1b6,j1a6@0@-1,j1a5@0@-1,j1a5@0@1,j1a6@0@1,j1b3,j1b4,j1b5,j1a2@0@1,j1a2@0@-1,j1b9,j1a3@0@1,j1a4@0@1</Device>
                    <Device name="Joy">j0a1@0@-1,j0a1@0@1,j0a0@0@-1,j0a0@0@1,j0b1,j0b0,j0b2,j0b7,j0b6,j0a6@0@-1,j0a5@0@-1,j0a5@0@1,j0a6@0@1,j0b3,j0b4,j0b5,j0a2@0@1,j0a2@0@-1,j0b9,j0a3@0@1,j0a4@0@1</Device>
                </Input>
                <Options>
                    <Item index="ThreadedDSP" value="false" />
                    <Item index="ThreadedGPU" value="false" />
                </Options>
            </Platform-Jaguar>
        </Global>
        <Video keep-aspect="true" vsynk="false" exback="false" borders="false" screen-shader="0" texture-filter="0" texture-script="0" fbo-scale="1" texture-scale="1" screen-shader-proc="" texture-script-proc="" />
        <Audio swap-chennels="false" volume="100" />
        <Others key-frame="1" no-autosave="false" />
        <Window>
            <Geometry>01d9d0cb0001000000000386000001e50000065d0000039f0000038e000002040000065500000397000000000000</Geometry>
        </Window>
    </Settings>
    <Library>
        <Platform-3DO>
            <CD-ROM expanded="true" attach="G:/0_Emulation/3DO/ISOs/Alone in the Dark 2.iso" last-path="G:/0_Emulation/3DO/ISOs">
                <Dump path="******" corrupted="" />
            </CD-ROM>
            <BIOS expanded="true" attach="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/BIOS/Panasonic REAL 3DO Interactive Multiplayer FZ-1 (1993-08-03)(3DO Company).rom" last-path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/BIOS">
                <Dump path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/BIOS/Panasonic REAL 3DO Interactive Multiplayer FZ-1 (1993-08-03)(3DO Company).rom" size="1048576" fast-md5="f47264dd47fe30f73ab3c010015c155b" md5="f47264dd47fe30f73ab3c010015c155b" sh1="34bf189111295f74d7b7dfc1f304d98b8d36325a" />
                <Dump path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/BIOS/Panasonic REAL 3DO Interactive Multiplayer FZ-10 v1.59.1.1 (1994-08-25)(3DO Company).rom" size="1048576" fast-md5="51f2f43ae2f3508a14d9f56597e2d3ce" md5="51f2f43ae2f3508a14d9f56597e2d3ce" sh1="3c912300775d1ad730dc35757e279c274c0acaad" />
                <Dump path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/BIOS/Sanyo TRY 3DO Interactive Multiplayer v1.59 (1994-05-10)(3DO Company).rom" size="1048576" fast-md5="35fa1a1ebaaeea286dc5cd15487c13ea" md5="35fa1a1ebaaeea286dc5cd15487c13ea" sh1="b01c53da256dde43ffec4ad3fc3adfa8d635e943" />
            </BIOS>
            <FONT-ROM expanded="true" attach="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FONT-ROM/rom2.rom" last-path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FONT-ROM">
                <Dump path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FONT-ROM/rom2.rom" size="933636" fast-md5="b8dc97f778a6245c58e064b0312e8281" md5="b8dc97f778a6245c58e064b0312e8281" sh1="acd39a8fee1b9d2950d5ab447846c11fb31af63e" />
            </FONT-ROM>
            <FMV-ROM expanded="true" attach="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FMV-ROM/dfup0715zam-2mb.BIN" last-path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FMV-ROM">
                <Dump path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FMV-ROM/dfup0715zam-2mb.BIN" size="2097152" fast-md5="3bd9335db9bb1f51265b088738aeef68" md5="3bd9335db9bb1f51265b088738aeef68" sh1="43071e3ced245bfa2f2edb53c6b7710676ad1cc8" />
            </FMV-ROM>
            <NVRAM expanded="false" attach="" />
            <Machine-Save-States expanded="false" />
            <Records expanded="false" />
        </Platform-3DO>
        <Platform-Jaguar>
            <CARTRIDGE expanded="true" attach="G:/0_Emulation/3DO/ISOs/Alone in the Dark 2.iso" last-path="G:/0_Emulation/3DO/ISOs">
                <Dump path="*****" />
            </CARTRIDGE>
            <BIOS expanded="false" attach="" last-path="D:/0_Emulation/Atari/Jaguar/boot">
                <Dump path="D:/0_Emulation/Atari/Jaguar/boot/jagboot.rom" size="131072" fast-md5="bcfe348c565d9dedb173822ee6850dea" md5="bcfe348c565d9dedb173822ee6850dea" sh1="f8991b0c385f4e5002fa2a7e2f5e61e8c5213356" />
            </BIOS>
            <Machine-Save-States expanded="false" />
            <Records expanded="false" />
        </Platform-Jaguar>
    </Library>
    <Window>
        <MainGeometry>01d9d0cb00010000000002800000005e0000067e00000332000002880000007d000006760000032a000000000000</MainGeometry>
        <MainState>000000ff00000000fd0000000200000000000002390000025afc0200000001fb0000001000660069006c0065002d006c0069006201000000400000025a0000005e00ffffff00000001000001b00000018efc0200000001fb00000010007400610073006b002d006c00690062000000003e0000018e0000005e00ffffff000001b20000025a00000004000000040000000800000008fc000000020000000000000001000000180070006c006100740066006f0072006d002d0062006100720200000000ffffffff0000000000000000000000020000000200000010006d00610069006e002d0062006100720100000000ffffffff00000000000000000000001200700072006f006d006f002d0062006100720000000206ffffffff0000000000000000</MainState>
    </Window>
    <Audio Mute="false" />
    <Debug Prof="false" ProfExtra="false" />
</root>
" with "<?xml version="1.0" encoding="utf-8"?>
<root Platform="3DO">
    <Settings current="0">
        <Global>
            <Platform-3DO>
                <Input hide-cursor="true">
                    <Device name="Joy">j1a6@0@-1,j1a6@0@1,j1a5@0@-1,j1a5@0@1,j1b2,j1b0,j1b1,j1b6,j1b7,j1b4,j1b5</Device>
                    <Device name="Joy">j0a6@0@-1,j0a6@0@1,j0a5@0@-1,j0a5@0@1,j0b2,j0b0,j0b1,j0b6,j0b7,j0b4,j0b5</Device>
                </Input>
                <Options>
                    <Item index="Render" value="0" />
                    <Item index="Video Mode" value="0" />
                    <Item index="Low Accuracy" value="false" />
                    <Item index="Post CCB" value="false" />
                    <Item index="ARM Scale" value="0" />
                    <Item index="Multy Task DSP" value="false" />
                    <Item index="Multy Task CEL" value="false" />
                    <Item index="CD-ROM Speed" value="0" />
                    <Item index="CEL Rate" value="0" />
                </Options>
            </Platform-3DO>
            <Platform-Jaguar>
                <Input hide-cursor="true">
                    <Device name="Joy">j1a1@0@-1,j1a1@0@1,j1a0@0@-1,j1a0@0@1,j1b1,j1b0,j1b2,j1b7,j1b6,j1a6@0@-1,j1a5@0@-1,j1a5@0@1,j1a6@0@1,j1b3,j1b4,j1b5,j1a2@0@1,j1a2@0@-1,j1b9,j1a3@0@1,j1a4@0@1</Device>
                    <Device name="Joy">j0a1@0@-1,j0a1@0@1,j0a0@0@-1,j0a0@0@1,j0b1,j0b0,j0b2,j0b7,j0b6,j0a6@0@-1,j0a5@0@-1,j0a5@0@1,j0a6@0@1,j0b3,j0b4,j0b5,j0a2@0@1,j0a2@0@-1,j0b9,j0a3@0@1,j0a4@0@1</Device>
                </Input>
                <Options>
                    <Item index="ThreadedDSP" value="false" />
                    <Item index="ThreadedGPU" value="false" />
                </Options>
            </Platform-Jaguar>
        </Global>
        <Video keep-aspect="true" vsynk="false" exback="false" borders="false" screen-shader="0" texture-filter="0" texture-script="0" fbo-scale="1" texture-scale="1" screen-shader-proc="" texture-script-proc="" />
        <Audio swap-chennels="false" volume="100" />
        <Others key-frame="1" no-autosave="false" />
        <Window>
            <Geometry>01d9d0cb0001000000000386000001e50000065d0000039f0000038e000002040000065500000397000000000000</Geometry>
        </Window>
    </Settings>
    <Library>
        <Platform-3DO>
            <CD-ROM expanded="true" attach="G:/0_Emulation/3DO/ISOs/Alone in the Dark 2.cue" last-path="G:/0_Emulation/3DO/ISOs">
                <Dump path="******" corrupted="" />
              </CD-ROM>
            <BIOS expanded="true" attach="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/BIOS/Panasonic REAL 3DO Interactive Multiplayer FZ-1 (1993-08-03)(3DO Company).rom" last-path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/BIOS">
                <Dump path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/BIOS/Panasonic REAL 3DO Interactive Multiplayer FZ-1 (1993-08-03)(3DO Company).rom" size="1048576" fast-md5="f47264dd47fe30f73ab3c010015c155b" md5="f47264dd47fe30f73ab3c010015c155b" sh1="34bf189111295f74d7b7dfc1f304d98b8d36325a" />
                <Dump path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/BIOS/Panasonic REAL 3DO Interactive Multiplayer FZ-10 v1.59.1.1 (1994-08-25)(3DO Company).rom" size="1048576" fast-md5="51f2f43ae2f3508a14d9f56597e2d3ce" md5="51f2f43ae2f3508a14d9f56597e2d3ce" sh1="3c912300775d1ad730dc35757e279c274c0acaad" />
                <Dump path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/BIOS/Sanyo TRY 3DO Interactive Multiplayer v1.59 (1994-05-10)(3DO Company).rom" size="1048576" fast-md5="35fa1a1ebaaeea286dc5cd15487c13ea" md5="35fa1a1ebaaeea286dc5cd15487c13ea" sh1="b01c53da256dde43ffec4ad3fc3adfa8d635e943" />
            </BIOS>
            <FONT-ROM expanded="true" attach="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FONT-ROM/rom2.rom" last-path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FONT-ROM">
                <Dump path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FONT-ROM/rom2.rom" size="933636" fast-md5="b8dc97f778a6245c58e064b0312e8281" md5="b8dc97f778a6245c58e064b0312e8281" sh1="acd39a8fee1b9d2950d5ab447846c11fb31af63e" />
            </FONT-ROM>
            <FMV-ROM expanded="true" attach="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FMV-ROM/dfup0715zam-2mb.BIN" last-path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FMV-ROM">
                <Dump path="D:/X_RocketLauncher/Emulators/Phoenix_3DO/3DO/FMV-ROM/dfup0715zam-2mb.BIN" size="2097152" fast-md5="3bd9335db9bb1f51265b088738aeef68" md5="3bd9335db9bb1f51265b088738aeef68" sh1="43071e3ced245bfa2f2edb53c6b7710676ad1cc8" />
            </FMV-ROM>
            <NVRAM expanded="false" attach="" />
            <Machine-Save-States expanded="false" />
            <Records expanded="false" />
        </Platform-3DO>
        <Platform-Jaguar>
            <CARTRIDGE expanded="true" attach="G:/0_Emulation/3DO/ISOs/Alone in the Dark 2.iso" last-path="G:/0_Emulation/3DO/ISOs">
                <Dump path="*******" />
             </CARTRIDGE>
            <BIOS expanded="false" attach="" last-path="D:/0_Emulation/Atari/Jaguar/boot">
                <Dump path="D:/0_Emulation/Atari/Jaguar/boot/jagboot.rom" size="131072" fast-md5="bcfe348c565d9dedb173822ee6850dea" md5="bcfe348c565d9dedb173822ee6850dea" sh1="f8991b0c385f4e5002fa2a7e2f5e61e8c5213356" />
            </BIOS>
            <Machine-Save-States expanded="false" />
            <Records expanded="false" />
        </Platform-Jaguar>
    </Library>
    <Window>
        <MainGeometry>01d9d0cb00010000000002800000005e0000067e00000332000002880000007d000006760000032a000000000000</MainGeometry>
        <MainState>000000ff00000000fd0000000200000000000002390000025afc0200000001fb0000001000660069006c0065002d006c0069006201000000400000025a0000005e00ffffff00000001000001b00000018efc0200000001fb00000010007400610073006b002d006c00690062000000003e0000018e0000005e00ffffff000001b20000025a00000004000000040000000800000008fc000000020000000000000001000000180070006c006100740066006f0072006d002d0062006100720200000000ffffffff0000000000000000000000020000000200000010006d00610069006e002d0062006100720100000000ffffffff00000000000000000000001200700072006f006d006f002d0062006100720000000206ffffffff0000000000000000</MainState>
    </Window>
    <Audio Mute="false" />
    <Debug Prof="false" ProfExtra="false" />
</root>
"
18:28:56:911 | MD |      INFO  | +31    | Run - Running: D:\X_RocketLauncher\Emulators\Phoenix_3DO\PhoenixEmuProject.exe
18:28:56:941 | MD |     DEBUG  | +31    | Run - "PhoenixEmuProject.exe" Process ID: 7984
18:28:56:941 | MD |     DEBUG  | +0     | GetActiveWindowStatus - Title: LaunchBox Premium - Licensed to xxxxx xxxxxxxxx | Class: WindowsForms10.Window.8.app.0.2324551_r14_ad1 | State: 1 | X: 0 | Y: 0 | Width: 1920 | Height: 1040 | Window HWND: 0x503fa | Process ID: 2760 | Process Path: C:\Users\xxxxx\LaunchBox\LaunchBox.exe
18:28:56:941 | MD |      INFO  | +0     | WinWait - Waiting for "ahk_class Qt5QWindowIcon"
18:28:57:191 | MD |     DEBUG  | +250   | GetActiveWindowStatus - Title: LaunchBox Premium - Licensed to xxxxx xxxxxxxxx | Class: WindowsForms10.Window.8.app.0.2324551_r14_ad1 | State: 1 | X: 0 | Y: 0 | Width: 1920 | Height: 1040 | Window HWND: 0x503fa | Process ID: 2760 | Process Path: C:\Users\xxxxx\LaunchBox\LaunchBox.exe
18:28:57:191 | MD |     DEBUG  | +0     | GetActiveWindowStatus - Title: LaunchBox Premium - Licensed to xxxxx xxxxxxxxx | Class: WindowsForms10.Window.8.app.0.2324551_r14_ad1 | State: 1 | X: 0 | Y: 0 | Width: 1920 | Height: 1040 | Window HWND: 0x503fa | Process ID: 2760 | Process Path: C:\Users\xxxxx\LaunchBox\LaunchBox.exe
18:28:57:191 | MD |      INFO  | +0     | WinWaitActive - Waiting for "ahk_class Qt5QWindowIcon"
18:28:58:436 | MD |     DEBUG  | +1250  | GetActiveWindowStatus - Title: ?????? ???????? - �??????� ?.2.8.JAG | Class: Qt5QWindowIcon | State: 0 | X: 640 | Y: 94 | Width: 1023 | Height: 725 | Window HWND: 0xc0078 | Process ID: 7984 | Process Path: D:\X_RocketLauncher\Emulators\Phoenix_3DO\PhoenixEmuProject.exe
18:28:59:441 | MD |     TRACE  | +1000  | CustomFunction.PreBezelDraw - Starting
18:28:59:441 | MD |     TRACE  | +0     | CustomFunction.SetFullscreenPostLaunch - Starting
18:28:59:442 | MD |     TRACE  | +0     | CustomFunction.SetFullscreenPostLaunch - Setting fullscreen to false
18:28:59:442 | MD |     TRACE  | +0     | CustomFunction.SetFullscreenPostLaunch - Ending
18:28:59:443 | MD |     TRACE  | +0     | CustomFunction.PreBezelDraw - Ending
18:28:59:443 | MD |     TRACE  | +0     | CustomFunction.PostLoad - Starting
18:28:59:444 | MD |     TRACE  | +0     | CustomFunction.PostLoad - Ending
18:28:59:444 | MD |      INFO  | +0     | Process - WaitClose PhoenixEmuProject.exe
18:29:00:689 | MD |      INFO  | +1250  | CloseProcess - Started, user requested to end launched application
18:29:00:689 | MD |      INFO  | +0     | WinClose - Closing: ahk_class Qt5QWindowIcon
18:29:01:240 | MD |      INFO  | +547   | CloseProcess - Ended
18:29:01:245 | MD |     TRACE  | +0     | CustomFunction.PostStop - Starting
18:29:01:265 | MD |     TRACE  | +31    | CustomFunction.PostStop - Ending
18:29:01:265 | MD |      INFO  | +0     | ExitModule - Started
18:29:01:265 | MD |      INFO  | +0     | UpdateStatistics - Starting Updating Statistics
18:29:01:270 | MD |     DEBUG  | +0     | UpdateStatistics - Total Elapsed Time in Pause in seconds: 0
18:29:01:270 | MD |     DEBUG  | +0     | UpdateStatistics - gameSectionStartTime:71867625
18:29:01:275 | MD |     DEBUG  | +0     | UpdateStatistics - ElapsedTime:4
18:29:01:275 | MD |     TRACE  | +0     | Statistics cleared game name: Alone in the Dark 2
18:29:01:367 | MD |     DEBUG  | +94    | UpdateStatistics - Loaded game statistics from ini files:
					Number_of_Times_Played: 15
					Last_Time_Played: Thursday May 10, 2018 06:27:33 PM
					Average_Time_Played: 14
					Total_Time_Played: 207
					System_Total_Played_Time:
					Total_Global_Played_Time:
18:29:01:367 | MD |     DEBUG  | +0     | UpdateStatistics - Updated Statistics: Number_of_Times_Played: 16
					Last_Time_Played: Thursday May 10, 2018 06:28:56 PM
					Average_Time_Played: 13
					Total_Time_Played: 211
					System_Total_Played_Time:
					Total_Global_Played_Time:
18:29:01:402 | MD |      INFO  | +31    | UpdateStatistics - Game section statistics updated.
18:29:01:402 | MD |     TRACE  | +0     | CustomFunction.PostExit - Starting
18:29:01:402 | MD |     TRACE  | +0     | CustomFunction.PostExit - Ending
18:29:01:402 | MD |      INFO  | +0     | ExitModule - Ended
End of Module Logs
18:29:01:492 | RL |      INFO  | +4906  | Main - Module ended, exiting RocketLauncher normally
18:29:01:492 | RL |      INFO  | +0     | ExitScript - Started
18:29:01:497 | RL |     DEBUG  | +0     | Registry.Read - Reading from Registry : RootKey=HKEY_LOCAL_MACHINE, SubKey=System\CurrentControlSet\Control\Windows, ValueName=ErrorMode,RegistryVersion=32
18:29:01:497 | RL |     DEBUG  | +0     | Registry.Read - Registry Read finished, returning 0
18:29:01:497 | RL |     TRACE  | +0     | Window.Get - Transparent is "" from "ahk_id 0x503fa"
18:29:01:497 | RL |      INFO  | +0     | ExitScript - Checking what application is currently in focus.
18:29:01:497 | RL |     TRACE  | +0     | Window.Active - "ahk_id 0x503fa" is the active window
18:29:01:497 | RL |      INFO  | +0     | ExitScript - LaunchBox Premium - Licensed to xxxxx xxxxxxxxx is currently active. Proceeding with exit
18:29:01:497 | RL |     TRACE  | +0     | StringUtils.Contains - "false" does not contain "true|kill"
18:29:01:497 | RL |     TRACE  | +0     | StringUtils.Contains - "false" does not contain "do_not_restore|kill_&_do_not_restore"
18:29:01:507 | RL |      INFO  | +16    | SystemCursor - Restoring mouse cursor
18:29:01:512 | RL |      INFO  | +0     | ExitScript - Restored cursor
18:29:01:512 | RL |      INFO  | +0     | ExitScript - Ended
[/code]

Really appreciate the help :)

Thanks!
 

Edited by polygonslayer
Removed game dump lists that are taking up a lot of space on the logs.
Link to comment
Share on other sites

I see the problem. When you're running it through LB you're forcing the cue extension by passing the file path. Phoenix can't load cue sheets, it needs the actual iso or img due to the way it works which is why it just goes to the bios. When running directly from RLUI it takes the game name and checks against valid extensions, finds the iso, and works as it should.

You should be able to fix this by having LB send just the rom name, instead of the entire path, to RL.

  • Thanks 1
Link to comment
Share on other sites

  • 9 months later...

Can someone help me with this? I've got Phoenix working fine with 3DO games but I'm unsure how to set up LB to make them work.

I pasted the script above into the AHK Script tab in my Phoenix emulator config window in LB, but when I try to launch a game, I get an error.

toTwimc.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...