grancala / tvrename

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

TVRename crashes when doing a scan #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Hit the scan button
2. or scan a few particular shows

What is the expected output? What do you see instead?
Scanning completes and it suggests renames. The app gets killed by Windows, 
saying "TVRename has stopped working." It looks like it chokes on long file 
names.

What version of the product are you using? On what operating system?
2.2.0b5 on Win7 x64

Please provide any additional information below.
I see mentions of this problem in the forum from 2008, but no solution and 
just a vague "I'll do this later" response. Any headway on this? :)
http://www.tvrename.com/bb/viewtopic.php?f=3&t=626

Original issue reported on code.google.com by mons...@gmail.com on 16 May 2010 at 8:39

GoogleCodeExporter commented 9 years ago
I get this error and mutliple other now, andi have noticed that all of the 
poeple
experienceing this issue seem to be Win 7 X64 users Could there be something to 
this?

Original comment by karl.mci...@gmail.com on 20 May 2010 at 9:15

GoogleCodeExporter commented 9 years ago
I have the same problem, running Win XP. 
Tried removing shows, problem remains.

Original comment by wberkou...@gmail.com on 3 Jun 2010 at 10:30

GoogleCodeExporter commented 9 years ago
Same issue here.

1. Add new show
2. Scans and crashes

Win 7 x64 here.

Original comment by nickpot...@gmail.com on 6 Jun 2010 at 2:00

GoogleCodeExporter commented 9 years ago
I'm experiencing this now too, please fix it. 
2.2.0b5 Win7 Pro x64
This is an awesome application and I would be glad to donate cash to get this 
fixed.

Original comment by mondain on 18 Jul 2010 at 6:16

GoogleCodeExporter commented 9 years ago
I've got a stack trace if that helps at all..

System.FormatException was unhandled
  Message="Input string was not in a correct format."
  Source="mscorlib"
  StackTrace:
       at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
       at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
       at System.Xml.XmlReader.ReadElementContentAsInt()
       at TVRename.Episode..ctor(SeriesInfo ser, Season seas, XmlReader r)
       at TVRename.TheTVDB.ProcessTVDBResponse(Stream str)
       at TVRename.TheTVDB.DownloadEpisodeNow(Int32 seriesID, Int32 episodeID)
       at TVRename.TheTVDB.EnsureUpdated(Int32 code)
       at TVRename.TVDoc.GetThread(Object codeIn)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart(Object obj)
  InnerException: 

Original comment by mondain on 19 Jul 2010 at 11:58

GoogleCodeExporter commented 9 years ago
Ok, my fellow users with windows 7 x64 here is what I did to get rid of the 
crash:
1. Forced refresh on all my shows, Futurama crashed it when i did this
2. Skipped Futurama and forced refresh on all the other shows
3. Did a save
4. Forced refresh on Futurama
5. Saved
6. Did a scan and it worked fine

Original comment by mondain on 20 Jul 2010 at 12:08

GoogleCodeExporter commented 9 years ago
Running Windows 7 x64.  I attempted to follow the recommendations in Comment 6 
but can't even do a refresh.  It crashes (TVRename has stopped working) while 
trying to get the mirror list.  I've also seen it crash as a result of several 
other actions that others have already posted here.

One thing I will submit - if it makes any difference - is that I was accessing 
files on a remote (samba) share.  Windows itself had no issues reading/writing 
to the remote share.

I uninstalled it.

I'll check back in a couple months to see if the issue is resolved.  It is 
completely useless to me at this point.  Might try it on my Vista machine.

Original comment by hackerre...@gmail.com on 7 Sep 2010 at 3:02

GoogleCodeExporter commented 9 years ago
I too am having an issue. Windows 7 x64 here also.  The error I get is as 
follows when it is pulling down the scan.

ERROR: Error processing data from TheTVDB (top level).'', hexadecimal value 
0x1F, is an invalid character. Line 1, position 1.

Original comment by RedSev...@gmail.com on 9 Sep 2010 at 2:21

GoogleCodeExporter commented 9 years ago
Same error for me when doing a scan. 

Windows 7 x64

Original comment by shanehea...@gmail.com on 23 Sep 2010 at 7:53

GoogleCodeExporter commented 9 years ago
I run Windows 7 x64, and I randomly get the "invalid character" error every now 
and again.  But I'm not sure that it's a TVRename problem, or a problem with 
TheTVDB website.  Either way I'm pretty sure it shouldn't be crashing.  But I 
open the program, save, close, reopen, and scan again.  Sometimes I have to 
wait for a bit and try again.  But the issue doesn't happen very often.

Original comment by atam...@gmail.com on 24 Sep 2010 at 12:46

GoogleCodeExporter commented 9 years ago
Same issue here, error processing data from TheTVDB (top level.) ", hexadecimal 
value 0x1F, is an invalid character. Line 1, position 1.

Original comment by djpeter...@gmail.com on 26 Sep 2010 at 1:15

GoogleCodeExporter commented 9 years ago
Flushing the cache (Tools->Flush cache) worked for me

Original comment by tiag...@gmail.com on 26 Oct 2010 at 10:22

GoogleCodeExporter commented 9 years ago
I have the same issue using the new release 2.2.0b7 win 7 x64 and win 7 x86

I think the issue is related to the download of the jpg's and then the rename 
too .tbn
when a scan is done the application wants download the jpg's every time even 
when the .tbn file is already there, thus it wants to overwrite the existing 
.tbn files causing the application to stop responding. 

Original comment by jacovdme...@gmail.com on 21 Jan 2011 at 7:51

GoogleCodeExporter commented 9 years ago
Check if your scanning for the active downloads (e.g. incomplete torrents) 
folder. This was causing my TV Rename to crash

Original comment by adriano....@gmail.com on 12 Nov 2011 at 1:02

GoogleCodeExporter commented 9 years ago
Traced it back on debug to an Exception:
BadReadException:
ZipEntry::Read(): Bad signature (0xB4B1F1A2) at position  0x00002AB3
on the function GetPageZip()

it is thrown from the zip library the program is using.
can any one from the dev team help me out figuring out what it does?

Original comment by shuky.ka...@gmail.com on 21 Mar 2012 at 9:14

GoogleCodeExporter commented 9 years ago
Just did what comment #6 suggests and it worked.
Thanks mate!

Original comment by tiag...@gmail.com on 26 Mar 2012 at 6:35

GoogleCodeExporter commented 9 years ago
be sure to deactivate check utorrent queue under scan preferences

Original comment by mehdi.bo...@gmail.com on 18 Mar 2014 at 5:18

GoogleCodeExporter commented 9 years ago
#17, you're my hero. I had a massively long file name downloading in utorrent 
that was causing my crashes.

Original comment by hail.t...@gmail.com on 8 Nov 2014 at 4:32