Closed
Bug 344221
Opened 19 years ago
Closed 19 years ago
open error window, when minimo starts
Categories
(Minimo Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gxkahn, Assigned: dougt)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060614 Fedora/1.5.0.4-1.2.fc5 Firefox/1.5.0.4 pango-text
Build Identifier: minimo
cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot login
CVS password: anonymous
cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co mozilla/client.mk mozilla/||| minimo/config/
cd mozilla
make -f client.mk checkout MOZ_CO_PROJECT=minimo
cd ../
cp mozilla/minimo/config/mozconfig/linux_x86 mozilla/mozconfig
cd mozilla
make -f client.mk build_all
cd dist/bin
./run-mozilla.sh ./minimo
Reproducible: Always
Steps to Reproduce:
1.build minimo from CVS
2.run it from dist/bin directory
3.
Actual Results:
Error trying to startup browser. Please report this as a bug:
[Exception... "Component returned failure code: 0x80040154 (NS_ERROR_FACTORY_NOT_REGISTERED) [nsIDocShellHistory.useGlobalHistory]" nsresult: "0x80040154 (NS_ERROR_FACTORY_NOT_REGISTERED)" location: "JS frame :: chrome://minimo/content/minimo.js :: MiniNavStartup :: line 355" data: no]
Expected Results:
no such message
Assignee | ||
Comment 1•19 years ago
|
||
try building on the MOZILLA_1_8_BRANCH
Add this to your mozconfig:
mk_add_options MOZ_CO_TAG=MOZILLA_1_8_BRANCH
Then repull/rebuild like:
make -f client.mk
Status: UNCONFIRMED → NEW
Ever confirmed: true
works for me.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•