91861 / wayst

A simple terminal emulator
MIT License
293 stars 9 forks source link

listener function for opcode 4 of wl_output is NULL #101

Closed shoober420 closed 2 years ago

shoober420 commented 2 years ago

When trying to launch wayst, I get the following error.

@gentoo:~$ wayst
[warning] Error in config on line 20: invalid option 'h-bg-color'. 'wayst -h' to list options
[warning] Error in config on line 21: invalid option 'h-fg-color'. 'wayst -h' to list options
[warning] Could not find font 'MxPlus IBM VGA 8x16'
[warning] Could not find font 'MxPlus IBM VGA 8x16'
listener function for opcode 4 of wl_output is NULL
The process was killed by SIGABRT: Aborted
@gentoo:~$

This is not related to sway/wlroots as pointed out in this comment on the sway issue page.

https://github.com/swaywm/sway/issues/6717#issuecomment-994369578

Here is a commit for a program with the same issue that fixes the bug.

https://git.sr.ht/~exec64/imv/commit/c7306a6325df0282c16d60b7201b6bd963f76756

shoober420 commented 2 years ago

This appears to be fixed!