Field on startup doesn't load anything from the default directory (or any other loaded using the scratch arguement).
This is the output from the terminal running field_linux64_mozilla.sh:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at field.bytecode.protect.DeferedNextUpdate$1.update(DeferedNextUpdate.java:47)
at field.launch.Launcher$4.run(Launcher.java:328)
at org.eclipse.swt.widgets.Display.timerProc(Unknown Source)
at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at field.launch.Launcher.main(Launcher.java:93)
Caused by: org.eclipse.swt.SWTError: XPCOM error 0x80004005
at org.eclipse.swt.browser.Mozilla.error(Unknown Source)
at org.eclipse.swt.browser.Mozilla.initXULRunner(Unknown Source)
at org.eclipse.swt.browser.Mozilla.create(Unknown Source)
at org.eclipse.swt.browser.Browser.(Unknown Source)
at field.core.plugins.help.HelpBrowser.registeredWith(HelpBrowser.java:251)
at field.core.StandardFluidSheet.registerPlugin(StandardFluidSheet.java:1472)
at field.core.StandardFluidSheet.scratchBegin(StandardFluidSheet.java:301)
at field.core.StandardFluidSheet.versionedScratch(StandardFluidSheet.java:356)
at field.core.execution.PhantomFluidSheet.(PhantomFluidSheet.java:69)
at field.core.ui.FieldMenus2.open(FieldMenus2.java:170)
at field.Blank2.part2_original(Blank2.java:85)
... 11 more
Field on startup doesn't load anything from the default directory (or any other loaded using the scratch arguement). This is the output from the terminal running field_linux64_mozilla.sh:
java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at field.bytecode.protect.DeferedNextUpdate$1.update(DeferedNextUpdate.java:47) at field.launch.Launcher$4.run(Launcher.java:328) at org.eclipse.swt.widgets.Display.timerProc(Unknown Source) at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(Unknown Source) at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source) at field.launch.Launcher.main(Launcher.java:93) Caused by: org.eclipse.swt.SWTError: XPCOM error 0x80004005 at org.eclipse.swt.browser.Mozilla.error(Unknown Source) at org.eclipse.swt.browser.Mozilla.initXULRunner(Unknown Source) at org.eclipse.swt.browser.Mozilla.create(Unknown Source) at org.eclipse.swt.browser.Browser.(Unknown Source)
at field.core.plugins.help.HelpBrowser.registeredWith(HelpBrowser.java:251)
at field.core.StandardFluidSheet.registerPlugin(StandardFluidSheet.java:1472)
at field.core.StandardFluidSheet.scratchBegin(StandardFluidSheet.java:301)
at field.core.StandardFluidSheet.versionedScratch(StandardFluidSheet.java:356)
at field.core.execution.PhantomFluidSheet.(PhantomFluidSheet.java:69)
at field.core.ui.FieldMenus2.open(FieldMenus2.java:170)
at field.Blank2.part2_original(Blank2.java:85)
... 11 more