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) Publish to server data file option disappear from my micro menu (Read 8284 times)
GusKar
Junior Member
**
Offline


Posts: 22
Joined: Mar 25th, 2017
Publish to server data file option disappear from my micro menu
May 8th, 2017 at 1:27pm
Print Post  
yesterday , i realized that this option disappear from my menu, and don't know how to make it appear back .

im using nodemcu 1 , with micro ide , and this was not a problem in the past

the only thing i changed,( just mention i case there is something  associated ) , is the template on vstudio15 , i now have a dark template instead of the light one .

appreciate your help .
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Publish to server data file option disappear from my micro menu
Reply #1 - May 8th, 2017 at 1:37pm
Print Post  
Hi,

Maybe you were using the trial version of visual micro and the trial has now expired.

The latest release of Visual Micro has this feature in the free version so maybe an upgrade of Visual Micro will sort it out for you.

I can see you have purchased and activated so maybe you updated windows and lost the activation. What does it say in tools>options>visual micro>application features>license key
« Last Edit: May 8th, 2017 at 1:40pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
GusKar
Junior Member
**
Offline


Posts: 22
Joined: Mar 25th, 2017
Re: Publish to server data file option disappear from my micro menu
Reply #2 - May 8th, 2017 at 2:12pm
Print Post  
i have not updated windows, and it says REGISTERED  on that field .
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Publish to server data file option disappear from my micro menu
Reply #3 - May 8th, 2017 at 2:25pm
Print Post  
Great.

So please send a screen shot of the vMicro menu when your project is open for edit.

Thanks
  
Back to top
WWW  
IP Logged
 
GusKar
Junior Member
**
Offline


Posts: 22
Joined: Mar 25th, 2017
Re: Publish to server data file option disappear from my micro menu
Reply #4 - May 8th, 2017 at 2:31pm
Print Post  
tim, this is what i did , 
reenter the license 
close vmicro
open it again, and now the menu is back to normal, 
will test , and to confirm is all working

thanks , for your fast response 
is good to know you are there to backup us as users, 
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Publish to server data file option disappear from my micro menu
Reply #5 - May 8th, 2017 at 2:35pm
Print Post  
Thanks for the update. That's strange. 

Is it possible the solution node or some unrelated file was open in the ide previously? Were you able to build?

Thanks
  
Back to top
WWW  
IP Logged
 
GusKar
Junior Member
**
Offline


Posts: 22
Joined: Mar 25th, 2017
Re: Publish to server data file option disappear from my micro menu
Reply #6 - May 8th, 2017 at 5:34pm
Print Post  
still some problems

i get this message when  trying to upload
SPIFFS Error*: esptool not found!

and it seams the source, is the same that already happens in the past , it can't find a file ..
i remember already fixing this problem , needs to remember what i did then ..

this is the message when  building
« Last Edit: May 8th, 2017 at 5:41pm by Tim@Visual Micro »  
Back to top
 
IP Logged
 
GusKar
Junior Member
**
Offline


Posts: 22
Joined: Mar 25th, 2017
Re: Publish to server data file option disappear from my micro menu
Reply #7 - May 8th, 2017 at 5:35pm
Print Post  
it was truncated:

Code
Select All
Process: "{runtime.tools.esptool.path}\esptool.exe" -eo /bootloaders/eboot/eboot.elf" -bo cuv2\Release/Funky_Control8266-jqm.ino.bin" -bm dio -bf 40 -bz 4M -bs .text -bp 4096 -ec -eo cuv2\Release/Funky_Control8266-jqm.ino.elf" -bs .irom0.text -bs .text -bs .data -bs .rodata -bc -ec
El sistema no puede encontrar el archivo especificado
 

« Last Edit: May 8th, 2017 at 5:41pm by Tim@Visual Micro »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Publish to server data file option disappear from my micro menu
Reply #8 - May 8th, 2017 at 5:39pm
Print Post  
The error suggests that the esp tool could not be discovered below C:\Users\gnkarn\AppData\Local\arduino15\packages\esp8266\tools

Please switch on verbose and show build properties

Then click rebuild and email the output as a .txt file

Thanks


the error is as follows. Anything in {brackets} can't be resolved

Process: "{runtime.tools.esptool.path}\esptool.exe"
« Last Edit: May 8th, 2017 at 5:40pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Publish to server data file option disappear from my micro menu
Reply #9 - May 8th, 2017 at 6:38pm
Print Post  
Thanks for the email.

It's failing to discover the tools you have installed. It must be hitting an exception when looking for the tools because there are 4 found when there should be more depending on what you have installed.

I will look at producing some better messages or ignoring errors so you don't get this problem. 

Please open the micro explorer > board manager and press rescan. Does that fix it?

If it doesn't fix it then rename C:\Users\gnkarn\AppData\Local\arduino15\packages and then click rescan or restart the ide. Renaming the folder will allow you to reinstall the packages such as esp8266 then click recan or restart the ide. 

Have you added or removed any packages with any board manager recently?

Thanks
  
Back to top
WWW  
IP Logged
 
GusKar
Junior Member
**
Offline


Posts: 22
Joined: Mar 25th, 2017
Re: Publish to server data file option disappear from my micro menu
Reply #10 - May 8th, 2017 at 6:51pm
Print Post  
yes, after resting the folder and rescaning
it now  compiles fine, 
will try to upload data , now

tis
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Publish to server data file option disappear from my micro menu
Reply #11 - May 8th, 2017 at 7:00pm
Print Post  
Okay, I think the definitions had been cleared. If you open the board manager in the arduino it can do that.
  
Back to top
WWW  
IP Logged
 
GusKar
Junior Member
**
Offline


Posts: 22
Joined: Mar 25th, 2017
Re: Publish to server data file option disappear from my micro menu
Reply #12 - May 8th, 2017 at 7:13pm
Print Post  
when uploading i get this error

error: unknown board: nodemcu
known boards are: none ck wifio 
warning: espcomm_sync failed
error: espcomm_open failed
SPIFFS Upload failed!
  
Back to top
 
IP Logged
 
GusKar
Junior Member
**
Offline


Posts: 22
Joined: Mar 25th, 2017
Re: Publish to server data file option disappear from my micro menu
Reply #13 - May 8th, 2017 at 7:14pm
Print Post  
i tried again, and now it works , it is some issue with comm port ,
is not showing the OTA , ip address , so i use now com3

problem solved , for now
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Publish to server data file option disappear from my micro menu
Reply #14 - May 8th, 2017 at 7:15pm
Print Post  
When you get errors it's best to switch on vmicro>compiler>verbose and "show build properties". Then try the operation and then copy the output into a new text file.

Attach the text file to a post or email it. The output shows what settings you have selected, there are quite a few for the esp boards where as other boards are simpler.

  
Back to top
WWW  
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Publish to server data file option disappear from my micro menu
Reply #15 - May 8th, 2017 at 7:19pm
Print Post  
OTA ip address only appears if apple bonjour is installed. bonjour can be weak sometimes

The OTA ip will also only show if you have OTA configured in your code.

You don't need the IP address in the ports list and don't need apple bonjour. 

You can create a local board.txt in the project folder and add network logon info such as network.port=8266. You can then manually enter the IP address in the visual micro "port list" box.

Checkout the esp8266 guide on visualmicro.com for more info.

http://www.visualmicro.com/page/esp8266.aspx
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint