Created attachment 37807 [details] Hide splash screen when displaying an error messae When JMeter is started with an invalid test plan in a graphical environment, it will display the error message behind the splash screen. Further the splash screen will not be closed until the user acknowledges the error message (which is hard to read). An easy solution would be to hide the splash screen before the error message is displayed. (easy as long as the error is displayed by the JMeter class itself.
@Tong Sun, could you test the next nightly or build from trunk and report back, if it fixes your problem? commit a75fc427de8ce6ce80d3f39e955dda9c68d01483 Author: Felix Schumacher <felix.schumacher@internetallee.de> AuthorDate: Sat Apr 10 19:59:54 2021 +0200 Hide splash screen when an error is displayed When the test plan could not be parsed on startup, the splash screen would hide it. So close it. Bugzilla Id: 65232 --- src/core/src/main/java/org/apache/jmeter/JMeter.java | 2 ++ xdocs/changes.xml | 1 + 2 files changed, 3 insertions(+)
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5519