When I start MO2 after Plugin Finder is disabled, it will get stuck and not show up and there has errors in logs that Plugin Finder failed download files from links like this: https://raw.githubusercontent.com/Kezyma/ModOrganizer-Plugins/main/directory/hosted/modorganizertoopenmw.json
Root builder plugin latest is v5.0.5 (both github and nexus) But its showing v5.0.4 is the latest here is the ss
Edit: I also wanted to add this Crash Log Tools for MO2 - Updated I was using the json generator but I don't know how to add download URL from nexus. I didn't find any github release. But the source is here. Another plugin Load Order Library MO2 Plugin is wasn't sure about data path so couldn't add it. Github link
I haven't been succesfull in installing this one, how am I supposed to find other plugins? I mean, I unpack this and put it in the plugins folder, but nothing show up under tools in MO2 interface.... All MO2 executables are marked as exceptions in windows antivirus, and I'm running them as admin, so I'm really lost. Any tip on how to get this one (and the other plugins) working?
"Has failed to load the plugin 'plugin_pyhton' last time it was started" suffice to say, PF doesn't function at all for my MO2. I'm running MO2 through a bottle on Linux so I'm basically working in the dark here
Thank you. Your setup tool at least works here, plugins and all EDIT: Nvm, doesn't work through Bottles which I need for setting up nxm links. Oh well...
I notice that in \MO2\logs\mo_interface.log, I am getting this error message:
[2024-04-29 13:42:09.531 I] [common_log.py:20] [PluginFinder] Checking for Mod Organizer plugin. [2024-04-29 13:42:09.783 I] [common_log.py:20] [PluginFinder] No Mod Organizer plugin found.
I have deleted, rebooted MO2, and reinstalled by copying the contents of Plugin Finder 2.0.1-59869-2-0-1-1701701160.zip in to the plugin's folder.
The message suggested to me that either MO2 could not find the full installation of PluginFinder itself, or that it can't see ANY Mod Organizer plugins.
I actually have a few plugins installed under Settings > Plugins:
Plugin Finder sees your plugins I have installed like the awesome Curation Club and Plugin Finder itself, but shouldn't it see the others? Or are they unsupported? I am mostly just concerned about everything working right. If this is how its currently supposed to work, then I am OK.
I do see that under the MO2 drop down menus at the top > Tools > Tool Plugins, there are 5 things, but not the plugins I list here.
It searches for plugins that it can manage and marks them as installed. If they are already marked as installed or none of them are in PF, then it'll say it can't find any.
Errors always explicitly say that they are an error, that's not this. If you install a plugin supported by PF manually, you'll see you get a different message the first time you run MO2 afterwards and then it goes back to this again.
Your newest version is completely broken due to a syntax error in the plugins\pluginfinder\plugin\pluginfinder\modules\pluginfinder_install.py file. With this issue none of the installation buttons will work and you won't be able to install any plugins. The solution to this is to replace line 69: self._installFromFile(str(tempName), pluginId) with self.installFromFile(str(tempName), pluginId) (basically just remove that underscore).
If anyone is having issues with the latest version, you can fix it by doing that yourself until the author fixes it.
Replaced it, seems like it was the result of some unfinished cleanup after testing! If you come across anything else, feel free to drop a message in discord and I'll usually see it pretty quickly!
No, but you can get the download url from the directory to make a meta file; https://github.com/Kezyma/ModOrganizer-Plugins/blob/main/directory/plugin_directory.json
Better to download from nexus and get the meta from there though, if you're doing WJ lists, makes it less likely for updates to break the list.
57 comments
For support and/or help, please check the dedicated Discord server for my mods and/or the Documentation website.
and there has errors in logs that Plugin Finder failed download files from links like this:
https://raw.githubusercontent.com/Kezyma/ModOrganizer-Plugins/main/directory/hosted/modorganizertoopenmw.json
But its showing v5.0.4 is the latest
here is the ss
Edit: I also wanted to add this Crash Log Tools for MO2 - Updated I was using the json generator but I don't know how to add download URL from nexus. I didn't find any github release. But the source is here.
Another plugin Load Order Library MO2 Plugin is wasn't sure about data path so couldn't add it. Github link
My plugins may not work on linux at all, even if python loads
EDIT: Nvm, doesn't work through Bottles which I need for setting up nxm links. Oh well...
I notice that in \MO2\logs\mo_interface.log, I am getting this error message:
[2024-04-29 13:42:09.531 I] [common_log.py:20] [PluginFinder] Checking for Mod Organizer plugin.
[2024-04-29 13:42:09.783 I] [common_log.py:20] [PluginFinder] No Mod Organizer plugin found.
I have deleted, rebooted MO2, and reinstalled by copying the contents of Plugin Finder 2.0.1-59869-2-0-1-1701701160.zip in to the plugin's folder.
It has not helped. Does this indicated a problem?
The message suggested to me that either MO2 could not find the full installation of PluginFinder itself, or that it can't see ANY Mod Organizer plugins.
I actually have a few plugins installed under Settings > Plugins:
Bethesda Plugin Manager for Mod Organizer is one. It is working pretty well.
Preview NIF
BSA Extractor 2
Plugin Finder sees your plugins I have installed like the awesome Curation Club and Plugin Finder itself, but shouldn't it see the others? Or are they unsupported? I am mostly just concerned about everything working right. If this is how its currently supposed to work, then I am OK.
I do see that under the MO2 drop down menus at the top > Tools > Tool Plugins, there are 5 things, but not the plugins I list here.
I have MO2 2.5.0 and Skyrim AE 1.6.640.
Errors always explicitly say that they are an error, that's not this. If you install a plugin supported by PF manually, you'll see you get a different message the first time you run MO2 afterwards and then it goes back to this again.
Endorsed! And Kudo-ed!
plugins\pluginfinder\plugin\pluginfinder\modules\pluginfinder_install.py
file. With this issue none of the installation buttons will work and you won't be able to install any plugins. The solution to this is to replace line 69:self._installFromFile(str(tempName), pluginId)
withself.installFromFile(str(tempName), pluginId)
(basically just remove that underscore).If anyone is having issues with the latest version, you can fix it by doing that yourself until the author fixes it.
If you come across anything else, feel free to drop a message in discord and I'll usually see it pretty quickly!
Thanks man.
Btw, I still had to edit it manually after installing latest upload of v2.0.0 of this plugin to Nexus at 02 Dec 2023, 7.24PM.
Maybe the fixed version hasn't been posted to Nexus yet?
Better to download from nexus and get the meta from there though, if you're doing WJ lists, makes it less likely for updates to break the list.