2015-05-29, 00:21
Just curious, but have there been any updates?
(2015-05-29, 00:21)isamu.dragon Wrote: Just curious, but have there been any updates?
(2015-05-29, 01:02)natethomas Wrote:(2015-05-29, 00:21)isamu.dragon Wrote: Just curious, but have there been any updates?
Nope. Garbear is on vacation atm. Gonna need some patience.
Debug Print: PERIPHERAL - PERIPHERALS::CPeripheralAddon::CreateAddon - creating peripheral add-on instance 'Joystick Support'
Debug Print: ADDON: Dll Initializing - Joystick Support
Debug Print: SECTION:LoadDLL(E:\Coding\Cpp\xbmc.montellese\addons\peripheral.joystick\peripheral.joystick.dll)
'Kodi.exe' (Win32): Loaded 'E:\Coding\Cpp\xbmc.montellese\addons\peripheral.joystick\peripheral.joystick.dll'. Module was built without symbols.
'Kodi.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dinput8.dll'. Cannot find or open the PDB file.
Debug Print: LoadLibraryExA called with flags:
- LOAD_WITH_ALTERED_SEARCH_PATH
'Kodi.exe' (Win32): Loaded 'E:\Coding\Cpp\xbmc.montellese\addons\library.xbmc.addon\libXBMC_addon.dll'. Symbols loaded.
'Kodi.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcp120d.dll'. Cannot find or open the PDB file.
'Kodi.exe' (Win32): Loaded 'E:\Coding\Cpp\xbmc.montellese\addons\library.kodi.peripheral\libKODI_peripheral.dll'. Symbols loaded.
Debug Print: Previous line repeats 1 times.
Debug Print: Win32DllLoader::Load: Failed to load "XInput1_4.dll" with error 126: "The specified module could not be found.
"
Debug Print: Dll XInput1_4.dll was not found in path
Debug Print: LoadLibrary('XInput1_4.dll') failed
'Kodi.exe' (Win32): Loaded 'C:\Windows\SysWOW64\xinput1_3.dll'. Cannot find or open the PDB file.
Debug Print: AddOnLog: Joystick Support: Loaded XInput DLL version 1.3
Debug Print: AddOnLog: Joystick Support: Loaded XInput symbols (GetState=04F92AA0, SetState=04F92C20, GetCaps=04F92DA0)
'Kodi.exe' (Win32): Loaded 'C:\Windows\SysWOW64\hid.dll'. Cannot find or open the PDB file.
'Kodi.exe' (Win32): Loaded 'C:\Windows\SysWOW64\wintrust.dll'. Cannot find or open the PDB file.
First-chance exception at 0x77269E33 (ntdll.dll) in Kodi.exe: 0xC0000005: Access violation writing location 0x00000014.
First-chance exception at 0x7582C42D in Kodi.exe: Microsoft C++ exception: access_violation at memory location 0x0027E268.
First-chance exception at 0x7582C42D in Kodi.exe: Microsoft C++ exception: access_violation at memory location 0x0027E268.
Unhandled exception at 0x77269E33 (ntdll.dll) in Kodi.exe: 0xC0000005: Access violation writing location 0x00000014.
> Kodi.exe!DllAddon<PeripheralAddon,PERIPHERAL_PROPERTIES>::Create(void * p1, PERIPHERAL_PROPERTIES * p2) Line 47 C++
Kodi.exe!ADDON::CAddonDll<DllPeripheral,PeripheralAddon,PERIPHERAL_PROPERTIES>::Create() Line 233 C++
Kodi.exe!PERIPHERALS::CPeripheralAddon::CreateAddon() Line 112 C++
Kodi.exe!PERIPHERALS::CPeripheralBusAddon::PerformDeviceScan(PERIPHERALS::PeripheralScanResults & results) Line 104 C++
Kodi.exe!PERIPHERALS::CPeripheralBus::ScanForDevices() Line 125 C++
Kodi.exe!PERIPHERALS::CPeripheralBus::Initialise() Line 228 C++
Kodi.exe!PERIPHERALS::CPeripherals::Initialise() Line 102 C++
Kodi.exe!CApplication::Create() Line 678 C++