6 comments (6 comments)0 reactions (0 reactions)1 assignee (1 assignee)DM27 stars (27 stars)55 forks (55 forks)batch import
bugelusive higgs-bugsonhelp wantednever asked for thispriority: URGENT
Description
- Crashes when jumping to people
- Can see anything in /area/space that isn't a turf (or on a turf)
- Cannot join mid-round (Add uploading from storage?)
- Crashes when jumping to networks
- Crashes when jumping to AI core
- Crashes only occur after a while of playing (Memory leak?)
- Crashes when new cyborg joins
- Very strange interactions in space tiles

- Tech stack
- None
- Issue type
- bug
- Research direction
- The issue lists multiple crash scenarios: jumping to people, networks, AI core, new cyborg joining, and strange interactions in space tiles. Start by examining the AI movement and interaction code in the repository (likely in 'code/game/ai.dm' or similar). Look for potential null references, improper turf handling, and memory leaks. The screenshot shows visual artifacts in space tiles, so check rendering and turf related code. Review the comments for any specific additional details. The memory leak suspicion suggests checking for unmanaged object references in the BYOND environment.