Opera 33 problems
-
jeffshepherd last edited by
Hi everyone,
I've recently installed Opera 33 stable and it keeps crashing. I've tried running it through the terminal and get these error messages,
root@jeffs-desktop:/usr/bin# ./opera
[1101/145016:ERROR:migration_assistant.cc(87)] Could not open file: bookmarks.adr
[1101/145016:ERROR:migration_assistant.cc(87)] Could not open file: cookies4.dat
[1101/145016:ERROR:migration_assistant.cc(87)] Could not open file: download.dat
[1101/145016:ERROR:migration_assistant.cc(87)] Could not open file: global_history.dat
[1101/145016:ERROR:migration_assistant.cc(87)] Could not open file: sessions/autosave.win
[1101/145016:ERROR:migration_assistant.cc(87)] Could not open file: speeddial.ini
[1101/145016:ERROR:migration_assistant.cc(87)] Could not open file: wand.dat
[1101/145016:ERROR:migration_assistant.cc(87)] Could not open file: operaprefs.ini
[1101/145016:ERROR:migration_assistant.cc(87)] Could not open file: typed_history.xml
[1101/145016:ERROR:migration_assistant.cc(87)] Could not open file: vlink4.dat
[1101/145016:ERROR:extensions_importer.cc(58)] Reading widgets.dat failed
Fontconfig error: Cannot load default config file
[1101/145017:ERROR:channel.cc(307)] RawChannel read error (connection broken)
Illegal instruction (core dumped)
root@jeffs-desktop:/usr/bin# Fontconfig error: Cannot load default config file
[1101/145033:ERROR:channel.cc(307)] RawChannel read error (connection broken)
Fontconfig error: Cannot load default config fileCan anyone help me to solve this please?
-
gustavwiz last edited by
It's because you have run opera as root. Don't do that.
In order to fix this, open a terminal and run this command:
sudo chmod -R 775 ~/.config/opera/
which will change back the permissions. Then run opera not as root.