1. Trouble with the game?
    Try the troubleshooter!

    Dismiss Notice
  2. Issues with the game?
    Check the Known Issues list before reporting!

    Dismiss Notice
  3. Before reporting issues or bugs, please check the up-to-date Bug Reporting Thread for the current version.
    0.35 Bug Reporting thread
    Solutions and more information may already be available.

Unable to remove / unsubscribe from mods

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by Unster, Jun 3, 2019.

  1. Unster

    Unster
    Expand Collapse

    Joined:
    Jan 23, 2018
    Messages:
    487
    This happens on the tab that lists your currently installed mods. The X does nothing. The only way to remove a mod seems to be finding it in the repository and unsubscribing from it there. This must have been broken in a recent version (16.x) as it used to work in the previous ones.
     
    • Agree Agree x 1
  2. PriusRepellent

    PriusRepellent
    Expand Collapse

    Joined:
    Mar 19, 2018
    Messages:
    353
    Try clicking on the mod for more details then pressing the button that says to unsubscribe. I've had this problem too and that's what I found to work.
     
    • Informative Informative x 1
  3. PriusRepellent

    PriusRepellent
    Expand Collapse

    Joined:
    Mar 19, 2018
    Messages:
    353
    I did some investigating into this. When attempting to unsubscribe from a mod in the mods tab by pressing the red X, nothing happens. Upon launching the CEF debugger, I found this in the CEF console. I hope the developers find this helpful in fixing the issue.

    Code:
    TypeError: vm.missingList.indexOf is not a function
        at m.$scope.unsubscribe (modmanager.js:170)
        at fn (eval at compile (angular.min.js:233), <anonymous>:4:522)
        at b (angular.min.js:126)
        at e (angular.min.js:276)
        at m.$eval (angular.min.js:145)
        at m.$apply (angular.min.js:146)
        at HTMLElement.<anonymous> (angular.min.js:276)
        at Sf (angular.min.js:37)
        at HTMLElement.d (angular.min.js:37)
    (anonymous)    @    angular.min.js:118
    
    Edit: modmanager.js line 170. Replacing that line with this seems to fix it.
    Code:
    var index = mod.id;
     
    #3 PriusRepellent, Jun 4, 2019
    Last edited: Jun 4, 2019
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice