-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Eclipse embedded v2024-12 starter.exe problem on Win10 #621
Comments
Thank you @vladi552 for your bug report. Is this issue specific to 2024-12? Could you try the same sequence of steps with 2024-09 or earlier? |
This is probably strictly a CDT problem, rather than embedded CDT.
Besides the window appearing, is there any other behaviour issues you see? Which version of Windows 10 are you using (I see IoT LTSC in your report, but no version number). Do you know if you have any special security policies in place on the enterprise machine, such as preventing CDT from creating hidden windows?
I was going to ask something similar, is this a regression you have observed from any previous version? |
Windows version: 21H2 19044.5247
Ok. Need a bit of time... I report it later.
No. At the moment all other behaviours is OK in 2024-12. |
That is the most recent build of Windows 10, released in Dec 2024. I haven't seen a report like this before and wonder if there has been a regression on Windows side. I don't have easy access to Windows 10, but I will try to update my Windows 11 test machine to the December build (26100.2605) to see if that exposes the issue.
I would be very surprised if 2024-09 makes any difference as the version of CDT is the same in that version. Have you been using Embedded CDT for long, or are you a new user. If you have been using Embedded CDT for a while on this Windows Enterprise machine, have you ever seen this starter.exe before? i.e. is this a regression in behaviour, or new to you behaviour? |
2012-09 have the same starter.exe problem. Clear install, clear workspace, I just import my project into workspace and compile... |
Does the |
At the moment my investigation result: starter.exe does not appears with the AVR projects. Trying futher... |
Thanks @vladi552 - that is some great input. Can you explain what the two links are, like how I reproduce their content? Did you compile these yourself, or download them from somewhere? |
I have reproduced the problem on my computer. Once I figure out more I will post additional details. |
:-( this is weird. It is something to do with combinations of tools, but not sure exactly what. If I create a Makefile in a plain makefile project with these contents:
(the ping is to simulate sleep) If I delete the commented out line, I don't get the starter window. This is using make |
This is an annoying issue, but as it is primarily cosmetic it is lower down on my todo list. If you observe any errors as a result of this I can raise the priority. |
Description
When I compile STM32 project and compilation time is more then approx 5sec, the unwanted starter.exe window appears on the screen and automatically closed when compilation is finished.
Steps to Reproduce
Not needed any special, just create STM32 project where compilation time is to long.
Expected behaviour: [What you expected to happen]
This starter.exe window not needed to appear.
Actual behaviour: [What actually happened]
The starter.exe window cannot be avoided in display (resize not possible, pozition also rized...)
Versions
Win10 IoT LTSC, Eclipse 2024-12
[plug-in version]: org.eclipse.cdt.core.win32.x86_64_11.6.1.202407022008
The text was updated successfully, but these errors were encountered: