You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spdlog::warn("[FaultyFileDetector]: Failed to find resource stream failed check after using resource path at 0x{:X}", (uintptr_t)using_resource_path_offset.value());
343
+
if (using_resource_path_offset.has_value()) {
344
+
spdlog::warn("[FaultyFileDetector]: Failed to find resource stream failed check after using resource path at 0x{:X}", (uintptr_t)using_resource_path_offset.value());
345
+
} else {
346
+
spdlog::warn("[FaultyFileDetector]: Failed to find usage of resource path string at 0x{:X}", (uintptr_t)possible_get_next_resource_to_process_call.value());
0 commit comments