Hello,
I downloaded Iron from a .deb file.
I have be using it for a week or two. Today I can't open it. I get a message about my profile. Iron starts to open but shuts down. Here is the output when I try to start from the command line:
Survival Race wrote
Hello,
I downloaded Iron from a .deb file.
I have be using it for a week or two. Today I can't open it. I get a message about my profile. Iron starts to open but shuts down. Here is the output when I try to start from the command line:
joe@crunchbang:~$ iron &
[1] 4134
joe@crunchbang:~$ [4134:4164:0403/115804:ERROR:connection.cc(1934)] History sqlite error 5, errno 0: database is locked, sql: PRAGMA journal_mode = TRUNCATE
[4134:4134:0403/115804:ERROR:logging.h(808)] Failed to call method: org.freedesktop.DBus.ObjectManager.GetManagedObjects: object_path= /: org.freedesktop.DBus.Error.UnknownMethod: Method "GetManagedObjects" with signature "" on interface "org.freedesktop.DBus.ObjectManager" doesn't exist
[4134:4134:0403/115804:ERROR:logging.h(808)] Failed to call method: org.freedesktop.DBus.ObjectManager.GetManagedObjects: object_path= /: org.freedesktop.DBus.Error.UnknownMethod: Method "GetManagedObjects" with signature "" on interface "org.freedesktop.DBus.ObjectManager" doesn't exist
[4134:4164:0403/115805:ERROR:connection.cc(1934)] History sqlite error 5, errno 0: database is locked, sql: PRAGMA cache_size=1000
[4134:4164:0403/115805:ERROR:connection.cc(1934)] History sqlite error 5, errno 0: database is locked, sql: CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY, value LONGVARCHAR)
[4134:4134:0403/115805:ERROR:desktop_window_tree_host_x11.cc(889)] Not implemented reached in virtual void views:esktopWindowTreeHostX11::InitModalType(ui::ModalType)
[1]+ Segmentation fault iron
I can't find a config file in my home directory.
Thanks
The "database locked" error indicates that another instance of Iron or a related process is still using the database. Try killing any existing Iron processes.
maryacarter wrote: ↑Thu Feb 20, 2025 4:25 am
Hello,
I downloaded Iron from a .deb file.
I have be using it for a week or two. Today I can't open it. I get a message about my profile. Iron starts to open but shuts down. Here is the output when I try to start from the command line: Chill Guy Clicker
joe@crunchbang:~$ iron &
[1] 4134
joe@crunchbang:~$ [4134:4164:0403/115804:ERROR:connection.cc(1934)] History sqlite error 5, errno 0: database is locked, sql: PRAGMA journal_mode = TRUNCATE
[4134:4134:0403/115804:ERROR:logging.h(808)] Failed to call method: org.freedesktop.DBus.ObjectManager.GetManagedObjects: object_path= /: org.freedesktop.DBus.Error.UnknownMethod: Method "GetManagedObjects" with signature "" on interface "org.freedesktop.DBus.ObjectManager" doesn't exist
[4134:4134:0403/115804:ERROR:logging.h(808)] Failed to call method: org.freedesktop.DBus.ObjectManager.GetManagedObjects: object_path= /: org.freedesktop.DBus.Error.UnknownMethod: Method "GetManagedObjects" with signature "" on interface "org.freedesktop.DBus.ObjectManager" doesn't exist
[4134:4164:0403/115805:ERROR:connection.cc(1934)] History sqlite error 5, errno 0: database is locked, sql: PRAGMA cache_size=1000
[4134:4164:0403/115805:ERROR:connection.cc(1934)] History sqlite error 5, errno 0: database is locked, sql: CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY, value LONGVARCHAR)
[4134:4134:0403/115805:ERROR:desktop_window_tree_host_x11.cc(889)] Not implemented reached in virtual void views:esktopWindowTreeHostX11::InitModalType(ui::ModalType)
[1]+ Segmentation fault iron
I can't find a config file in my home directory.
Thanks
that error log looks like a mess! I had something similar on Debian a while back—database lock errors usually mean the profile got corrupted or something’s holding it up. First, try renaming the Iron profile folder (should be in ~/.config/srware or something like that) to force a fresh one. If that doesn’t work, maybe check if another process is hogging the database—kill any lingering Iron processes with pkill iron and restart. Also, what distro version are you on? Might help narrow it down!
maryacarter wrote: ↑Thu Feb 20, 2025 4:25 am
Hello,
I downloaded Iron from a .deb file.
I have be using it for a week or two. Today I can't open it. I get a message about my profile. Iron starts to open but shuts down. Here is the output when I try to start from the command line: Capybara Go Game
joe@crunchbang:~$ iron &
[1] 4134
joe@crunchbang:~$ [4134:4164:0403/115804:ERROR:connection.cc(1934)] History sqlite error 5, errno 0: database is locked, sql: PRAGMA journal_mode = TRUNCATE
[4134:4134:0403/115804:ERROR:logging.h(808)] Failed to call method: org.freedesktop.DBus.ObjectManager.GetManagedObjects: object_path= /: org.freedesktop.DBus.Error.UnknownMethod: Method "GetManagedObjects" with signature "" on interface "org.freedesktop.DBus.ObjectManager" doesn't exist
[4134:4134:0403/115804:ERROR:logging.h(808)] Failed to call method: org.freedesktop.DBus.ObjectManager.GetManagedObjects: object_path= /: org.freedesktop.DBus.Error.UnknownMethod: Method "GetManagedObjects" with signature "" on interface "org.freedesktop.DBus.ObjectManager" doesn't exist
[4134:4164:0403/115805:ERROR:connection.cc(1934)] History sqlite error 5, errno 0: database is locked, sql: PRAGMA cache_size=1000
[4134:4164:0403/115805:ERROR:connection.cc(1934)] History sqlite error 5, errno 0: database is locked, sql: CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY, value LONGVARCHAR)
[4134:4134:0403/115805:ERROR:desktop_window_tree_host_x11.cc(889)] Not implemented reached in virtual void views:esktopWindowTreeHostX11::InitModalType(ui::ModalType)
[1]+ Segmentation fault iron
I can't find a config file in my home directory.
Thanks
that error log looks like a mess! I had something similar on Debian a while back—database lock errors usually mean the profile got corrupted or something’s holding it up. First, try renaming the Iron profile folder (should be in ~/.config/srware or something like that) to force a fresh one. If that doesn’t work, maybe check if another process is hogging the database—kill any lingering Iron processes with pkill iron and restart. Also, what distro version are you on? Might help narrow it down!
The "database locked" error indicates that another instance of Iron or a related process is still using the database. Try killing any existing Iron processes.