Fris0uman / CDDA-Game-Launcher

A Cataclysm: Dark Days Ahead launcher
MIT License
53 stars 2 forks source link

Unhandled exception: Launcher crashes on load #36

Closed ZacPJ closed 2 years ago

ZacPJ commented 2 years ago
onura46 commented 2 years ago

I can confirm this on version 1.6.2, as well.

CDDA Game Launcher version: 1.6.2
OS: Windows-10-10.0.19041-SP0 (64-bit)
Type: <class 'AttributeError'>
Value: 'NoneType' object has no attribute 'split'
Traceback:
File "cddagl\ui\views\main.py", line 1503, in showEvent

File "cddagl\ui\views\main.py", line 3380, in refresh_builds
File "cddagl\ui\views\main.py", line 3406, in refresh_changelog
Fris0uman commented 2 years ago

My suspiscion is that right now ther is at least one merged PR in dda with a weirdly formatted description and the launcher can't handle it because I wasn't very smart in the way I coded it It might solve itself once enough PR roll in to push that one out of the changelog. I'll look into a proper fix this weekend