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) SearchWiz & MovieWiz v
« Previous 1 2 3 4 5 … 16 Next »
MovieWiz: Attempt to divide by zero

 
  • 0 Vote(s) - 0 Average
MovieWiz: Attempt to divide by zero
scb147
Offline

Posting Freak

Posts: 806
Threads: 77
Joined: Nov 2006
#1
2010-01-08, 06:26 PM
I am getting this exception, attempt to divide by zero:
Code:
2010-01-07 21:06:43.511    VERBOSE    [1]    Executing: C:\Program Files\DAEMON Tools\daemon.exe -unmount 0
2010-01-07 21:06:43.933    VERBOSE    [1]    Executing: C:\Program Files\DAEMON Tools\daemon.exe -mount 0,"M:\M-S\MARY_POPPINS.ISO"
2010-01-07 21:06:43.948    VERBOSE    [1]    getValue() loading new key/value into cache: /settings/DaemonToolsPrePlayDelay
2010-01-07 21:06:43.948    VERBOSE    [1]    getValue: /settings/DaemonToolsPrePlayDelay : 4500
2010-01-07 21:06:48.448    VERBOSE    [1]    About to play DVD volume: E:\
2010-01-07 21:06:49.885    VERBOSE    [1]    After PlayDVD()
2010-01-07 21:06:49.932    VERBOSE    [1]    MovieWiz:           PlayMovie()-             EXCEPTION: Attempted to divide by zero.
2010-01-07 21:06:49.932    VERBOSE    [1]    MovieWiz:           PlayMovie()-             EXIT
2010-01-07 21:06:49.932    VERBOSE    [1]    MovieWiz:           GetRenderList()-         executed.

Any ideas?
Author of Weather (NPVR) & Weather2 (GBPVR)
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#2
2010-01-09, 04:19 AM (This post was last modified: 2010-01-09, 05:30 AM by JavaWiz.)
I think this is an error happening down in PVRX2 code:

Code:
[SIZE=2][COLOR=#2b91af][SIZE=2][COLOR=#2b91af]WizInfo[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2].LogMessage([/SIZE][SIZE=2][COLOR=#a31515][SIZE=2][COLOR=#a31515]"MovieWiz"[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2], [/SIZE][SIZE=2][COLOR=#a31515][SIZE=2][COLOR=#a31515]"PlayMovie()"[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2], [/SIZE][SIZE=2][COLOR=#a31515][SIZE=2][COLOR=#a31515]"ISO - "[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] + me.movieTitle);[/SIZE]
[SIZE=2][COLOR=#2b91af][SIZE=2][COLOR=#2b91af][B]PluginHelperFactory[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][B].getPluginHelper().PlayDVDFromISO(movieLocation); <-- Exception gets thrown here I think[/B][/SIZE]
[SIZE=2]core.setLastPlayed(me, lstCategories.getCurrentText());[/SIZE]

I have added a log message and stacktrace dump in the next version of the code that should help identify exactly where the problem is.

If you try to play this file from Video Library, does it also error off this way?

[EDIT] New version with logging changes can be found in this thread.
scb147
Offline

Posting Freak

Posts: 806
Threads: 77
Joined: Nov 2006
#3
2010-01-10, 03:59 AM
I will check to see if Video Library can play it, and I'll post logs using the new version for you.
Author of Weather (NPVR) & Weather2 (GBPVR)
scb147
Offline

Posting Freak

Posts: 806
Threads: 77
Joined: Nov 2006
#4
2010-01-17, 03:44 AM
OK, I attempted to play in Video Library, same thing, wouldn't play. But this time I get a more descriptive log message:
Code:
2010-01-16 22:21:42.913    VERBOSE    [1]    System.DivideByZeroException: Attempted to divide by zero.
   at DirectShowPlayerBase.setPlaybackPosition(DirectShowPlayerBase* , Double pos)
   at NativeUtilities.MediaHelper.setPlaybackRate(Double rate)
   at GBPVRX2.Players.x2a148ffd35c37d14.x64fff8c5415b9fc5(String xb2ac3fdb71f19c57)
   at GBPVRX2.x2be64c56dcebf65e.ActivateItem(Object o)
   at GBPVRX2.UiSupport.UiList.OnKeyDown(KeyEventArgs e)
   at GBPVRX2.BaseButtonListUiTask.OnKeyDown(KeyEventArgs e)
   at GBPVRX2.x2be64c56dcebf65e.OnKeyDown(KeyEventArgs e)
   at GBPVRX2.MenuTask.x9006c1ed9ccb79de.OnKeyDown(KeyEventArgs e)
   at GBPVRX2.MenuTask.x9006c1ed9ccb79de.OnKeyDown(KeyEventArgs e)
   at GBPVRX2.x0061b801bdf12d35.xdae9991ab918b397(Object xdf2e3583f942db7b, KeyEventArgs xc4f45905cb1fc7ba)
   at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
   at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
   at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
   at System.Windows.Forms.Control.WmKeyChar(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at GBPVRX2.x0061b801bdf12d35.WndProc(Message& m)

This ISO will play via WMP on the same machine, so I'm assuming this is a bug within GBPVR itself?
Author of Weather (NPVR) & Weather2 (GBPVR)
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#5
2010-01-17, 04:07 AM
Yep. This looks like a problem within the gbpvr code. I'm guessing you might have an invalid entry in the PLAYBACK_POSITION table for the Mary Poppins file, but sub would have to comment on this. You might want to post a question in the Support Forum and reference this thread.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  MovieWiz movie folder structure? jfm 5 7,011 2011-03-13, 07:47 PM
Last Post: dljones8053
  MovieWiz: no movie data ga_mueller 6 7,760 2011-01-12, 01:22 AM
Last Post: ga_mueller
  A couple of problems with MovieWiz Lookups JP23 2 5,627 2010-05-19, 12:55 AM
Last Post: ga_mueller
  MovieWiz Descriptions now short Jaggy 3 5,617 2010-04-25, 04:01 PM
Last Post: JavaWiz
  MovieWiz: Wishlist 7ore 2 2,591 2010-02-25, 07:02 AM
Last Post: 7ore
  MovieWiz support for mymovies.xml file? daneo 42 18,980 2010-02-24, 04:31 AM
Last Post: 7ore
  MovieWiz - Plot field not being found/displayed JuicyFruits 4 2,715 2010-02-24, 04:20 AM
Last Post: JavaWiz
  Moviewiz not getting IMDB ratings. JP23 5 3,655 2010-02-23, 08:41 PM
Last Post: tbeaux
  MovieWiz exception 7ore 26 10,642 2010-02-22, 05:05 AM
Last Post: JavaWiz
  MovieWiz - Offline Import & Images meccano 8 3,957 2010-02-08, 01:48 PM
Last Post: meccano

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

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

Linear Mode
Threaded Mode