The log details the launch and initialization process of the AndroidSideloader application, including attempts to check for local rclone and initialize the ADB server. Multiple errors occur during the extraction of metadata due to missing files and unsupported protocol schemes. The application successfully retrieves updated configurations from specified URLs and lists attached devices.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
3 views
Debug Log
The log details the launch and initialization process of the AndroidSideloader application, including attempts to check for local rclone and initialize the ADB server. Multiple errors occur during the extraction of metadata due to missing files and unsupported protocol schemes. The application successfully retrieves updated configurations from specified URLs and lists attached devices.
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 35
11:43:46.453 AM (UTC): [INFO] [MainForm.
InitializeLogger] ------ ------ Program Launched at: 07:43PM(UTC) ------ ------
11:43:47.923 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Starting
AndroidSideloader Application 11:43:47.969 AM (UTC): [INFO] [GetDependencies.downloadRclone] Checking for Local rclone... 11:43:47.981 AM (UTC): [INFO] [GetDependencies.downloadRclone] Current RCLONE Version 1.67.0 11:43:48.112 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Attempting to Initalize ADB Server 11:43:48.150 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: kill- server 11:43:48.575 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: start- server 11:43:54.071 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] * daemon not running; starting now at tcp:5037 * daemon started successfully
11:43:54.266 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Attempting to
update public config from main. 11:43:54.567 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Retrieved updated config from main: https://raw.githubusercontent.com/vrpyou/quest/main/vrp- public.json. 11:43:54.568 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Public config updated successfully from main. 11:43:56.853 AM (UTC): [INFO] [<Form1_Shown>d__35.MoveNext] Using Public Mirror 11:43:57.227 AM (UTC): [INFO] [<<Form1_Shown>b__35_2>d.MoveNext] Initializing Servers 11:43:57.284 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Looking for Additional Mirrors... 11:43:57.275 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Attempting to Update Upload Config 11:43:57.318 AM (UTC): [INFO] [RCLONE.runRcloneCommand_DownloadConfig] Running Rclone command: listremotes --config vrp.download.config --inplace 11:43:58.700 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Retrieved updated config from: https://vrpirates.wiki/downloads/vrp.upload.config 11:43:58.703 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Upload config updated successfully. 11:43:59.200 AM (UTC): [INFO] [SideloaderRCLONE.UpdateMetadataFromPublic] Downloading Metadata 11:43:59.209 AM (UTC): [INFO] [RCLONE.runRcloneCommand_PublicConfig] Running Rclone command: sync ":http:/meta.7z" "CurrentDirectory" 11:44:01.198 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting Metadata 11:44:01.206 AM (UTC): [INFO] [Zip.DoExtract] Extract: 7z x "D:\meta.7z" -y -o"D:\ meta" -bsp1 11:44:01.358 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] ERROR: The system cannot find the file specified. 11:44:01.363 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] D:\meta.7z 11:44:01.363 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] System ERROR: 11:44:01.365 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] The system cannot find the file specified. 11:44:01.369 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting failed: The system cannot find the file specified. 11:44:01.371 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] at AndroidSideloader.Utilities.Zip.DoExtract(String args) at AndroidSideloader.Utilities.Zip.ExtractFile(String sourceArchive, String destination, String password) at AndroidSideloader.SideloaderRCLONE.ProcessMetadataFromPublic()
11:44:01.923 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: devices
11:44:02.008 AM (UTC): [INFO] [ADB.RunAdbCommandToString] List of devices attached 2G0YC1ZG3B00JY device
11:44:02.110 AM (UTC): [INFO] [<CheckForDevice>d__43.MoveNext] Devices:
11:44:02.121 AM (UTC): [INFO] [<CheckForDevice>d__43.MoveNext] 2G0YC1ZG3B00JY
11:44:02.204 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: -s
2G0YC1ZG3B00JY shell df 11:44:02.311 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Current Battery Service state: AC powered: true USB powered: false Wireless powered: false Max charging current: 1500000 Max charging voltage: 5000000 Charge counter: 5178882 status: 3 health: 2 present: true level: 99 scale: 100 voltage: 4407 temperature: 320 technology: Li-ion
11:44:02.808 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: -s
2G0YC1ZG3B00JY shell df 11:44:21.658 AM (UTC): [INFO] [MainForm.InitializeLogger] ------ ------ Program Launched at: 07:44PM(UTC) ------ ------
11:44:22.344 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Starting
AndroidSideloader Application 11:44:22.372 AM (UTC): [INFO] [GetDependencies.downloadRclone] Checking for Local rclone... 11:44:22.377 AM (UTC): [INFO] [GetDependencies.downloadRclone] Current RCLONE Version 1.67.0 11:44:22.427 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Attempting to Initalize ADB Server 11:44:22.449 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: kill- server 11:44:22.649 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: start- server 11:44:27.869 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] * daemon not running; starting now at tcp:5037 * daemon started successfully
11:44:28.040 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Attempting to
update public config from main. 11:44:28.257 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Retrieved updated config from main: https://raw.githubusercontent.com/vrpyou/quest/main/vrp- public.json. 11:44:28.258 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Public config updated successfully from main. 11:44:29.214 AM (UTC): [INFO] [<Form1_Shown>d__35.MoveNext] Using Public Mirror 11:44:29.663 AM (UTC): [INFO] [<<Form1_Shown>b__35_2>d.MoveNext] Initializing Servers 11:44:29.707 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Looking for Additional Mirrors... 11:44:29.736 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Attempting to Update Upload Config 11:44:29.745 AM (UTC): [INFO] [RCLONE.runRcloneCommand_DownloadConfig] Running Rclone command: listremotes --config vrp.download.config --inplace 11:44:30.284 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_DownloadConfig] Rclone error: 2024/10/19 19:44:30 NOTICE: Config file "D:\\rclone\\vrp.download.config" not found - using defaults
11:44:30.285 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Loaded following
mirrors: 11:44:30.441 AM (UTC): [INFO] [SideloaderRCLONE.UpdateMetadataFromPublic] Downloading Metadata 11:44:30.446 AM (UTC): [INFO] [RCLONE.runRcloneCommand_PublicConfig] Running Rclone command: sync ":http:/meta.7z" "CurrentDirectory" 11:44:30.942 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_PublicConfig] 2024/10/19 19:44:30 NOTICE: Config file "C:\\Users\\wanna\\AppData\\Roaming\\rclone\\ rclone.conf" not found - using defaults 2024/10/19 19:44:30 ERROR : Attempt 1/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/10/19 19:44:30 ERROR : Attempt 2/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/10/19 19:44:30 ERROR : Attempt 3/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/10/19 19:44:30 Failed to sync: failed to stat: Head "/meta.7z": unsupported protocol scheme ""
11:44:30.992 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic]
Extracting Metadata 11:44:30.998 AM (UTC): [INFO] [Zip.DoExtract] Extract: 7z x "D:\meta.7z" -y -o"D:\ meta" -bsp1 11:44:31.134 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] ERROR: The system cannot find the file specified. 11:44:31.135 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] D:\meta.7z 11:44:31.136 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] System ERROR: 11:44:31.137 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] The system cannot find the file specified. 11:44:31.144 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting failed: The system cannot find the file specified. 11:44:31.145 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] at AndroidSideloader.Utilities.Zip.DoExtract(String args) at AndroidSideloader.Utilities.Zip.ExtractFile(String sourceArchive, String destination, String password) at AndroidSideloader.SideloaderRCLONE.ProcessMetadataFromPublic()
11:44:31.170 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Retrieved
updated config from: https://vrpirates.wiki/downloads/vrp.upload.config 11:44:31.176 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Upload config updated successfully. 11:44:31.226 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: devices 11:44:31.340 AM (UTC): [INFO] [ADB.RunAdbCommandToString] List of devices attached 2G0YC1ZG3B00JY device
11:44:31.434 AM (UTC): [INFO] [<CheckForDevice>d__43.MoveNext] Devices:
11:44:31.442 AM (UTC): [INFO] [<CheckForDevice>d__43.MoveNext] 2G0YC1ZG3B00JY
11:44:31.482 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: -s
2G0YC1ZG3B00JY shell df 11:44:31.611 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Current Battery Service state: AC powered: true USB powered: false Wireless powered: false Max charging current: 1500000 Max charging voltage: 5000000 Charge counter: 5168988 status: 3 health: 2 present: true level: 99 scale: 100 voltage: 4391 temperature: 320 technology: Li-ion
11:44:32.061 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: -s
2G0YC1ZG3B00JY shell df 11:44:40.499 AM (UTC): [INFO] [MainForm.InitializeLogger] ------ ------ Program Launched at: 07:44PM(UTC) ------ ------
11:44:41.132 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Starting
AndroidSideloader Application 11:44:41.146 AM (UTC): [INFO] [GetDependencies.downloadRclone] Checking for Local rclone... 11:44:41.148 AM (UTC): [INFO] [GetDependencies.downloadRclone] Current RCLONE Version 1.67.0 11:44:41.194 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Attempting to Initalize ADB Server 11:44:41.220 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: kill- server 11:44:41.469 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: start- server 11:44:46.744 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] * daemon not running; starting now at tcp:5037 * daemon started successfully
11:44:46.837 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Attempting to
update public config from main. 11:44:47.150 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Retrieved updated config from main: https://raw.githubusercontent.com/vrpyou/quest/main/vrp- public.json. 11:44:47.151 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Public config updated successfully from main. 11:44:47.855 AM (UTC): [INFO] [<Form1_Shown>d__35.MoveNext] Using Public Mirror 11:44:48.379 AM (UTC): [INFO] [<<Form1_Shown>b__35_2>d.MoveNext] Initializing Servers 11:44:48.485 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Looking for Additional Mirrors... 11:44:48.485 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Attempting to Update Upload Config 11:44:48.591 AM (UTC): [INFO] [RCLONE.runRcloneCommand_DownloadConfig] Running Rclone command: listremotes --config vrp.download.config --inplace 11:44:48.890 AM (UTC): [INFO] [SideloaderRCLONE.UpdateMetadataFromPublic] Downloading Metadata 11:44:48.898 AM (UTC): [INFO] [RCLONE.runRcloneCommand_PublicConfig] Running Rclone command: sync ":http:/meta.7z" "CurrentDirectory" 11:44:49.946 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Retrieved updated config from: https://vrpirates.wiki/downloads/vrp.upload.config 11:44:49.949 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Upload config updated successfully. 11:44:50.623 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting Metadata 11:44:50.632 AM (UTC): [INFO] [Zip.DoExtract] Extract: 7z x "D:\meta.7z" -y -o"D:\ meta" -bsp1 11:44:50.847 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] ERROR: The system cannot find the file specified. 11:44:50.853 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] D:\meta.7z 11:44:50.854 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] System ERROR: 11:44:50.855 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] The system cannot find the file specified. 11:44:50.862 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting failed: The system cannot find the file specified. 11:44:50.867 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] at AndroidSideloader.Utilities.Zip.DoExtract(String args) at AndroidSideloader.Utilities.Zip.ExtractFile(String sourceArchive, String destination, String password) at AndroidSideloader.SideloaderRCLONE.ProcessMetadataFromPublic()
11:44:51.043 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: devices
11:44:51.637 AM (UTC): [INFO] [ADB.RunAdbCommandToString] List of devices attached 2G0YC1ZG3B00JY device
11:44:51.657 AM (UTC): [INFO] [<CheckForDevice>d__43.MoveNext] Devices:
11:44:51.671 AM (UTC): [INFO] [<CheckForDevice>d__43.MoveNext] 2G0YC1ZG3B00JY
11:44:51.817 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: -s
2G0YC1ZG3B00JY shell df 11:44:52.156 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Current Battery Service state: AC powered: true USB powered: false Wireless powered: false Max charging current: 1500000 Max charging voltage: 5000000 Charge counter: 5168988 status: 3 health: 2 present: true level: 99 scale: 100 voltage: 4405 temperature: 320 technology: Li-ion
11:44:53.154 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: -s
2G0YC1ZG3B00JY shell df 11:50:28.180 AM (UTC): [INFO] [MainForm.InitializeLogger] ------ ------ Program Launched at: 07:50PM(UTC) ------ ------
11:50:28.855 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Starting
AndroidSideloader Application 11:50:28.891 AM (UTC): [INFO] [GetDependencies.downloadRclone] Checking for Local rclone... 11:50:28.898 AM (UTC): [INFO] [GetDependencies.downloadRclone] Current RCLONE Version 1.67.0 11:50:28.963 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Attempting to Initalize ADB Server 11:50:28.987 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: kill- server 11:50:29.191 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: start- server 11:50:34.419 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] * daemon not running; starting now at tcp:5037 * daemon started successfully
11:50:34.645 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Attempting to
update public config from main. 11:50:35.135 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Retrieved updated config from main: https://raw.githubusercontent.com/vrpyou/quest/main/vrp- public.json. 11:50:35.137 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Public config updated successfully from main. 11:50:35.688 AM (UTC): [INFO] [<Form1_Shown>d__35.MoveNext] Using Public Mirror 11:50:36.304 AM (UTC): [INFO] [<<Form1_Shown>b__35_2>d.MoveNext] Initializing Servers 11:50:36.370 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Looking for Additional Mirrors... 11:50:36.407 AM (UTC): [INFO] [RCLONE.runRcloneCommand_DownloadConfig] Running Rclone command: listremotes --config vrp.download.config --inplace 11:50:36.578 AM (UTC): [INFO] [SideloaderRCLONE.UpdateMetadataFromPublic] Downloading Metadata 11:50:36.584 AM (UTC): [INFO] [RCLONE.runRcloneCommand_PublicConfig] Running Rclone command: sync ":http:/meta.7z" "CurrentDirectory" 11:50:37.132 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Attempting to Update Upload Config 11:50:38.494 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Retrieved updated config from: https://vrpirates.wiki/downloads/vrp.upload.config 11:50:38.496 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Upload config updated successfully. 11:50:39.948 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting Metadata 11:50:39.956 AM (UTC): [INFO] [Zip.DoExtract] Extract: 7z x "D:\meta.7z" -y -o"D:\ meta" -bsp1 11:50:40.096 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] ERROR: The system cannot find the file specified. 11:50:40.100 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] D:\meta.7z 11:50:40.100 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] System ERROR: 11:50:40.101 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] The system cannot find the file specified. 11:50:40.107 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting failed: The system cannot find the file specified. 11:50:40.108 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] at AndroidSideloader.Utilities.Zip.DoExtract(String args) at AndroidSideloader.Utilities.Zip.ExtractFile(String sourceArchive, String destination, String password) at AndroidSideloader.SideloaderRCLONE.ProcessMetadataFromPublic()
11:50:40.561 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: devices
11:50:40.661 AM (UTC): [INFO] [ADB.RunAdbCommandToString] List of devices attached 2G0YC1ZG3B00JY device
11:50:41.069 AM (UTC): [INFO] [<CheckForDevice>d__43.MoveNext] Devices:
11:50:41.082 AM (UTC): [INFO] [<CheckForDevice>d__43.MoveNext] 2G0YC1ZG3B00JY
11:50:41.155 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: -s
2G0YC1ZG3B00JY shell df 11:50:41.255 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Current Battery Service state: AC powered: true USB powered: false Wireless powered: false Max charging current: 1500000 Max charging voltage: 5000000 Charge counter: 5160657 status: 3 health: 2 present: true level: 99 scale: 100 voltage: 4398 temperature: 370 technology: Li-ion
11:50:41.818 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: -s
2G0YC1ZG3B00JY shell df 11:52:47.727 AM (UTC): [INFO] [MainForm.InitializeLogger] ------ ------ Program Launched at: 07:52PM(UTC) ------ ------
11:52:48.031 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Starting
AndroidSideloader Application 11:52:48.041 AM (UTC): [INFO] [GetDependencies.downloadRclone] Checking for Local rclone... 11:52:48.043 AM (UTC): [INFO] [GetDependencies.downloadRclone] Current RCLONE Version 1.67.0 11:52:48.071 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Attempting to Initalize ADB Server 11:52:48.085 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: kill- server 11:52:48.212 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: start- server 11:52:53.360 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] * daemon not running; starting now at tcp:5037 * daemon started successfully
11:52:53.462 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Attempting to
update public config from main. 11:52:53.655 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Retrieved updated config from main: https://raw.githubusercontent.com/vrpyou/quest/main/vrp- public.json. 11:52:53.656 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Public config updated successfully from main. 11:52:53.815 AM (UTC): [INFO] [<Form1_Shown>d__35.MoveNext] Using Public Mirror 11:52:53.985 AM (UTC): [INFO] [<<Form1_Shown>b__35_2>d.MoveNext] Initializing Servers 11:52:54.019 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Looking for Additional Mirrors... 11:52:54.034 AM (UTC): [INFO] [RCLONE.runRcloneCommand_DownloadConfig] Running Rclone command: listremotes --config vrp.download.config --inplace 11:52:54.036 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Attempting to Update Upload Config 11:52:54.229 AM (UTC): [INFO] [SideloaderRCLONE.UpdateMetadataFromPublic] Downloading Metadata 11:52:54.232 AM (UTC): [INFO] [RCLONE.runRcloneCommand_PublicConfig] Running Rclone command: sync ":http:/meta.7z" "CurrentDirectory" 11:52:54.521 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting Metadata 11:52:54.525 AM (UTC): [INFO] [Zip.DoExtract] Extract: 7z x "D:\meta.7z" -y -o"D:\ meta" -bsp1 11:52:54.579 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] ERROR: The system cannot find the file specified. 11:52:54.579 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] D:\meta.7z 11:52:54.581 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] System ERROR: 11:52:54.581 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] The system cannot find the file specified. 11:52:54.582 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting failed: The system cannot find the file specified. 11:52:54.583 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] at AndroidSideloader.Utilities.Zip.DoExtract(String args) at AndroidSideloader.Utilities.Zip.ExtractFile(String sourceArchive, String destination, String password) at AndroidSideloader.SideloaderRCLONE.ProcessMetadataFromPublic() 11:52:54.723 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: devices 11:52:54.794 AM (UTC): [INFO] [ADB.RunAdbCommandToString] List of devices attached 2G0YC1ZG3B00JY device
11:52:54.826 AM (UTC): [INFO] [<CheckForDevice>d__43.MoveNext] Devices:
11:52:54.832 AM (UTC): [INFO] [<CheckForDevice>d__43.MoveNext] 2G0YC1ZG3B00JY
11:52:54.876 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: -s
2G0YC1ZG3B00JY shell df 11:52:54.948 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Current Battery Service state: AC powered: true USB powered: false Wireless powered: false Max charging current: 1500000 Max charging voltage: 5000000 Charge counter: 5148681 status: 2 health: 2 present: true level: 99 scale: 100 voltage: 4426 temperature: 400 technology: Li-ion
11:52:55.243 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: -s
2G0YC1ZG3B00JY shell df 11:52:55.399 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Retrieved updated config from: https://vrpirates.wiki/downloads/vrp.upload.config 11:52:55.401 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Upload config updated successfully. 09:08:02.800 AM (UTC): [INFO] [MainForm.InitializeLogger] ------ ------ Program Launched at: 05:08PM(UTC) ------ ------
09:08:03.026 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Starting
AndroidSideloader Application 09:08:03.039 AM (UTC): [INFO] [GetDependencies.downloadRclone] Checking for Local rclone... 09:08:03.043 AM (UTC): [INFO] [GetDependencies.downloadRclone] Current RCLONE Version 1.67.0 09:08:03.056 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Attempting to Initalize ADB Server 09:08:03.063 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: kill- server 09:08:05.165 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] cannot connect to daemon at tcp:5037: cannot connect to 127.0.0.1:5037: No connection could be made because the target machine actively refused it. (10061)
09:08:05.175 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: start-
server 09:08:07.304 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] * daemon not running; starting now at tcp:5037 * daemon started successfully
09:08:07.415 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Attempting to
update public config from main. 09:08:07.928 AM (UTC): [ERROR] [GetDependencies.updatePublicConfig] Failed to update public config from main: The remote server returned an error: (404) Not Found., trying fallback. 09:08:09.293 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Retrieved updated config from fallback: https://vrpirates.wiki/downloads/vrp-public.json. 09:08:09.295 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Public config updated successfully from fallback. 09:08:09.430 AM (UTC): [INFO] [<Form1_Shown>d__35.MoveNext] Using Public Mirror 09:08:09.568 AM (UTC): [INFO] [<<Form1_Shown>b__35_2>d.MoveNext] Initializing Servers 09:08:09.576 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Looking for Additional Mirrors... 09:08:09.589 AM (UTC): [INFO] [RCLONE.runRcloneCommand_DownloadConfig] Running Rclone command: listremotes --config vrp.download.config --inplace 09:08:09.672 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Attempting to Update Upload Config 09:08:09.801 AM (UTC): [INFO] [SideloaderRCLONE.UpdateMetadataFromPublic] Downloading Metadata 09:08:09.803 AM (UTC): [INFO] [RCLONE.runRcloneCommand_PublicConfig] Running Rclone command: sync ":http:/meta.7z" "CurrentDirectory" 09:08:09.993 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Retrieved updated config from: https://vrpirates.wiki/downloads/vrp.upload.config 09:08:09.994 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Upload config updated successfully. 09:08:12.536 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting Metadata 09:08:12.539 AM (UTC): [INFO] [Zip.DoExtract] Extract: 7z x "D:\meta.7z" -y -o"D:\ meta" -bsp1 09:08:12.620 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] ERROR: The system cannot find the file specified. 09:08:12.622 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] D:\meta.7z 09:08:12.622 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] System ERROR: 09:08:12.623 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] The system cannot find the file specified. 09:08:12.624 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting failed: The system cannot find the file specified. 09:08:12.625 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] at AndroidSideloader.Utilities.Zip.DoExtract(String args) at AndroidSideloader.Utilities.Zip.ExtractFile(String sourceArchive, String destination, String password) at AndroidSideloader.SideloaderRCLONE.ProcessMetadataFromPublic()
09:08:12.679 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: devices
09:08:12.724 AM (UTC): [INFO] [ADB.RunAdbCommandToString] List of devices attached
09:08:12.791 AM (UTC): [INFO] [<CheckForDevice>d__43.MoveNext] Devices:
09:08:12.811 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df 09:08:12.843 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
09:08:12.847 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no
devices/emulators found
09:08:12.890 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no
devices/emulators found
09:08:12.911 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df
09:08:12.955 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
09:10:01.412 AM (UTC): [INFO] [MainForm.InitializeLogger]
------ ------ Program Launched at: 05:10PM(UTC) ------ ------
09:10:01.594 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Starting
AndroidSideloader Application 09:10:01.604 AM (UTC): [INFO] [GetDependencies.downloadRclone] Checking for Local rclone... 09:10:01.605 AM (UTC): [INFO] [GetDependencies.downloadRclone] Current RCLONE Version 1.67.0 09:10:01.616 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Attempting to Initalize ADB Server 09:10:01.623 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: kill- server 09:10:01.682 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: start- server 09:10:03.794 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] * daemon not running; starting now at tcp:5037 * daemon started successfully
09:10:03.821 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Attempting to
update public config from main. 09:10:04.206 AM (UTC): [ERROR] [GetDependencies.updatePublicConfig] Failed to update public config from main: The remote server returned an error: (404) Not Found., trying fallback. 09:10:05.558 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Retrieved updated config from fallback: https://vrpirates.wiki/downloads/vrp-public.json. 09:10:05.559 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Public config updated successfully from fallback. 09:10:05.647 AM (UTC): [INFO] [<Form1_Shown>d__35.MoveNext] Using Public Mirror 09:10:05.790 AM (UTC): [INFO] [<<Form1_Shown>b__35_2>d.MoveNext] Initializing Servers 09:10:05.797 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Looking for Additional Mirrors... 09:10:05.808 AM (UTC): [INFO] [RCLONE.runRcloneCommand_DownloadConfig] Running Rclone command: listremotes --config vrp.download.config --inplace 09:10:05.957 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_DownloadConfig] Rclone error: 2024/11/12 17:10:05 NOTICE: Config file "D:\\rclone\\vrp.download.config" not found - using defaults
09:10:05.958 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Loaded following
mirrors: 09:10:06.008 AM (UTC): [INFO] [SideloaderRCLONE.UpdateMetadataFromPublic] Downloading Metadata 09:10:06.010 AM (UTC): [INFO] [RCLONE.runRcloneCommand_PublicConfig] Running Rclone command: sync ":http:/meta.7z" "CurrentDirectory" 09:10:06.160 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_PublicConfig] 2024/11/12 17:10:06 NOTICE: Config file "C:\\Users\\wanna\\AppData\\Roaming\\rclone\\ rclone.conf" not found - using defaults 2024/11/12 17:10:06 ERROR : Attempt 1/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/12 17:10:06 ERROR : Attempt 2/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/12 17:10:06 ERROR : Attempt 3/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/12 17:10:06 Failed to sync: failed to stat: Head "/meta.7z": unsupported protocol scheme ""
09:10:06.163 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic]
Extracting Metadata 09:10:06.165 AM (UTC): [INFO] [Zip.DoExtract] Extract: 7z x "D:\meta.7z" -y -o"D:\ meta" -bsp1 09:10:06.197 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] ERROR: The system cannot find the file specified. 09:10:06.198 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] D:\meta.7z 09:10:06.198 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] System ERROR: 09:10:06.198 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] The system cannot find the file specified. 09:10:06.199 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting failed: The system cannot find the file specified. 09:10:06.199 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] at AndroidSideloader.Utilities.Zip.DoExtract(String args) at AndroidSideloader.Utilities.Zip.ExtractFile(String sourceArchive, String destination, String password) at AndroidSideloader.SideloaderRCLONE.ProcessMetadataFromPublic()
09:10:06.264 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: devices
09:10:06.302 AM (UTC): [INFO] [ADB.RunAdbCommandToString] List of devices attached
09:10:06.322 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Attempting to
Update Upload Config 09:10:06.361 AM (UTC): [INFO] [<CheckForDevice>d__43.MoveNext] Devices: 09:10:06.381 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df 09:10:06.409 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
09:10:06.419 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no
devices/emulators found
09:10:06.457 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no
devices/emulators found
09:10:06.476 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df
09:10:06.512 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
09:10:06.629 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Retrieved
updated config from: https://vrpirates.wiki/downloads/vrp.upload.config 09:10:06.630 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Upload config updated successfully. 09:10:10.763 AM (UTC): [INFO] [MainForm.InitializeLogger] ------ ------ Program Launched at: 05:10PM(UTC) ------ ------
09:10:10.938 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Starting
AndroidSideloader Application 09:10:10.944 AM (UTC): [INFO] [GetDependencies.downloadRclone] Checking for Local rclone... 09:10:10.945 AM (UTC): [INFO] [GetDependencies.downloadRclone] Current RCLONE Version 1.67.0 09:10:10.999 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Attempting to Initalize ADB Server 09:10:11.006 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: kill- server 09:10:11.061 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: start- server 09:10:13.170 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] * daemon not running; starting now at tcp:5037 * daemon started successfully
09:10:13.196 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Attempting to
update public config from main. 09:10:13.365 AM (UTC): [ERROR] [GetDependencies.updatePublicConfig] Failed to update public config from main: The remote server returned an error: (404) Not Found., trying fallback. 09:10:14.742 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Retrieved updated config from fallback: https://vrpirates.wiki/downloads/vrp-public.json. 09:10:14.743 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Public config updated successfully from fallback. 09:10:14.831 AM (UTC): [INFO] [<Form1_Shown>d__35.MoveNext] Using Public Mirror 09:10:14.968 AM (UTC): [INFO] [<<Form1_Shown>b__35_2>d.MoveNext] Initializing Servers 09:10:14.977 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Looking for Additional Mirrors... 09:10:14.986 AM (UTC): [INFO] [RCLONE.runRcloneCommand_DownloadConfig] Running Rclone command: listremotes --config vrp.download.config --inplace 09:10:15.040 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Attempting to Update Upload Config 09:10:15.134 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_DownloadConfig] Rclone error: 2024/11/12 17:10:15 NOTICE: Config file "D:\\rclone\\vrp.download.config" not found - using defaults
09:10:15.134 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Loaded following
mirrors: 09:10:15.199 AM (UTC): [INFO] [SideloaderRCLONE.UpdateMetadataFromPublic] Downloading Metadata 09:10:15.200 AM (UTC): [INFO] [RCLONE.runRcloneCommand_PublicConfig] Running Rclone command: sync ":http:/meta.7z" "CurrentDirectory" 09:10:15.346 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_PublicConfig] 2024/11/12 17:10:15 NOTICE: Config file "C:\\Users\\wanna\\AppData\\Roaming\\rclone\\ rclone.conf" not found - using defaults 2024/11/12 17:10:15 ERROR : Attempt 1/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/12 17:10:15 ERROR : Attempt 2/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/12 17:10:15 ERROR : Attempt 3/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/12 17:10:15 Failed to sync: failed to stat: Head "/meta.7z": unsupported protocol scheme ""
09:10:15.349 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic]
Extracting Metadata 09:10:15.351 AM (UTC): [INFO] [Zip.DoExtract] Extract: 7z x "D:\meta.7z" -y -o"D:\ meta" -bsp1 09:10:15.373 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Retrieved updated config from: https://vrpirates.wiki/downloads/vrp.upload.config 09:10:15.373 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Upload config updated successfully. 09:10:15.380 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] ERROR: The system cannot find the file specified. 09:10:15.380 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] D:\meta.7z 09:10:15.381 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] System ERROR: 09:10:15.381 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] The system cannot find the file specified. 09:10:15.381 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting failed: The system cannot find the file specified. 09:10:15.382 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] at AndroidSideloader.Utilities.Zip.DoExtract(String args) at AndroidSideloader.Utilities.Zip.ExtractFile(String sourceArchive, String destination, String password) at AndroidSideloader.SideloaderRCLONE.ProcessMetadataFromPublic()
09:10:15.392 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: devices
09:10:15.423 AM (UTC): [INFO] [ADB.RunAdbCommandToString] List of devices attached
09:10:15.492 AM (UTC): [INFO] [<CheckForDevice>d__43.MoveNext] Devices:
09:10:15.512 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df 09:10:15.538 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
09:10:15.544 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no
devices/emulators found
09:10:15.577 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no
devices/emulators found
09:10:15.589 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df
09:10:15.618 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
09:10:25.330 AM (UTC): [INFO] [MainForm.InitializeLogger]
------ ------ Program Launched at: 05:10PM(UTC) ------ ------
09:10:25.500 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Starting
AndroidSideloader Application 09:10:25.507 AM (UTC): [INFO] [GetDependencies.downloadRclone] Checking for Local rclone... 09:10:25.508 AM (UTC): [INFO] [GetDependencies.downloadRclone] Current RCLONE Version 1.67.0 09:10:25.561 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Attempting to Initalize ADB Server 09:10:25.568 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: kill- server 09:10:25.624 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: start- server 09:10:27.728 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] * daemon not running; starting now at tcp:5037 * daemon started successfully
09:10:27.755 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Attempting to
update public config from main. 09:10:27.912 AM (UTC): [ERROR] [GetDependencies.updatePublicConfig] Failed to update public config from main: The remote server returned an error: (404) Not Found., trying fallback. 09:10:29.260 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Retrieved updated config from fallback: https://vrpirates.wiki/downloads/vrp-public.json. 09:10:29.261 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Public config updated successfully from fallback. 09:10:29.348 AM (UTC): [INFO] [<Form1_Shown>d__35.MoveNext] Using Public Mirror 09:10:29.487 AM (UTC): [INFO] [<<Form1_Shown>b__35_2>d.MoveNext] Initializing Servers 09:10:29.495 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Looking for Additional Mirrors... 09:10:29.505 AM (UTC): [INFO] [RCLONE.runRcloneCommand_DownloadConfig] Running Rclone command: listremotes --config vrp.download.config --inplace 09:10:29.553 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Attempting to Update Upload Config 09:10:29.654 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_DownloadConfig] Rclone error: 2024/11/12 17:10:29 NOTICE: Config file "D:\\rclone\\vrp.download.config" not found - using defaults
09:10:29.655 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Loaded following
mirrors: 09:10:29.704 AM (UTC): [INFO] [SideloaderRCLONE.UpdateMetadataFromPublic] Downloading Metadata 09:10:29.705 AM (UTC): [INFO] [RCLONE.runRcloneCommand_PublicConfig] Running Rclone command: sync ":http:/meta.7z" "CurrentDirectory" 09:10:29.852 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_PublicConfig] 2024/11/12 17:10:29 NOTICE: Config file "C:\\Users\\wanna\\AppData\\Roaming\\rclone\\ rclone.conf" not found - using defaults 2024/11/12 17:10:29 ERROR : Attempt 1/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/12 17:10:29 ERROR : Attempt 2/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/12 17:10:29 ERROR : Attempt 3/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/12 17:10:29 Failed to sync: failed to stat: Head "/meta.7z": unsupported protocol scheme ""
09:10:29.855 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic]
Extracting Metadata 09:10:29.856 AM (UTC): [INFO] [Zip.DoExtract] Extract: 7z x "D:\meta.7z" -y -o"D:\ meta" -bsp1 09:10:29.868 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Retrieved updated config from: https://vrpirates.wiki/downloads/vrp.upload.config 09:10:29.869 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Upload config updated successfully. 09:10:29.885 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] ERROR: The system cannot find the file specified. 09:10:29.886 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] D:\meta.7z 09:10:29.886 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] System ERROR: 09:10:29.886 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] The system cannot find the file specified. 09:10:29.886 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting failed: The system cannot find the file specified. 09:10:29.888 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] at AndroidSideloader.Utilities.Zip.DoExtract(String args) at AndroidSideloader.Utilities.Zip.ExtractFile(String sourceArchive, String destination, String password) at AndroidSideloader.SideloaderRCLONE.ProcessMetadataFromPublic()
09:10:29.911 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: devices
09:10:29.943 AM (UTC): [INFO] [ADB.RunAdbCommandToString] List of devices attached
09:10:30.026 AM (UTC): [INFO] [<CheckForDevice>d__43.MoveNext] Devices:
09:10:30.046 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df 09:10:30.069 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
09:10:30.077 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no
devices/emulators found
09:10:30.108 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no
devices/emulators found
09:10:30.120 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df
09:10:30.150 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
09:12:52.050 AM (UTC): [INFO] [MainForm.InitializeLogger]
------ ------ Program Launched at: 05:12PM(UTC) ------ ------
09:12:52.246 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Starting
AndroidSideloader Application 09:12:52.252 AM (UTC): [INFO] [GetDependencies.downloadRclone] Checking for Local rclone... 09:12:52.253 AM (UTC): [INFO] [GetDependencies.downloadRclone] Current RCLONE Version 1.67.0 09:12:52.307 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Attempting to Initalize ADB Server 09:12:52.314 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: kill- server 09:12:52.369 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: start- server 09:12:54.473 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] * daemon not running; starting now at tcp:5037 * daemon started successfully
09:12:54.501 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Attempting to
update public config from main. 09:12:54.898 AM (UTC): [ERROR] [GetDependencies.updatePublicConfig] Failed to update public config from main: The remote server returned an error: (404) Not Found., trying fallback. 09:12:56.246 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Retrieved updated config from fallback: https://vrpirates.wiki/downloads/vrp-public.json. 09:12:56.246 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Public config updated successfully from fallback. 09:12:56.337 AM (UTC): [INFO] [<Form1_Shown>d__35.MoveNext] Using Public Mirror 09:12:56.477 AM (UTC): [INFO] [<<Form1_Shown>b__35_2>d.MoveNext] Initializing Servers 09:12:56.486 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Looking for Additional Mirrors... 09:12:56.496 AM (UTC): [INFO] [RCLONE.runRcloneCommand_DownloadConfig] Running Rclone command: listremotes --config vrp.download.config --inplace 09:12:56.521 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Attempting to Update Upload Config 09:12:56.647 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_DownloadConfig] Rclone error: 2024/11/12 17:12:56 NOTICE: Config file "D:\\rclone\\vrp.download.config" not found - using defaults
09:12:56.647 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Loaded following
mirrors: 09:12:56.695 AM (UTC): [INFO] [SideloaderRCLONE.UpdateMetadataFromPublic] Downloading Metadata 09:12:56.697 AM (UTC): [INFO] [RCLONE.runRcloneCommand_PublicConfig] Running Rclone command: sync ":http:/meta.7z" "CurrentDirectory" 09:12:56.838 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Retrieved updated config from: https://vrpirates.wiki/downloads/vrp.upload.config 09:12:56.838 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Upload config updated successfully. 09:12:56.841 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_PublicConfig] 2024/11/12 17:12:56 NOTICE: Config file "C:\\Users\\wanna\\AppData\\Roaming\\rclone\\ rclone.conf" not found - using defaults 2024/11/12 17:12:56 ERROR : Attempt 1/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/12 17:12:56 ERROR : Attempt 2/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/12 17:12:56 ERROR : Attempt 3/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/12 17:12:56 Failed to sync: failed to stat: Head "/meta.7z": unsupported protocol scheme ""
09:12:56.844 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic]
Extracting Metadata 09:12:56.846 AM (UTC): [INFO] [Zip.DoExtract] Extract: 7z x "D:\meta.7z" -y -o"D:\ meta" -bsp1 09:12:56.880 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] ERROR: The system cannot find the file specified. 09:12:56.880 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] D:\meta.7z 09:12:56.880 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] System ERROR: 09:12:56.880 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] The system cannot find the file specified. 09:12:56.882 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting failed: The system cannot find the file specified. 09:12:56.882 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] at AndroidSideloader.Utilities.Zip.DoExtract(String args) at AndroidSideloader.Utilities.Zip.ExtractFile(String sourceArchive, String destination, String password) at AndroidSideloader.SideloaderRCLONE.ProcessMetadataFromPublic()
09:12:56.950 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: devices
09:12:56.981 AM (UTC): [INFO] [ADB.RunAdbCommandToString] List of devices attached
09:12:57.049 AM (UTC): [INFO] [<CheckForDevice>d__43.MoveNext] Devices:
09:12:57.069 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df 09:12:57.093 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
09:12:57.102 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no
devices/emulators found
09:12:57.134 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no
devices/emulators found
09:12:57.147 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df
09:12:57.176 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
09:13:02.782 AM (UTC): [INFO] [MainForm.InitializeLogger]
------ ------ Program Launched at: 05:13PM(UTC) ------ ------
09:13:02.965 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Starting
AndroidSideloader Application 09:13:02.972 AM (UTC): [INFO] [GetDependencies.downloadRclone] Checking for Local rclone... 09:13:02.973 AM (UTC): [INFO] [GetDependencies.downloadRclone] Current RCLONE Version 1.67.0 09:13:03.026 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Attempting to Initalize ADB Server 09:13:03.034 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: kill- server 09:13:03.086 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: start- server 09:13:05.183 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] * daemon not running; starting now at tcp:5037 * daemon started successfully
09:13:05.210 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Attempting to
update public config from main. 09:13:05.350 AM (UTC): [ERROR] [GetDependencies.updatePublicConfig] Failed to update public config from main: The remote server returned an error: (404) Not Found., trying fallback. 09:13:06.665 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Retrieved updated config from fallback: https://vrpirates.wiki/downloads/vrp-public.json. 09:13:06.666 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Public config updated successfully from fallback. 09:13:06.757 AM (UTC): [INFO] [<Form1_Shown>d__35.MoveNext] Using Public Mirror 09:13:06.895 AM (UTC): [INFO] [<<Form1_Shown>b__35_2>d.MoveNext] Initializing Servers 09:13:06.903 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Looking for Additional Mirrors... 09:13:06.913 AM (UTC): [INFO] [RCLONE.runRcloneCommand_DownloadConfig] Running Rclone command: listremotes --config vrp.download.config --inplace 09:13:06.930 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Attempting to Update Upload Config 09:13:07.061 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_DownloadConfig] Rclone error: 2024/11/12 17:13:07 NOTICE: Config file "D:\\rclone\\vrp.download.config" not found - using defaults
09:13:07.061 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Loaded following
mirrors: 09:13:07.114 AM (UTC): [INFO] [SideloaderRCLONE.UpdateMetadataFromPublic] Downloading Metadata 09:13:07.115 AM (UTC): [INFO] [RCLONE.runRcloneCommand_PublicConfig] Running Rclone command: sync ":http:/meta.7z" "CurrentDirectory" 09:13:07.242 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Retrieved updated config from: https://vrpirates.wiki/downloads/vrp.upload.config 09:13:07.242 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Upload config updated successfully. 09:13:07.257 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_PublicConfig] 2024/11/12 17:13:07 NOTICE: Config file "C:\\Users\\wanna\\AppData\\Roaming\\rclone\\ rclone.conf" not found - using defaults 2024/11/12 17:13:07 ERROR : Attempt 1/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/12 17:13:07 ERROR : Attempt 2/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/12 17:13:07 ERROR : Attempt 3/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/12 17:13:07 Failed to sync: failed to stat: Head "/meta.7z": unsupported protocol scheme ""
09:13:07.259 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic]
Extracting Metadata 09:13:07.261 AM (UTC): [INFO] [Zip.DoExtract] Extract: 7z x "D:\meta.7z" -y -o"D:\ meta" -bsp1 09:13:07.289 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] ERROR: The system cannot find the file specified. 09:13:07.289 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] D:\meta.7z 09:13:07.289 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] System ERROR: 09:13:07.289 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] The system cannot find the file specified. 09:13:07.290 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting failed: The system cannot find the file specified. 09:13:07.291 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] at AndroidSideloader.Utilities.Zip.DoExtract(String args) at AndroidSideloader.Utilities.Zip.ExtractFile(String sourceArchive, String destination, String password) at AndroidSideloader.SideloaderRCLONE.ProcessMetadataFromPublic()
09:13:07.305 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: devices
09:13:07.337 AM (UTC): [INFO] [ADB.RunAdbCommandToString] List of devices attached
09:13:07.405 AM (UTC): [INFO] [<CheckForDevice>d__43.MoveNext] Devices:
09:13:07.427 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df 09:13:07.455 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
09:13:07.463 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no
devices/emulators found
09:13:07.493 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no
devices/emulators found
09:13:07.506 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df
09:13:07.537 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
09:14:07.357 AM (UTC): [INFO] [MainForm.InitializeLogger]
------ ------ Program Launched at: 05:14PM(UTC) ------ ------
09:14:07.530 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Starting
AndroidSideloader Application 09:14:07.537 AM (UTC): [INFO] [GetDependencies.downloadRclone] Checking for Local rclone... 09:14:07.538 AM (UTC): [INFO] [GetDependencies.downloadRclone] Current RCLONE Version 1.67.0 09:14:07.590 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Attempting to Initalize ADB Server 09:14:07.598 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: kill- server 09:14:07.650 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: start- server 09:14:09.740 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] * daemon not running; starting now at tcp:5037 * daemon started successfully
09:14:09.767 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Attempting to
update public config from main. 09:14:10.141 AM (UTC): [ERROR] [GetDependencies.updatePublicConfig] Failed to update public config from main: The remote server returned an error: (404) Not Found., trying fallback. 09:14:11.465 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Retrieved updated config from fallback: https://vrpirates.wiki/downloads/vrp-public.json. 09:14:11.465 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Public config updated successfully from fallback. 09:14:11.553 AM (UTC): [INFO] [<Form1_Shown>d__35.MoveNext] Using Public Mirror 09:14:11.701 AM (UTC): [INFO] [<<Form1_Shown>b__35_2>d.MoveNext] Initializing Servers 09:14:11.710 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Looking for Additional Mirrors... 09:14:11.719 AM (UTC): [INFO] [RCLONE.runRcloneCommand_DownloadConfig] Running Rclone command: listremotes --config vrp.download.config --inplace 09:14:11.725 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Attempting to Update Upload Config 09:14:11.862 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_DownloadConfig] Rclone error: 2024/11/12 17:14:11 NOTICE: Config file "D:\\rclone\\vrp.download.config" not found - using defaults
09:14:11.862 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Loaded following
mirrors: 09:14:11.919 AM (UTC): [INFO] [SideloaderRCLONE.UpdateMetadataFromPublic] Downloading Metadata 09:14:11.921 AM (UTC): [INFO] [RCLONE.runRcloneCommand_PublicConfig] Running Rclone command: sync ":http:/meta.7z" "CurrentDirectory" 09:14:12.041 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Retrieved updated config from: https://vrpirates.wiki/downloads/vrp.upload.config 09:14:12.042 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Upload config updated successfully. 09:14:12.067 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_PublicConfig] 2024/11/12 17:14:12 NOTICE: Config file "C:\\Users\\wanna\\AppData\\Roaming\\rclone\\ rclone.conf" not found - using defaults 2024/11/12 17:14:12 ERROR : Attempt 1/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/12 17:14:12 ERROR : Attempt 2/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/12 17:14:12 ERROR : Attempt 3/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/12 17:14:12 Failed to sync: failed to stat: Head "/meta.7z": unsupported protocol scheme ""
09:14:12.070 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic]
Extracting Metadata 09:14:12.072 AM (UTC): [INFO] [Zip.DoExtract] Extract: 7z x "D:\meta.7z" -y -o"D:\ meta" -bsp1 09:14:12.100 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] ERROR: The system cannot find the file specified. 09:14:12.100 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] D:\meta.7z 09:14:12.101 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] System ERROR: 09:14:12.101 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] The system cannot find the file specified. 09:14:12.101 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting failed: The system cannot find the file specified. 09:14:12.102 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] at AndroidSideloader.Utilities.Zip.DoExtract(String args) at AndroidSideloader.Utilities.Zip.ExtractFile(String sourceArchive, String destination, String password) at AndroidSideloader.SideloaderRCLONE.ProcessMetadataFromPublic()
09:14:12.173 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: devices
09:14:12.204 AM (UTC): [INFO] [ADB.RunAdbCommandToString] List of devices attached
09:14:12.272 AM (UTC): [INFO] [<CheckForDevice>d__43.MoveNext] Devices:
09:14:12.292 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df 09:14:12.314 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
09:14:12.323 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no
devices/emulators found 09:14:12.354 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
09:14:12.366 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df
09:14:12.397 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
09:14:17.615 AM (UTC): [INFO] [MainForm.InitializeLogger]
------ ------ Program Launched at: 05:14PM(UTC) ------ ------
09:14:17.785 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Starting
AndroidSideloader Application 09:14:17.791 AM (UTC): [INFO] [GetDependencies.downloadRclone] Checking for Local rclone... 09:14:17.792 AM (UTC): [INFO] [GetDependencies.downloadRclone] Current RCLONE Version 1.67.0 09:14:17.843 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Attempting to Initalize ADB Server 09:14:17.851 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: kill- server 09:14:17.898 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: start- server 09:14:19.998 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] * daemon not running; starting now at tcp:5037 * daemon started successfully
09:14:20.026 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Attempting to
update public config from main. 09:14:20.178 AM (UTC): [ERROR] [GetDependencies.updatePublicConfig] Failed to update public config from main: The remote server returned an error: (404) Not Found., trying fallback. 09:14:21.493 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Retrieved updated config from fallback: https://vrpirates.wiki/downloads/vrp-public.json. 09:14:21.494 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Public config updated successfully from fallback. 09:14:21.581 AM (UTC): [INFO] [<Form1_Shown>d__35.MoveNext] Using Public Mirror 09:14:21.709 AM (UTC): [INFO] [<<Form1_Shown>b__35_2>d.MoveNext] Initializing Servers 09:14:21.717 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Looking for Additional Mirrors... 09:14:21.725 AM (UTC): [INFO] [RCLONE.runRcloneCommand_DownloadConfig] Running Rclone command: listremotes --config vrp.download.config --inplace 09:14:21.750 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Attempting to Update Upload Config 09:14:21.870 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_DownloadConfig] Rclone error: 2024/11/12 17:14:21 NOTICE: Config file "D:\\rclone\\vrp.download.config" not found - using defaults
09:14:21.870 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Loaded following
mirrors: 09:14:21.927 AM (UTC): [INFO] [SideloaderRCLONE.UpdateMetadataFromPublic] Downloading Metadata 09:14:21.928 AM (UTC): [INFO] [RCLONE.runRcloneCommand_PublicConfig] Running Rclone command: sync ":http:/meta.7z" "CurrentDirectory" 09:14:22.061 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Retrieved updated config from: https://vrpirates.wiki/downloads/vrp.upload.config 09:14:22.062 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Upload config updated successfully. 09:14:22.073 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_PublicConfig] 2024/11/12 17:14:22 NOTICE: Config file "C:\\Users\\wanna\\AppData\\Roaming\\rclone\\ rclone.conf" not found - using defaults 2024/11/12 17:14:22 ERROR : Attempt 1/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/12 17:14:22 ERROR : Attempt 2/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/12 17:14:22 ERROR : Attempt 3/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/12 17:14:22 Failed to sync: failed to stat: Head "/meta.7z": unsupported protocol scheme ""
09:14:22.076 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic]
Extracting Metadata 09:14:22.078 AM (UTC): [INFO] [Zip.DoExtract] Extract: 7z x "D:\meta.7z" -y -o"D:\ meta" -bsp1 09:14:22.106 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] ERROR: The system cannot find the file specified. 09:14:22.106 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] D:\meta.7z 09:14:22.106 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] System ERROR: 09:14:22.106 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] The system cannot find the file specified. 09:14:22.108 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting failed: The system cannot find the file specified. 09:14:22.108 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] at AndroidSideloader.Utilities.Zip.DoExtract(String args) at AndroidSideloader.Utilities.Zip.ExtractFile(String sourceArchive, String destination, String password) at AndroidSideloader.SideloaderRCLONE.ProcessMetadataFromPublic()
09:14:22.119 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: devices
09:14:22.153 AM (UTC): [INFO] [ADB.RunAdbCommandToString] List of devices attached
09:14:22.218 AM (UTC): [INFO] [<CheckForDevice>d__43.MoveNext] Devices:
09:14:22.239 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df 09:14:22.261 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
09:14:22.269 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no
devices/emulators found
09:14:22.300 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no
devices/emulators found
09:14:22.314 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df
09:14:22.344 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
10:39:48.856 AM (UTC): [INFO] [MainForm.InitializeLogger]
------ ------ Program Launched at: 06:39PM(UTC) ------ ------
10:39:49.057 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Starting
AndroidSideloader Application 10:39:49.065 AM (UTC): [INFO] [GetDependencies.downloadRclone] Checking for Local rclone... 10:39:49.069 AM (UTC): [INFO] [GetDependencies.downloadRclone] Current RCLONE Version 1.67.0 10:39:49.082 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Attempting to Initalize ADB Server 10:39:49.089 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: kill- server 10:39:51.196 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] cannot connect to daemon at tcp:5037: cannot connect to 127.0.0.1:5037: No connection could be made because the target machine actively refused it. (10061)
10:39:51.208 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: start-
server 10:39:53.337 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] * daemon not running; starting now at tcp:5037 * daemon started successfully
10:39:53.491 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Attempting to
update public config from main. 10:39:54.013 AM (UTC): [ERROR] [GetDependencies.updatePublicConfig] Failed to update public config from main: The remote server returned an error: (404) Not Found., trying fallback. 10:39:55.345 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Retrieved updated config from fallback: https://vrpirates.wiki/downloads/vrp-public.json. 10:39:55.347 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Public config updated successfully from fallback. 10:39:55.478 AM (UTC): [INFO] [<Form1_Shown>d__35.MoveNext] Using Public Mirror 10:39:55.613 AM (UTC): [INFO] [<<Form1_Shown>b__35_2>d.MoveNext] Initializing Servers 10:39:55.623 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Looking for Additional Mirrors... 10:39:55.632 AM (UTC): [INFO] [RCLONE.runRcloneCommand_DownloadConfig] Running Rclone command: listremotes --config vrp.download.config --inplace 10:39:55.829 AM (UTC): [INFO] [SideloaderRCLONE.UpdateMetadataFromPublic] Downloading Metadata 10:39:55.830 AM (UTC): [INFO] [RCLONE.runRcloneCommand_PublicConfig] Running Rclone command: sync ":http:/meta.7z" "CurrentDirectory" 10:39:56.154 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Attempting to Update Upload Config 10:39:56.473 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Retrieved updated config from: https://vrpirates.wiki/downloads/vrp.upload.config 10:39:56.474 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Upload config updated successfully. 10:39:58.547 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting Metadata 10:39:58.550 AM (UTC): [INFO] [Zip.DoExtract] Extract: 7z x "D:\meta.7z" -y -o"D:\ meta" -bsp1 10:39:58.634 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] ERROR: The system cannot find the file specified. 10:39:58.635 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] D:\meta.7z 10:39:58.637 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] System ERROR: 10:39:58.637 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] The system cannot find the file specified. 10:39:58.639 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting failed: The system cannot find the file specified. 10:39:58.639 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] at AndroidSideloader.Utilities.Zip.DoExtract(String args) at AndroidSideloader.Utilities.Zip.ExtractFile(String sourceArchive, String destination, String password) at AndroidSideloader.SideloaderRCLONE.ProcessMetadataFromPublic()
10:39:58.689 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: devices
10:39:58.729 AM (UTC): [INFO] [ADB.RunAdbCommandToString] List of devices attached
10:39:58.786 AM (UTC): [INFO] [<CheckForDevice>d__43.MoveNext] Devices:
10:39:58.807 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df 10:39:58.841 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
10:39:58.846 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no
devices/emulators found
10:39:58.888 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no
devices/emulators found
10:39:58.901 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df
10:39:58.944 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
10:40:01.666 AM (UTC): [INFO] [MainForm.InitializeLogger]
------ ------ Program Launched at: 06:40PM(UTC) ------ ------
10:40:01.836 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Starting
AndroidSideloader Application 10:40:01.841 AM (UTC): [INFO] [GetDependencies.downloadRclone] Checking for Local rclone... 10:40:01.842 AM (UTC): [INFO] [GetDependencies.downloadRclone] Current RCLONE Version 1.67.0 10:40:01.896 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Attempting to Initalize ADB Server 10:40:01.902 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: kill- server 10:40:01.962 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: start- server 10:40:04.064 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] * daemon not running; starting now at tcp:5037 * daemon started successfully
10:40:04.093 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Attempting to
update public config from main. 10:40:04.400 AM (UTC): [ERROR] [GetDependencies.updatePublicConfig] Failed to update public config from main: The remote server returned an error: (404) Not Found., trying fallback. 10:40:05.729 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Retrieved updated config from fallback: https://vrpirates.wiki/downloads/vrp-public.json. 10:40:05.729 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Public config updated successfully from fallback. 10:40:05.821 AM (UTC): [INFO] [<Form1_Shown>d__35.MoveNext] Using Public Mirror 10:40:05.961 AM (UTC): [INFO] [<<Form1_Shown>b__35_2>d.MoveNext] Initializing Servers 10:40:05.968 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Looking for Additional Mirrors... 10:40:05.978 AM (UTC): [INFO] [RCLONE.runRcloneCommand_DownloadConfig] Running Rclone command: listremotes --config vrp.download.config --inplace 10:40:05.996 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Attempting to Update Upload Config 10:40:06.128 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_DownloadConfig] Rclone error: 2024/11/15 18:40:06 NOTICE: Config file "D:\\rclone\\vrp.download.config" not found - using defaults
10:40:06.128 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Loaded following
mirrors: 10:40:06.180 AM (UTC): [INFO] [SideloaderRCLONE.UpdateMetadataFromPublic] Downloading Metadata 10:40:06.182 AM (UTC): [INFO] [RCLONE.runRcloneCommand_PublicConfig] Running Rclone command: sync ":http:/meta.7z" "CurrentDirectory" 10:40:06.308 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Retrieved updated config from: https://vrpirates.wiki/downloads/vrp.upload.config 10:40:06.309 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Upload config updated successfully. 10:40:06.334 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_PublicConfig] 2024/11/15 18:40:06 NOTICE: Config file "C:\\Users\\wanna\\AppData\\Roaming\\rclone\\ rclone.conf" not found - using defaults 2024/11/15 18:40:06 ERROR : Attempt 1/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/15 18:40:06 ERROR : Attempt 2/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/15 18:40:06 ERROR : Attempt 3/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/11/15 18:40:06 Failed to sync: failed to stat: Head "/meta.7z": unsupported protocol scheme ""
10:40:06.336 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic]
Extracting Metadata 10:40:06.338 AM (UTC): [INFO] [Zip.DoExtract] Extract: 7z x "D:\meta.7z" -y -o"D:\ meta" -bsp1 10:40:06.367 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] ERROR: The system cannot find the file specified. 10:40:06.367 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] D:\meta.7z 10:40:06.367 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] System ERROR: 10:40:06.367 AM (UTC): [ERROR] [<>c.<DoExtract>b__4_2] The system cannot find the file specified. 10:40:06.368 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting failed: The system cannot find the file specified. 10:40:06.368 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] at AndroidSideloader.Utilities.Zip.DoExtract(String args) at AndroidSideloader.Utilities.Zip.ExtractFile(String sourceArchive, String destination, String password) at AndroidSideloader.SideloaderRCLONE.ProcessMetadataFromPublic()
10:40:06.435 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: devices
10:40:06.468 AM (UTC): [INFO] [ADB.RunAdbCommandToString] List of devices attached
10:40:06.536 AM (UTC): [INFO] [<CheckForDevice>d__43.MoveNext] Devices:
10:40:06.556 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df 10:40:06.580 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
10:40:06.588 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no
devices/emulators found
10:40:06.619 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no
devices/emulators found
10:40:06.632 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df
10:40:06.661 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
07:05:58.980 AM (UTC): [INFO] [Logger.Initialize] Logger initialized at:
03:05PM(UTC) 07:05:59.335 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Starting AndroidSideloader Application 07:05:59.343 AM (UTC): [INFO] [GetDependencies.downloadFiles] Missing 'Sideloader Launcher.exe'. Attempting to download from github 07:06:00.701 AM (UTC): [INFO] [GetDependencies.downloadFiles] 'Sideloader Launcher.exe' download successful 07:06:00.702 AM (UTC): [INFO] [GetDependencies.downloadFiles] Missing 'Rookie Offline.cmd'. Attempting to download from github 07:06:01.375 AM (UTC): [INFO] [GetDependencies.downloadFiles] 'Rookie Offline.cmd' download successful 07:06:01.378 AM (UTC): [INFO] [GetDependencies.downloadRclone] Checking for Local rclone... 07:06:01.383 AM (UTC): [INFO] [GetDependencies.downloadRclone] Current RCLONE Version 1.67.0 07:06:01.383 AM (UTC): [INFO] [GetDependencies.downloadRclone] RCLONE Version does not match (1.67.0)! Downloading required version (1.68.2) 07:06:01.385 AM (UTC): [INFO] [GetDependencies.downloadRclone] Downloading rclone from https://downloads.rclone.org/v1.68.2/rclone-v1.68.2-windows-amd64.zip 07:06:01.385 AM (UTC): [INFO] [GetDependencies.downloadRclone] Begin download rclone 07:06:11.968 AM (UTC): [INFO] [GetDependencies.downloadRclone] Complete download rclone 07:06:11.969 AM (UTC): [INFO] [GetDependencies.downloadRclone] Extract D:\\ rclone.zip 07:06:11.970 AM (UTC): [INFO] [Zip.DoExtract] Extract: 7z x "D:\rclone.zip" -y - o"D:\" -bsp1 07:06:12.586 AM (UTC): [INFO] [GetDependencies.downloadRclone] rclone extracted. Moving files 07:06:12.800 AM (UTC): [INFO] [GetDependencies.downloadRclone] rclone download successful 07:06:12.917 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Attempting to Initalize ADB Server 07:06:12.924 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: kill- server 07:06:15.046 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] cannot connect to daemon at tcp:5037: cannot connect to 127.0.0.1:5037: No connection could be made because the target machine actively refused it. (10061)
07:06:15.047 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: start-
server 07:06:17.215 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] * daemon not running; starting now at tcp:5037 * daemon started successfully
07:06:24.546 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Attempting to
update public config from main. 07:06:24.861 AM (UTC): [ERROR] [GetDependencies.updatePublicConfig] Failed to update public config from main: The remote server returned an error: (404) Not Found., trying fallback. 07:06:26.344 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Retrieved updated config from fallback: https://vrpirates.wiki/downloads/vrp-public.json. 07:06:26.346 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Public config updated successfully from fallback. 07:06:26.385 AM (UTC): [INFO] [<Form1_Shown>d__35.MoveNext] Using Public Mirror 07:06:26.523 AM (UTC): [INFO] [<<Form1_Shown>b__35_2>d.MoveNext] Initializing Servers 07:06:26.537 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Looking for Additional Mirrors... 07:06:26.547 AM (UTC): [INFO] [RCLONE.runRcloneCommand_DownloadConfig] Running Rclone command: listremotes --config vrp.download.config --inplace 07:06:26.739 AM (UTC): [INFO] [SideloaderRCLONE.UpdateMetadataFromPublic] Downloading Metadata 07:06:26.741 AM (UTC): [INFO] [RCLONE.runRcloneCommand_PublicConfig] Running Rclone command: sync ":http:/meta.7z" "CurrentDirectory" 07:06:26.896 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting Metadata 07:06:26.897 AM (UTC): [INFO] [Zip.DoExtract] Extract: 7z x "D:\meta.7z" -y -o"D:\ meta" -bsp1 07:06:26.934 AM (UTC): [ERROR] [<>c.<DoExtract>b__5_2] ERROR: The system cannot find the file specified. 07:06:26.938 AM (UTC): [ERROR] [<>c.<DoExtract>b__5_2] D:\meta.7z 07:06:26.939 AM (UTC): [ERROR] [<>c.<DoExtract>b__5_2] System ERROR: 07:06:26.940 AM (UTC): [ERROR] [<>c.<DoExtract>b__5_2] The system cannot find the file specified. 07:06:26.941 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting failed: The system cannot find the file specified. 07:06:26.943 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] at AndroidSideloader.Utilities.Zip.DoExtract(String args) at AndroidSideloader.Utilities.Zip.ExtractFile(String sourceArchive, String destination, String password) at AndroidSideloader.SideloaderRCLONE.ProcessMetadataFromPublic()
07:06:26.993 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: devices
07:06:27.030 AM (UTC): [INFO] [ADB.RunAdbCommandToString] List of devices attached
07:06:27.098 AM (UTC): [INFO] [<CheckForDevice>d__43.MoveNext] Devices:
07:06:27.107 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df 07:06:27.141 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
07:06:27.144 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no
devices/emulators found 07:06:27.176 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
07:06:27.178 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df
07:06:27.215 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
07:06:27.212 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Attempting to
Update Upload Config 07:06:27.530 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Retrieved updated config from: https://vrpirates.wiki/downloads/vrp.upload.config 07:06:27.532 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Upload config updated successfully. 07:06:36.703 AM (UTC): [INFO] [Logger.Initialize] Logger initialized at: 03:06PM(UTC) 07:06:36.947 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Starting AndroidSideloader Application 07:06:36.954 AM (UTC): [INFO] [GetDependencies.downloadRclone] Checking for Local rclone... 07:06:36.955 AM (UTC): [INFO] [GetDependencies.downloadRclone] Current RCLONE Version 1.68.2 07:06:36.962 AM (UTC): [INFO] [<Form1_Load>d__34.MoveNext] Attempting to Initalize ADB Server 07:06:36.964 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: kill- server 07:06:37.013 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: start- server 07:06:39.132 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] * daemon not running; starting now at tcp:5037 * daemon started successfully
07:06:39.140 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Attempting to
update public config from main. 07:06:39.346 AM (UTC): [ERROR] [GetDependencies.updatePublicConfig] Failed to update public config from main: The remote server returned an error: (404) Not Found., trying fallback. 07:06:40.721 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Retrieved updated config from fallback: https://vrpirates.wiki/downloads/vrp-public.json. 07:06:40.721 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Public config updated successfully from fallback. 07:06:40.732 AM (UTC): [INFO] [<Form1_Shown>d__35.MoveNext] Using Public Mirror 07:06:40.864 AM (UTC): [INFO] [<<Form1_Shown>b__35_2>d.MoveNext] Initializing Servers 07:06:40.873 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Looking for Additional Mirrors... 07:06:40.883 AM (UTC): [INFO] [RCLONE.runRcloneCommand_DownloadConfig] Running Rclone command: listremotes --config vrp.download.config --inplace 07:06:40.909 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Attempting to Update Upload Config 07:06:41.037 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_DownloadConfig] Rclone error: 2024/12/07 15:06:41 NOTICE: Config file "D:\\rclone\\vrp.download.config" not found - using defaults
07:06:41.037 AM (UTC): [INFO] [<initMirrors>d__82.MoveNext] Loaded following
mirrors: 07:06:41.084 AM (UTC): [INFO] [SideloaderRCLONE.UpdateMetadataFromPublic] Downloading Metadata 07:06:41.085 AM (UTC): [INFO] [RCLONE.runRcloneCommand_PublicConfig] Running Rclone command: sync ":http:/meta.7z" "CurrentDirectory" 07:06:41.226 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Retrieved updated config from: https://vrpirates.wiki/downloads/vrp.upload.config 07:06:41.227 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Upload config updated successfully. 07:06:41.232 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_PublicConfig] 2024/12/07 15:06:41 NOTICE: Config file "C:\\Users\\wanna\\AppData\\Roaming\\rclone\\ rclone.conf" not found - using defaults 2024/12/07 15:06:41 ERROR : Attempt 1/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/12/07 15:06:41 ERROR : Attempt 2/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/12/07 15:06:41 ERROR : Attempt 3/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2024/12/07 15:06:41 NOTICE: Failed to sync: failed to stat: Head "/meta.7z": unsupported protocol scheme ""
07:06:41.235 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic]
Extracting Metadata 07:06:41.237 AM (UTC): [INFO] [Zip.DoExtract] Extract: 7z x "D:\meta.7z" -y -o"D:\ meta" -bsp1 07:06:41.271 AM (UTC): [ERROR] [<>c.<DoExtract>b__5_2] ERROR: The system cannot find the file specified. 07:06:41.272 AM (UTC): [ERROR] [<>c.<DoExtract>b__5_2] D:\meta.7z 07:06:41.272 AM (UTC): [ERROR] [<>c.<DoExtract>b__5_2] System ERROR: 07:06:41.272 AM (UTC): [ERROR] [<>c.<DoExtract>b__5_2] The system cannot find the file specified. 07:06:41.273 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting failed: The system cannot find the file specified. 07:06:41.273 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] at AndroidSideloader.Utilities.Zip.DoExtract(String args) at AndroidSideloader.Utilities.Zip.ExtractFile(String sourceArchive, String destination, String password) at AndroidSideloader.SideloaderRCLONE.ProcessMetadataFromPublic()
07:06:41.331 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: devices
07:06:41.372 AM (UTC): [INFO] [ADB.RunAdbCommandToString] List of devices attached
07:06:41.434 AM (UTC): [INFO] [<CheckForDevice>d__43.MoveNext] Devices:
07:06:41.444 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df 07:06:41.479 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
07:06:41.483 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no
devices/emulators found
07:06:41.519 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no
devices/emulators found
07:06:41.521 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: shell df
07:06:41.558 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] adb.exe: no devices/emulators found
11:50:45.480 AM (UTC): [INFO] [Logger.Initialize] Logger initialized at:
07:50PM(UTC) 11:50:45.743 AM (UTC): [INFO] [<Form1_Load>d__36.MoveNext] Starting AndroidSideloader Application 11:50:45.753 AM (UTC): [INFO] [GetDependencies.downloadFiles] Missing 'AddDefenderExceptions.ps1'. Attempting to download from github 11:50:47.176 AM (UTC): [INFO] [GetDependencies.downloadFiles] 'AddDefenderExceptions.ps1' download successful 11:50:47.265 AM (UTC): [INFO] [GetDependencies.downloadRclone] Checking for Local rclone... 11:50:47.347 AM (UTC): [INFO] [GetDependencies.downloadRclone] Current RCLONE Version 1.68.2 11:50:47.695 AM (UTC): [INFO] [<Form1_Load>d__36.MoveNext] Attempting to Initalize ADB Server 11:50:47.772 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: kill- server 11:50:49.955 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] cannot connect to daemon at tcp:5037: cannot connect to 127.0.0.1:5037: No connection could be made because the target machine actively refused it. (10061)
11:50:49.957 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: start-
server 11:50:55.114 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] * daemon not running; starting now at tcp:5037 * daemon started successfully
11:50:55.128 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Attempting to
update public config from main. 11:50:55.437 AM (UTC): [ERROR] [GetDependencies.updatePublicConfig] Failed to update public config from main: The remote server returned an error: (404) Not Found., trying fallback. 11:50:56.895 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Retrieved updated config from fallback: https://vrpirates.wiki/downloads/vrp-public.json. 11:50:56.896 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Public config updated successfully from fallback. 11:50:56.904 AM (UTC): [INFO] [<Form1_Shown>d__37.MoveNext] Using Public Mirror 11:50:57.643 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Attempting to Update Upload Config 11:50:57.963 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Retrieved updated config from: https://vrpirates.wiki/downloads/vrp.upload.config 11:50:57.964 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Upload config updated successfully. 11:50:57.964 AM (UTC): [INFO] [<Form1_Shown>d__37.MoveNext] Initializing Servers 11:50:57.967 AM (UTC): [INFO] [<initMirrors>d__84.MoveNext] Looking for Additional Mirrors... 11:50:57.986 AM (UTC): [INFO] [RCLONE.runRcloneCommand_DownloadConfig] Running Rclone command: listremotes --config vrp.download.config --inplace 11:51:00.640 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_DownloadConfig] Rclone error: 2025/01/03 19:51:00 NOTICE: Config file "D:\\rclone\\vrp.download.config" not found - using defaults
11:51:00.642 AM (UTC): [INFO] [<initMirrors>d__84.MoveNext] Loaded following
mirrors: 11:51:00.668 AM (UTC): [INFO] [SideloaderRCLONE.UpdateMetadataFromPublic] Downloading Metadata 11:51:00.671 AM (UTC): [INFO] [RCLONE.runRcloneCommand_PublicConfig] Running Rclone command: sync ":http:/meta.7z" "CurrentDirectory" 11:51:00.860 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_PublicConfig] 2025/01/03 19:51:00 NOTICE: Config file "C:\\Users\\wanna\\AppData\\Roaming\\rclone\\ rclone.conf" not found - using defaults 2025/01/03 19:51:00 ERROR : Attempt 1/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2025/01/03 19:51:00 ERROR : Attempt 2/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2025/01/03 19:51:00 ERROR : Attempt 3/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2025/01/03 19:51:00 NOTICE: Failed to sync: failed to stat: Head "/meta.7z": unsupported protocol scheme ""
11:51:00.862 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic]
Extracting Metadata 11:51:00.866 AM (UTC): [INFO] [Zip.DoExtract] Extract: 7z x "D:\meta.7z" -y -o"D:\ meta" -bsp1 11:51:00.944 AM (UTC): [ERROR] [<>c.<DoExtract>b__5_2] ERROR: The system cannot find the file specified. 11:51:00.946 AM (UTC): [ERROR] [<>c.<DoExtract>b__5_2] D:\meta.7z 11:51:00.948 AM (UTC): [ERROR] [<>c.<DoExtract>b__5_2] System ERROR: 11:51:00.948 AM (UTC): [ERROR] [<>c.<DoExtract>b__5_2] The system cannot find the file specified. 11:51:00.950 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting failed: The system cannot find the file specified. 11:51:00.950 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] at AndroidSideloader.Utilities.Zip.DoExtract(String args) at AndroidSideloader.Utilities.Zip.ExtractFile(String sourceArchive, String destination, String password) at AndroidSideloader.SideloaderRCLONE.ProcessMetadataFromPublic()
11:51:00.954 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: devices
11:51:00.996 AM (UTC): [INFO] [ADB.RunAdbCommandToString] List of devices attached 2G0YC1ZG3B00JY device
11:51:01.054 AM (UTC): [INFO] [<CheckForDevice>d__45.MoveNext] Devices:
11:51:01.055 AM (UTC): [INFO] [<CheckForDevice>d__45.MoveNext] 2G0YC1ZG3B00JY
11:51:01.059 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: -s
2G0YC1ZG3B00JY shell df 11:51:01.137 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Current Battery Service state: AC powered: true USB powered: false Wireless powered: false Max charging current: 1500000 Max charging voltage: 5000000 Weak Charger: true Charge counter: 1347209 status: 2 health: 2 present: true level: 26 scale: 100 voltage: 3755 temperature: 450 technology: Li-ion
11:51:01.245 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: -s
2G0YC1ZG3B00JY shell df 11:51:07.047 AM (UTC): [INFO] [<Form1_Shown>d__37.MoveNext] Using Offline Mode 11:51:11.978 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: -s 2G0YC1ZG3B00JY kill-server 11:51:14.614 AM (UTC): [INFO] [Logger.Initialize] Logger initialized at: 07:51PM(UTC) 11:51:14.841 AM (UTC): [INFO] [<Form1_Load>d__36.MoveNext] Starting AndroidSideloader Application 11:51:14.849 AM (UTC): [INFO] [GetDependencies.downloadRclone] Checking for Local rclone... 11:51:14.851 AM (UTC): [INFO] [GetDependencies.downloadRclone] Current RCLONE Version 1.68.2 11:51:14.867 AM (UTC): [INFO] [<Form1_Load>d__36.MoveNext] Attempting to Initalize ADB Server 11:51:14.869 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: kill- server 11:51:16.940 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] cannot connect to daemon at tcp:5037: cannot connect to 127.0.0.1:5037: No connection could be made because the target machine actively refused it. (10061)
11:51:16.940 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: start-
server 11:51:22.041 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] * daemon not running; starting now at tcp:5037 * daemon started successfully
11:51:22.051 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Attempting to
update public config from main. 11:51:22.274 AM (UTC): [ERROR] [GetDependencies.updatePublicConfig] Failed to update public config from main: The remote server returned an error: (404) Not Found., trying fallback. 11:51:23.675 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Retrieved updated config from fallback: https://vrpirates.wiki/downloads/vrp-public.json. 11:51:23.675 AM (UTC): [INFO] [GetDependencies.updatePublicConfig] Public config updated successfully from fallback. 11:51:23.681 AM (UTC): [INFO] [<Form1_Shown>d__37.MoveNext] Using Public Mirror 11:51:23.897 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Attempting to Update Upload Config 11:51:24.236 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Retrieved updated config from: https://vrpirates.wiki/downloads/vrp.upload.config 11:51:24.237 AM (UTC): [INFO] [SideloaderRCLONE.updateUploadConfig] Upload config updated successfully. 11:51:24.237 AM (UTC): [INFO] [<Form1_Shown>d__37.MoveNext] Initializing Servers 11:51:24.241 AM (UTC): [INFO] [<initMirrors>d__84.MoveNext] Looking for Additional Mirrors... 11:51:24.254 AM (UTC): [INFO] [RCLONE.runRcloneCommand_DownloadConfig] Running Rclone command: listremotes --config vrp.download.config --inplace 11:51:24.414 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_DownloadConfig] Rclone error: 2025/01/03 19:51:24 NOTICE: Config file "D:\\rclone\\vrp.download.config" not found - using defaults 11:51:24.415 AM (UTC): [INFO] [<initMirrors>d__84.MoveNext] Loaded following mirrors: 11:51:24.451 AM (UTC): [INFO] [SideloaderRCLONE.UpdateMetadataFromPublic] Downloading Metadata 11:51:24.454 AM (UTC): [INFO] [RCLONE.runRcloneCommand_PublicConfig] Running Rclone command: sync ":http:/meta.7z" "CurrentDirectory" 11:51:24.611 AM (UTC): [ERROR] [RCLONE.runRcloneCommand_PublicConfig] 2025/01/03 19:51:24 NOTICE: Config file "C:\\Users\\wanna\\AppData\\Roaming\\rclone\\ rclone.conf" not found - using defaults 2025/01/03 19:51:24 ERROR : Attempt 1/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2025/01/03 19:51:24 ERROR : Attempt 2/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2025/01/03 19:51:24 ERROR : Attempt 3/3 failed with 1 errors and: failed to stat: Head "/meta.7z": unsupported protocol scheme "" 2025/01/03 19:51:24 NOTICE: Failed to sync: failed to stat: Head "/meta.7z": unsupported protocol scheme ""
11:51:24.613 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic]
Extracting Metadata 11:51:24.616 AM (UTC): [INFO] [Zip.DoExtract] Extract: 7z x "D:\meta.7z" -y -o"D:\ meta" -bsp1 11:51:24.648 AM (UTC): [ERROR] [<>c.<DoExtract>b__5_2] ERROR: The system cannot find the file specified. 11:51:24.649 AM (UTC): [ERROR] [<>c.<DoExtract>b__5_2] D:\meta.7z 11:51:24.649 AM (UTC): [ERROR] [<>c.<DoExtract>b__5_2] System ERROR: 11:51:24.649 AM (UTC): [ERROR] [<>c.<DoExtract>b__5_2] The system cannot find the file specified. 11:51:24.650 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] Extracting failed: The system cannot find the file specified. 11:51:24.650 AM (UTC): [INFO] [SideloaderRCLONE.ProcessMetadataFromPublic] at AndroidSideloader.Utilities.Zip.DoExtract(String args) at AndroidSideloader.Utilities.Zip.ExtractFile(String sourceArchive, String destination, String password) at AndroidSideloader.SideloaderRCLONE.ProcessMetadataFromPublic()
11:51:24.655 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: devices
11:51:24.692 AM (UTC): [INFO] [ADB.RunAdbCommandToString] List of devices attached 2G0YC1ZG3B00JY device
11:51:24.768 AM (UTC): [INFO] [<CheckForDevice>d__45.MoveNext] Devices:
11:51:24.769 AM (UTC): [INFO] [<CheckForDevice>d__45.MoveNext] 2G0YC1ZG3B00JY
11:51:24.775 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: -s
2G0YC1ZG3B00JY shell df 11:51:24.828 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Current Battery Service state: AC powered: true USB powered: false Wireless powered: false Max charging current: 1500000 Max charging voltage: 5000000 Weak Charger: true Charge counter: 1346699 status: 2 health: 2 present: true level: 26 scale: 100 voltage: 3755 temperature: 450 technology: Li-ion
11:51:24.930 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: -s
2G0YC1ZG3B00JY shell df 11:51:59.787 AM (UTC): [INFO] [<Form1_Shown>d__37.MoveNext] Using Offline Mode 11:52:53.297 AM (UTC): [INFO] [ADB.RunAdbCommandToString] Running command: -s 2G0YC1ZG3B00JY kill-server 11:52:55.372 AM (UTC): [ERROR] [ADB.RunAdbCommandToString] cannot connect to daemon at tcp:5037: cannot connect to 127.0.0.1:5037: No connection could be made because the target machine actively refused it. (10061)