From 6a3c56c1312a98ce2cf04ca72c5c4889a93070b3 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 14 Dec 2024 22:51:31 +0100 Subject: [BOX32][WRAPPER] More fixes to libc and libX11 wrapping --- src/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core.c') diff --git a/src/core.c b/src/core.c index 54df1e67..3cc5caec 100644 --- a/src/core.c +++ b/src/core.c @@ -2263,7 +2263,7 @@ int initialize(int argc, const char **argv, char** env, x64emu_t** emulator, elf } // check if file exist if(!my_context->argv[0] || !FileExist(my_context->argv[0], IS_FILE)) { - printf_log(LOG_NONE, "Error: File is not found. (check BOX64_PATH)\n"); + printf_log(LOG_NONE, "Error: File is not found. (%s)\n", my_context->argv[0]); free_contextargv(); FreeBox64Context(&my_context); FreeCollection(&ld_preload); -- cgit 1.4.1