cporrasa / xy-vsfilter

Automatically exported from code.google.com/p/xy-vsfilter
0 stars 0 forks source link

app dies silently when using put_filename with ASCII encoded SRT files #190

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.load in debug mode an ASCII encoded file using put_filename
2.
3.

What is the expected output? What do you see instead?
App dies silently without any error. Unicode files works as expected.

What version of the product are you using? On what operating system?
xyVsfilter 3.0.211 on windows 7 64 bit

Please provide related subtitle script (if any). And the less characters
the script is, the less effort I have to make to fix the issue, so if you
could make the script as simple as possible, that would be appreciated.

Please provide any additional information below.

I am using vs2008 / 32 bit MFC application static linking , ASCII mode. The 
problem also appears in win32 console apps. Filter under main/open properties 
seems to work fine for both ASCII and Unicode encoded files. 

Original issue reported on code.google.com by sdance...@gmail.com on 1 Jul 2014 at 11:05

GoogleCodeExporter commented 8 years ago
Hi,

I am attaching you a sample app to reproduce the problem.

thanks,
George

Original comment by sdance...@gmail.com on 2 Jul 2014 at 6:59

Attachments:

GoogleCodeExporter commented 8 years ago
xy-VSFilter 3.0.0.63 -=Stable Build=- works just fine.

Original comment by sdance...@gmail.com on 2 Jul 2014 at 7:06

GoogleCodeExporter commented 8 years ago
I was unable to reproduce with your SubtitleTest project, see:
http://forum.doom9.org/showpost.php?p=1685606&postcount=567

Original comment by cyber.sp...@gmail.com on 3 Jul 2014 at 6:32

GoogleCodeExporter commented 8 years ago
Problem found...

Ascii files containing non latin characters crashes the application.

Mysteriously, that is not happening when using the property pages.

Original comment by sdance...@gmail.com on 3 Jul 2014 at 9:38