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
May be related to #1381 but different progression. Possibly related to this specific mod update, but we should be able to handle the error better.
CKAN Version:
1.20.1-0-gd41fe54
Operating System:
Win10 x64
The issue you are experiencing:
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at CKAN.Main._MarkModForUpdate(String identifier)
at CKAN.Util.Invoke[T](T obj, Action action)
at CKAN.Main.PostInstallMods(Object sender, RunWorkerCompletedEventArgs e)
at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
How to recreate this issue:
Install TextureReplacer 2.5.0.
Add upgrade for TextureReplacer 2.5.1
On install, exception is thrown in GUI
The text was updated successfully, but these errors were encountered:
Can you try uninstalling Texture Replacer before installing the new version?
politas
added
Support
Issues that are support requests
Bug
Something is not working as intended
GUI
Issues affecting the interactive GUI
labels
Oct 21, 2016
Yep, fresh install of 2.5.1 with no 2.5.0 doesn't throw the exception. I was planning to investigate more later, just wanted to write it up so I didn't forget.
Should be fixed by #2184, as PostInstallMods no longer does this. If there's still a problem, it'll look different and need fresh investigation. Closing.
May be related to #1381 but different progression. Possibly related to this specific mod update, but we should be able to handle the error better.
CKAN Version:
1.20.1-0-gd41fe54
Operating System:
Win10 x64
The issue you are experiencing:
How to recreate this issue:
The text was updated successfully, but these errors were encountered: