google-code-export / ffmpegthumbnailer

Automatically exported from code.google.com/p/ffmpegthumbnailer
GNU General Public License v2.0
1 stars 1 forks source link

ffmpegthumbnailer crash on Windows #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. browse a video collection
2. enter a folder that contains video that thumbnailer cannot process
3. fuppes crashes

What is the expected output? What do you see instead?
It shouldn't display a thumbinal for such video.

What version of the product are you using? On what operating system?
SVN-660 version, Windows 7 HP x64 EN.

Please provide any additional information below.
I believe there is a newer version of ffmpegthumbnailer available at
author's site

Error/crash details:

Problem signature:
  Problem Event Name:   APPCRASH
  Application Name: fuppes-win.exe
  Application Version:  0.9.0.9
  Application Timestamp:    4b4b83ea
  Fault Module Name:    libffmpegthumbnailer-3.dll
  Fault Module Version: 0.0.0.0
  Fault Module Timestamp:   4b4b83eb
  Exception Code:   40000015
  Exception Offset: 00015dfa
  OS Version:   6.1.7600.2.0.0.768.3
  Locale ID:    1045
  Additional Information 1: 9237
  Additional Information 2: 92379af78d756016342b699059e52b02
  Additional Information 3: 4a4e
  Additional Information 4: 4a4ed621a21f01dc7ffcff5733ea8234

Original issue reported on code.google.com by rain...@gmail.com on 6 Mar 2010 at 7:41

GoogleCodeExporter commented 9 years ago
ffmpegthumbnailer doesn't officialy support windows, so if you want this fixed 
you 
will have to provide me with more info than this. I would need the exact 
location in 
the code where thing go wrong, as I don't have the environment to build on 
windows.

Original comment by dirk.vdb on 9 Mar 2010 at 3:28

GoogleCodeExporter commented 9 years ago
Let's try another way. Could you check, if fuppes crashes on Linux while trying 
to
browse a video folder on a device (in my case PS3) and one of the files in that
folder is a 350mb avi file filled with all zeros?

E.g. like that:
dd if=/dev/zero of=./movie.avi bs=1024K count=350

I've tested that on Windows and fuppes crashes on such file in the way 
described in
my previous post.

Original comment by rain...@gmail.com on 9 Mar 2010 at 3:44

GoogleCodeExporter commented 9 years ago
No problem on my machine:
dd if=/dev/zero of=movie.avi bs=1024K count=100
./ffmpegthumbnailer -i movie.avi -o t.png
Error: Could not open input file: movie.avi

Original comment by dirk.vdb on 9 Mar 2010 at 5:20

GoogleCodeExporter commented 9 years ago
I see, probably the problem is on fuppes side. 

I believe fuppes uses earlier version of ffmpegthumbnalier tho. Which version 
did you
use, 2.0.0? I think Windows version of fuppes uses ffmpegthumbnailer 1.5.6 or 
1.5.5. 

Could you please check it on 1.5.6 and 1.5.5?

Original comment by rain...@gmail.com on 9 Mar 2010 at 5:32

GoogleCodeExporter commented 9 years ago
I use trunk, earlier versions will act the same. No logic is executed, the 
first call 
to the ffmpeg library results in error causing things to stop.

Original comment by dirk.vdb on 9 Mar 2010 at 5:36

GoogleCodeExporter commented 9 years ago
Maybe fuppes doesn't catch the thrown exception. I'm not familiar with the 
fuppes 
source code.

Original comment by dirk.vdb on 9 Mar 2010 at 5:38

GoogleCodeExporter commented 9 years ago

Original comment by dirk.vdb on 24 Mar 2010 at 3:51