Runtime Error: Invalid Memory Address or Nil Pointer Dereference #989
Labels
os: windows
Specific to Windows operating system
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Milestone
Describe the problem
I encountered a runtime error when trying to install and run the Arduino Cloud Agent. after running Arduino_Cloud_Agent.exe, icon does not appear in the system tray, no error window, just nothing happens. need to enter command in the PowerShell to check for the error.
Below is error output:
To reproduce
Attempt to run the Arduino Cloud Agent using the following command on PowerShell
& "C:\Users\KJH\AppData\Roaming\ArduinoCloudAgent\Arduino_Cloud_Agent.exe" 2>&1 | Out-String -Stream
The error appears immediately upon execution.
Expected behavior
Agent should run
Arduino Create Agent version
ArduinoCloudAgent-1.6.1-windows-amd64
Operating system
Windows
Operating system version
Win11 23H2
Browser
Chrome
Browser version
127.0.6533.100
Additional context
I have tried various versions of the Arduino Cloud Agent, from 1.6.1 to 1.3.9. Before each reinstallation, I deleted the ArduinoCloudAgent and ArduinoCreateAgent folders. The same error occurs across all versions.
The issue occurs with both the amd64 and i386 versions.
I modified the config.ini file setting crashreport = true, but no crash report was generated.
I disabled both the firewall and antivirus software, and I ran the agent with administrator privileges, but same problem happens.
Issue checklist
The text was updated successfully, but these errors were encountered: