Taiko2k / Tauon

The music player of today! :city_sunrise:
https://tauonmusicbox.rocks
GNU General Public License v3.0
1.64k stars 64 forks source link

Crash on startup #1034

Open chris246 opened 9 months ago

chris246 commented 9 months ago

Tauon v7.6.7 crashes on startup:

Traceback (most recent call last):
  File "/app/bin/tauon.py", line 359, in <module>
    exec(main)
  File "/app/bin/t_modules/t_main.py", line 4333, in <module>
    auto_scale()
  File "/app/bin/t_modules/t_main.py", line 4302, in auto_scale
    prefs.scale_want = window_size[0] / logical_size[0]
                       ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
ZeroDivisionError: division by zero
Spicytin commented 4 months ago

Have the same issue, it occurs after enabling "prefer x11 on wayland" then restarting the app

yodatak commented 4 months ago

Same too