-
Notifications
You must be signed in to change notification settings - Fork 37
Description
I'm trying to use a game mod manager called XXMI Launcher: https://github.com/SpectrumQT/XXMI-Launcher
Attempting to use the portable version or the .msi installer results the same error: "procedure entry point PssQuerySnapshot could not be located in the dynamic link library C:\Users[username]\Desktop\XXMI\Resources\Bin\python313.dll."
x64dbg log:
Process Started: [000007F7238A0000](x64dbg://localhost/address64#000007F7238A0000) C:\Users\[username]\Desktop\XXMI Launcher\Resources\Bin\XXMI Launcher.exe
"C:\Users\[username]\Desktop\XXMI Launcher\Resources\Bin\XXMI Launcher.exe"
argv[0]: C:\Users\[username]\Desktop\XXMI Launcher\Resources\Bin\XXMI Launcher.exe
Skipping unsupported debug type IMAGE_DEBUG_TYPE_POGO in module xxmi launcher.exe...
Did not find any supported debug types in module xxmi launcher.exe!
Breakpoint at [000007F7267C17E8](x64dbg://localhost/address64#000007F7267C17E8) (entry breakpoint) set!
DLL Loaded: [000007FCCF8F0000](x64dbg://localhost/address64#000007FCCF8F0000) C:\Windows\System32\ntdll.dll
DLL Loaded: [000007FCCD6F0000](x64dbg://localhost/address64#000007FCCD6F0000) C:\Windows\System32\kernel32.dll
DLL Loaded: [000007FCCCBF0000](x64dbg://localhost/address64#000007FCCCBF0000) C:\Windows\System32\KernelBase.dll
DLL Loaded: [000007FCC2950000](x64dbg://localhost/address64#000007FCC2950000) C:\Windows\System32\apphelp.dll
DebugString: "SHIMVIEW: ShimInfo(Complete)"
DLL Loaded: [000007FC8C280000](x64dbg://localhost/address64#000007FC8C280000) C:\Users\[username]\Desktop\XXMI Launcher\Resources\Bin\python313.dll
DLL Loaded: [000007FCC6340000](x64dbg://localhost/address64#000007FCC6340000) C:\Windows\System32\vcruntime140.dll
DLL Loaded: [000007FCB9D80000](x64dbg://localhost/address64#000007FCB9D80000) C:\Windows\System32\api-ms-win-crt-runtime-l1-1-0.dll
DLL Loaded: [000007FCC0EC0000](x64dbg://localhost/address64#000007FCC0EC0000) C:\Windows\System32\api-ms-win-crt-heap-l1-1-0.dll
DLL Loaded: [000007FCB9BA0000](x64dbg://localhost/address64#000007FCB9BA0000) C:\Windows\System32\api-ms-win-crt-convert-l1-1-0.dll
DLL Loaded: [000007FCBE0F0000](x64dbg://localhost/address64#000007FCBE0F0000) C:\Windows\System32\api-ms-win-crt-stdio-l1-1-0.dll
DLL Loaded: [000007FCC0F60000](x64dbg://localhost/address64#000007FCC0F60000) C:\Windows\System32\api-ms-win-crt-string-l1-1-0.dll
DLL Loaded: [000007FCB9D70000](x64dbg://localhost/address64#000007FCB9D70000) C:\Windows\System32\api-ms-win-crt-math-l1-1-0.dll
DLL Loaded: [000007FCB9D60000](x64dbg://localhost/address64#000007FCB9D60000) C:\Windows\System32\api-ms-win-crt-locale-l1-1-0.dll
DLL Loaded: [000007FCCB980000](x64dbg://localhost/address64#000007FCCB980000) C:\Windows\System32\version.dll
DLL Loaded: [000007FCCF0E0000](x64dbg://localhost/address64#000007FCCF0E0000) C:\Windows\System32\ws2_32.dll
DLL Loaded: [000007FCCC2B0000](x64dbg://localhost/address64#000007FCCC2B0000) C:\Windows\System32\bcrypt.dll
DLL Loaded: [000007FCCECF0000](x64dbg://localhost/address64#000007FCCECF0000) C:\Windows\System32\advapi32.dll
DLL Loaded: [000007FCC5CA0000](x64dbg://localhost/address64#000007FCC5CA0000) C:\Windows\System32\api-ms-win-crt-environment-l1-1-0.dll
DLL Loaded: [000007FCB9B90000](x64dbg://localhost/address64#000007FCB9B90000) C:\Windows\System32\api-ms-win-crt-time-l1-1-0.dll
DLL Loaded: [000007FCC5BC0000](x64dbg://localhost/address64#000007FCC5BC0000) C:\Windows\System32\api-ms-win-crt-process-l1-1-0.dll
DLL Loaded: [000007FCC5B50000](x64dbg://localhost/address64#000007FCC5B50000) C:\Windows\System32\api-ms-win-crt-conio-l1-1-0.dll
DLL Loaded: [000007FCB95D0000](x64dbg://localhost/address64#000007FCB95D0000) C:\Windows\System32\api-ms-win-crt-filesystem-l1-1-0.dll
DLL Loaded: [000007FCCCDB0000](x64dbg://localhost/address64#000007FCCCDB0000) C:\Windows\System32\msvcrt.dll
DLL Loaded: [000007FCCD8A0000](x64dbg://localhost/address64#000007FCCD8A0000) C:\Windows\System32\rpcrt4.dll
DLL Loaded: [000007FCCD360000](x64dbg://localhost/address64#000007FCCD360000) C:\Windows\System32\nsi.dll
DLL Loaded: [000007FCCCF00000](x64dbg://localhost/address64#000007FCCCF00000) C:\Windows\System32\sechost.dll
DLL Loaded: [000007FCB70F0000](x64dbg://localhost/address64#000007FCB70F0000) C:\Windows\System32\ucrtbase.dll
EXCEPTION_DEBUG_INFO:
dwFirstChance: 1
ExceptionCode: C0000139 (STATUS_ENTRYPOINT_NOT_FOUND)
ExceptionFlags: 00000001
ExceptionAddress: ntdll.[000007FCCF9D1E80](x64dbg://localhost/address64#000007FCCF9D1E80)
NumberParameters: 0
First chance exception on [000007FCCF9D1E80](x64dbg://localhost/address64#000007FCCF9D1E80) (C0000139, STATUS_ENTRYPOINT_NOT_FOUND)!
Okay, PssQuerySnapshot is first introduced in Windows 8.1. So I run the program again with VxKex-NEXT installed. Windows no longer displays an error but the application will not open. x64dbg doesn't show any exceptions like before.
Alternatively, I try replacing the included python files with a version of patched 3.13.12 (https://github.com/adang1345/PythonVista) without running VxKex-NEXT. The result is the same, Windows no longer displays an error but the application will not open. x64dbg doesn't show any exceptions.
x64dbg log:
Process Started: [000007F676580000](x64dbg://localhost/address64#000007F676580000) C:\Users\[username]\Desktop\XXMI Launcher\Resources\Bin\XXMI Launcher.exe
"C:\Users\[username]\Desktop\XXMI Launcher\Resources\Bin\XXMI Launcher.exe"
argv[0]: C:\Users\[username]\Desktop\XXMI Launcher\Resources\Bin\XXMI Launcher.exe
Skipping unsupported debug type IMAGE_DEBUG_TYPE_POGO in module xxmi launcher.exe...
Did not find any supported debug types in module xxmi launcher.exe!
Breakpoint at [000007F6794A17E8](x64dbg://localhost/address64#000007F6794A17E8) (entry breakpoint) set!
DLL Loaded: [000007FCCF8F0000](x64dbg://localhost/address64#000007FCCF8F0000) C:\Windows\System32\ntdll.dll
DLL Loaded: [000007FCCD6F0000](x64dbg://localhost/address64#000007FCCD6F0000) C:\Windows\System32\kernel32.dll
DLL Loaded: [000007FCCCBF0000](x64dbg://localhost/address64#000007FCCCBF0000) C:\Windows\System32\KernelBase.dll
DLL Loaded: [000007FCC2950000](x64dbg://localhost/address64#000007FCC2950000) C:\Windows\System32\apphelp.dll
DebugString: "SHIMVIEW: ShimInfo(Complete)"
DLL Loaded: [000007FC8C280000](x64dbg://localhost/address64#000007FC8C280000) C:\Users\[username]\Desktop\XXMI Launcher\Resources\Bin\python313.dll
DLL Loaded: [000007FCC4200000](x64dbg://localhost/address64#000007FCC4200000) C:\Users\[username]\Desktop\XXMI Launcher\Resources\Bin\vcruntime140.dll
DLL Loaded: [000007FCB9D80000](x64dbg://localhost/address64#000007FCB9D80000) C:\Windows\System32\api-ms-win-crt-runtime-l1-1-0.dll
DLL Loaded: [000007FCC0EC0000](x64dbg://localhost/address64#000007FCC0EC0000) C:\Windows\System32\api-ms-win-crt-heap-l1-1-0.dll
DLL Loaded: [000007FCB9BA0000](x64dbg://localhost/address64#000007FCB9BA0000) C:\Windows\System32\api-ms-win-crt-convert-l1-1-0.dll
DLL Loaded: [000007FCBE0F0000](x64dbg://localhost/address64#000007FCBE0F0000) C:\Windows\System32\api-ms-win-crt-stdio-l1-1-0.dll
DLL Loaded: [000007FCC0F60000](x64dbg://localhost/address64#000007FCC0F60000) C:\Windows\System32\api-ms-win-crt-string-l1-1-0.dll
DLL Loaded: [000007FCB9D70000](x64dbg://localhost/address64#000007FCB9D70000) C:\Windows\System32\api-ms-win-crt-math-l1-1-0.dll
DLL Loaded: [000007FCB9D60000](x64dbg://localhost/address64#000007FCB9D60000) C:\Windows\System32\api-ms-win-crt-locale-l1-1-0.dll
DLL Loaded: [000007FCCB980000](x64dbg://localhost/address64#000007FCCB980000) C:\Windows\System32\version.dll
DLL Loaded: [000007FCCF0E0000](x64dbg://localhost/address64#000007FCCF0E0000) C:\Windows\System32\ws2_32.dll
DLL Loaded: [000007FCCC2B0000](x64dbg://localhost/address64#000007FCCC2B0000) C:\Windows\System32\bcrypt.dll
DLL Loaded: [000007FCCECF0000](x64dbg://localhost/address64#000007FCCECF0000) C:\Windows\System32\advapi32.dll
DLL Loaded: [000007FCC5CA0000](x64dbg://localhost/address64#000007FCC5CA0000) C:\Windows\System32\api-ms-win-crt-environment-l1-1-0.dll
DLL Loaded: [000007FCB9B90000](x64dbg://localhost/address64#000007FCB9B90000) C:\Windows\System32\api-ms-win-crt-time-l1-1-0.dll
DLL Loaded: [000007FCC5BC0000](x64dbg://localhost/address64#000007FCC5BC0000) C:\Windows\System32\api-ms-win-crt-process-l1-1-0.dll
DLL Loaded: [000007FCC5B50000](x64dbg://localhost/address64#000007FCC5B50000) C:\Windows\System32\api-ms-win-crt-conio-l1-1-0.dll
DLL Loaded: [000007FCB95D0000](x64dbg://localhost/address64#000007FCB95D0000) C:\Windows\System32\api-ms-win-crt-filesystem-l1-1-0.dll
DLL Loaded: [000007FCCCDB0000](x64dbg://localhost/address64#000007FCCCDB0000) C:\Windows\System32\msvcrt.dll
DLL Loaded: [000007FCCD8A0000](x64dbg://localhost/address64#000007FCCD8A0000) C:\Windows\System32\rpcrt4.dll
DLL Loaded: [000007FCCD360000](x64dbg://localhost/address64#000007FCCD360000) C:\Windows\System32\nsi.dll
DLL Loaded: [000007FCCCF00000](x64dbg://localhost/address64#000007FCCCF00000) C:\Windows\System32\sechost.dll
DLL Loaded: [000007FCB70F0000](x64dbg://localhost/address64#000007FCB70F0000) C:\Windows\System32\ucrtbase.dll
System breakpoint reached!
Any ideas? It seems like the dlls are loaded but nothing happens. If you can XXMI Launcher on Windows 7 or 8 let me know. Thanks.