Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Hot Topic (More than 8 Replies) error messages after updating Arduino IDE and vmicro (Read 1114 times)
Helmut
Junior Member
**
Offline


Posts: 14
Joined: Oct 3rd, 2024
error messages after updating Arduino IDE and vmicro
Oct 3rd, 2024 at 10:53am
Print Post  
Hello,

yesterday i updated the Arduino IDE (V2.3.3) and also the visual micro extention (2024.926.2200)
Since this updates i cannot compile a project with an ESP8266 D1 mini.

Attached the textfile with the outputs after compiling.

I don´t know why i get this messages and how to solve it.

best regards
Helmut
« Last Edit: Oct 3rd, 2024 at 11:07am by Helmut »  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2728
Joined: Feb 13th, 2019
Re: error messages after updating Arduino IDE and vmicro
Reply #1 - Oct 3rd, 2024 at 12:00pm
Print Post  
Thanks for the report and logfile.

Did you update any board packages or libraries when you updated the Arduino IDE?

Does running Build > Clean Solution, and then building again resolve the issue?
  
Back to top
IP Logged
 
Helmut
Junior Member
**
Offline


Posts: 14
Joined: Oct 3rd, 2024
Re: error messages after updating Arduino IDE and vmicro
Reply #2 - Oct 3rd, 2024 at 12:14pm
Print Post  
Simon@Visual Micro wrote on Oct 3rd, 2024 at 12:00pm:

Did you update any board packages or libraries when you updated the Arduino IDE?

yes
After updating Arduino IDE I got some available updates for board packages and libraries.

Simon@Visual Micro wrote on Oct 3rd, 2024 at 12:00pm:


Does running Build > Clean Solution, and then building again resolve the issue?

How can i select "clean solution"?
Sorry for this question but i don´t have (or see) this item
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2728
Joined: Feb 13th, 2019
Re: error messages after updating Arduino IDE and vmicro
Reply #3 - Oct 3rd, 2024 at 12:17pm
Print Post  
Thanks for confirming the other changes in the update.

The Build menu is shown on the toolbar at the top of Visual Studio, and on that menu there is the Clean Solution item.

Alternatively you can right click on the Solution (very top node) in the Solution Explorer, and then click Clean Solution.
  
Back to top
IP Logged
 
Helmut
Junior Member
**
Offline


Posts: 14
Joined: Oct 3rd, 2024
Re: error messages after updating Arduino IDE and vmicro
Reply #4 - Oct 3rd, 2024 at 12:31pm
Print Post  
Thanks for your help

Simon@Visual Micro wrote on Oct 3rd, 2024 at 12:17pm:

The Build menu is shown on the toolbar at the top of Visual Studio, and on that menu there is the Clean Solution item.

Alternatively you can right click on the Solution (very top node) in the Solution Explorer, and then click Clean Solution.


i found the clean solution item
i tried to find it in the vMicro menu

but it was not the solution for the problem
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2728
Joined: Feb 13th, 2019
Re: error messages after updating Arduino IDE and vmicro
Reply #5 - Oct 3rd, 2024 at 12:39pm
Print Post  
Thanks for confirming.

Would it be possible to ZIP your project and email it to us to investigate further?

You can delete the ".vs" folder before sending to reduce the ZIP size, and we will delete your project from our machines as soon as the issue is resolved.
  
Back to top
IP Logged
 
Helmut
Junior Member
**
Offline


Posts: 14
Joined: Oct 3rd, 2024
Re: error messages after updating Arduino IDE and vmicro
Reply #6 - Oct 3rd, 2024 at 12:46pm
Print Post  
Simon@Visual Micro wrote on Oct 3rd, 2024 at 12:39pm:

Would it be possible to ZIP your project and email it to us to investigate further?

You can delete the ".vs" folder before sending to reduce the ZIP size, and we will delete your project from our machines as soon as the issue is resolved.


Of course
to "sales@visualmicro.com" or to an another Mail-address?

  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2728
Joined: Feb 13th, 2019
Re: error messages after updating Arduino IDE and vmicro
Reply #7 - Oct 3rd, 2024 at 12:58pm
Print Post  
Thanks, yes sales is fine, we will update as soon as we can identify the issue.
  
Back to top
IP Logged
 
Helmut
Junior Member
**
Offline


Posts: 14
Joined: Oct 3rd, 2024
Re: error messages after updating Arduino IDE and vmicro
Reply #8 - Oct 3rd, 2024 at 1:03pm
Print Post  
Simon@Visual Micro wrote on Oct 3rd, 2024 at 12:58pm:
Thanks, yes sales is fine, we will update as soon as we can identify the issue.


you have a mail Smiley
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2728
Joined: Feb 13th, 2019
Re: error messages after updating Arduino IDE and vmicro
Reply #9 - Oct 3rd, 2024 at 2:53pm
Print Post  
We made a minor change to the project and it now compiles.

We have simply moved the Project\Display_Data folder beneath the Project\src folder, and amended the files in the project and the #include in the INO.

Do you know what the previous version of vMicro was you were using?
  
Back to top
IP Logged
 
Helmut
Junior Member
**
Offline


Posts: 14
Joined: Oct 3rd, 2024
Re: error messages after updating Arduino IDE and vmicro
Reply #10 - Oct 3rd, 2024 at 4:32pm
Print Post  
Simon@Visual Micro wrote on Oct 3rd, 2024 at 2:53pm:

Do you know what the previous version of vMicro was you were using?

unfortunatelly no
  
Back to top
 
IP Logged
 
Helmut
Junior Member
**
Offline


Posts: 14
Joined: Oct 3rd, 2024
Re: error messages after updating Arduino IDE and vmicro
Reply #11 - Oct 4th, 2024 at 6:59am
Print Post  
Do you know, why it is neccessary now to move the Display_data folder in the src folder?

This project is approx 1,5 years old and only made with visual studio and in further versions it worked without the src folder
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2728
Joined: Feb 13th, 2019
Re: error messages after updating Arduino IDE and vmicro
Reply #12 - Oct 4th, 2024 at 8:55am
Print Post  
We are investigating what change would have caused this to happen, and as soon as we know we will update.

The Project\src subfolder is the correct way to include code which is not in the project root folder, whilst staying within the Arduino specification:
https://arduino.github.io/arduino-cli/1.0/sketch-specification/#src-subfolder
  
Back to top
IP Logged
 
Helmut
Junior Member
**
Offline


Posts: 14
Joined: Oct 3rd, 2024
Re: error messages after updating Arduino IDE and vmicro
Reply #13 - Oct 4th, 2024 at 10:01am
Print Post  
Simon@Visual Micro wrote on Oct 4th, 2024 at 8:55am:
We are investigating what change would have caused this to happen, and as soon as we know we will update.

The Project\src subfolder is the correct way to include code which is not in the project root folder, whilst staying within the Arduino specification:
https://arduino.github.io/arduino-cli/1.0/sketch-specification/#src-subfolder

ok - thank you for the specifactions
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint