"org.eclipse.gef3d.examples.graph" 3D Editor Error [message #638813] |
Fri, 12 November 2010 11:17  |
Eclipse User |
|
|
|
Hi All,
I am very new to GEF 3D.
I am trying to work with "org.eclipse.gef3d.examples.graph" Example.
This works perfectly fine with 2D Editor. But when I open using 3D Editor I am encountering following error,
Nov 3, 2010 11:55:54 AM org.eclipse.draw3d.DeferredUpdateManager3D repairDamage
WARNING: repairDamage called, but canvas is null. Hint: call LightweightSystem.setControl(..)
Configuration are as follows:
Graphics Card: NVIDIA Quadro NVS 290
Eclipse Version 3.5.2
GEF 3D plug-ins downloaded (Latest from Trunk)
org.eclipse.draw3d.lwjgl: version 2.2.1
org.eclipse.draw3d
org.eclipse.draw3d.geometry
org.eclipse.draw3d.graphics3d
org.eclipse.draw3d.ui
org.eclipse.gef3d
org.eclipse.gef3d.examples.graph
org.eclipse.gef3d.ext
org.eclipse.gef3d.source
org.eclipse.gef3d.updatesite
Any help is most appreciated.
Many thanks in advance.
Regards,
Vinutha M.R
|
|
|
Re: "org.eclipse.gef3d.examples.graph" 3D Editor Error [message #639005 is a reply to message #638813] |
Sun, 14 November 2010 10:30   |
Eclipse User |
|
|
|
On 12.11.10 17:17, Shalu wrote:
[...]
> org.eclipse.draw3d.DeferredUpdateManager3D repairDamage
> WARNING: repairDamage called, but canvas is null. Hint: call
> LightweightSystem.setControl(..)
Strange... unfortunately I cannot reproduce this problem. I assume you
also have installed org.lwjgl, because otherwise you would have got
another error. The hint is basically for developers of editors, but as
you're using our example, it should work.
Could you try to to add a breakpoint at
org.eclipse.gef3d.ui.parts.GraphicalViewer3DHelper, line 252
and have a look what happens there with the debugger? Is the canvas
created successfully? What happens in
org.eclipse.draw3d.Draw3DCanvas.createCanvas(Composite, int,
LightweightSystem3D)? This might help us to find that bug.
Besides it would be helpful to post the stack trace if available.
Cheers,
Jens
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.21730 seconds