Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Unsupported or unrecognized format
Unsupported or unrecognized format [message #405836] Tue, 06 January 2004 08:30
Eclipse UserFriend
Originally posted by: angeles_sorano.yahoo.com.ar

Hello,

I've finished my own plugin (two plugins: core and ui).
Plugin has and especific editor, two views, and outline view....
And now i'm testing it and I have the following .log error:

!SESSION Jan 06, 2004 10:02:59.680
---------------------------------------------
java.version=1.4.0_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -pdelaunch -dev bin -feature org.eclipse.platform
-data C:\eclipse\runtime-workspace -os win32 -ws win32 -arch x86 -nl en_US
-configuration
file:C:/eclipse/workspace/.metadata/.plugins/org.eclipse.pde .core/C__eclipse_runtime-workspace/platform.cfg
-install file:C:/eclipse/
!ENTRY org.eclipse.ui 4 4 Jan 06, 2004 10:02:59.700
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jan 06, 2004 10:02:59.730
!MESSAGE Unsupported or unrecognized format
!STACK 0
org.eclipse.swt.SWTException: Unsupported or unrecognized format
at org.eclipse.swt.SWT.error(SWT.java:2332)
at org.eclipse.swt.SWT.error(SWT.java:2262)
at org.eclipse.swt.internal.image.FileFormat.load(FileFormat.ja va:73)
at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:1 24)
at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:311)
at
org.eclipse.jface.resource.URLImageDescriptor.getImageData(U RLImageDescriptor.java:51)
at
org.eclipse.jface.resource.ImageDescriptor.createImage(Image Descriptor.java:118)
at
org.eclipse.jface.resource.ImageDescriptor.createImage(Image Descriptor.java:94)
at
org.eclipse.jface.resource.ImageDescriptor.createImage(Image Descriptor.java:83)
at
org.eclipse.jface.action.ActionContributionItem$ImageCache.g etImage(ActionContributionItem.java:117)
at
org.eclipse.jface.action.ActionContributionItem.updateImages (ActionContributionItem.java:721)
at
org.eclipse.jface.action.ActionContributionItem.update(Actio nContributionItem.java:596)
at
org.eclipse.jface.action.ActionContributionItem.fill(ActionC ontributionItem.java:302)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java :555)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java :456)
at org.eclipse.jface.action.MenuManager.fill(MenuManager.java:2 09)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java :555)
at
org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuM anager.java:337)
at org.eclipse.jface.action.MenuManager.access$0(MenuManager.ja va:333)
at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager .java:345)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:116)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:845)
at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.jav a:3147)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2791 )
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.j ava:1229)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361 )
at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method)
at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:218)
at org.eclipse.swt.widgets.Display.runPopups(Display.java:1863)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1538)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)

If you need something else to check out, please ask me for it.

Regards,
Angeles Sorano
mailto: soranom@ar.ibm.com
Previous Topic:Developing Swing Based Components using Eclipse
Next Topic:how to show a window before launching workbench (RCP)
Goto Forum:
  


Current Time: Wed Sep 24 15:47:40 EDT 2025

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

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

Back to the top