All times are UTC+01:00




Post new topic  Reply to topic  [ 40 posts ]  Go to page Previous 1 2 3 4 Next
Author Message
PostPosted: Wed Feb 22, 2017 9:45 am 

Joined: Tue Jun 26, 2012 10:18 am
Posts: 52
I serched from the Windows event log:
Code:
Application name: ThimeoWatchCat.exe, version: 0.0.0.0, timestamp: 0x58963be7
Fault module name: libsndfile-1.dll, version: 1.0.27.0, timestamp: 0xa798a788
Exception code: 0xc0000005
Exception offset: 0x0000000000001bbd
Faulty process ID: 0x1b0
Application start time: 0x01d289b941814779
Application path: C:\Program Files\Thimeo\WatchCat\ThimeoWatchCat.exe
Module path: C:\Program Files\Thimeo\WatchCat\libsndfile-1.dll
Report ID: 95ae54eb-c74d-42a1-9838-bc5ac6678320
The exception code (access violation) and faulty module are the same everytime. So that .dll file is causing the problem?


Top
   
PostPosted: Wed Feb 22, 2017 11:48 am 
User avatar

Joined: Tue Sep 15, 2015 12:22 pm
Posts: 362
Quote:
The exception code (access violation) and faulty module are the same everytime. So that .dll file is causing the problem?
Did you happen to move or delete the input/output file or did you just leave them where they were?

_________________
Imaging producer & Stereo Tool audio processing consultant


Top
   
PostPosted: Wed Feb 22, 2017 11:56 am 

Joined: Tue Jun 26, 2012 10:18 am
Posts: 52
Quote:
Quote:
The exception code (access violation) and faulty module are the same everytime. So that .dll file is causing the problem?
Did you happen to move or delete the input/output file or did you just leave them where they were?
Nope, the files were left as they were. I dragged and dropped the input file to the program. Both input/output files stayed at their original locations the whole time.


Top
   
PostPosted: Thu Feb 23, 2017 10:01 am 

Joined: Tue Jun 26, 2012 10:18 am
Posts: 52
Ok I found out that it processes .mp3 files without crashing. I just processed 11 .mp3 files without crash. I also noticed that the percentage it shows for processing .mp3 files was different from .flac files that cause the crash. For .flac files the processing percentage goes from 0 to 100 % but with .mp3 files it goes from 0 to somewhere around 100 000 %.


Attachments:
process2.JPG
process2.JPG [ 8.4 KiB | Viewed 15405 times ]
process.JPG
process.JPG [ 8.56 KiB | Viewed 15405 times ]
Top
   
PostPosted: Thu Feb 23, 2017 11:22 am 
User avatar

Joined: Tue Sep 15, 2015 12:22 pm
Posts: 362
Ah, interesting. Of course the percentage should always be from 0-100. I'll look into it and let you know!

_________________
Imaging producer & Stereo Tool audio processing consultant


Top
   
PostPosted: Thu Apr 20, 2017 2:21 pm 

Joined: Tue Jun 26, 2012 10:18 am
Posts: 52
Is this still under development?


Top
   
PostPosted: Thu Apr 20, 2017 2:36 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11185
Yes.


Top
   
PostPosted: Tue May 09, 2017 11:37 pm 

Joined: Fri Dec 27, 2013 8:54 am
Posts: 8
Thisis really a nice tool which would enable us taken cloud based radio automation solutions seriously into consideration. Unfortunately it is still very buggy. Nearly everytime it crashes (see windows error message as well as system information below). The error occurs as soon as new MP3 files have been detected or added manually - no matter if 1 or 100 files. Sometimes (about every 10th try) it works surprisingly. Looks like there are different reasons causing the crashes.

One more thing is missing meta tags in destination files - not a bug but a feature request :-)

Hopefully you get it working stable soon as it opens new possibilities.
Code:
Problemsignatur:
  Problemereignisname:	APPCRASH
  Anwendungsname:	ThimeoWatchCat.exe
  Anwendungsversion:	0.0.0.0
  Anwendungszeitstempel:	58f56a8e
  Fehlermodulname:	StackHash_f8ab
  Fehlermodulversion:	6.3.9600.18438
  Fehlermodulzeitstempel:	57ae642e
  Ausnahmecode:	c0000374
  Ausnahmeoffset:	PCH_F3_FROM_ntdll+0x0000000000090C6A
  Betriebsystemversion:	6.3.9600.2.0.0.272.7
  Gebietsschema-ID:	2055
  Zusatzinformation 1:	f8ab
  Zusatzinformation 2:	f8ab537f22c27f984c2329b9eb2e6f8b
  Zusatzinformation 3:	3e9d
  Zusatzinformation 4:	3e9d245a1246984b7a0852b9886bc986
Code:
Problemsignatur:
  Problemereignisname:	APPCRASH
  Anwendungsname:	ThimeoWatchCat.exe
  Anwendungsversion:	0.0.0.0
  Anwendungszeitstempel:	58f56a8e
  Fehlermodulname:	generic_stereo_tool.dll
  Fehlermodulversion:	0.0.0.0
  Fehlermodulzeitstempel:	58f56a74
  Ausnahmecode:	c0000005
  Ausnahmeoffset:	00000000008e1564
  Betriebsystemversion:	6.3.9600.2.0.0.272.7
  Gebietsschema-ID:	2055
  Zusatzinformation 1:	4a5d
  Zusatzinformation 2:	4a5d6f3589e1a341a129bc1e23ddf587
  Zusatzinformation 3:	f910
  Zusatzinformation 4:	f910dc59c178112eabcbd373b4e0cf60


Attachments:
Bildschirmfoto 2017-05-09 um 23.44.40.png
Bildschirmfoto 2017-05-09 um 23.44.40.png [ 30.61 KiB | Viewed 8850 times ]
Bildschirmfoto 2017-05-09 um 23.39.42.png
Bildschirmfoto 2017-05-09 um 23.39.42.png [ 19.23 KiB | Viewed 8851 times ]
Top
   
PostPosted: Wed May 10, 2017 6:54 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11185
@Mathijs: This looks like a memory alignment issue (the 0xffffffffffffffff usually indicates that), these can happen on systems that support SSE(x) but don't support AVX. If so, we can usually reproduce it by building a version without AVX support, so I will try that when I get back from Latvia.


Top
   
PostPosted: Wed May 24, 2017 1:27 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11185
New beta:
http://www.stereotool.com/download/Thim ... 36-002.exe

Note: Biggest change in this version is that it now uses Windows' WPF to decode files where possible instead of using libsndfile and mpg123 etc. Most important advantage of this is that it supports far more codecs (basically everything that's installed in Windows). I don't know if the exceptions that have been reported are fixed. We did not see any here.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 40 posts ]  Go to page Previous 1 2 3 4 Next

All times are UTC+01:00


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited