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) Unable to start program (Read 10220 times)
DaDoo
Newbies
*
Offline


Posts: 6
Joined: Apr 28th, 2015
Unable to start program
Apr 28th, 2015 at 3:38pm
Print Post  
Hi everybody!
I'm new on this fantastic softwre Visual Micro!
I tried to start a project from Visual Studio 2013 Ultimate but I retrive this error:
"Unable to start program
D:\Sources\MySample\MySample.exe
Impossible find the specified file"
What's wrong???
Thanx

DaDoo
« Last Edit: Apr 28th, 2015 at 8:50pm by DaDoo »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Unablee to start program
Reply #1 - Apr 28th, 2015 at 4:17pm
Print Post  
Hi,

Thanks for the post.

Please build your project and post the output

Thank you.
  
Back to top
WWW  
IP Logged
 
DaDoo
Newbies
*
Offline


Posts: 6
Joined: Apr 28th, 2015
Re: Unablee to start program
Reply #2 - Apr 28th, 2015 at 4:26pm
Print Post  
Tim@Visual Micro wrote on Apr 28th, 2015 at 4:17pm:
Hi,

Thanks for the post.

Please build your project and post the output

Thank you.


What I wrote before is the Messagebox output after "Local Windows Debugger" button press. The same thing in Debug and Release. 

This is the screenshot.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Unablee to start program
Reply #3 - Apr 28th, 2015 at 5:08pm
Print Post  
Hi,

1)
Please do not click the start button. Please use the menu to click "Build>Build Solution". This will build and an output tool window at the bottom of the screen will give you interesting information. This is the output I requested.

2)
However in your last example I see you have not adhered to a few rules that apply to all Arduino sketch projects. The name of the project and [master].ino and the folder that contains them must be the same. The arduino ide will only recognise a sketch if the it contains a .ino file in a folder of the same name.

As you are a new user I suggest using Visual Micro to create projects for you. Visual Micro ensures the rules are applied and makes your life easier. 
http://www.visualmicro.com/page/User-Guide.aspx?doc=Your-First-Project.html


Thanks
« Last Edit: Apr 28th, 2015 at 5:08pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
DaDoo
Newbies
*
Offline


Posts: 6
Joined: Apr 28th, 2015
Re: Unablee to start program
Reply #4 - Apr 28th, 2015 at 5:26pm
Print Post  
Thanx for answer.
It worked for few time, but after certain period it didn't work.
As your request, this is the output and the screenshot of the entire environment. The project was created from Visual Micro and not imported from Arduino. 


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


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Unablee to start program
Reply #5 - Apr 28th, 2015 at 8:25pm
Print Post  
Thanks for the info.

In your picture you can see the combo box with the word "Output". Please switch to "Micro Output" after the problem and post the textual contents of the Micro Output

Thanks
  
Back to top
WWW  
IP Logged
 
DaDoo
Newbies
*
Offline


Posts: 6
Joined: Apr 28th, 2015
Re: Unablee to start program
Reply #6 - Apr 28th, 2015 at 8:29pm
Print Post  
Tim@Visual Micro wrote on Apr 28th, 2015 at 8:25pm:
Thanks for the info.

In your picture you can see the combo box with the word "Output". Please switch to "Micro Output" after the problem and post the textual contents of the Micro Output

Thanks


There is no "Micro Output"...  Shocked
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Unablee to start program
Reply #7 - Apr 28th, 2015 at 8:32pm
Print Post  
Sorry I meant the "Show output from: Build" combo box and the "Micro Build" output. If there is no Micro Build entry please post a screen shot of the Build combo box dropped down.

Thanks
« Last Edit: Apr 28th, 2015 at 8:33pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
DaDoo
Newbies
*
Offline


Posts: 6
Joined: Apr 28th, 2015
Re: Unablee to start program
Reply #8 - Apr 28th, 2015 at 8:41pm
Print Post  
Tim@Visual Micro wrote on Apr 28th, 2015 at 8:32pm:
Sorry I meant the "Show output from: Build" combo box and the "Micro Build" output. If there is no Micro Build entry please post a screen shot of the Build combo box dropped down.

Thanks


Thanx for answer.
This is the screenshot, but in the "Micro system trace" there are no informations


Where is "Micro build" output?
« Last Edit: Apr 28th, 2015 at 8:42pm by DaDoo »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Unable to start program
Reply #9 - Apr 28th, 2015 at 9:12pm
Print Post  
I can see that Visual Micro is not trying to manage the project. I also reviewed again your screen image of your Ide.

I said earlier that the project name, sketch.ino and folder name all have to have the same name but I see that your project name is DominaTClientCommunicator with DominaClientCommunicator.ino

I guess you renamed the project at some point but we need to correct this issue before you can use any Visual Micro features.

What is the name of the folder the sketch is in? Based on your answer I will tell you the cleanest and easiest way to solve the issue.

Thanks
« Last Edit: Apr 28th, 2015 at 9:12pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
DaDoo
Newbies
*
Offline


Posts: 6
Joined: Apr 28th, 2015
Re: Unable to start program
Reply #10 - Apr 28th, 2015 at 9:16pm
Print Post  
I can't belive it! I did not notice the damn "T"...
Sorry for this post but I did't see that.
With correct names now works.
Sorry again and thanx
D.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Unable to start program
Reply #11 - Apr 28th, 2015 at 9:19pm
Print Post  
Great thanks for letting me know
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint