satisfactorymodding / satisfactorymodding/FICSIT-Fred
Crash analysis: report when a log has no mods installed
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Can't be set up with a normal crash regex because it's looking for the absence of something.
If the log does NOT contain at least 1 instance of this line:
LogPluginManager: Mounting Mod plugin AnythingCouldBeHere
then the crash/log should be marked as not modded somehow in the fred response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named. Begin by locating the crash/log analysis path and the code that builds the Fred response, then trace how mod presence is currently detected. Done means a log without any "LogPluginManager: Mounting Mod plugin ..." line is marked as not modded in the response.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100