CaseVideoSyncPlayer can cause an exception when loading map images #73

Open
opened 2026-04-17 14:58:35 -04:00 by ActualHorse · 1 comment
Owner

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
ActualHorse added the
Type
Bug
Priority
A
labels 2026-04-17 14:58:35 -04:00
ActualHorse self-assigned this 2026-04-17 14:58:35 -04:00
ActualHorse pinned this 2026-04-17 14:59:15 -04:00
Author
Owner

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
Sign in to join this conversation.
No description provided.