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 [2]  Send TopicPrint
Very Hot Topic (More than 25 Replies) vMicro 1911.17 AVRStudio Extension - troubles with empty OUTPUT win! and need START TRIAL PERIOD! (Read 3242 times)
peryss
Junior Member
**
Offline


Posts: 32
Joined: Aug 30th, 2019
Re: vMicro 1911.17 AVRStudio Extension - troubles with empty OUTPUT win! and need START TRIAL PERIOD!
Reply #20 - Nov 30th, 2019 at 4:54pm
Print Post  
pressing the Build menu item - it only gets OutputWin to focus (going yellow fame) - but NOTHING MORE happens at all.
(sorry for full ScreenShot gives both used PC monitors..)
« Last Edit: Nov 30th, 2019 at 4:55pm by peryss »  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
peryss
Junior Member
**
Offline


Posts: 32
Joined: Aug 30th, 2019
Re: vMicro 1911.17 AVRStudio Extension - troubles with empty OUTPUT win! and need START TRIAL PERIOD!
Reply #21 - Nov 30th, 2019 at 4:56pm
Print Post  
So my next activity here will come later - one/two hours - I am going from my office to home
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: vMicro 1911.17 AVRStudio Extension - troubles with empty OUTPUT win! and need START TRIAL PERIOD!
Reply #22 - Nov 30th, 2019 at 4:58pm
Print Post  
our messages crossed

When BAD, does "debug>start without debugging" work? ctrl_alt_f5 ??

There is a new gallery update for atmel studio 7 waiting to be published. It simply adds a better "startup message" about the atmel general to be ignored. 

1911.23
https://www.visualmicro.com/forums/YaBB.pl?num=1574535532
« Last Edit: Nov 30th, 2019 at 5:21pm by Tim@Visual Micro »  
Back to top
IP Logged
 
peryss
Junior Member
**
Offline


Posts: 32
Joined: Aug 30th, 2019
Re: vMicro 1911.17 AVRStudio Extension - troubles with empty OUTPUT win! and need START TRIAL PERIOD!
Reply #23 - Nov 30th, 2019 at 6:11pm
Print Post  
here again...
NO, this command from AS menu (Ctrl_Alt_F5) does nothing (with project loaded). No activity, only OutputWin goes to focus (yellow). looks the same like "usual" vMicro debug/build.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: vMicro 1911.17 AVRStudio Extension - troubles with empty OUTPUT win! and need START TRIAL PERIOD!
Reply #24 - Nov 30th, 2019 at 6:32pm
Print Post  
Strange I can't reproduce it.

Please zip your solution and project folder and email to the address in yellow above

Thanks
  
Back to top
IP Logged
 
peryss
Junior Member
**
Offline


Posts: 32
Joined: Aug 30th, 2019
Re: vMicro 1911.17 AVRStudio Extension - troubles with empty OUTPUT win! and need START TRIAL PERIOD!
Reply #25 - Nov 30th, 2019 at 6:55pm
Print Post  
mail sent.
Thank you for your support.
Jiri
« Last Edit: Nov 30th, 2019 at 6:59pm by peryss »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: vMicro 1911.17 AVRStudio Extension - troubles with empty OUTPUT win! and need START TRIAL PERIOD!
Reply #26 - Nov 30th, 2019 at 7:05pm
Print Post  
Thanks, it possible atmel studio is preventing visual micro from working because you have some invalid files in the project folder.

Pleaee remove the following files from the project folder:-

1) Important

This is the one I suspect causing the problem. Normally Visual Micro prompts you to delete invalid atmel files when the project is created. This atmel file does not make sense for this type of project and will cause many errors.

  vMicro_DualGen_AD.compnentinfo.xml

2) These files will cause a lot of confusion but not the issue you have reported

Keep in mind that the arduino ide will compile all files in the project folder, that is the default setting for visual micro. Therefore all the .ino files will be combined together, even the _ and __ backup files.

   vMicro_DualGen_AD_.ino
   vMicro_DualGen_AD__.ino



  
Back to top
IP Logged
 
peryss
Junior Member
**
Offline


Posts: 32
Joined: Aug 30th, 2019
Re: vMicro 1911.17 AVRStudio Extension - troubles with empty OUTPUT win! and need START TRIAL PERIOD!
Reply #27 - Nov 30th, 2019 at 8:33pm
Print Post  
I tested your tips -

- when I deleted "vMicro_DualGen_AD.compnentinfo.xml" the AS has started to "BAD" state and after its closing it generate new  "vMicro_DualGen_AD.compnentinfo.xml" to the folder.
- next AS start was to "OK" state

- when was deleted my back-ups and xml file as well, it behaves the same as above, both cases arisen.

... it seems that this is not causing mentioned issue.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: vMicro 1911.17 AVRStudio Extension - troubles with empty OUTPUT win! and need START TRIAL PERIOD!
Reply #28 - Nov 30th, 2019 at 8:55pm
Print Post  
Thanks, yes the backups will only cause confusion later on but are unlrelated to this iussue.

I agree the xml file is recreated, I just tried it and it doesn't cause an issue.

You don't appear to have any other extensions installed so it's difficult to know what is happening. The fact that the standard atmel studio Debug>Start command fail is very strange because we can not stop them from happening.

1)
Your atmel studio ide appears quite up to date but there are a few minor updates they have made to the ide. I would be surprised if it makes a difference but running "Help>Check for updates" might be worth a try.

2)
Can I see screen shot of vMicro>General menu
  
Back to top
IP Logged
 
peryss
Junior Member
**
Offline


Posts: 32
Joined: Aug 30th, 2019
Re: vMicro 1911.17 AVRStudio Extension - troubles with empty OUTPUT win! and need START TRIAL PERIOD!
Reply #29 - Nov 30th, 2019 at 9:18pm
Print Post  
yes, all sw packages are updated recently with updating vMicro.
screenshot of vMic>General as enclosed
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
peryss
Junior Member
**
Offline


Posts: 32
Joined: Aug 30th, 2019
Re: vMicro 1911.17 AVRStudio Extension - troubles with empty OUTPUT win! and need START TRIAL PERIOD!
Reply #30 - Nov 30th, 2019 at 9:23pm
Print Post  
General>Options
  

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


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: vMicro 1911.17 AVRStudio Extension - troubles with empty OUTPUT win! and need START TRIAL PERIOD!
Reply #31 - Nov 30th, 2019 at 9:29pm
Print Post  
I just need to see the vMicro>general menu, not the options

Also please update atmel studio as requested. There are updates.
  
Back to top
IP Logged
 
peryss
Junior Member
**
Offline


Posts: 32
Joined: Aug 30th, 2019
Re: vMicro 1911.17 AVRStudio Extension - troubles with empty OUTPUT win! and need START TRIAL PERIOD!
Reply #32 - Dec 1st, 2019 at 8:40am
Print Post  
MOrning,
vMicro>General menu is seen just above Options.
AS is updated and now first attempts to start seem good. I will let you know during a day how it behaves.

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


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: vMicro 1911.17 AVRStudio Extension - troubles with empty OUTPUT win! and need START TRIAL PERIOD!
Reply #33 - Dec 1st, 2019 at 3:24pm
Print Post  
oh yes thanks I see the vMicro>General menu. 

Hopefully the Atmel update fixes the issue you were having. It's the only solution I could think of but there is nothing in our release that is atmel studio 7 version dependant. Smiley
« Last Edit: Dec 1st, 2019 at 3:26pm by Tim@Visual Micro »  
Back to top
IP Logged
 
peryss
Junior Member
**
Offline


Posts: 32
Joined: Aug 30th, 2019
Re: vMicro 1911.17 AVRStudio Extension - troubles with empty OUTPUT win! and need START TRIAL PERIOD!
Reply #34 - Dec 1st, 2019 at 3:59pm
Print Post  
Yes, with this latest update of AS7 it behaves OK Smiley
Thank you for your support.
Jiri
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: vMicro 1911.17 AVRStudio Extension - troubles with empty OUTPUT win! and need START TRIAL PERIOD!
Reply #35 - Dec 3rd, 2019 at 9:20pm
Print Post  
This Topic was moved here from Installation & Troubleshooting [move by] Visual Micro.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1 [2] 
Send TopicPrint