Welcome to the Invelos forums. Please read the forum rules before posting.

Read access to our public forums is open to everyone. To post messages, a free registration is required.

If you have an Invelos account, sign in to post.

    Invelos Forums->DVD Profiler Mobile: Mobile Technical Support Page: 1  Previous   Next
Crash on HD2
Author Message
DVD Profiler Desktop and Mobile Registrantphon3Xx
Registered: November 1, 2009
Austria Posts: 6
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
hi,

have test the Mobile Edition and have on problem.
When i click "Loan" and will add new Person, DVDProfiler Crash!

Any Idea?

PS.
regards
phon3Xx
(sry my English is bad)
DVD Profiler Desktop and Mobile RegistrantBoa Constrictor
Registered: July 4, 2007
Norway Posts: 11
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Can confirm I got the same on mine HD2 (ROM 3.14.409.2).
DVD Profiler Desktop and Mobile RegistrantBoa Constrictor
Registered: July 4, 2007
Norway Posts: 11
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Here's the complete stack:
ArgumentException
in Microsoft.AGL.Common.MISC.HandleAr(PAL_ERROR ar)
in System.Windows.Forms.TrackBar._SetInfo(AGL_TRACKBARINFO& tbinfo)
in System.Windows.Forms.TrackBar.set_Value(Int32 value)
in DVD_Profiler_Mobile.frmEditUser.set_EditingUser(DVDUser value)
in DVD_Profiler_Mobile.frmEditUser.mnuNew_Click(Object sender, EventArgs e)
in System.Windows.Forms.MenuItem.OnClick(EventArgs e)
in System.Windows.Forms.Menu.ProcessMnuProc(Control ctlThis, WM wm, Int32 wParam, Int32 lParam)
in System.Windows.Forms.Form.WnProc(WM wm, Int32 wParam, Int32 lParam)
in System.Windows.Forms.Form._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
in Microsoft.AGL.Forms.EVL.EnterModalDialog(IntPtr hwnModal)
in System.Windows.Forms.Form.ShowDialog()
in DVD_Profiler_Mobile.frmLoanTo.mnuToolsEditUsers_Click(Object sender, EventArgs e)
in System.Windows.Forms.MenuItem.OnClick(EventArgs e)
in System.Windows.Forms.Menu.ProcessMnuProc(Control ctlThis, WM wm, Int32 wParam, Int32 lParam)
in System.Windows.Forms.Form.WnProc(WM wm, Int32 wParam, Int32 lParam)
in System.Windows.Forms.Form._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
in Microsoft.AGL.Forms.EVL.EnterModalDialog(IntPtr hwnModal)
in System.Windows.Forms.Form.ShowDialog()
in DVD_Profiler_Mobile.frmMain.ShowDVDLoan(DVD ShownDVD)
in DVD_Profiler_Mobile.frmMain.mnuLoan_Click(Object sender, EventArgs e)
in System.Windows.Forms.MenuItem.OnClick(EventArgs e)
in System.Windows.Forms.Menu.ProcessMnuProc(Control ctlThis, WM wm, Int32 wParam, Int32 lParam)
in System.Windows.Forms.ContectMenu.ProcessMnuProc(Control ctlThis, WM wm, Int32 wParam, Int32 lParam)
in System.Windows.Forms.Form.WnProc(WM wm, Int32 wParam, Int32 lParam)
in System.Windows.Forms.Form._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
in Microsoft.AGL.Forms.ML.ShowContextMenu(IntPtr hmnuThis, IntPtr hwnTempOwner, Int32 x, Int32 y)
in System.Windows.Forms.ContextMenu.Show(Control ctrl, Point pos)
in DVD_Profiler_Mobile.frmMain.alMain_LinkClick(Object sender, LinkEventArgs e)
in Resco.Controls.AdvancedList.AdvancedList.OnClick(LinkCell c, Row r, Point index, Int32 yOffset)
in Resco.Controls.AdvancedList.AdvancedList.OnClick(EventArgs e)
in System.Windows.Forms.Control.WnProc(WM wm, Int32 wParam, Int32 lParam)
in System.Windows.Forms.ContainerControl.WnProc(WM wm, Int32 wParam, Int32 lParam)
in System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
in Microsoft.AGL.Forms.EVL.EnterModalDialog(IntPtr hwnModal)
in System.Windows.Forms.Form.ShowDialog()
in DVD_Profiler_Mobile.frmStartup.ViewCollection(CollectionTypes ViewType)
in DVD_Profiler_Mobile.frmStartup.alMain_RowSelect(Object sender, RowEventArgs e)
in Resco.Controls.AdvancedList.AdvancedList.OnRowSelect(Row row, Int32 index, Int32 yOffset)
in Resco.Controls.AdvancedList.AdvancedList.OnClick(EventArgs e)
in System.Windows.Forms.Control.WnProc(WM wm, Int32 wParam, Int32 lParam)
in System.Windows.Forms.ContainerControl.WnProc(WM wm, Int32 wParam, Int32 lParam)
in System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
in Microsoft.AGL.Forms.EVL.EnterMainLoop(IntPtr hwnMain)
in System.Windows.Forms.Application.Run(Form frm)
in DVD_Profiler_Mobile.frmStartup.Main()
DVD Profiler Desktop and Mobile RegistrantBoa Constrictor
Registered: July 4, 2007
Norway Posts: 11
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Without having access to the code, I'd guess the issue is that the code may be written for editing users and that we get the error since the DVDUser object sent as an input to the "DVD_Profiler_Mobile.frmEditUser.set_EditingUser" function might be empty or not initialized. And due to that will give us the ArgumentException in the functions further down in the code.
DVD Profiler Desktop and Mobile Registrantphon3Xx
Registered: November 1, 2009
Austria Posts: 6
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
hi Boa Constrictor,

i think its same.

DVD Profiler Mobile.exe
ArgumentException
Value does not fall within the expected range.

bei Microsoft.AGL.Common.MISC.HandleAr(PAL_ERROR ar)
bei System.Windows.Forms.TrackBar._SetInfo(AGL_TRACKBARINFO& tbinfo)
bei System.Windows.Forms.TrackBar.set_Value(Int32 value)
bei DVD_Profiler_Mobile.frmEditUser.set_EditingUser(DVDUser value)
bei DVD_Profiler_Mobile.frmEditUsers.mnuNew_Click(Object sender, EventArgs e)
bei System.Windows.Forms.MenuItem.OnClick(EventArgs e)
bei System.Windows.Forms.Menu.ProcessMnuProc(Control ctlThis, WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.Form.WnProc(WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
bei Microsoft.AGL.Forms.EVL.EnterModalDialog(IntPtr hwnModal)
bei System.Windows.Forms.Form.ShowDialog()
bei DVD_Profiler_Mobile.frmLoanTo.mnuToolsEditUsers_Click(Object sender, EventArgs e)
bei System.Windows.Forms.MenuItem.OnClick(EventArgs e)
bei System.Windows.Forms.Menu.ProcessMnuProc(Control ctlThis, WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.Form.WnProc(WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
bei Microsoft.AGL.Forms.EVL.EnterModalDialog(IntPtr hwnModal)
bei System.Windows.Forms.Form.ShowDialog()
bei DVD_Profiler_Mobile.frmMain.ShowDVDLoan(DVD ShownDVD)
bei DVD_Profiler_Mobile.frmMain.mnuLoan_Click(Object sender, EventArgs e)
bei System.Windows.Forms.MenuItem.OnClick(EventArgs e)
bei System.Windows.Forms.Menu.ProcessMnuProc(Control ctlThis, WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.ContextMenu.ProcessMnuProc(Control ctlThis, WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.Control.WnProc(WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.ContainerControl.WnProc(WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
bei Microsoft.AGL.Forms.ML.ShowContextMenu(IntPtr hmnuThis, IntPtr hwnTempOwner, Int32 x, Int32 y)
bei System.Windows.Forms.ContextMenu.Show(Control ctrl, Point pos)
bei DVD_Profiler_Mobile.frmMain.alMain_LinkClick(Object sender, LinkEventArgs e)
bei Resco.Controls.AdvancedList.AdvancedList.OnLink(LinkCell c, Row r, Point index, Int32 yOffset)
bei Resco.Controls.AdvancedList.AdvancedList.OnClick(EventArgs e)
bei System.Windows.Forms.Control.WnProc(WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.ContainerControl.WnProc(WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
bei Microsoft.AGL.Forms.EVL.EnterModalDialog(IntPtr hwnModal)
bei System.Windows.Forms.Form.ShowDialog()
bei DVD_Profiler_Mobile.frmStartup.ViewCollection(CollectionTypes ViewType)
bei DVD_Profiler_Mobile.frmStartup.alMain_RowSelect(Object sender, RowEventArgs e)
bei Resco.Controls.AdvancedList.AdvancedList.OnRowSelect(Row row, Int32 index, Int32 yOffset)
bei Resco.Controls.AdvancedList.AdvancedList.OnClick(EventArgs e)
bei System.Windows.Forms.Control.WnProc(WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.ContainerControl.WnProc(WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
bei Microsoft.AGL.Forms.EVL.EnterMainLoop(IntPtr hwnMain)
bei System.Windows.Forms.Application.Run(Form fm)
bei DVD_Profiler_Mobile.frmStartup.Main()
 Last edited: by phon3Xx
    Invelos Forums->DVD Profiler Mobile: Mobile Technical Support Page: 1  Previous   Next