You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pressing the button "Transfers" with a clean install and no campaign loaded causes the following error:
'NoneType' object has no attribute 'coalition_for'
Traceback (most recent call last):
File "qt_ui\models.py", line 380, in rowCount
File "qt_ui\models.py", line 377, in transfers
AttributeError: 'NoneType' object has no attribute 'coalition_for'
Same with the button "Air Wing":
'NoneType' object has no attribute 'theater'
Traceback (most recent call last):
File "qt_ui\windows\QLiberationWindow.py", line 545, in showAirWingDialog
File "qt_ui\windows\AirWingDialog.py", line 262, in __init__
File "qt_ui\windows\AirWingDialog.py", line 240, in __init__
AttributeError: 'NoneType' object has no attribute 'theater'
Save game and other files (save game required, bugs without saves will be closed)
The bug happens without any campaigns started on a clean install of liberation, so there are no files in %USERPROFILE%/Saved Games/DCS/Liberation/Saves
Affected versions
12.0.1
Build information
DCS Liberation 12.0.0
Description
Pressing the button "Transfers" with a clean install and no campaign loaded causes the following error:
Same with the button "Air Wing":
Save game and other files (save game required, bugs without saves will be closed)
The bug happens without any campaigns started on a clean install of liberation, so there are no files in
%USERPROFILE%/Saved Games/DCS/Liberation/Saves
Log: liberation.log
The text was updated successfully, but these errors were encountered: