NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) ZTools and UltraXMLTV v
« Previous 1 … 3 4 5 6 7 … 12 Next »
ZProcess "76 Path not found" errors - sigh!

 
  • 0 Vote(s) - 0 Average
ZProcess "76 Path not found" errors - sigh!
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#41
2008-08-30, 05:50 PM (This post was last modified: 2008-08-31, 07:20 PM by zehd.)
Ok we're getting somewhere. I'm staring to see where it's happening, but I can't understand why your system is acting the way it is. In the section where ZProcess is hanging, it's not doing anything difficult, and hasn't done it earlier the code (get reg settings, read config.xml etc)

Try this patch.
ZProcess .264
ZTranscode .58

I don't know why your system is disliking the loops that are going on for a brief moment. I rewrote a enumeration routine, because I found it was not efficient (somehow it was checking something 64 times rather than 1) but even with the old routine, ZProcess was very fast. Oh well.

I again have changed the logging, so it should point out a bit more...

Aside from the cpu cycling, do you get any error messages popup?

Also, I think I have the pathing issue resolved. Kinda cocky, I disabled the logging for that. But I'd be interested what happens if you disable your hardlinks...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
antp
Offline

Junior Member

Posts: 24
Threads: 0
Joined: Aug 2008
#42
2008-08-31, 04:22 PM
I removed the links, indeed now it does not complain about paths.
Still looping, and no other message than the one asking for PAL or NTSC.


2008-08-31 18:21:03 :
2008-08-31 18:21:03 : ----
2008-08-31 18:21:03 : frmMain Load (after load paths for log path)
2008-08-31 18:21:03 : loading frmmain settings
2008-08-31 18:21:03 : skipping first EnumZProcessProfiles. Probably don't need it here
2008-08-31 18:21:03 : Created Cache folders: E:\Temp\GBPVR\MVP_Cache\20080831\ZProcess2.log
2008-08-31 18:21:03 : FirstRunDebug before frmConfig: True
2008-08-31 18:21:03 : Load frmConfig (frmMain Load)
2008-08-31 18:21:03 : FirstRunDebug should be false at this point: True
2008-08-31 18:21:03 : - Load TranscodeDefaults because it's first run
2008-08-31 18:21:05 : Choose PAL:True
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#43
2008-08-31, 07:11 PM (This post was last modified: 2008-09-02, 01:19 AM by zehd.)
antp Wrote:I removed the links, indeed now it does not complain about paths.
Still looping, and no other message than the one asking for PAL or NTSC.


2008-08-31 18:21:03 :
2008-08-31 18:21:03 : ----
2008-08-31 18:21:03 : frmMain Load (after load paths for log path)
2008-08-31 18:21:03 : loading frmmain settings
2008-08-31 18:21:03 : skipping first EnumZProcessProfiles. Probably don't need it here
2008-08-31 18:21:03 : Created Cache folders: E:\Temp\GBPVR\MVP_Cache\20080831\ZProcess2.log
2008-08-31 18:21:03 : FirstRunDebug before frmConfig: True
2008-08-31 18:21:03 : Load frmConfig (frmMain Load)
2008-08-31 18:21:03 : FirstRunDebug should be false at this point: True
2008-08-31 18:21:03 : - Load TranscodeDefaults because it's first run
2008-08-31 18:21:05 : Choose PAL:True

I suspected this might be a problem, maybe not the only problem but. After ZProcess runs a couple of reinitialization subs when it's the first time, it sets a bit that should be FirstRunDebug = 0 (false). That way, it won't go through the reinitialization routines again.

It's not getting to the part that sets the value.
Try this patch...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
antp
Offline

Junior Member

Posts: 24
Threads: 0
Joined: Aug 2008
#44
2008-09-01, 05:21 PM
2008-09-01 19:20:45 :
2008-09-01 19:20:45 : ----
2008-09-01 19:20:45 : frmMain Load (after load paths for log path)
2008-09-01 19:20:45 : loading frmmain settings
2008-09-01 19:20:45 : skipping first EnumZProcessProfiles. Probably don't need it here
2008-09-01 19:20:45 : Created Cache folders: E:\Temp\GBPVR\MVP_Cache\20080901\ZProcess2.log
2008-09-01 19:20:45 : FirstRunDebug before frmConfig: True
2008-09-01 19:20:45 : Load frmConfig (frmMain Load)
2008-09-01 19:20:45 : FirstRunDebug should be false at this point: True
2008-09-01 19:20:45 : - Load TranscodeDefaults because it's first run
2008-09-01 19:20:46 : Choose PAL:True
2008-09-01 19:20:46 : 1
2008-09-01 19:20:46 : In Command3
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#45
2008-09-02, 01:21 AM (This post was last modified: 2008-09-05, 02:35 AM by zehd.)
OK... I've narrowed down something. I don't know why it works on my systems but not yours, but whatever.

I did find an error, that the code merrily passed by, but now I trapped it...

The logging has changed again...

version.266
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
antp
Offline

Junior Member

Posts: 24
Threads: 0
Joined: Aug 2008
#46
2008-09-02, 05:16 PM
Now the window appears Smile
But it is still looping (i.e. it does not respond after having shown the window)

2008-09-02 19:15:16 :
2008-09-02 19:15:16 : ----
2008-09-02 19:15:16 : FirstRunDebug before frmConfig: True
2008-09-02 19:15:16 : Load frmConfig (frmMain Load)
2008-09-02 19:15:16 : - Load TranscodeDefaults because it's first run
2008-09-02 19:15:18 : 1
2008-09-02 19:15:18 : In Command3
2008-09-02 19:15:18 : 1 Command3
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#47
2008-09-02, 09:16 PM
antp Wrote:Now the window appears Smile
But it is still looping (i.e. it does not respond after having shown the window)

2008-09-02 19:15:16 :
2008-09-02 19:15:16 : ----
2008-09-02 19:15:16 : FirstRunDebug before frmConfig: True
2008-09-02 19:15:16 : Load frmConfig (frmMain Load)
2008-09-02 19:15:16 : - Load TranscodeDefaults because it's first run
2008-09-02 19:15:18 : 1
2008-09-02 19:15:18 : In Command3
2008-09-02 19:15:18 : 1 Command3

I did force the window to show so actually I expected that, but nothing else changed. I know exactly what routine is causing the problem, but I'm not sure why it's happening. I works fine on every system I try.

Maybe your support files are out of date... have you installed the very same runtime and suort files found on the ZTools wiki page??
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
antp
Offline

Junior Member

Posts: 24
Threads: 0
Joined: Aug 2008
#48
2008-09-03, 04:55 PM
What do you mean by support files?
I tested with the ffmpeg and mplayer from your page http://gbpvr.com/pmwiki/pmwiki.php/Utili...ocess#toc5
I also updated the "Extra Runtime" files.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#49
2008-09-04, 07:35 PM
antp Wrote:What do you mean by support files?
I tested with the ffmpeg and mplayer from your page http://gbpvr.com/pmwiki/pmwiki.php/Utili...ocess#toc5
I also updated the "Extra Runtime" files.

Yes that's what I meant...

I will be looking some more
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#50
2008-09-05, 02:37 AM (This post was last modified: 2008-09-08, 02:30 AM by zehd.)
antp Wrote:Now the window appears Smile
But it is still looping (i.e. it does not respond after having shown the window)

2008-09-02 19:15:16 :
2008-09-02 19:15:16 : ----
2008-09-02 19:15:16 : FirstRunDebug before frmConfig: True
2008-09-02 19:15:16 : Load frmConfig (frmMain Load)
2008-09-02 19:15:16 : - Load TranscodeDefaults because it's first run
2008-09-02 19:15:18 : 1
2008-09-02 19:15:18 : In Command3
2008-09-02 19:15:18 : 1 Command3

OK. This patch is actually kinda messy. When you load the program and it asks you PAL or NTSC, after it will ask if you want to show the Config form. Try it both ways, yes or no. Let me know the results, and post the logs for both attempts.

THanks
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (7): « Previous 1 … 3 4 5 6 7 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  UltraXMLTV - Errors with _SeriesIDs.txt file TomR 4 6,458 2010-08-17, 04:57 PM
Last Post: zehd
  problems installing zprocess on windows 7 64 bit bertros 3 6,614 2010-04-16, 05:17 PM
Last Post: bertros
  zProcess and Windows Home Server grits 3 6,947 2010-03-07, 06:06 AM
Last Post: zehd
  zProcess ffmpeg "Incorrect frame size" meccano 3 6,073 2010-02-01, 02:46 PM
Last Post: zehd
  zprocess in postprocessing.bat alevideotestservice 2 3,114 2009-12-22, 07:01 PM
Last Post: alevideotestservice
  zprocess... to work or not to work... medic29 26 10,577 2009-11-04, 05:54 PM
Last Post: zehd
  Zprocess & MVP: Can I watch DVD´s yet? Knobby 5 3,360 2009-11-02, 07:10 PM
Last Post: zehd
  run-time error 75: path/file access error medic29 1 2,595 2009-10-20, 01:01 PM
Last Post: zehd
  Zprocess postprocessing ? Dufcoum 13 6,603 2009-08-19, 10:15 PM
Last Post: Dufcoum
  ZPROCESS: Audio sloooooow on MVP goobie 5 3,428 2009-08-18, 01:34 PM
Last Post: zehd

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode