TheRealCDay / raptor-chess-interface

Automatically exported from code.google.com/p/raptor-chess-interface
0 stars 0 forks source link

firefox environment variable #604

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. executing raptorchess
2.
3.

What is the expected output? What do you see instead?

program won't run, complains about some firefox environment variable

What version of the product are you using? On what operating system and
what environment?

ubuntu 64 bit natty 11.04

installed via 'sudo dpkg -i raptor_0.98.deb' (with dependencies apparently 
satisfied).  firefox v4.01 is already installed on the machine, but "env | grep 
MOZ" returns null 

Please provide any additional information below.

Error occured! We are trying to make Raptor bug free and we need your help! 
Please take a moment to report this issue by selecting the menu:
  Help -> Report Issue 

Error in execute
SWTError: No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)]
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.create(Unknown Source)
    at org.eclipse.swt.browser.Browser.<init>(Unknown Source)
    at raptor.swt.BrowserWindowItem.init(Unknown Source)
    at raptor.RaptorWindow$RaptorTabItem.init(Unknown Source)
    at raptor.RaptorWindow$RaptorTabItem.<init>(Unknown Source)
    at raptor.RaptorWindow$2.execute(Unknown Source)
    at raptor.util.RaptorRunnable.run(Unknown Source)
    at org.eclipse.swt.widgets.RunnableLock.run(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 org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
    at org.eclipse.jface.window.Window.open(Window.java:801)
    at raptor.Raptor.main(Unknown Source)

Original issue reported on code.google.com by wim.gl...@gmail.com on 1 Jun 2011 at 10:08

GoogleCodeExporter commented 9 years ago

Original comment by bvk...@gmail.com on 1 Jun 2011 at 1:11

GoogleCodeExporter commented 9 years ago
Some forums suggest that you could try to install xulrunner package to fix this.

Original comment by bvk...@gmail.com on 1 Jun 2011 at 1:13

GoogleCodeExporter commented 9 years ago
indeed, it did fix it.  thanks !

Original comment by wim.gl...@gmail.com on 2 Jun 2011 at 11:54