Pixelpanic / winff

Automatically exported from code.google.com/p/winff
0 stars 0 forks source link

Drag and Drop videos into 1.40 #139

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Drag video from video folder
2. Get Error: Invalid floating point operation.
              Press OK to ignore and risk data corruption.
              Press Cancel to kill the program.

Can still add file though clicking on add button. Output works as well.

Original issue reported on code.google.com by csheph...@gmail.com on 5 Dec 2011 at 9:08

GoogleCodeExporter commented 8 years ago
Just checked it out, and indeed reproducible. Seems like a bug in the gtk fpc 
stuff. Need to check this out. But currently setting this bug to Linux specific.

paul@stromboli ~ $ gdb winff
GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /usr/bin/winff...Reading symbols from 
/usr/lib/debug/usr/bin/winff...done.
done.
(gdb) run
Starting program: /usr/bin/winff 
[Thread debugging using libthread_db enabled]
[New Thread 0xb7bd6b70 (LWP 8203)]
[New Thread 0xb71ffb70 (LWP 8204)]
[New Thread 0xb27b5b70 (LWP 8205)]
ERROR in LCL: TGtkListStoreStringList.Get Out of bounds.
Creating gdb catchable error:
  $080DA628
  $081E51D3
  $08091227
  $0808232D
  $0825FD69
  $003DDA86

Program received signal SIGFPE, Arithmetic exception.
0x080da652 in RAISEGDBEXCEPTION (MSG=0x837c100 'TGtkListStoreStringList.Get Out 
of bounds.') at lclproc.pas:1544
1544    lclproc.pas: No such file or directory.
        in lclproc.pas

Original comment by poipodec...@hotmail.com on 6 Dec 2011 at 10:14

GoogleCodeExporter commented 8 years ago
Issue 141 has been merged into this issue.

Original comment by poipodec...@hotmail.com on 7 Dec 2011 at 7:29

GoogleCodeExporter commented 8 years ago
Just the same error in Windows 32 and 64 bits: "Out of bounds" instead of 
"invalid floating point operation".

Original comment by fracoll...@gmail.com on 8 Dec 2011 at 7:10

GoogleCodeExporter commented 8 years ago
Ian fixed this in r579 and r580.

Original comment by poipodec...@hotmail.com on 10 Dec 2011 at 6:56

GoogleCodeExporter commented 8 years ago
Sorry, I'm a newbie in using google code; how can I fix my program through 
these links?
Thank you for your commitment :)

Original comment by tigerjac...@gmail.com on 11 Dec 2011 at 5:02

GoogleCodeExporter commented 8 years ago
@tigerjack

If you wait half an hour the changes will be in the winff repository. (I assume 
you are using the Ubuntu version).

Original comment by poipodec...@hotmail.com on 11 Dec 2011 at 5:18

GoogleCodeExporter commented 8 years ago
Thanks for the hard and quick work everyone!

Original comment by csheph...@gmail.com on 11 Dec 2011 at 5:24

GoogleCodeExporter commented 8 years ago
Now it seems ok :)
I join with in thanking for your hard work!!

Original comment by tigerjac...@gmail.com on 12 Dec 2011 at 11:43