0% found this document useful (0 votes)
119 views1 page

Joy To Key

The document contains log messages from running the JoyToKey application. It records the startup of the application, detection of a USB joystick, and the application handling suspend and resume events when the computer goes to sleep or wakes up. At the end, it logs the application shutting down in response to a system shutdown request.

Uploaded by

danixtt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
119 views1 page

Joy To Key

The document contains log messages from running the JoyToKey application. It records the startup of the application, detection of a USB joystick, and the application handling suspend and resume events when the computer goes to sleep or wakes up. At the end, it logs the application shutting down in response to a system shutdown request.

Uploaded by

danixtt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

2017/10/02 17:08:40.621 Info Starting JoyToKey Ver5.

9
2017/10/02 17:08:40.621 Info ExeFile=C:\Users\Daniele\Desktop\JoyToKey.exe
2017/10/02 17:08:40.621 Info ConfigDir=C:\Users\Daniele\Desktop\
2017/10/02 17:08:40.621 Info IniFile=C:\Users\Daniele\Desktop\JoyToKey.ini
2017/10/02 17:08:40.621 Info Windows Version = 6.2
2017/10/02 17:08:40.636 Error Failed to load VistaAPI.dll (Utils\Utils.cpp#221)
2017/10/02 17:08:40.636 Info LicenseKey "" is not valid
2017/10/02 17:08:41.070 Info Loading XInput1_3.dll (Joystick.cpp#128)
2017/10/02 17:08:41.071 Info Initialized XInput (Joystick.cpp#146)
2017/10/02 17:08:41.152 Info Detected a DI joystick: {7F473DF0-A77F-11E7-8001-
444553540000}, USB Joystick , USB Joystick
2017/10/02 17:08:41.152 Info Preferred index = -1
2017/10/02 17:08:41.152 Info numAxis = 4
2017/10/02 17:08:41.152 Info numPOVs = 1
2017/10/02 17:08:41.152 Info numButtons = 12
2017/10/02 17:08:41.152 Info EnumDeviceObject: Axis offset=0 type=102 name=Asse Y
2017/10/02 17:08:41.152 Info EnumDeviceObject: Axis offset=4 type=2 name=Asse X
2017/10/02 17:08:41.152 Info EnumDeviceObject: Axis offset=8 type=502
name=Rotazione Z
2017/10/02 17:08:41.152 Info EnumDeviceObject: Axis offset=12 type=202 name=Asse
Z
2017/10/02 17:08:41.152 Info DetectJoysticks: Detected 1 DI joystick(s)
2017/10/02 17:08:41.152 Info Joystick #1: USB Joystick
2017/10/02 17:08:41.152 Info 1 joysticks are detected (Joystick.cpp#168)
2017/10/02 17:08:41.174 Info ConfigDir=C:\Users\Daniele\Desktop\*.cfg
(ConfigFileManager.cpp#43)
2017/10/02 17:08:41.190 Info Failed to find AppLink.dat
(AppLink\AppLinkManager.cpp#32)
2017/10/02 17:08:41.237 Info TimerInit: Initializing timer with x1 speed mode
(interval = 16 msec)
2017/10/02 18:07:58.612 Info Received PBT_APMSUSPEND: Disabling a timer...
(Main.cpp#420)
2017/10/02 20:07:43.976 Info Received PBT_APMRESUMESUSPEND: Reinitializing
joysticks... (Main.cpp#425)
2017/10/02 20:07:43.976 Info Loading XInput1_3.dll (Joystick.cpp#128)
2017/10/02 20:07:43.976 Info Initialized XInput (Joystick.cpp#146)
2017/10/02 20:07:46.021 Info 0 joysticks are detected (Joystick.cpp#168)
2017/10/02 20:07:46.036 Info TimerInit: Initializing timer with x1 speed mode
(interval = 16 msec)
2017/10/02 23:44:22.892 Info Received PBT_APMSUSPEND: Disabling a timer...
(Main.cpp#420)
2017/10/03 01:14:45.946 Info Received PBT_APMRESUMESUSPEND: Reinitializing
joysticks... (Main.cpp#425)
2017/10/03 01:14:45.946 Info Loading XInput1_3.dll (Joystick.cpp#128)
2017/10/03 01:14:45.946 Info Initialized XInput (Joystick.cpp#146)
2017/10/03 01:14:45.970 Info 0 joysticks are detected (Joystick.cpp#168)
2017/10/03 01:14:45.970 Info TimerInit: Initializing timer with x1 speed mode
(interval = 16 msec)
2017/10/03 01:39:03.830 Info Received WM_QUERYENDSESSION. Exiting...
(Main.cpp#213)
2017/10/03 01:39:03.831 Info Application terminated (Utils\LogFile.cpp#20)

You might also like