diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper
index 9a48b342..45ed37b1 100755
--- a/data_from_portwine/scripts/functions_helper
+++ b/data_from_portwine/scripts/functions_helper
@@ -4322,7 +4322,9 @@ pw_run () {
     if file "$portwine_exe" | grep -q "x86-64" ; then
         print_info "file: $portwine_exe is x86-64, force set WINE_LARGE_ADDRESS_AWARE to 0"
         export WINE_LARGE_ADDRESS_AWARE="0"
-        export WINELOADER="${WINELOADER}64"
+        if [[ -f "${WINELOADER}64" ]]
+        then export WINELOADER="${WINELOADER}64"
+        fi
     else
         print_info "file: $portwine_exe not x86-64, force set WINE_LARGE_ADDRESS_AWARE to 1"
         export WINE_LARGE_ADDRESS_AWARE="1"
diff --git a/data_from_portwine/scripts/portwine_db/KingdomCome.ppdb b/data_from_portwine/scripts/portwine_db/KingdomCome.ppdb
index 941a7f01..1cf9da9f 100644
--- a/data_from_portwine/scripts/portwine_db/KingdomCome.ppdb
+++ b/data_from_portwine/scripts/portwine_db/KingdomCome.ppdb
@@ -4,4 +4,4 @@
 #Rating=1-5
 export PW_VULKAN_USE="2"
 export PW_WINE_USE="WINE_LG"
-export LAUNCH_URI="com.epicgames.launcher://apps/Eel?action=launch&silent=true"
+# export LAUNCH_URI="com.epicgames.launcher://apps/Eel?action=launch&silent=true"