Tom Englund
Tom Englund
> if (!g_pCompositor || g_pCompositor->shuttingdown) you want only that signal to not fire if compositor is dead or should i add it to listener.cpp and not emit any signals if...
tried it here. backtrace ``` 0 std::unreachable () at /usr/lib/gcc/x86_64-pc-linux-gnu/14/include/g++-v14/utility:223 #1 CCompositor::arrangeMonitors (this=0x555555f9aec0) at ../hyprland-9999/src/Compositor.cpp:2665 #2 0x0000555555df70f8 in CHyprRenderer::applyMonitorRule (this=0x5555569462a0, pMonitor=0x5555571c5cc0, pMonitorRule=0x7fffffffbfa0, force=false) at ../hyprland-9999/src/render/Renderer.cpp:2223 #3 0x0000555555a44463 in CConfigManager::performMonitorReload (this=0x555555fa8220)...
> try now unless @System64fumo has any objections, it works for me here with [6d67b84](https://github.com/hyprwm/Hyprland/commit/6d67b84469d5c12c5bbc4880f327ca8eb7a2ed2d)
https://invent.kde.org/plasma/kwin/-/commit/86ede0ecf270dd99cf1bceb36637d5fc35335cac
closing nested hits this. ``` /home/tom/dev/Hyprland/src/render/Renderer.cpp:519:31: runtime error: member access within null pointer of type 'struct CWorkspace' #0 0x555569915982 in CHyprRenderer::renderWorkspaceWindows(CMonitor*, Hyprutils::Memory::CSharedPointer, timespec*) /home/tom/dev/Hyprland/src/render/Renderer.cpp:519 #1 0x55556992919c in CHyprRenderer::renderAllClientsForWorkspace(CMonitor*, Hyprutils::Memory::CSharedPointer, timespec*,...
that one might be https://github.com/hyprwm/Hyprland/issues/7857
i have somewhat similiar issue, only i can get it to apply if i unplug the mouse and plug it back in. instead of reloading/restarting hyprland.
aq-git has just recently got a few fixes for it. my dual gpu laptop now hotplugs. but might be more things to work out. so test -git
does this occur in -git? i cant seem to reproduce it
> Bisected @ [016da23](https://github.com/hyprwm/Hyprland/commit/016da234d0e852de3ef20eb2e89ac58d2a85f6e7) with `swaylock & sleep 1 && hyprctl dispatch dpms off`, launched from TTY. Related: [hyprwm/hyprlock#434](https://github.com/hyprwm/hyprlock/issues/434) > > Possibly relevant crash report while bisecting @ [928d1dd](https://github.com/hyprwm/Hyprland/commit/928d1dd38a6e4a791d4a4374a4a3bf02311adbb2), but...