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
Normal Topic Compilation fails due to special characters in path (Read 3075 times)
Balázs
Newbies
*
Offline


Posts: 9
Joined: Mar 28th, 2021
Compilation fails due to special characters in path
Mar 28th, 2021 at 8:10pm
Print Post  
Hello !

I'm new here. I've been happily using VMicro for my ESP8266 projects; but I recently bought an ESP32 and it seems the compiler has issues with the path:
(sorry for the Hungarian language; the problematic part is in bold):

"Compiling debug version of 'ESP32_WiFi' for 'ESP32 Wrover Module'
   A rendszer nem tal lja a megadott el‚r‚si utat
C:\Program Files (x86)\Arduino\java\bin>if exist "C:\mounted\VMicro\ESP32_WiFi\ESP32_WiFi\partitions.csv" copy /y "C:\mounted\VMicro\ESP32_WiFi\ESP32_WiFi\partitions.csv" "C:\Users\Balázs\v" 
        0 file(s) copied.
"

I think the compiler should use the path as:
"C:\Users\Balázs\AppData\Local\Temp\VMBuilds\ESP32_WiFi\espressif_esp32wrover\Debug\"

Seems to be an encoding problem... But how can I fix it?
Any help is appreciated Smiley

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


Posts: 2174
Joined: Feb 13th, 2019
Re: Compilation fails due to special characters in path
Reply #1 - Mar 29th, 2021 at 11:37pm
Print Post  
Thanks for the report.

We can now replicate this in our development environment and we will update when a fix is available.
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2174
Joined: Feb 13th, 2019
Re: Compilation fails due to special characters in path
Reply #2 - Mar 30th, 2021 at 6:30pm
Print Post  
Pleas try upgrading to the latest release (21.01.06.13) from the top of the below board:
https://www.visualmicro.com/forums/YaBB.pl?num=1617129007/0#0
  
Back to top
 
IP Logged
 
Balázs
Newbies
*
Offline


Posts: 9
Joined: Mar 28th, 2021
Re: Compilation fails due to special characters in path
Reply #3 - Apr 1st, 2021 at 8:38pm
Print Post  
Many thanks!! Now it works! 

However... I got another strange message:

"...
gen_esp32part.py*:507: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
Program size: 261 854 bytes (used 20% of a 1 310 720 byte maximum) (7,05 secs)
Minimum Memory Usage: 13580 bytes (4% of a 327680 byte maximum)"

It doesn't affect the result (the app is running anyways), but might cause (?) problems later...
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2174
Joined: Feb 13th, 2019
Re: Compilation fails due to special characters in path
Reply #4 - Apr 6th, 2021 at 12:44pm
Print Post  
Thanks for the update, we are investigating this error and we will update when there is a fixed version of Visual Micro available.
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2174
Joined: Feb 13th, 2019
Re: Compilation fails due to special characters in path
Reply #5 - Apr 6th, 2021 at 3:39pm
Print Post  
We have released an update with the fix for this final error in, (21.01.06.14), which is available at the top of the below board:
https://www.visualmicro.com/forums/YaBB.pl?board=VS_ARDUINO_EXT_RELEASES
  
Back to top
 
IP Logged
 
Balázs
Newbies
*
Offline


Posts: 9
Joined: Mar 28th, 2021
Re: Compilation fails due to special characters in path
Reply #6 - Apr 12th, 2021 at 7:28pm
Print Post  
It works, no more warnings or errors at compilation. Many thanks!
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2174
Joined: Feb 13th, 2019
Re: Compilation fails due to special characters in path
Reply #7 - Apr 13th, 2021 at 8:25am
Print Post  
Thanks for confirming, and glad we could resolve the issue with your help.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint