Post AUcZ37B4O1VoY5f6fo by waddlesplash@mastodon.social
 (DIR) More posts by waddlesplash@mastodon.social
 (DIR) Post #AUc9L0XlC0dQNV99ns by pulkomandy@mastodon.tetaneutral.net
       2023-04-13T16:08:50Z
       
       0 likes, 1 repeats
       
       So, a few days ago I wrote a log viewer to use when working on WebKit. I still have not tried it with WebKit. I wanted to use gitk to clean my commits a bit first, but it was crashing due to a regression in our SDL2 port (our Tk port currently uses undroidwish and SDL2). I fixed it, started gitk, and ran into another regression in either SDL2 or Mesa, it crashes when resizing the window now.This succession of rabbit holes shows me that Haiku might not be quite ready for a stable release yet…
       
 (DIR) Post #AUcZ37B4O1VoY5f6fo by waddlesplash@mastodon.social
       2023-04-13T20:42:05Z
       
       0 likes, 0 repeats
       
       @pulkomandy Window resize crash isn't new, it's always been there, it was just intermittent before (when undroidwish had GL disabled, that probably makes the difference.) You can find stack traces on HaikuPorts bugtracker from months ago.It may be easier, if you don't mind digging in to Tk internals, to just fix the issue with stacking order on Xlibe... I can give you pointers of where I got stumped there.
       
 (DIR) Post #AUcZ37uRfJoAootLOq by pulkomandy@mastodon.tetaneutral.net
       2023-04-13T20:52:53Z
       
       0 likes, 0 repeats
       
       @waddlesplash I wasn't really looking for an extra rabbit hole to dig 😅. Started wish with the -sdlfullscreen option so I don't need to resize the window and continued my work on WebKit2 for now.I don't really want to learn X11 just to debug this. Briefly considered doing a native BeAPI port of Tk, but maybe later…
       
 (DIR) Post #AUcZ38VfQvaAgGJ4Pw by mmu_man@m.g3l.org
       2023-04-13T20:57:32Z
       
       0 likes, 0 repeats
       
       @pulkomandy @waddlesplash I recall starting doing that… IIRC I just had a few default icons done and that's it 😄