Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » null pointer exception in VE while selecting a widget
null pointer exception in VE while selecting a widget [message #86431] Sun, 10 April 2005 21:48 Go to next message
Eclipse UserFriend
Originally posted by: devmike.netcabo.pt

Hi. I'm getting a null pointer exception in VE when selecting a widget
while having the Customize Layout Window open. I can't provide a
pattern, it just happens sometimes. The only thing that seems to solve
it is restarting Eclipse.

I'm using Eclipse 3.0.1, VE 1.0.2.1, EMF 2.0.2, GEF 3.0.1 and XSD 2.0.2

I don't know if someone wants to check this out, but the error log goes
like this:


!ENTRY org.eclipse.ui 4 4 Apr 10, 2005 22:29:50.75
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 Apr 10, 2005 22:29:50.95
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at
org.eclipse.gef.tools.ToolUtilities.getSelectionWithoutDepen dants(ToolUtilities.java:35)
at
org.eclipse.gef.tools.DragEditPartsTracker.createOperationSe t(DragEditPartsTracker.java:166)
at
org.eclipse.gef.tools.AbstractTool.getOperationSet(AbstractT ool.java:586)
at
org.eclipse.gef.tools.DragEditPartsTracker.captureSourceDime nsions(DragEditPartsTracker.java:124)
at
org.eclipse.gef.tools.DragEditPartsTracker.setState(DragEdit PartsTracker.java:542)
at
org.eclipse.gef.tools.AbstractTool.stateTransition(AbstractT ool.java:1257)
at
org.eclipse.gef.tools.SelectEditPartTracker.handleButtonDown (SelectEditPartTracker.java:97)
at org.eclipse.gef.tools.AbstractTool.mouseDown(AbstractTool.ja va:977)
at org.eclipse.gef.tools.SelectionTool.mouseDown(SelectionTool. java:490)
at org.eclipse.gef.EditDomain.mouseDown(EditDomain.java:201)
at
org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouse Pressed(DomainEventDispatcher.java:327)
at
org.eclipse.draw2d.LightweightSystem$EventHandler.mouseDown( LightweightSystem.java:503)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:132)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2772)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2431)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:96)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:335)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
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:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)
Re: null pointer exception in VE while selecting a widget [message #86547 is a reply to message #86431] Mon, 11 April 2005 13:53 Go to previous messageGo to next message
Peter Walker is currently offline Peter WalkerFriend
Messages: 124
Registered: July 2009
Senior Member
This is a GEF bug that is fixed in GEF 3.1. Please see bug 68003 for details -->
https://bugs.eclipse.org/bugs/show_bug.cgi?id=68003.

The latest VE 1.1 builds are based on GEF 3.1 and the latest VE driver is
N20050407
( http://download.eclipse.org/tools/ve/downloads/drops/N-N2005 0407-200504071738/index.html)
You will also need Eclipse 3.1M6 and EMF I200503310700.

Regards...
Peter Walker
VE Development

DevMike wrote:
> Hi. I'm getting a null pointer exception in VE when selecting a widget
> while having the Customize Layout Window open. I can't provide a
> pattern, it just happens sometimes. The only thing that seems to solve
> it is restarting Eclipse.
>
> I'm using Eclipse 3.0.1, VE 1.0.2.1, EMF 2.0.2, GEF 3.0.1 and XSD 2.0.2
>
> I don't know if someone wants to check this out, but the error log goes
> like this:
>
>
> !ENTRY org.eclipse.ui 4 4 Apr 10, 2005 22:29:50.75
> !MESSAGE Unhandled event loop exception
>
> !ENTRY org.eclipse.ui 4 0 Apr 10, 2005 22:29:50.95
> !MESSAGE java.lang.NullPointerException
> !STACK 0
> java.lang.NullPointerException
> at
> org.eclipse.gef.tools.ToolUtilities.getSelectionWithoutDepen dants(ToolUtilities.java:35)
>
> at
> org.eclipse.gef.tools.DragEditPartsTracker.createOperationSe t(DragEditPartsTracker.java:166)
>
> at
> org.eclipse.gef.tools.AbstractTool.getOperationSet(AbstractT ool.java:586)
> at
> org.eclipse.gef.tools.DragEditPartsTracker.captureSourceDime nsions(DragEditPartsTracker.java:124)
>
> at
> org.eclipse.gef.tools.DragEditPartsTracker.setState(DragEdit PartsTracker.java:542)
>
> at
> org.eclipse.gef.tools.AbstractTool.stateTransition(AbstractT ool.java:1257)
> at
> org.eclipse.gef.tools.SelectEditPartTracker.handleButtonDown (SelectEditPartTracker.java:97)
>
> at org.eclipse.gef.tools.AbstractTool.mouseDown(AbstractTool.ja va:977)
> at
> org.eclipse.gef.tools.SelectionTool.mouseDown(SelectionTool. java:490)
> at org.eclipse.gef.EditDomain.mouseDown(EditDomain.java:201)
> at
> org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouse Pressed(DomainEventDispatcher.java:327)
>
> at
> org.eclipse.draw2d.LightweightSystem$EventHandler.mouseDown( LightweightSystem.java:503)
>
> at
> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:132)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2772)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2431)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1377)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:254)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:141)
> at
> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:96)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:335)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
>
> 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:185)
> at org.eclipse.core.launcher.Main.run(Main.java:704)
> at org.eclipse.core.launcher.Main.main(Main.java:688)
Re: null pointer exception in VE while selecting a widget [message #86785 is a reply to message #86547] Tue, 12 April 2005 00:34 Go to previous message
Eclipse UserFriend
Originally posted by: devmike.netcabo.pt

Hi there. Thanks for your quick answer. I will give ie a try tomorrow.
By the way, nice job with VE. Keep up the good work ;-)

Miguel Barrosa


Peter Walker wrote:
> This is a GEF bug that is fixed in GEF 3.1. Please see bug 68003 for
> details --> https://bugs.eclipse.org/bugs/show_bug.cgi?id=68003.
>
> The latest VE 1.1 builds are based on GEF 3.1 and the latest VE driver
> is N20050407
> ( http://download.eclipse.org/tools/ve/downloads/drops/N-N2005 0407-200504071738/index.html)
>
> You will also need Eclipse 3.1M6 and EMF I200503310700.
>
> Regards...
> Peter Walker
> VE Development
>
> DevMike wrote:
>
>> Hi. I'm getting a null pointer exception in VE when selecting a widget
>> while having the Customize Layout Window open. I can't provide a
>> pattern, it just happens sometimes. The only thing that seems to solve
>> it is restarting Eclipse.
>>
>> I'm using Eclipse 3.0.1, VE 1.0.2.1, EMF 2.0.2, GEF 3.0.1 and XSD 2.0.2
>>
>> I don't know if someone wants to check this out, but the error log
>> goes like this:
>>
>>
>> !ENTRY org.eclipse.ui 4 4 Apr 10, 2005 22:29:50.75
>> !MESSAGE Unhandled event loop exception
>>
>> !ENTRY org.eclipse.ui 4 0 Apr 10, 2005 22:29:50.95
>> !MESSAGE java.lang.NullPointerException
>> !STACK 0
>> java.lang.NullPointerException
>> at
>> org.eclipse.gef.tools.ToolUtilities.getSelectionWithoutDepen dants(ToolUtilities.java:35)
>>
>> at
>> org.eclipse.gef.tools.DragEditPartsTracker.createOperationSe t(DragEditPartsTracker.java:166)
>>
>> at
>> org.eclipse.gef.tools.AbstractTool.getOperationSet(AbstractT ool.java:586)
>> at
>> org.eclipse.gef.tools.DragEditPartsTracker.captureSourceDime nsions(DragEditPartsTracker.java:124)
>>
>> at
>> org.eclipse.gef.tools.DragEditPartsTracker.setState(DragEdit PartsTracker.java:542)
>>
>> at
>> org.eclipse.gef.tools.AbstractTool.stateTransition(AbstractT ool.java:1257)
>>
>> at
>> org.eclipse.gef.tools.SelectEditPartTracker.handleButtonDown (SelectEditPartTracker.java:97)
>>
>> at
>> org.eclipse.gef.tools.AbstractTool.mouseDown(AbstractTool.ja va:977)
>> at
>> org.eclipse.gef.tools.SelectionTool.mouseDown(SelectionTool. java:490)
>> at org.eclipse.gef.EditDomain.mouseDown(EditDomain.java:201)
>> at
>> org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouse Pressed(DomainEventDispatcher.java:327)
>>
>> at
>> org.eclipse.draw2d.LightweightSystem$EventHandler.mouseDown( LightweightSystem.java:503)
>>
>> at
>> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:132)
>> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
>> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
>> at
>> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2772)
>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2431)
>> at
>> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1377)
>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
>> at
>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:254)
>>
>> at
>> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:141)
>> at
>> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:96)
>> at
>> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:335)
>>
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
>>
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
>>
>> 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:185)
>> at org.eclipse.core.launcher.Main.run(Main.java:704)
>> at org.eclipse.core.launcher.Main.main(Main.java:688)
Re: null pointer exception in VE while selecting a widget [message #607103 is a reply to message #86431] Mon, 11 April 2005 13:53 Go to previous message
Peter Walker is currently offline Peter WalkerFriend
Messages: 124
Registered: July 2009
Senior Member
This is a GEF bug that is fixed in GEF 3.1. Please see bug 68003 for details -->
https://bugs.eclipse.org/bugs/show_bug.cgi?id=68003

The latest VE 1.1 builds are based on GEF 3.1 and the latest VE driver is
N20050407
( http://download.eclipse.org/tools/ve/downloads/drops/N-N2005 0407-200504071738/index.html)
You will also need Eclipse 3.1M6 and EMF I200503310700.

Regards...
Peter Walker
VE Development

DevMike wrote:
> Hi. I'm getting a null pointer exception in VE when selecting a widget
> while having the Customize Layout Window open. I can't provide a
> pattern, it just happens sometimes. The only thing that seems to solve
> it is restarting Eclipse.
>
> I'm using Eclipse 3.0.1, VE 1.0.2.1, EMF 2.0.2, GEF 3.0.1 and XSD 2.0.2
>
> I don't know if someone wants to check this out, but the error log goes
> like this:
>
>
> !ENTRY org.eclipse.ui 4 4 Apr 10, 2005 22:29:50.75
> !MESSAGE Unhandled event loop exception
>
> !ENTRY org.eclipse.ui 4 0 Apr 10, 2005 22:29:50.95
> !MESSAGE java.lang.NullPointerException
> !STACK 0
> java.lang.NullPointerException
> at
> org.eclipse.gef.tools.ToolUtilities.getSelectionWithoutDepen dants(ToolUtilities.java:35)
>
> at
> org.eclipse.gef.tools.DragEditPartsTracker.createOperationSe t(DragEditPartsTracker.java:166)
>
> at
> org.eclipse.gef.tools.AbstractTool.getOperationSet(AbstractT ool.java:586)
> at
> org.eclipse.gef.tools.DragEditPartsTracker.captureSourceDime nsions(DragEditPartsTracker.java:124)
>
> at
> org.eclipse.gef.tools.DragEditPartsTracker.setState(DragEdit PartsTracker.java:542)
>
> at
> org.eclipse.gef.tools.AbstractTool.stateTransition(AbstractT ool.java:1257)
> at
> org.eclipse.gef.tools.SelectEditPartTracker.handleButtonDown (SelectEditPartTracker.java:97)
>
> at org.eclipse.gef.tools.AbstractTool.mouseDown(AbstractTool.ja va:977)
> at
> org.eclipse.gef.tools.SelectionTool.mouseDown(SelectionTool. java:490)
> at org.eclipse.gef.EditDomain.mouseDown(EditDomain.java:201)
> at
> org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouse Pressed(DomainEventDispatcher.java:327)
>
> at
> org.eclipse.draw2d.LightweightSystem$EventHandler.mouseDown( LightweightSystem.java:503)
>
> at
> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:132)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2772)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2431)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1377)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:254)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:141)
> at
> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:96)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:335)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
>
> 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:185)
> at org.eclipse.core.launcher.Main.run(Main.java:704)
> at org.eclipse.core.launcher.Main.main(Main.java:688)
Re: null pointer exception in VE while selecting a widget [message #607114 is a reply to message #86547] Tue, 12 April 2005 00:34 Go to previous message
Eclipse UserFriend
Originally posted by: devmike.netcabo.pt

Hi there. Thanks for your quick answer. I will give ie a try tomorrow.
By the way, nice job with VE. Keep up the good work ;-)

Miguel Barrosa


Peter Walker wrote:
> This is a GEF bug that is fixed in GEF 3.1. Please see bug 68003 for
> details --> https://bugs.eclipse.org/bugs/show_bug.cgi?id=68003
>
> The latest VE 1.1 builds are based on GEF 3.1 and the latest VE driver
> is N20050407
> ( http://download.eclipse.org/tools/ve/downloads/drops/N-N2005 0407-200504071738/index.html)
>
> You will also need Eclipse 3.1M6 and EMF I200503310700.
>
> Regards...
> Peter Walker
> VE Development
>
> DevMike wrote:
>
>> Hi. I'm getting a null pointer exception in VE when selecting a widget
>> while having the Customize Layout Window open. I can't provide a
>> pattern, it just happens sometimes. The only thing that seems to solve
>> it is restarting Eclipse.
>>
>> I'm using Eclipse 3.0.1, VE 1.0.2.1, EMF 2.0.2, GEF 3.0.1 and XSD 2.0.2
>>
>> I don't know if someone wants to check this out, but the error log
>> goes like this:
>>
>>
>> !ENTRY org.eclipse.ui 4 4 Apr 10, 2005 22:29:50.75
>> !MESSAGE Unhandled event loop exception
>>
>> !ENTRY org.eclipse.ui 4 0 Apr 10, 2005 22:29:50.95
>> !MESSAGE java.lang.NullPointerException
>> !STACK 0
>> java.lang.NullPointerException
>> at
>> org.eclipse.gef.tools.ToolUtilities.getSelectionWithoutDepen dants(ToolUtilities.java:35)
>>
>> at
>> org.eclipse.gef.tools.DragEditPartsTracker.createOperationSe t(DragEditPartsTracker.java:166)
>>
>> at
>> org.eclipse.gef.tools.AbstractTool.getOperationSet(AbstractT ool.java:586)
>> at
>> org.eclipse.gef.tools.DragEditPartsTracker.captureSourceDime nsions(DragEditPartsTracker.java:124)
>>
>> at
>> org.eclipse.gef.tools.DragEditPartsTracker.setState(DragEdit PartsTracker.java:542)
>>
>> at
>> org.eclipse.gef.tools.AbstractTool.stateTransition(AbstractT ool.java:1257)
>>
>> at
>> org.eclipse.gef.tools.SelectEditPartTracker.handleButtonDown (SelectEditPartTracker.java:97)
>>
>> at
>> org.eclipse.gef.tools.AbstractTool.mouseDown(AbstractTool.ja va:977)
>> at
>> org.eclipse.gef.tools.SelectionTool.mouseDown(SelectionTool. java:490)
>> at org.eclipse.gef.EditDomain.mouseDown(EditDomain.java:201)
>> at
>> org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouse Pressed(DomainEventDispatcher.java:327)
>>
>> at
>> org.eclipse.draw2d.LightweightSystem$EventHandler.mouseDown( LightweightSystem.java:503)
>>
>> at
>> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:132)
>> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
>> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
>> at
>> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2772)
>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2431)
>> at
>> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1377)
>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
>> at
>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:254)
>>
>> at
>> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:141)
>> at
>> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:96)
>> at
>> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:335)
>>
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
>>
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
>>
>> 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:185)
>> at org.eclipse.core.launcher.Main.run(Main.java:704)
>> at org.eclipse.core.launcher.Main.main(Main.java:688)
Previous Topic:Changing of the initializing parameter in the property sheet
Next Topic:Custom container beans with editable children?
Goto Forum:
  


Current Time: Thu Apr 25 23:09:00 GMT 2024

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

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

Back to the top