Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List loaded ASI and CLEO plugins to log #239

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Conversation

MiranDMC
Copy link
Collaborator

@MiranDMC MiranDMC commented Nov 27, 2024

Added listing of loaded ASI and CLEO plugins to cleo.log, to counteract the fact during troubleshooting people usually "forget" to mention about other installed mods.

Example output:

27/11/2024 02:59:47.001 Loaded plugins summary:
27/11/2024 02:59:47.002  CLEO.asi (2792960 bytes)
27/11/2024 02:59:47.002  cleo\IntOperations.cleo (76800 bytes)
27/11/2024 02:59:47.002  cleo\ClipboardCommands.cleo (42496 bytes)
27/11/2024 02:59:47.002  cleo\cleo_plugins\SA.Text.cleo (1989120 bytes)
27/11/2024 02:59:47.002  cleo\cleo_plugins\SA.MemoryOperations.cleo (1248768 bytes)
27/11/2024 02:59:47.002  cleo\cleo_plugins\SA.Math.cleo (1054208 bytes)
27/11/2024 02:59:47.002  cleo\cleo_plugins\SA.IniFiles.cleo (1092096 bytes)
27/11/2024 02:59:47.002  cleo\cleo_plugins\SA.FileSystemOperations.cleo (1400320 bytes)
27/11/2024 02:59:47.002  cleo\cleo_plugins\SA.DebugUtils.cleo (1881600 bytes)
27/11/2024 02:59:47.002  cleo\cleo_plugins\SA.Audio.cleo (1342464 bytes)
27/11/2024 02:59:47.003  GInputSA.asi (241664 bytes)
27/11/2024 02:59:47.003  III.VC.SA.LimitAdjuster.asi (388096 bytes)
27/11/2024 02:59:47.003  imfast.asi (223744 bytes)
27/11/2024 02:59:47.003  modloader.asi (700928 bytes)
27/11/2024 02:59:47.003  scrlog.asi (165888 bytes)
27/11/2024 02:59:47.003  SilentPatchSA.asi (282624 bytes)
27/11/2024 02:59:47.003  modloader\cleo+\cleo\cleo+.cleo (661288 bytes)
27/11/2024 02:59:47.003  modloader\cleo+\cleo\newopcodes.cleo (161280 bytes)

It did not caused any problems with AV detections. Based on less advanced EnumProcessModules instead of CreateToolhelp32Snapshot used in the past.

@MiranDMC MiranDMC requested a review from x87 November 27, 2024 02:05
@MiranDMC MiranDMC marked this pull request as ready for review November 27, 2024 02:11
@MiranDMC MiranDMC changed the title Added loaded ASI and CLEO plugins list to log. List loaded ASI and CLEO plugins to log Nov 27, 2024
@MiranDMC MiranDMC merged commit d423584 into master Nov 27, 2024
1 check passed
@MiranDMC MiranDMC deleted the Log_loaded_plugins_list branch November 27, 2024 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants