FelixKratz / JankyBorders

A lightweight window border system for macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repeated crash reports

ViaxCo opened this issue · comments

Hello there! I've quite enjoyed my experience using this package, great work on this.

I've experienced about two crashes so far, but I'm not exactly what the causes are. I'm putting pastebin links to them so that I don't clutter this issue with logs:

borders crash report 1
borders crash report 2

I am using yabai to start borders and this is my config:

borders active_color=0xFF03fc13 inactive_color=0x4D03fc13 width=5.0 hidpi=on &

Same for me. Borders crashed more than five times per day.
Running as brew service

#!/bin/bash

options=(
	style=round
	width=6.0
	hidpi=off
	active_color=0xff46ccff  # https://encycolorpedia.com/46ccff
	inactive_color=0xff414550 # https://encycolorpedia.com/414550
)

borders "${options[@]}"

My crash report
After crash dialog the app is still running.

borders active_color=0xFF03fc13 inactive_color=0x4D03fc13 width=5.0 hidpi=on &

I don't have any crashes. Try this
borders active_color=0xFF03fc13 inactive_color=0x4D03fc13 width=5.0 hidpi=on 2>/dev/null 1>&2 &

Duplicate of #83. Lets track the problem there.