I've been using bluefish for years; I suddenly encountered this exact same problem today, and bluefish failed to start. Linux Mint 17.3, AMD 64 bit, MATE edition.
Code: Select all
paul@jp ~ $ bluefish
error reading list 1 Error opening file: No such file or directory
** (bluefish:4280): WARNING **: no configfile rcfile-2.0, try to convert config files from older versions
config file migration error 1:Error opening file: No such file or directoryerror reading list 1 Error opening file: No such file or directory
(bluefish:4280): GLib-ERROR **: /build/buildd/glib2.0-2.40.2/./glib/gmem.c:103: failed to allocate 18446744073680324610 bytes
Trace/breakpoint trap
paul@jp ~ $
After researching elsewhere, I found that removing the .bluefish directory in my home directory worked.
Bluefish runs, but still throws a few errors on starting.
Code to fix :
Code: Select all
paul@jp ~ $ cd
paul@jp ~ $ mv .bluefish .bluefish_old
paul@jp ~ $ bluefish
Result when I run bluefish after renaming (or removing) the .bluefish directory :
Code: Select all
paul@jp ~ $ bluefish
error reading list 1 Error opening file: No such file or directory
** (bluefish:15766): WARNING **: no configfile rcfile-2.0, try to convert config files from older versions
config file migration error 1:Error opening file: No such file or directoryerror reading list 1 Error opening file: No such file or directory
error reading list 1 Error opening file: No such file or directory
cleanup_scanner, memory scancache 0(0Kb+0Kb) found 0(0Kb) fcontext 0(0Kb) = 0Kb
Once I was in bluefish, I was able to remove the warning message by changing a preference, (menu option Edit->preferences) and click Apply.
Now, when I run bluefish again, I get
Code: Select all
paul@jp ~ $ bluefish
cleanup_scanner, memory scancache 0(0Kb+0Kb) found 0(0Kb) fcontext 0(0Kb) = 0Kb
Hope this helps someone else.
Sheldon.