SDS100/SDS200: Close call frequency from wav file

Status
Not open for further replies.

Ubbe

Member
Joined
Sep 8, 2006
Messages
9,130
Location
Stockholm, Sweden
I tried running the wavplayer with some older files that I had backed up on a 2TB D: drive, it was a lot of files, maybe 500 or 1000 of folders with 100 recordings in each. After 15-20 sec an error popped up saying something about memory going outside of its limit. At the same time the folder and the parent folders up to root where deleted. They where not in the waste basket and where gone in the same way that deleted files from a SD card never show up in the waste basket of Win7.

It was a backup of a now removed 60GB drive with a lot of different folders and one of the folders where a Uniden one that two folders down had the recordings. On the D: drive I had the backup in a Backup_60GB folder that now where deleted. I can probably reinstall that drive and copy the files again and repeat the attempt if you need the exact error text.

/Ubbe
 

Ubbe

Member
Joined
Sep 8, 2006
Messages
9,130
Location
Stockholm, Sweden
I think it might have to do with that a UID name are using a 30 character long name that the program didn't anticipate.

edit: Yes, I removed all recordings with a 30 chr long UID name and it parses the files correcly after that without throwing an error.

System.IndexOutOfRangeException: Indexet låg utanför gränserna för matrisen.
vid UnidenWavPlayer.MainWindow.getUIDName(Byte[] bytes, String scanMode)
vid UnidenWavPlayer.MainWindow.getUnidenWavFiles(String Path)
vid System.Threading.Tasks.Task`1.InnerInvoke()
vid System.Threading.Tasks.Task.Execute()
--- Slut på stackspårningen från föregående plats där ett undantag utlöstes ---
vid System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
vid System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
vid UnidenWavPlayer.MainWindow.<getUnidenWavFilesAsync>d__16.MoveNext()
--- Slut på stackspårningen från föregående plats där ett undantag utlöstes ---
vid System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
vid System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
vid UnidenWavPlayer.MainWindow.<ReadFiles_Click>d__14.MoveNext()
 
Last edited:

deim

Universal Scanner Audio Player developer
Joined
Apr 9, 2016
Messages
199
Location
Saint Petersburg, Russia
I think it might have to do with that a UID name are using a 30 character long name that the program didn't anticipate.

edit: Yes, I removed all recordings with a 30 chr long UID name and it parses the files correcly after that without throwing an error.

System.IndexOutOfRangeException: Indexet låg utanför gränserna för matrisen.
vid UnidenWavPlayer.MainWindow.getUIDName(Byte[] bytes, String scanMode)
vid UnidenWavPlayer.MainWindow.getUnidenWavFiles(String Path)
vid System.Threading.Tasks.Task`1.InnerInvoke()
vid System.Threading.Tasks.Task.Execute()
--- Slut på stackspårningen från föregående plats där ett undantag utlöstes ---
vid System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
vid System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
vid UnidenWavPlayer.MainWindow.<getUnidenWavFilesAsync>d__16.MoveNext()
--- Slut på stackspårningen från föregående plats där ett undantag utlöstes ---
vid System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
vid System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
vid UnidenWavPlayer.MainWindow.<ReadFiles_Click>d__14.MoveNext()
Hi! I'm really sorry that your files were deleted. It is abnormal program running. Can you send me files with this long UID. I will try to fix this bug.
 
Status
Not open for further replies.
Top