Open ryotayama opened 4 months ago
20240818B9のクラッシュログより。 PlaylistViewControllerクラスのupdatePlaylistsメソッド内、NSMutableArray *arSongs = [self.arPlaylists objectAtIndex:nSelectedPlaylist];という処理で配列の範囲外アクセスが発生し、クラッシュしている模様。
20240808B6のクラッシュログより。 PlaylistViewControllerクラスのupdatePlaylistsメソッド内、NSMutableArray *arSongs = [self.arPlaylists objectAtIndex:nPlaylist];という処理で配列の範囲外アクセスが発生し、クラッシュしている模様。
2024/11/03 1:13の問合せより。 PlaylistViewControllerクラスのremoveInvalidSongsメソッド内、NSMutableArray *arSongs = [arArtistAlbums objectAtIndex:self.nSelectedAlbum];という処理で配列の範囲外アクセスが発生し、クラッシュしている模様。
2024/06/12 12:48の問合せより。 PlaylistViewControllerクラスのimportメソッド内、NSMutableArray *arSongs = [[self.arArtists objectAtIndex:j] objectAtIndex:k];という処理で配列の範囲外アクセスが発生し、クラッシュしている模様。