Hi @campari45 and @ricardo1,
Please try running odrive using this command from a command prompt. You can open up a command prompt by clicking on the Windows icon in the taskbar, typing “cmd”, and then clicking on “Command Prompt”.
Once the command prompt is open, copy and paste the following command in (all one line) and hit enter. This will run the main odrive application and hopefully spit out some useful information. Please wait until the process closes and then copy and paste the output or take a screenshot of the command prompt window and post it here:
powershell -command "&{$bin=$(ls \"$HOME\.odrive\bin\" | sort Name -desc | select -f 1).FullName; Start-Process \"$($bin)\odriveapp.exe\";}"
This will directly run the odrive main executable, rather than using the launcher.
Thanks!
