beta 2 problems(first forum post sorry if i screw up somewhere)

hello, i just downloaded your beta 2 arduino ide, on a fresh install of win10x64, installed fine, when i tried to add the OpenTracker board manager, it fails installation with archive size mismatch error. upon closer inspection, and a look through the logs, i came upon this line:

//
2021-03-23 19:04:20 root ERROR Request repositories failed with error: Git could not be found at the expected path: 'C:\Program Files\Arduino IDE\resources\app\node_modules\dugite-no-gpl\git\cmd\git.exe'. This might be a problem with how the application is packaged, so confirm this folder hasn't been removed when packaging.
2021-03-23 19:04:28 root INFO >>> Starting boards package installation...
2021-03-23 19:04:30 daemon INFO Installing tool [tool: Version: 4.8.3-2014q1 Systems: [OS: i686-mingw32, OS: x86_64-apple-darwin, OS: x86_64-pc-linux-gnu, OS: i686-pc-linux-gnu]]
2021-03-23 19:04:48 daemon INFO Tool installed [tool: Version: 4.8.3-2014q1 Systems: [OS: i686-mingw32, OS: x86_64-apple-darwin, OS: x86_64-pc-linux-gnu, OS: i686-pc-linux-gnu]]
2021-03-23 19:04:48 daemon INFO Installing tool [tool: Version: 1.5-opentracker Systems: [OS: i686-linux-gnu, OS: x86_64-linux-gnu, OS: i686-mingw32, OS: i686-apple-darwin10]]
2021-03-23 19:04:48 daemon WARN Cannot install tool [tool: Version: 1.5-opentracker Systems: [OS: i686-linux-gnu, OS: x86_64-linux-gnu, OS: i686-mingw32, OS: i686-apple-darwin10], error: testing local archive integrity: testing archive size: fetched archive size differs from size specified in index]
2021-03-23 19:04:48 root ERROR Request install failed with error: 2 UNKNOWN: installing tool opentracker:bossac@1.5-opentracker: testing local archive integrity: testing archive size: fetched archive size differs from size specified in index
2021-03-23 19:05:22 root ERROR Request repositories failed with error: Git could not be found at the expected path: 'C:\Program Files\Arduino IDE\resources\app\node_modules\dugite-no-gpl\git\cmd\git.exe'. This might be a problem with how the application is packaged, so confirm this folder hasn't been removed when packaging.
//

upon inspection the folder structure is in tact, until the git folder. so i dont know if thats something you all need to know or what, but i figured i would let you know.

thanks for your work
**update: installed stable arduino ide, and tried to install opentracker to the board manager, and it went through just fine. so i guess it is the beta.

Orflyfisher82:
when i tried to add the OpenTracker board manager, it fails installation with archive size mismatch error.

The error is correct. They have defined the size of bossac-1.5-opentracker-x86_64-w64-mingw32.tar.gz as 218849 bytes in the package index file for opentracker but it's actually 218874.

Please submit a bug report to GitHub - geolink/opentracker-arduino-board: Arduino IDE board manager files for OpenTracker about this error.
Unfortunately, the project doesn't seem so active anymore, but it will still be very valuable to other users who encounter the same thing.

Orflyfisher82:
**update: installed stable arduino ide, and tried to install opentracker to the board manager, and it went through just fine. so i guess it is the beta.

Arduino IDE 2.x is more strict about validation of the Boards Manager installation than the classic Arduino IDE. Now that you have installed it, you can switch back to using it in Arduino IDE 2.x.

Orflyfisher82:
2021-03-23 19:05:22 root ERROR Request repositories failed with error: Git could not be found at the expected path: 'C:\Program Files\Arduino IDE\resources\app\node_modules\dugite-no-gpl\git\cmd\git.exe'. This might be a problem with how the application is packaged, so confirm this folder hasn't been removed when packaging.
//

upon inspection the folder structure is in tact, until the git folder. so i dont know if thats something you all need to know or what, but i figured i would let you know.

This is unrelated to the problem with installing opentracker. Arduino IDE 2.x has some optional advanced Git integration functionality which can only be used if Git is installed and accessible to Arduino IDE 2.x. So you can get these errors about Git if the IDE tries to use that functionality without Git. For example:

But this is completely optional. The standard functionality works perfectly without Git.