Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Troubles loading source into the editor
Troubles loading source into the editor [message #80967] Tue, 30 September 2008 20:59 Go to next message
No real name is currently offline No real nameFriend
Messages: 53
Registered: July 2009
Member
Hi,

I'm using PDT with Eclipse Version: 3.4.0 Build id: I20080617-2000 on
Ubuntu Linux AMD64.

Originally, while stepping through code in the the debugger, sometimes
an included/required file would not load giving the following message:

Could not open the editor: Argument not valid

the details***(see bottom of email):

I would close the tab and hit the "step" button once more, and the file
would generally load ok.

Now, I'm getting this message more frequently, and sometimes, that
little trick about closing the tab, does not work, and I'm spending more
time trying to get the file to load than I'm spending debugging my code.

Also, the syntax coloring on the troublesome pages disappears, and the
pages that won't load are consistent... ie, if the editor has a problem
with a file, it does so consistently.

I have the Update set to update automatically, so I should have the
latest. Any help with this problem would be greatly appreciated.

Regards,
Richard



***
java.lang.IllegalArgumentException: Argument not valid
at org.eclipse.swt.SWT.error(SWT.java:3761)
at org.eclipse.swt.SWT.error(SWT.java:3695)
at org.eclipse.swt.SWT.error(SWT.java:3666)
at org.eclipse.swt.custom.StyledText.setStyleRanges(StyledText. java:7914)
at
org.eclipse.swt.custom.StyledText.replaceStyleRanges(StyledT ext.java:6376)
at org.eclipse.jface.text.TextViewer.addPresentation(TextViewer .java:4442)
at
org.eclipse.jface.text.TextViewer.changeTextPresentation(Tex tViewer.java:4521)
at
org.eclipse.wst.sse.ui.internal.provisional.style.Structured PresentationReconciler.applyTextRegionCollection(StructuredP resentationReconciler.java:1086)
at
org.eclipse.wst.sse.ui.internal.provisional.style.Structured PresentationReconciler.processDamage(StructuredPresentationR econciler.java:1061)
at
org.eclipse.wst.sse.ui.internal.provisional.style.Structured PresentationReconciler$InternalListener.textChanged(Structur edPresentationReconciler.java:613)
at
org.eclipse.jface.text.TextViewer.updateTextListeners(TextVi ewer.java:2650)
at
org.eclipse.jface.text.TextViewer.invalidateTextPresentation (TextViewer.java:3270)
at
org.eclipse.jface.text.TextViewer.initializeWidgetContents(T extViewer.java:3317)
at
org.eclipse.jface.text.TextViewer.setVisibleDocument(TextVie wer.java:3356)
at
org.eclipse.jface.text.source.projection.ProjectionViewer.se tVisibleDocument(ProjectionViewer.java:709)
at
org.eclipse.jface.text.source.projection.ProjectionViewer.ex ecuteReplaceVisibleDocument(ProjectionViewer.java:770)
at
org.eclipse.jface.text.source.projection.ProjectionViewer.re placeVisibleDocument(ProjectionViewer.java:758)
at
org.eclipse.jface.text.source.projection.ProjectionViewer.re initializeProjection(ProjectionViewer.java:1238)
at
org.eclipse.jface.text.source.projection.ProjectionViewer.ca tchupWithProjectionAnnotationModel(ProjectionViewer.java:952 )
at
org.eclipse.jface.text.source.projection.ProjectionViewer.pr ocessCatchupRequest(ProjectionViewer.java:870)
at
org.eclipse.jface.text.source.projection.ProjectionViewer$An notationModelListener.processModelChanged(ProjectionViewer.j ava:117)
at
org.eclipse.jface.text.source.projection.ProjectionViewer$An notationModelListener.modelChanged(ProjectionViewer.java:109 )
at
org.eclipse.jface.text.source.AnnotationModel.fireModelChang ed(AnnotationModel.java:614)
at
org.eclipse.jface.text.source.AnnotationModel$InternalModelL istener.modelChanged(AnnotationModel.java:261)
at
org.eclipse.jface.text.source.AnnotationModel.fireModelChang ed(AnnotationModel.java:614)
at
org.eclipse.jface.text.source.AnnotationModel.fireModelChang ed(AnnotationModel.java:580)
at
org.eclipse.jface.text.source.projection.ProjectionAnnotatio nModel.modifyAnnotations(ProjectionAnnotationModel.java:184)
at
org.eclipse.php.internal.ui.folding.StructuredTextFoldingPro viderPHP.update(Unknown
Source)
at
org.eclipse.php.internal.ui.folding.StructuredTextFoldingPro viderPHP.initialize(Unknown
Source)
at
org.eclipse.php.internal.ui.folding.StructuredTextFoldingPro viderPHP.handleProjectionEnabled(Unknown
Source)
at
org.eclipse.php.internal.ui.folding.StructuredTextFoldingPro viderPHP$ProjectionListener.projectionEnabled(Unknown
Source)
at
org.eclipse.jface.text.source.projection.ProjectionViewer.fi reProjectionEnabled(ProjectionViewer.java:480)
at
org.eclipse.jface.text.source.projection.ProjectionViewer.en ableProjection(ProjectionViewer.java:528)
at
org.eclipse.jface.text.source.projection.ProjectionViewer.do Operation(ProjectionViewer.java:1413)
at
org.eclipse.wst.sse.ui.internal.StructuredTextViewer.doOpera tion(StructuredTextViewer.java:595)
at
org.eclipse.php.internal.ui.editor.PHPStructuredTextViewer.d oOperation(Unknown
Source)
at
org.eclipse.wst.sse.ui.StructuredTextEditor.installProjectio nSupport(StructuredTextEditor.java:2709)
at
org.eclipse.wst.sse.ui.StructuredTextEditor.initializeSource Viewer(StructuredTextEditor.java:2653)
at
org.eclipse.wst.sse.ui.StructuredTextEditor.createPartContro l(StructuredTextEditor.java:1587)
at
org.eclipse.php.internal.ui.editor.PHPStructuredEditor.creat ePartControl(Unknown
Source)
at
org.eclipse.ui.internal.EditorReference.createPartHelper(Edi torReference.java:661)
at
org.eclipse.ui.internal.EditorReference.createPart(EditorRef erence.java:428)
at
org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.java:594)
at
org.eclipse.ui.internal.EditorReference.getEditor(EditorRefe rence.java:266)
at
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched( WorkbenchPage.java:2820)
at
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Workben chPage.java:2729)
at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPag e.java:2721)
at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.j ava:2673)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:70)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2668)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2652)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2643)
at
org.eclipse.dltk.internal.ui.editor.EditorUtility.openInEdit or(EditorUtility.java:409)
at
org.eclipse.dltk.internal.ui.editor.EditorUtility.openInEdit or(EditorUtility.java:189)
at
org.eclipse.dltk.internal.ui.actions.OpenActionUtil.open(Ope nActionUtil.java:44)
at org.eclipse.dltk.ui.actions.OpenAction.run(OpenAction.java:2 35)
at org.eclipse.dltk.ui.actions.OpenAction.run(OpenAction.java:2 16)
at
org.eclipse.dltk.ui.actions.SelectionDispatchAction.dispatch Run(SelectionDispatchAction.java:259)
at
org.eclipse.dltk.ui.actions.SelectionDispatchAction.run(Sele ctionDispatchAction.java:235)
at
org.eclipse.dltk.internal.ui.scriptview.ScriptExplorerAction Group.handleOpen(ScriptExplorerActionGroup.java:295)
at
org.eclipse.dltk.internal.ui.scriptview.ScriptExplorerPart$5 .open(ScriptExplorerPart.java:660)
at
org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredV iewer.java:820)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:880)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:17 5)
at
org.eclipse.jface.viewers.StructuredViewer.fireOpen(Structur edViewer.java:818)
at
org.eclipse.jface.viewers.StructuredViewer.handleOpen(Struct uredViewer.java:1079)
at
org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(Stru cturedViewer.java:1183)
at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrate gy.java:263)
at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.ja va:257)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrate gy.java:297)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3401)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3033)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:193)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:382)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
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:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
Re: Troubles loading source into the editor [message #80988 is a reply to message #80967] Tue, 30 September 2008 22:27 Go to previous message
No real name is currently offline No real nameFriend
Messages: 53
Registered: July 2009
Member
I think I may have resolved my problem...

I found some php tags without a space between the start tag and the code:

<?if()...?>

I added a space and the editor loaded these files ok, syntax coloring is
good:

<? if() ... ?>

Funny thing is that apache/php on my server was interpreting the code
rejected by the editor correctly.




Richard Geddes wrote:
> Hi,
>
> I'm using PDT with Eclipse Version: 3.4.0 Build id: I20080617-2000 on
> Ubuntu Linux AMD64.
>
> Originally, while stepping through code in the the debugger, sometimes
> an included/required file would not load giving the following message:
>
> Could not open the editor: Argument not valid
>
> the details***(see bottom of email):
>
> I would close the tab and hit the "step" button once more, and the file
> would generally load ok.
>
> Now, I'm getting this message more frequently, and sometimes, that
> little trick about closing the tab, does not work, and I'm spending more
> time trying to get the file to load than I'm spending debugging my code.
>
> Also, the syntax coloring on the troublesome pages disappears, and the
> pages that won't load are consistent... ie, if the editor has a problem
> with a file, it does so consistently.
>
> I have the Update set to update automatically, so I should have the
> latest. Any help with this problem would be greatly appreciated.
>
> Regards,
> Richard
>
>
>
> ***
> java.lang.IllegalArgumentException: Argument not valid
> at org.eclipse.swt.SWT.error(SWT.java:3761)
> at org.eclipse.swt.SWT.error(SWT.java:3695)
> at org.eclipse.swt.SWT.error(SWT.java:3666)
> at
> org.eclipse.swt.custom.StyledText.setStyleRanges(StyledText. java:7914)
> at
> org.eclipse.swt.custom.StyledText.replaceStyleRanges(StyledT ext.java:6376)
> at
> org.eclipse.jface.text.TextViewer.addPresentation(TextViewer .java:4442)
> at
> org.eclipse.jface.text.TextViewer.changeTextPresentation(Tex tViewer.java:4521)
>
> at
> org.eclipse.wst.sse.ui.internal.provisional.style.Structured PresentationReconciler.applyTextRegionCollection(StructuredP resentationReconciler.java:1086)
>
> at
> org.eclipse.wst.sse.ui.internal.provisional.style.Structured PresentationReconciler.processDamage(StructuredPresentationR econciler.java:1061)
>
> at
> org.eclipse.wst.sse.ui.internal.provisional.style.Structured PresentationReconciler$InternalListener.textChanged(Structur edPresentationReconciler.java:613)
>
> at
> org.eclipse.jface.text.TextViewer.updateTextListeners(TextVi ewer.java:2650)
> at
> org.eclipse.jface.text.TextViewer.invalidateTextPresentation (TextViewer.java:3270)
>
> at
> org.eclipse.jface.text.TextViewer.initializeWidgetContents(T extViewer.java:3317)
>
> at
> org.eclipse.jface.text.TextViewer.setVisibleDocument(TextVie wer.java:3356)
> at
> org.eclipse.jface.text.source.projection.ProjectionViewer.se tVisibleDocument(ProjectionViewer.java:709)
>
> at
> org.eclipse.jface.text.source.projection.ProjectionViewer.ex ecuteReplaceVisibleDocument(ProjectionViewer.java:770)
>
> at
> org.eclipse.jface.text.source.projection.ProjectionViewer.re placeVisibleDocument(ProjectionViewer.java:758)
>
> at
> org.eclipse.jface.text.source.projection.ProjectionViewer.re initializeProjection(ProjectionViewer.java:1238)
>
> at
> org.eclipse.jface.text.source.projection.ProjectionViewer.ca tchupWithProjectionAnnotationModel(ProjectionViewer.java:952 )
>
> at
> org.eclipse.jface.text.source.projection.ProjectionViewer.pr ocessCatchupRequest(ProjectionViewer.java:870)
>
> at
> org.eclipse.jface.text.source.projection.ProjectionViewer$An notationModelListener.processModelChanged(ProjectionViewer.j ava:117)
>
> at
> org.eclipse.jface.text.source.projection.ProjectionViewer$An notationModelListener.modelChanged(ProjectionViewer.java:109 )
>
> at
> org.eclipse.jface.text.source.AnnotationModel.fireModelChang ed(AnnotationModel.java:614)
>
> at
> org.eclipse.jface.text.source.AnnotationModel$InternalModelL istener.modelChanged(AnnotationModel.java:261)
>
> at
> org.eclipse.jface.text.source.AnnotationModel.fireModelChang ed(AnnotationModel.java:614)
>
> at
> org.eclipse.jface.text.source.AnnotationModel.fireModelChang ed(AnnotationModel.java:580)
>
> at
> org.eclipse.jface.text.source.projection.ProjectionAnnotatio nModel.modifyAnnotations(ProjectionAnnotationModel.java:184)
>
> at
> org.eclipse.php.internal.ui.folding.StructuredTextFoldingPro viderPHP.update(Unknown
> Source)
> at
> org.eclipse.php.internal.ui.folding.StructuredTextFoldingPro viderPHP.initialize(Unknown
> Source)
> at
> org.eclipse.php.internal.ui.folding.StructuredTextFoldingPro viderPHP.handleProjectionEnabled(Unknown
> Source)
> at
> org.eclipse.php.internal.ui.folding.StructuredTextFoldingPro viderPHP$ProjectionListener.projectionEnabled(Unknown
> Source)
> at
> org.eclipse.jface.text.source.projection.ProjectionViewer.fi reProjectionEnabled(ProjectionViewer.java:480)
>
> at
> org.eclipse.jface.text.source.projection.ProjectionViewer.en ableProjection(ProjectionViewer.java:528)
>
> at
> org.eclipse.jface.text.source.projection.ProjectionViewer.do Operation(ProjectionViewer.java:1413)
>
> at
> org.eclipse.wst.sse.ui.internal.StructuredTextViewer.doOpera tion(StructuredTextViewer.java:595)
>
> at
> org.eclipse.php.internal.ui.editor.PHPStructuredTextViewer.d oOperation(Unknown
> Source)
> at
> org.eclipse.wst.sse.ui.StructuredTextEditor.installProjectio nSupport(StructuredTextEditor.java:2709)
>
> at
> org.eclipse.wst.sse.ui.StructuredTextEditor.initializeSource Viewer(StructuredTextEditor.java:2653)
>
> at
> org.eclipse.wst.sse.ui.StructuredTextEditor.createPartContro l(StructuredTextEditor.java:1587)
>
> at
> org.eclipse.php.internal.ui.editor.PHPStructuredEditor.creat ePartControl(Unknown
> Source)
> at
> org.eclipse.ui.internal.EditorReference.createPartHelper(Edi torReference.java:661)
>
> at
> org.eclipse.ui.internal.EditorReference.createPart(EditorRef erence.java:428)
>
> at
> org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.java:594)
>
> at
> org.eclipse.ui.internal.EditorReference.getEditor(EditorRefe rence.java:266)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched( WorkbenchPage.java:2820)
>
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Workben chPage.java:2729)
>
> at
> org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPag e.java:2721)
> at
> org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.j ava:2673)
> at
> org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:70)
> at
> org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2668)
> at
> org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2652)
> at
> org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2643)
> at
> org.eclipse.dltk.internal.ui.editor.EditorUtility.openInEdit or(EditorUtility.java:409)
>
> at
> org.eclipse.dltk.internal.ui.editor.EditorUtility.openInEdit or(EditorUtility.java:189)
>
> at
> org.eclipse.dltk.internal.ui.actions.OpenActionUtil.open(Ope nActionUtil.java:44)
>
> at org.eclipse.dltk.ui.actions.OpenAction.run(OpenAction.java:2 35)
> at org.eclipse.dltk.ui.actions.OpenAction.run(OpenAction.java:2 16)
> at
> org.eclipse.dltk.ui.actions.SelectionDispatchAction.dispatch Run(SelectionDispatchAction.java:259)
>
> at
> org.eclipse.dltk.ui.actions.SelectionDispatchAction.run(Sele ctionDispatchAction.java:235)
>
> at
> org.eclipse.dltk.internal.ui.scriptview.ScriptExplorerAction Group.handleOpen(ScriptExplorerActionGroup.java:295)
>
> at
> org.eclipse.dltk.internal.ui.scriptview.ScriptExplorerPart$5 .open(ScriptExplorerPart.java:660)
>
> at
> org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredV iewer.java:820)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> at org.eclipse.core.runtime.Platform.run(Platform.java:880)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:17 5)
> at
> org.eclipse.jface.viewers.StructuredViewer.fireOpen(Structur edViewer.java:818)
>
> at
> org.eclipse.jface.viewers.StructuredViewer.handleOpen(Struct uredViewer.java:1079)
>
> at
> org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(Stru cturedViewer.java:1183)
>
> at
> org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrate gy.java:263)
> at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.ja va:257)
> at
> org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrate gy.java:297)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3401)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3033)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
>
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
>
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:193)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:382)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
>
> 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:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
Previous Topic:Why inline php short tag in htpl is bad syntax?
Next Topic:No Syntax Coloring with PDT 1.03 in Eclipse 3.4
Goto Forum:
  


Current Time: Fri Mar 29 01:03:00 GMT 2024

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

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

Back to the top