Open YousefBadr opened 1 year ago
MediaPipeModule.cpp // 5.0.0 "48 89 5C 24 08 55 56 57 41 54 41 55 41 56 41 57 48 8D 6C 24 D9 48 81 EC B0 00 00 00 48 8B 05 B5 C6 B5 00", // dev editor (unrealeditor-core.dll)
to
"48 89 5C 24 08 55 56 57 41 54 41 55 41 56 41 57 48 8D 6C 24 D9 48 81 EC C0 00 00 00 48 8B 05 F5 0A B3 00", // 5.2.0
"48 89 5C 24 08 55 56 57 41 54 41 55 41 56 41 57 48 8D 6C 24 D9 48 81 EC C0 00 00 00 48 8B 05 55 0B B3 00", // 5.2.1
i solved it this way
MediaPipeModule.cpp // 5.0.0 "48 89 5C 24 08 55 56 57 41 54 41 55 41 56 41 57 48 8D 6C 24 D9 48 81 EC B0 00 00 00 48 8B 05 B5 C6 B5 00", // dev editor (unrealeditor-core.dll)
to
if ENGINE_PATCH_VERSION == 0 "48 89 5C 24 08 55 56 57 41 54 41 55 41 56 41 57 48 8D 6C 24 D9 48 81 EC C0 00 00 00 48 8B 05 F5 0A B3 00", // 5.2.0 #elif ENGINE_PATCH_VERSION == 1 "48 89 5C 24 08 55 56 57 41 54 41 55 41 56 41 57 48 8D 6C 24 D9 48 81 EC C0 00 00 00 48 8B 05 55 0B B3 00", // 5.2.1 #endif
i solved it this way
5.2.1 This problem comes up again with packing
Updated pattern for 5.4. (dev editor)
"48 89 5C 24 20 55 56 57 41 54 41 55 41 56 41 57 48 8D 6C 24 D9 48 81 EC A0 00 00 00 48 8B 05 7D 12 C1 00", // dev editor
For future reference, these patterns are the start of the FModuleTrace::OnDllLoaded
function and can be found in Rider by:
FModuleTrace::OnDllLoaded
Hi, the project compiles with no issues but when launching the project it gets stuck at 75%. What could be wrong? I think it's OpenCV related Issue.
*EDIT: after enabling logging in editor I get the following log: