-
Notifications
You must be signed in to change notification settings - Fork 132
Windows: sh.exe and or bash in the path can get the plugin stuck at the splash screen #415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Try to start with -clean On Apr 5, 2016, 21:26, at 21:26, funth1ngs [email protected] wrote:
|
Hi Wim, I already tried that, it didn't help. |
Win10 64bit is the os I currently work most with and I have never seen something like that. |
Nope, I used 7-Zip for extraction, everything worked fine... |
Some things to try. How long did you wait? |
at least 15mins
same behavior
C:\Users\Heiko\Arduino\eclipseArduino
Nope
No proxy connection
|
If you do more stacktraces, at 1 minute intervals. Does it seem to move in the main thread?: "main" #1 prio=6 os_prio=0 tid=0x000000000270e000 nid=0x560 in Object.wait() [0x000000000013e000] |
I had it still running, and it showed the same output. Doing the traces in the intervall also shows the same. |
Here is where it is stuck. If you run this on the commandline what do you get? c:> sh --version |
It doesn't shows a version information:
|
What does it do when you use "where sh" |
|
You will need to get this one out of your path as sh in the path is causing problems. |
Right. Your version of sh just does not return. I don't think we should assume that sh --version returns something useful. In fact, it is very dangerous just executing some random program with the name "sh" on the path. I think we should change our strategy here. |
I agree where is better. Though I don't know which windows versions support it |
Not found... I removed the line from PATH, it's starting now! |
The answer of says that it is ancient. |
Glad to help @funth1ngs. Consider a donation. |
As to my web loggings 2949 hits in January 2016 from XP :-( |
Microsoft stopped supporting XP 5 years ago and you want to continue supporting it? |
I am only interested in reducing time needed to support the plugin. I see there are still lots of people who use it. So the question is what will happen when we call "where sh" in xp or can we test "os==xp". |
Why not use http://stackoverflow.com/a/304441 |
@funth1ngs As @wimjongman implies simply using where and knowing this won't work in xp is probably the best way to go. |
Nice. On Apr 6, 2016, 00:59, at 00:59, funth1ngs [email protected] wrote:
|
@funth1ngs |
I get this message at startup:
After I hit OK, it's starting. Cheers, |
@funth1ngs |
Hi,
when I start V3 with eclipseArduinoIDE.exe (stable and nightly) i'm stuck at the splash screen after selecting the worskpace folder. The workspace/.metadata folder is created, but there is no .log file:
With "eclipsec.exe -consoleLog -debug" I get the following (I'm also stuck at the spalsh screen):
The text was updated successfully, but these errors were encountered: