Hello There, Guest! Register

Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Leap Pad Manager
#71
I have not messed with tablets for quite a while now. I assume the platinum is another model? I'd have to have one handy to do some debugging with and connect my cable for shell access.
Reply
#72
Deak, yes Platinum is their new top model.
I'm guessing the movie player maybe the problem.
I have an old Leapster Explorer that runs the same software as the Pads but it uses an older movie player (IIRC the screen is a lower resolution than the Leap Pad 2). I purchased a movie from the Leap Store, which auto added the correct movie player. I can now add custom movies to it.
Reply
#73
Ya its there newest. I stole a USB-TTL from one of my Arduino builds, so I'm going to try loading it up and looking to see if any directories have changed. The video player installed by manager seems to overwrite the one that was on there. The purchased videos play up in the corner at like half resolution now, maybe I'm building the custom video wrong ? because purchased content shows up in manager but manager content doesn't show up on the desktop.

I have DotPeek so I'm going to browse your code for the current directories manager uses, then once i get the ftp open compare.

Reading what snipa said about the market installing the video player, maybe ill uninstall the once that comes with manager let there market install its own and then try again.
Reply
#74
There is an option with Deak's manager to prevent it from installing the Video Player. Ensure you tick/unstick that before connecting your device to prevent it from auto installing the LeapPad 2 player. Then connect your LeapPad to the internet/Leapfrog Connect to remove all custom videos and try again.
I expect the Platinum would have a better resolution than the LeapPad 2 so that might be the reasoning for the small video, too.
We can check screen resolutions and create new videos with the correct figures from fffmpeg command line.
Reply
#75
Just thought, videos not on the desktop. Have you disabled WiFi? If not custom videos will be removed.
Reply
#76
Yea my app will auto install the video player because if you are going to be installing custom items, you can't connect it to the net or it will wipe them so my app installs the player for you so you don't have to connect to get it. This is only for the supported LeapPad versions though and has not been tested with anything besides the LP1, LP2, Ultra and maybe LP3, cant remember.

If there is another video manager for the Platinum, i'd have to code it in to check if that is the version of the device and install the correct video player for that system. Also I'd have to look at one of the official video apps to see if they have any additional flags set for the new device.
Reply
#77
I cant convert any videos at all I keep getting this?

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: startIndex cannot be larger than length of string.
Parameter name: startIndex
at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
at System.String.Substring(Int32 startIndex, Int32 length)
at LFConnect.Form3.CreateVideoFiles()
at LFConnect.Form3.btn_ConvertVideo(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
LeapPad Manager
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/D.Wood/Desktop/LeapPad-Manager_7.3.3/LeapPad%20Manager.exe
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5491 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5491 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
SCSI
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/D.Wood/Desktop/LeapPad-Manager_7.3.3/SCSI.DLL
----------------------------------------
Helper
Assembly Version: 0.0.0.0
Win32 Version:
CodeBase: file:///C:/Users/D.Wood/Desktop/LeapPad-Manager_7.3.3/Helper.DLL
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


Any ideas??
Reply
#78
The program is basically not finding the output of the converter that it is looking for. Maybe the latest version has different output so its not finding the text it is after to track the process of the conversion. See if you can get an older version of FFMPEG to try
Reply
#79
(09-07-2015, 12:45 PM)Deak Phreak Wrote: The program is basically not finding the output of the converter that it is looking for.  Maybe the latest version has different output so its not finding the text it is after to track the process of the conversion.  See if you can get an older version of FFMPEG to try

Thanks Deak

I also had the issue with the .net exception but as you said it was the version of FFMPEG.

I downloaded an older version

http://ffmpeg.zeranoe.com/builds/win32/s...-static.7z

(picked at random to be honest) and it now works. No crash and the video has started conversion.

Absolute wicked app - thank you. Why Leapfrog dont let us just drop any media on it - awful decision on their part.

Regards

Kevin
Reply
#80
Well, if we could put our own media on it easily, we wouldn't be buying their videos of Wallace and Gromit et al from their App Store!
Reply


Forum Jump: