57 Commits
Author SHA1 Message Date
Chris Bessent 49a0a12a3e Update translations 2021-11-26 13:38:39 -07:00
Chris Bessent 3066ee1273 Update translations 2021-11-23 20:59:17 -07:00
Chris Bessent 3fb23a7f68 Merge pull request #12 from ianpatt/patch-1
Add non-failure status message to plugin checker
2021-11-23 20:03:25 -07:00
Chris Bessent 753ebf0bc9 Add translations for new messages 2021-11-23 20:02:36 -07:00
ianpatt 06310e28de fix regexp for optional name and error code 2021-11-23 17:30:00 -08:00
Chris Bessent ef19ec22a9 Merge pull request #11 from LostDragonist/ttw_fix
Don't read ttw_nvse.log for TTW instances
2021-11-22 15:39:32 -07:00
Ian Patterson a1f79c9cc0 Add non-failure status message to plugin checker
SKSE 2.1.3 adds some new error reporting for plugins. Most of it was designed to be backwards compatible, but a non-failure status is now reported in the log for DLLs that don't look like SKSE plugins (can happen in legit cases for dependent DLLs).
2021-11-22 14:18:29 -08:00
Chris Bessent df0111fcc8 Don't read ttw_nvse.log for TTW instances
This file doesn't really have anything interesting related
to script extender plugins.
2021-11-22 15:18:05 -07:00
Mikaël Capelle f082155d96 Update translation file. 2021-02-02 20:39:14 +01:00
AnyOldName3 94067a0254 Make loadStatus group reluctant and add end-of-string anchor to force it to grab the whole status 2020-11-23 19:25:39 +00:00
Mikaël Capelle e7372af97f Merge pull request #10 from Holt59/iplugin-isactive-refactoring
IPlugin::isActive refactoring
2020-11-18 10:07:10 +01:00
Mikaël Capelle ce777e9965 Update following removal of IPlugin::isActive(). 2020-11-18 10:06:43 +01:00
AnyOldName3 2417b2f5c0 Add support for detailed error 126 diagnosis
https://github.com/ianpatt/f4se/commit/49c272156eb5d7ff05497784c73d7ee3632045b3
makes F4SE log the first module in a plugin's imports table that can't
be loaded when it hits error 126. This displays that information,
although it's not localised.

Also move a space inside an optional capture group so it works when it's
missing e.g. with the version of OBSE I was using in 2014.
2020-11-17 00:57:28 +00:00
Jeremy Rimpo dc53adfbea [skip ci] Use PR branch for umbrella repo (if it exists) 2020-09-25 00:34:09 -05:00
Jeremy Rimpo 67427c45d1 [skip ci] Force exit PS with last exit code after umbrella build error 2020-09-21 06:24:58 -05:00
Jeremy Rimpo 2254a76322 [skip ci] Pull data from all branches 2020-09-21 05:02:16 -05:00
Jeremy Rimpo 3cda561c4e Finalize appveyor script update 2020-09-20 22:34:24 -05:00
Jeremy Rimpo a594f3420c Convert scripts to PowerShell 2020-09-20 19:56:29 -05:00
Jeremy Rimpo 3623394f36 Need extra space for second command 2020-09-20 19:11:42 -05:00
Jeremy Rimpo d65d31d75c Update to checkout current branch in umbrella if it exists 2020-09-20 19:02:26 -05:00
Silarn 5de9f8eeed Appveyor CMAKE fix 2020-05-01 04:58:53 -05:00
isanae 1791627453 Merge pull request #9 from isanae/new-cmakefiles
New cmakefiles
2020-04-26 02:53:49 -04:00
isanae 5096afb7f8 now using new cmakefiles 2020-04-26 00:05:49 -04:00
Chris Bessent a151bb828f Do not report SKSEVR plugins that were loaded correctly
SKSEVR adds the text "(handle %d)" to the "loaded correctly" message.
Without handling this, all SKSEVR plugins that are successfully loaded
will be flagged in the notification as being failed.
2020-03-30 11:39:57 -07:00
AL 490752443d Fix crash on corrupted log files by wrapping .exists() in try - except 2020-03-12 12:09:02 +01:00