Code Monkey home page Code Monkey logo

Comments (8)

leukipp avatar leukipp commented on June 14, 2024 1

I have made some major code changes on the newest version. Please install the latest version from scratch (deleting the existing config.toml) and post the most recent crash log, if the error still occurs.

from cortile.

alimirrajei avatar alimirrajei commented on June 14, 2024 1

Dear @leukipp,

Thank you for your suggestion to install the latest version from scratch by deleting the existing config.toml. I have followed your instructions, but unfortunately, I am still experiencing the same error message:

FATA[2023-06-18T13:37:08+03:30] runtime error: invalid memory address or nil pointer dereference
goroutine 1 [running, locked to thread]:
runtime/debug.Stack()
	/opt/hostedtoolcache/go/1.18.10/x64/src/runtime/debug/stack.go:24 +0x65
main.start.func1()
	/home/runner/work/cortile/cortile/main.go:68 +0x3d
panic({0x6b6e00, 0x9575e0})
	/opt/hostedtoolcache/go/1.18.10/x64/src/runtime/panic.go:838 +0x207
github.com/leukipp/cortile/desktop.(*Workspace).IsEnabled(...)
	/home/runner/work/cortile/cortile/desktop/workspace.go:115
github.com/leukipp/cortile/desktop.(*Tracker).Update(0xc0002a0b40)
	/home/runner/work/cortile/cortile/desktop/tracker.go:73 +0x68
github.com/leukipp/cortile/desktop.(*Tracker).onStateUpdate(0xc0002a0b40, {0xc00001e450, 0x13})
	/home/runner/work/cortile/cortile/desktop/tracker.go:372 +0x28b
github.com/leukipp/cortile/store.stateCallbacks({0xc00001e450, 0x13})
	/home/runner/work/cortile/cortile/store/root.go:257 +0xae
github.com/leukipp/cortile/store.StateUpdate(0x412156?, {0x7fa63008cc88?})
	/home/runner/work/cortile/cortile/store/root.go:222 +0x486
github.com/BurntSushi/xgbutil/xevent.PropertyNotifyFun.Run(0x6b4600?, 0xc0002863c0?, {0x6d2660?, 0xc0004f62d0?})
	/home/runner/go/pkg/mod/github.com/!burnt!sushi/[email protected]/xevent/callback.go:311 +0x38
github.com/BurntSushi/xgbutil/xevent.runCallbacks(0xc0000de000, {0x6d2660, 0xc0004f62d0}, 0xc0000de000?, 0x76e108?)
	/home/runner/go/pkg/mod/github.com/!burnt!sushi/[email protected]/xevent/xevent.go:203 +0x11c
github.com/BurntSushi/xgbutil/xevent.processEventQueue(0xc0000de000, 0x0, 0x0)
	/home/runner/go/pkg/mod/github.com/!burnt!sushi/[email protected]/xevent/eventloop.go:253 +0x1065
github.com/BurntSushi/xgbutil/xevent.mainEventLoop(0xc0000de000, 0xc0002863f0?, 0xc00010fda8?, 0x0)
	/home/runner/go/pkg/mod/github.com/!burnt!sushi/[email protected]/xevent/eventloop.go:108 +0x48
github.com/BurntSushi/xgbutil/xevent.Main(...)
	/home/runner/go/pkg/mod/github.com/!burnt!sushi/[email protected]/xevent/eventloop.go:52
main.start()
	/home/runner/work/cortile/cortile/main.go:89 +0xdb
main.main()
	/home/runner/work/cortile/cortile/main.go:62 +0x16a 

from cortile.

leukipp avatar leukipp commented on June 14, 2024 1

Actually I don't have a way to reproduce your issue atm. I added some error logging and validation on the develop branch. Please try to follow the install instructions for development, (e.g. Option 1) and run cortile with -vv.

Let me then know what the latest entries in the log file are.

from cortile.

leukipp avatar leukipp commented on June 14, 2024 1
#...
DEBU[2023-06-18T22:41:37+03:30] Update client info [Xfce4-terminal]          
DEBU[2023-06-18T22:41:37+03:30] GetLayout from dbus interface com.canonical.dbusmenu [0 -1 [type label visible enabled children-display accessible-desc]] 
DEBU[2023-06-18T22:41:37+03:30] GetGroupProperties from dbus interface com.canonical.dbusmenu [[0 1 2 3] []] 
# suspend
INFO[2023-06-18T22:41:46+03:30] Screens []                                   
INFO[2023-06-18T22:41:46+03:30] Desktops []                                  
INFO[2023-06-18T22:41:46+03:30] State event _NET_DESKTOP_LAYOUT
#...

For some reasons your environment reports that no screens are connected.

We will have to go back and forth for some more time.
Please try the latest develop version, where I ignore invalid screen updates and debug this time with full logging -vvv.

from cortile.

alimirrajei avatar alimirrajei commented on June 14, 2024 1
cortile -vvv
LOAD /home/ali/.config/cortile/config.toml
INFO[2023-06-19T07:29:32+03:30] Connected to X server                        
INFO[2023-06-19T07:29:32+03:30] Screens [[(0, 0) 1920x1080]]                 
INFO[2023-06-19T07:29:32+03:30] Desktops [[(0, 27) 1920x1053]]               
DEBU[2023-06-19T07:29:32+03:30] Update trackable clients [0/6]               
INFO[2023-06-19T07:29:32+03:30] Ignore pinned window [Xfce4-panel]           
INFO[2023-06-19T07:29:32+03:30] Ignore pinned window [Xfdesktop]             
DEBU[2023-06-19T07:29:32+03:30] Update client info [Chromium]                
INFO[2023-06-19T07:29:32+03:30] Add client for each layout [Chromium]        
DEBU[2023-06-19T07:29:32+03:30] Add client for manager [Chromium, workspace-0-0] 
DEBU[2023-06-19T07:29:32+03:30] Add client for manager [Chromium, workspace-0-0] 
DEBU[2023-06-19T07:29:32+03:30] Add client for manager [Chromium, workspace-0-0] 
DEBU[2023-06-19T07:29:32+03:30] Add client for manager [Chromium, workspace-0-0] 
DEBU[2023-06-19T07:29:32+03:30] Add client for manager [Chromium, workspace-0-0] 
INFO[2023-06-19T07:29:32+03:30] Tile 1 windows with vertical-left layout [workspace-0-0] 
DEBU[2023-06-19T07:29:32+03:30] Update client info [Chromium]                
DEBU[2023-06-19T07:29:32+03:30] Update client info [Thunar]                  
INFO[2023-06-19T07:29:32+03:30] Add client for each layout [Thunar]          
DEBU[2023-06-19T07:29:32+03:30] Add client for manager [Thunar, workspace-1-0] 
DEBU[2023-06-19T07:29:32+03:30] Add client for manager [Thunar, workspace-1-0] 
DEBU[2023-06-19T07:29:32+03:30] Add client for manager [Thunar, workspace-1-0] 
DEBU[2023-06-19T07:29:32+03:30] Add client for manager [Thunar, workspace-1-0] 
DEBU[2023-06-19T07:29:32+03:30] Add client for manager [Thunar, workspace-1-0] 
INFO[2023-06-19T07:29:32+03:30] Tile 1 windows with vertical-left layout [workspace-1-0] 
DEBU[2023-06-19T07:29:32+03:30] Update client info [Thunar]                  
DEBU[2023-06-19T07:29:32+03:30] Update client info [Chromium]                
INFO[2023-06-19T07:29:32+03:30] Add client for each layout [Chromium]        
DEBU[2023-06-19T07:29:32+03:30] Add client for manager [Chromium, workspace-3-0] 
DEBU[2023-06-19T07:29:32+03:30] Add client for manager [Chromium, workspace-3-0] 
DEBU[2023-06-19T07:29:32+03:30] Add client for manager [Chromium, workspace-3-0] 
DEBU[2023-06-19T07:29:32+03:30] Add client for manager [Chromium, workspace-3-0] 
DEBU[2023-06-19T07:29:32+03:30] Add client for manager [Chromium, workspace-3-0] 
INFO[2023-06-19T07:29:32+03:30] Tile 1 windows with vertical-left layout [workspace-3-0] 
DEBU[2023-06-19T07:29:32+03:30] Update client info [Chromium]                
DEBU[2023-06-19T07:29:32+03:30] Update client info [Xfce4-terminal]          
INFO[2023-06-19T07:29:32+03:30] Add client for each layout [Xfce4-terminal]  
DEBU[2023-06-19T07:29:32+03:30] Add client for manager [Xfce4-terminal, workspace-2-0] 
DEBU[2023-06-19T07:29:32+03:30] Add client for manager [Xfce4-terminal, workspace-2-0] 
DEBU[2023-06-19T07:29:32+03:30] Add client for manager [Xfce4-terminal, workspace-2-0] 
DEBU[2023-06-19T07:29:32+03:30] Add client for manager [Xfce4-terminal, workspace-2-0] 
DEBU[2023-06-19T07:29:32+03:30] Add client for manager [Xfce4-terminal, workspace-2-0] 
INFO[2023-06-19T07:29:32+03:30] Tile 1 windows with vertical-left layout [workspace-2-0] 
DEBU[2023-06-19T07:29:32+03:30] Update client info [Xfce4-terminal]          
TRAC[2023-06-19T07:29:32+03:30] Client property event WM_NORMAL_HINTS [Chromium] 
TRAC[2023-06-19T07:29:32+03:30] Client structure event [Chromium]            
TRAC[2023-06-19T07:29:32+03:30] Client property event WM_NORMAL_HINTS [Thunar] 
TRAC[2023-06-19T07:29:32+03:30] Client structure event [Thunar]              
DEBU[2023-06-19T07:29:32+03:30] NameLost from dbus interface org.freedesktop.DBus [:1.263] 
TRAC[2023-06-19T07:29:32+03:30] Client structure event [Thunar]              
TRAC[2023-06-19T07:29:32+03:30] Client structure event [Thunar]              
TRAC[2023-06-19T07:29:32+03:30] Client property event WM_NORMAL_HINTS [Chromium] 
TRAC[2023-06-19T07:29:32+03:30] Client structure event [Chromium]            
TRAC[2023-06-19T07:29:32+03:30] Client property event WM_NORMAL_HINTS [Xfce4-terminal] 
TRAC[2023-06-19T07:29:32+03:30] Client structure event [Xfce4-terminal]      
TRAC[2023-06-19T07:29:32+03:30] Client structure event [Xfce4-terminal]      
TRAC[2023-06-19T07:29:32+03:30] Client structure event [Xfce4-terminal]      
TRAC[2023-06-19T07:29:32+03:30] Client structure event [Xfce4-terminal]      
TRAC[2023-06-19T07:29:32+03:30] Client structure event [Xfce4-terminal]      
DEBU[2023-06-19T07:29:32+03:30] GetLayout from dbus interface com.canonical.dbusmenu [0 -1 [type label visible enabled children-display accessible-desc]] 
DEBU[2023-06-19T07:29:32+03:30] GetGroupProperties from dbus interface com.canonical.dbusmenu [[0 1 2 3] []] 
TRAC[2023-06-19T07:29:45+03:30] Client structure event [Chromium]            
TRAC[2023-06-19T07:29:45+03:30] Client structure event [Chromium]            
TRAC[2023-06-19T07:29:45+03:30] Client structure event [Xfce4-terminal]      
TRAC[2023-06-19T07:29:45+03:30] Client structure event [Chromium]            
TRAC[2023-06-19T07:29:45+03:30] Client structure event [Thunar]              
TRAC[2023-06-19T07:29:45+03:30] Client structure event [Chromium]            
TRAC[2023-06-19T07:29:45+03:30] Client structure event [Xfce4-terminal]      
WARN[2023-06-19T07:29:45+03:30] Error retrieving screen dimensions           
WARN[2023-06-19T07:29:45+03:30] Error retrieving screen dimensions           
INFO[2023-06-19T07:29:45+03:30] Screens [[(0, 27) 1920x1053]]                
INFO[2023-06-19T07:29:45+03:30] Desktops [[(0, 27) 1920x1053]]               
INFO[2023-06-19T07:29:45+03:30] State event _NET_DESKTOP_LAYOUT              
DEBU[2023-06-19T07:29:45+03:30] Update trackable clients [4/6]               
INFO[2023-06-19T07:29:45+03:30] Ignore pinned window [Xfce4-panel]           
INFO[2023-06-19T07:29:45+03:30] Ignore pinned window [Xfdesktop]             
TRAC[2023-06-19T07:29:47+03:30] Client focus out event [Xfce4-terminal]      
TRAC[2023-06-19T07:29:48+03:30] Client focus in event [Xfce4-terminal]       
TRAC[2023-06-19T07:29:48+03:30] Client focus out event [Xfce4-terminal]      
TRAC[2023-06-19T07:29:48+03:30] Client structure event [Chromium]            
TRAC[2023-06-19T07:29:48+03:30] Client structure event [Thunar]              
TRAC[2023-06-19T07:29:48+03:30] Client structure event [Chromium]            
TRAC[2023-06-19T07:29:48+03:30] Client structure event [Xfce4-terminal]      
WARN[2023-06-19T07:29:48+03:30] Error retrieving screen dimensions           
WARN[2023-06-19T07:29:48+03:30] Error retrieving screen dimensions           
INFO[2023-06-19T07:29:48+03:30] Screens [[(0, 27) 1920x1053]]                
INFO[2023-06-19T07:29:48+03:30] Desktops [[(0, 27) 1920x1053]]               
INFO[2023-06-19T07:29:48+03:30] State event _NET_DESKTOP_LAYOUT              
DEBU[2023-06-19T07:29:48+03:30] Update trackable clients [4/6]               
INFO[2023-06-19T07:29:48+03:30] Ignore pinned window [Xfce4-panel]           
INFO[2023-06-19T07:29:48+03:30] Ignore pinned window [Xfdesktop]             
TRAC[2023-06-19T07:29:48+03:30] Client focus in event [Xfce4-terminal]       
TRAC[2023-06-19T07:29:48+03:30] Client focus out event [Xfce4-terminal]      
TRAC[2023-06-19T07:29:48+03:30] Client focus in event [Xfce4-terminal]       
TRAC[2023-06-19T07:29:48+03:30] Client focus out event [Xfce4-terminal]      
TRAC[2023-06-19T07:29:48+03:30] Client focus in event [Xfce4-terminal]       
TRAC[2023-06-19T07:29:48+03:30] Client focus out event [Xfce4-terminal]      
TRAC[2023-06-19T07:41:25+03:30] Client structure event [Chromium]            
TRAC[2023-06-19T07:41:25+03:30] Client structure event [Xfce4-terminal]      
INFO[2023-06-19T07:41:25+03:30] Screens [[(0, 0) 1920x1080]]                 
INFO[2023-06-19T07:41:25+03:30] Desktops [[(0, 27) 1920x1053]]               
INFO[2023-06-19T07:41:25+03:30] State event _NET_DESKTOP_LAYOUT              
DEBU[2023-06-19T07:41:25+03:30] Update trackable clients [4/6]               
INFO[2023-06-19T07:41:25+03:30] Ignore pinned window [Xfce4-panel]           
INFO[2023-06-19T07:41:25+03:30] Ignore pinned window [Xfdesktop]             
TRAC[2023-06-19T07:41:25+03:30] Client focus in event [Xfce4-terminal]       
TRAC[2023-06-19T07:41:25+03:30] Client focus out event [Xfce4-terminal]      
TRAC[2023-06-19T07:41:25+03:30] Client focus in event [Xfce4-terminal]       
TRAC[2023-06-19T07:41:25+03:30] Client focus out event [Xfce4-terminal]      
TRAC[2023-06-19T07:41:25+03:30] Client focus in event [Xfce4-terminal]       
TRAC[2023-06-19T07:41:25+03:30] Client focus out event [Xfce4-terminal]      
TRAC[2023-06-19T07:41:25+03:30] Client focus in event [Xfce4-terminal]       
TRAC[2023-06-19T07:41:25+03:30] Client focus out event [Xfce4-terminal]      
TRAC[2023-06-19T07:41:25+03:30] Client focus in event [Xfce4-terminal]       
TRAC[2023-06-19T07:41:25+03:30] Client focus out event [Xfce4-terminal]      
TRAC[2023-06-19T07:41:25+03:30] Client focus in event [Xfce4-terminal]       
TRAC[2023-06-19T07:41:25+03:30] Client focus out event [Xfce4-terminal]      
TRAC[2023-06-19T07:41:30+03:30] Client focus in event [Xfce4-terminal]       
^CINFO[2023-06-19T07:41:37+03:30] Execute action [exit]                        
INFO[2023-06-19T07:41:37+03:30] Untile 1 windows [workspace-2-0]             
TRAC[2023-06-19T07:41:37+03:30] Client property event _MOTIF_WM_HINTS [Xfce4-terminal] 
TRAC[2023-06-19T07:41:37+03:30] Client property event WM_NORMAL_HINTS [Xfce4-terminal] 
TRAC[2023-06-19T07:41:37+03:30] Client structure event [Xfce4-terminal]      
DEBU[2023-06-19T07:41:37+03:30] Update client info [Xfce4-terminal]          
INFO[2023-06-19T07:41:37+03:30] Untile 1 windows [workspace-3-0]             
TRAC[2023-06-19T07:41:37+03:30] Client structure event [Xfce4-terminal]      
DEBU[2023-06-19T07:41:37+03:30] Update client info [Chromium]                
INFO[2023-06-19T07:41:37+03:30] Untile 0 windows [workspace-4-0]             
INFO[2023-06-19T07:41:37+03:30] Untile 0 windows [workspace-6-0]             
INFO[2023-06-19T07:41:37+03:30] Untile 0 windows [workspace-7-0]             
INFO[2023-06-19T07:41:37+03:30] Untile 0 windows [workspace-8-0]             
INFO[2023-06-19T07:41:37+03:30] Untile 1 windows [workspace-0-0]             
TRAC[2023-06-19T07:41:37+03:30] Client property event _NET_FRAME_EXTENTS [Xfce4-terminal] 
TRAC[2023-06-19T07:41:37+03:30] Client structure event [Xfce4-terminal]      
DEBU[2023-06-19T07:41:37+03:30] Update client info [Chromium]                
INFO[2023-06-19T07:41:37+03:30] Untile 0 windows [workspace-5-0]             
INFO[2023-06-19T07:41:37+03:30] Untile 1 windows [workspace-1-0]             
TRAC[2023-06-19T07:41:37+03:30] Client structure event [Xfce4-terminal]      
DEBU[2023-06-19T07:41:37+03:30] Update client info [Thunar]

Thank you, I appreciate your assistance with this issue. I'm happy to report that Cortile is now alive after being suspended

from cortile.

leukipp avatar leukipp commented on June 14, 2024 1

This fix is now also included in the latest published version.

from cortile.

alimirrajei avatar alimirrajei commented on June 14, 2024
~/go/bin
⟩ ./cortile -vv
LOAD /home/ali/.config/cortile/config.toml
INFO[2023-06-18T22:41:37+03:30] Connected to X server                        
INFO[2023-06-18T22:41:37+03:30] Screens [[(0, 0) 1920x1080]]                 
INFO[2023-06-18T22:41:37+03:30] Desktops [[(0, 27) 1920x1053]]               
DEBU[2023-06-18T22:41:37+03:30] Update trackable clients [0/6]               
INFO[2023-06-18T22:41:37+03:30] Ignore pinned window [Xfce4-panel]           
INFO[2023-06-18T22:41:37+03:30] Ignore pinned window [Xfdesktop]             
DEBU[2023-06-18T22:41:37+03:30] Update client info [Chromium]                
INFO[2023-06-18T22:41:37+03:30] Add client for each layout [Chromium]        
DEBU[2023-06-18T22:41:37+03:30] Add client for manager [Chromium, workspace-0-0] 
DEBU[2023-06-18T22:41:37+03:30] Add client for manager [Chromium, workspace-0-0] 
DEBU[2023-06-18T22:41:37+03:30] Add client for manager [Chromium, workspace-0-0] 
DEBU[2023-06-18T22:41:37+03:30] Add client for manager [Chromium, workspace-0-0] 
DEBU[2023-06-18T22:41:37+03:30] Add client for manager [Chromium, workspace-0-0] 
INFO[2023-06-18T22:41:37+03:30] Tile 1 windows with vertical-left layout [workspace-0-0] 
DEBU[2023-06-18T22:41:37+03:30] Update client info [Chromium]                
DEBU[2023-06-18T22:41:37+03:30] Update client info [Thunar]                  
INFO[2023-06-18T22:41:37+03:30] Add client for each layout [Thunar]          
DEBU[2023-06-18T22:41:37+03:30] Add client for manager [Thunar, workspace-1-0] 
DEBU[2023-06-18T22:41:37+03:30] Add client for manager [Thunar, workspace-1-0] 
DEBU[2023-06-18T22:41:37+03:30] Add client for manager [Thunar, workspace-1-0] 
DEBU[2023-06-18T22:41:37+03:30] Add client for manager [Thunar, workspace-1-0] 
DEBU[2023-06-18T22:41:37+03:30] Add client for manager [Thunar, workspace-1-0] 
INFO[2023-06-18T22:41:37+03:30] Tile 1 windows with vertical-left layout [workspace-1-0] 
DEBU[2023-06-18T22:41:37+03:30] Update client info [Thunar]                  
DEBU[2023-06-18T22:41:37+03:30] Update client info [Chromium]                
INFO[2023-06-18T22:41:37+03:30] Add client for each layout [Chromium]        
DEBU[2023-06-18T22:41:37+03:30] Add client for manager [Chromium, workspace-3-0] 
DEBU[2023-06-18T22:41:37+03:30] Add client for manager [Chromium, workspace-3-0] 
DEBU[2023-06-18T22:41:37+03:30] Add client for manager [Chromium, workspace-3-0] 
DEBU[2023-06-18T22:41:37+03:30] Add client for manager [Chromium, workspace-3-0] 
DEBU[2023-06-18T22:41:37+03:30] Add client for manager [Chromium, workspace-3-0] 
INFO[2023-06-18T22:41:37+03:30] Tile 1 windows with vertical-left layout [workspace-3-0] 
DEBU[2023-06-18T22:41:37+03:30] Update client info [Chromium]                
DEBU[2023-06-18T22:41:37+03:30] Update client info [Xfce4-terminal]          
INFO[2023-06-18T22:41:37+03:30] Add client for each layout [Xfce4-terminal]  
DEBU[2023-06-18T22:41:37+03:30] Add client for manager [Xfce4-terminal, workspace-2-0] 
DEBU[2023-06-18T22:41:37+03:30] Add client for manager [Xfce4-terminal, workspace-2-0] 
DEBU[2023-06-18T22:41:37+03:30] Add client for manager [Xfce4-terminal, workspace-2-0] 
DEBU[2023-06-18T22:41:37+03:30] Add client for manager [Xfce4-terminal, workspace-2-0] 
DEBU[2023-06-18T22:41:37+03:30] Add client for manager [Xfce4-terminal, workspace-2-0] 
INFO[2023-06-18T22:41:37+03:30] Tile 1 windows with vertical-left layout [workspace-2-0] 
DEBU[2023-06-18T22:41:37+03:30] Update client info [Xfce4-terminal]          
DEBU[2023-06-18T22:41:37+03:30] GetLayout from dbus interface com.canonical.dbusmenu [0 -1 [type label visible enabled children-display accessible-desc]] 
DEBU[2023-06-18T22:41:37+03:30] GetGroupProperties from dbus interface com.canonical.dbusmenu [[0 1 2 3] []] 
INFO[2023-06-18T22:41:46+03:30] Screens []                                   
INFO[2023-06-18T22:41:46+03:30] Desktops []                                  
INFO[2023-06-18T22:41:46+03:30] State event _NET_DESKTOP_LAYOUT              
DEBU[2023-06-18T22:41:46+03:30] Reset trackable clients [4/6]                
DEBU[2023-06-18T22:41:46+03:30] Update client info [Thunar]                  
INFO[2023-06-18T22:41:46+03:30] Remove client from each layout [Thunar]      
DEBU[2023-06-18T22:41:46+03:30] Remove client from manager [Thunar, workspace-1-0] 
DEBU[2023-06-18T22:41:46+03:30] Remove client from manager [Thunar, workspace-1-0] 
DEBU[2023-06-18T22:41:46+03:30] Remove client from manager [Thunar, workspace-1-0] 
DEBU[2023-06-18T22:41:46+03:30] Remove client from manager [Thunar, workspace-1-0] 
DEBU[2023-06-18T22:41:46+03:30] Remove client from manager [Thunar, workspace-1-0] 
INFO[2023-06-18T22:41:46+03:30] Tile 0 windows with vertical-left layout [workspace-1-0] 
DEBU[2023-06-18T22:41:46+03:30] Update client info [Chromium]                
INFO[2023-06-18T22:41:46+03:30] Remove client from each layout [Chromium]    
DEBU[2023-06-18T22:41:46+03:30] Remove client from manager [Chromium, workspace-3-0] 
DEBU[2023-06-18T22:41:46+03:30] Remove client from manager [Chromium, workspace-3-0] 
DEBU[2023-06-18T22:41:46+03:30] Remove client from manager [Chromium, workspace-3-0] 
DEBU[2023-06-18T22:41:46+03:30] Remove client from manager [Chromium, workspace-3-0] 
DEBU[2023-06-18T22:41:46+03:30] Remove client from manager [Chromium, workspace-3-0] 
INFO[2023-06-18T22:41:46+03:30] Tile 0 windows with vertical-left layout [workspace-3-0] 
DEBU[2023-06-18T22:41:46+03:30] Update client info [Xfce4-terminal]          
INFO[2023-06-18T22:41:46+03:30] Remove client from each layout [Xfce4-terminal] 
DEBU[2023-06-18T22:41:46+03:30] Remove client from manager [Xfce4-terminal, workspace-2-0] 
DEBU[2023-06-18T22:41:46+03:30] Remove client from manager [Xfce4-terminal, workspace-2-0] 
DEBU[2023-06-18T22:41:46+03:30] Remove client from manager [Xfce4-terminal, workspace-2-0] 
DEBU[2023-06-18T22:41:46+03:30] Remove client from manager [Xfce4-terminal, workspace-2-0] 
DEBU[2023-06-18T22:41:46+03:30] Remove client from manager [Xfce4-terminal, workspace-2-0] 
INFO[2023-06-18T22:41:46+03:30] Tile 0 windows with vertical-left layout [workspace-2-0] 
DEBU[2023-06-18T22:41:46+03:30] Update client info [Chromium]                
INFO[2023-06-18T22:41:46+03:30] Remove client from each layout [Chromium]    
DEBU[2023-06-18T22:41:46+03:30] Remove client from manager [Chromium, workspace-0-0] 
DEBU[2023-06-18T22:41:46+03:30] Remove client from manager [Chromium, workspace-0-0] 
DEBU[2023-06-18T22:41:46+03:30] Remove client from manager [Chromium, workspace-0-0] 
DEBU[2023-06-18T22:41:46+03:30] Remove client from manager [Chromium, workspace-0-0] 
DEBU[2023-06-18T22:41:46+03:30] Remove client from manager [Chromium, workspace-0-0] 
INFO[2023-06-18T22:41:46+03:30] Tile 0 windows with vertical-left layout [workspace-0-0] 
WARN[2023-06-18T22:41:46+03:30] Invalid active workspace [workspace-2-0]     
WARN[2023-06-18T22:41:46+03:30] Invalid active workspace [workspace-2-0]     
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x690a54]

goroutine 5 [running]:
github.com/leukipp/cortile/desktop.(*Workspace).ActiveLayout(...)
	/home/ali/go/pkg/mod/github.com/leukipp/[email protected]/desktop/workspace.go:64
github.com/leukipp/cortile/ui.UpdateIcon(0xc00009ece0)
	/home/ali/go/pkg/mod/github.com/leukipp/[email protected]/ui/icon.go:30 +0x34
github.com/leukipp/cortile/input.BindMouse.func1()
	/home/ali/go/pkg/mod/github.com/leukipp/[email protected]/input/mousebinding.go:25 +0x58
github.com/leukipp/cortile/input.poll.func1()
	/home/ali/go/pkg/mod/github.com/leukipp/[email protected]/input/mousebinding.go:54 +0x9b
created by github.com/leukipp/cortile/input.poll
	/home/ali/go/pkg/mod/github.com/leukipp/[email protected]/input/mousebinding.go:48 +0x6c

from cortile.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.