Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » RCP App freezes in Windows while showing splash-screen
RCP App freezes in Windows while showing splash-screen [message #1786486] Fri, 04 May 2018 09:38
Klaus Reger is currently offline Klaus RegerFriend
Messages: 13
Registered: December 2016
Junior Member
My tycho built RCP application freezes, when starting up in Windows. Under Linux everything works ok.

So I started a debugger and paused the application. It gets stopped at this place:

org.eclipse.swt.internal.win32.OS.SetWindowLongW(long, int, int) line: not available [native method]	
org.eclipse.swt.internal.win32.OS.SetWindowLong(long, int, int) line: 3459	
org.eclipse.swt.widgets.Shell.createHandle() line: 622	
org.eclipse.swt.widgets.Shell(org.eclipse.swt.widgets.Control).createWidget() line: 758	
org.eclipse.swt.widgets.Shell(org.eclipse.swt.widgets.Scrollable).createWidget() line: 151	
org.eclipse.swt.widgets.Shell(org.eclipse.swt.widgets.Decorations).createWidget() line: 438	
org.eclipse.swt.widgets.Shell.<init>(org.eclipse.swt.widgets.Display, org.eclipse.swt.widgets.Shell, int, long, boolean) line: 300	
org.eclipse.swt.widgets.Shell.internal_new(org.eclipse.swt.widgets.Display, long) line: 423	
sun.reflect.NativeMethodAccessorImpl.invoke0(java.lang.reflect.Method, java.lang.Object, java.lang.Object[]) line: not available [native method]	
sun.reflect.NativeMethodAccessorImpl.invoke(java.lang.Object, java.lang.Object[]) line: not available	
sun.reflect.DelegatingMethodAccessorImpl.invoke(java.lang.Object, java.lang.Object[]) line: not available	
java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object...) line: not available	
org.eclipse.ui.internal.WorkbenchPlugin.getSplashShell(org.eclipse.swt.widgets.Display) line: 1257	
org.eclipse.ui.internal.Workbench$6.run() line: 839	
org.eclipse.core.runtime.SafeRunner.run(org.eclipse.core.runtime.ISafeRunnable) line: 42	
org.eclipse.ui.internal.Workbench.createSplashWrapper() line: 894	
org.eclipse.ui.internal.Workbench.access$6(org.eclipse.ui.internal.Workbench) line: 816	
org.eclipse.ui.internal.Workbench$5.run() line: 662	
org.eclipse.core.databinding.observable.Realm.runWithDefault(org.eclipse.core.databinding.observable.Realm, java.lang.Runnable) line: 336	
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(org.eclipse.swt.widgets.Display, org.eclipse.ui.application.WorkbenchAdvisor) line: 610	
org.eclipse.ui.PlatformUI.createAndRunWorkbench(org.eclipse.swt.widgets.Display, org.eclipse.ui.application.WorkbenchAdvisor) line: 148	
de.patronas.tradedirector.client.rcp.core.app.Application.lockAndRunWorkbench(org.eclipse.swt.widgets.Display) line: 98	
de.patronas.tradedirector.client.rcp.core.app.Application.start(org.eclipse.equinox.app.IApplicationContext) line: 59	
org.eclipse.equinox.internal.app.EclipseAppHandle.run(java.lang.Object) line: 196	
org.eclipse.equinox.internal.app.AnyThreadAppLauncher.run() line: 26	
java.lang.Thread.run() line: not available	


Any ideas, how to fix this problems?

Thanks in advance, Klaus

[Updated on: Fri, 04 May 2018 09:41]

Report message to a moderator

Previous Topic:How to programmatically add menus to the main menu bar?
Next Topic:target platform error in mac
Goto Forum:
  


Current Time: Wed Apr 24 14:12:39 GMT 2024

Powered by FUDForum. Page generated in 0.02996 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top