Cannot open login error

Issue #73 wontfix
Laszlo Van Oudenhove created an issue
  • OS: Ubuntu 13.04
  • Arch: x86_64
Exception in thread "main" org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)])
    at org.eclipse.swt.SWT.error(Unknown Source)
    at org.eclipse.swt.SWT.error(Unknown Source)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Unknown Source)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Unknown Source)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
    at net.mms_projects.copyit.ui.SwtGui.open(Unknown Source)
    at net.mms_projects.copyit.app.CopyItDesktop.run(Unknown Source)
    at net.mms_projects.copyit.app.CopyItDesktop.main(Unknown Source)
Caused by: org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)]
    at org.eclipse.swt.SWT.error(Unknown Source)
    at org.eclipse.swt.browser.Mozilla.initMozilla(Unknown Source)
    at org.eclipse.swt.browser.Mozilla.create(Unknown Source)
    at org.eclipse.swt.browser.Browser.<init>(Unknown Source)
    at net.mms_projects.copyit.ui.swt.forms.login_dialogs.AutoLoginDialog.createContents(Unknown Source)
    at net.mms_projects.copyit.ui.swt.forms.login_dialogs.AutoLoginDialog.open(Unknown Source)
    at net.mms_projects.copyit.ui.swt.forms.PreferencesDialog$LoginSectionAdapter.widgetSelected(Unknown Source)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
    at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
    at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
    at net.mms_projects.copyit.ui.swt.forms.PreferencesDialog.open(Unknown Source)
    at net.mms_projects.copyit.ui.swt.TrayEntryUnity$4.run(Unknown Source)
    at org.eclipse.swt.widgets.RunnableLock.run(Unknown Source)
    ... 6 more

Comments (9)

  1. Marlin Cremers
    • changed status to open

    Okay I've accepted although there needs to be a bit of a discussion on this issue. This error is caused by a library that is missing. This library needs to be installed on the system so the question is if we need to provide it or we need to ask the user to install it their self.

  2. Martijn Vriessen

    This is more for the user than for us as developer. If we put it in the Ubuntu repository it can have a dependency to the needed package.

  3. Log in to comment