Exception caused on line 175 when attempting to access _MapImages[i]. Probably an overflow issue, though no idea how that could happen. Should be looked into.
Exception caused on line 175 when attempting to access `_MapImages[i]`. Probably an overflow issue, though no idea how that could happen. Should be looked into.
ActualHorse
added this to the v0.5 milestone 2026-04-17 14:58:35 -04:00
Added an extra array length check. The entire map loading code is very unstable, though, and a new method of adding to the download cache needs to be implemented. I'll keep this open until I'm sure this fix works, but someday I really need to revisit that section entirely.
Added an extra array length check. The entire map loading code is very unstable, though, and a new method of adding to the download cache needs to be implemented. I'll keep this open until I'm sure this fix works, but someday I really need to revisit that section entirely.
ActualHorse
unpinned this 2026-05-14 15:41:45 -04:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Exception caused on line 175 when attempting to access
_MapImages[i]. Probably an overflow issue, though no idea how that could happen. Should be looked into.Added an extra array length check. The entire map loading code is very unstable, though, and a new method of adding to the download cache needs to be implemented. I'll keep this open until I'm sure this fix works, but someday I really need to revisit that section entirely.
This seems to have been fixed well enough to close this. I do really want to rewrite that map loading code, though.