From 7ee008e150bc5bcf76082d726f719ee0fdfda982 Mon Sep 17 00:00:00 2001 From: SulfurNitride Date: Wed, 11 Feb 2026 02:37:39 -0600 Subject: Fluorine Manager: full Linux port of Mod Organizer 2 Complete native Linux port with FUSE-based virtual filesystem, Proton/umu-run integration, and Flatpak packaging. Key features: - FUSE VFS replacing Windows USVFS (in-process + standalone helper for Flatpak) - Proton/GE-Proton/umu-run launcher with env var forwarding - Flatpak support (sandbox-aware VFS, NXM handler, umu-run) - Wine prefix management UI - Case-insensitive path resolution for Linux filesystems - QSettings-safe INI handling (avoids Bethesda INI corruption) - Portable instance support with auto-generated launcher scripts Co-Authored-By: Claude Opus 4.6 --- .../src/ScriptExtenderPluginChecker_en.ts | 138 +++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 libs/script_extender_plugin_checker/src/ScriptExtenderPluginChecker_en.ts (limited to 'libs/script_extender_plugin_checker/src/ScriptExtenderPluginChecker_en.ts') diff --git a/libs/script_extender_plugin_checker/src/ScriptExtenderPluginChecker_en.ts b/libs/script_extender_plugin_checker/src/ScriptExtenderPluginChecker_en.ts new file mode 100644 index 0000000..bbc6872 --- /dev/null +++ b/libs/script_extender_plugin_checker/src/ScriptExtenderPluginChecker_en.ts @@ -0,0 +1,138 @@ + + + + + CouldntLoadPluginMessage + + + Couldn't load {0} ({2}). A dependency DLL could not be found (code {1}). {3} + + + + + Couldn't load {0} ({2}). A DLL is invalid (code {1}). + + + + + Couldn't load {0} ({2}). The last error code was {1}. + + + + + NormalPluginMessage + + + {0} version {1} ({2}, {4}) {3}. + + + + + loaded correctly + + + + + disabled, address library needs to be updated + + + + + disabled, fatal error occurred while loading plugin + + + + + disabled, bad version data + + + + + disabled, no name specified + + + + + disabled, unsupported version independence method + + + + + disabled, incompatible with current runtime version + + + + + disabled, requires newer script extender + + + + + reported as incompatible during query + + + + + reported as incompatible during load + + + + + disabled, fatal error occurred while checking plugin compatibility + + + + + disabled, fatal error occurred while querying plugin + + + + + NotAPluginMessage + + + {0} ({1}) does not appear to be a script extender plugin. + + + + + PluginMessage + + + {0} ({1}) existed. + + + + + ScriptExtenderPluginChecker + + + Script Extender Plugin Load Checker + + + + + Checks script extender log to see if any plugins failed to load. + + + + + Script extender log reports incompatible plugins. + + + + + You have one or more script extender plugins which failed to load! + + If you want this notification to go away, here are some steps you can take: + • Look for updates to the mod or the specific plugin included in the mod. + • Disable the mod containing the plugin. + • Hide or delete the plugin from the mod. + +To refresh the script extender logs, you will need to run the game and/or editor again! + +The failed plugins are:{0} + + + + -- cgit v1.3.1