Skip to content

Conversation

rfortier
Copy link
Contributor

@rfortier rfortier commented Dec 3, 2024

(log messages that repeat forever).

For discussion. Would never propose merging such ugly hacks.

@rfortier
Copy link
Contributor Author

rfortier commented Dec 3, 2024

I run with debug console typically, and typically after a few hours of playing the logging loops are so bad the game slows down. So I went after the problem.

The bulk of the logs that loop and don't go away are caused by AppliedQueuedEffects and related routines. These "queue" effects until conditions are met like actors being fully created, or assigned a server ID. But the problem is they never give up; they try and log endlessly. If you are a magic user (I usually am), the build up over time until the game is unplayable.

… messages that repeat forever).

For discussion. Would never propose merging such ugly hacks.
@rfortier rfortier force-pushed the fix/excess-logging-bugs branch from c470d10 to 6a9e2d2 Compare December 4, 2024 16:05
@Force67 Force67 merged commit 00c1dc2 into tiltedphoques:dev Jun 11, 2025
2 checks passed
Force67 added a commit that referenced this pull request Jun 11, 2025
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.

3 participants