06-24-2008, 03:40 PM | #106 |
Junior Member
Posts: 3
Karma: 10
Join Date: Jun 2008
Device: kindle
|
I'm trying to use v013 on a vista machine, .net 3.5 and everything updated.
I am seeing an issue. No output file gets written if I try to add an image file and flag the "Use as Thumbnail Option" . I do not get error messages, in the output window everything stops after the first 2 lines (output path). If I don't select that option all works fine. BTW When loading an image I see the preview only under "cover Image", not "thumbnail". Tks, Antonio |
06-24-2008, 09:24 PM | #107 |
Groupie
Posts: 152
Karma: 772
Join Date: Mar 2008
Location: Perth, Western Australia
Device: Cybook Gen3
|
Hi xmx,
I'll have a look and see if I can duplicate your problem. Are you modifying an existing MOBI file or a PRC file? The preview only displays in the cover image pane by design. I should probably change the title to Cover Image / Image Preview. Cheers |
Advert | |
|
06-25-2008, 11:14 AM | #108 |
Junior Member
Posts: 3
Karma: 10
Join Date: Jun 2008
Device: kindle
|
I'm trying to modify a prc file. If first I convert into .mobi without selecting thumbnail, then reopen the mobi, open an image, select thumbnail, it works.
I also noticed that the program locks up if I try to open a .prc that already has images. Does not happen with all of them but if you want I can provide the file that crashes it. BTW thanks for writing this very useful software. Makes it really easy to update lots of books. In my wish list a feature to process multiple files in one shot would be great (i.e. assign same author to a number of files). Thanks, Antonio |
06-25-2008, 04:28 PM | #109 |
Junior Member
Posts: 3
Karma: 10
Join Date: Jun 2008
Device: kindle
|
Another small issue I noticed is that when it reloads the file after you save it it truncates the file output name.
Here a little flag "overwrite" would be useful if you are just making edits but don't want to change the name anymore. |
06-25-2008, 09:09 PM | #110 |
Groupie
Posts: 152
Karma: 772
Join Date: Mar 2008
Location: Perth, Western Australia
Device: Cybook Gen3
|
Hi xmx,
Thanks for the extra info, this will make it easier to try and replicate the problems you are having. Have you tried doing the same mods just using the original Mobo2Mobi.exe at the command line? Its possible that the problems maybe with Mobi2Mobi itself and not the GUI. Can you give me an example of the truncation problem you are seeing? Also, yes please attach a copy of the problem PRC file that causes the crashing problem. I assume its a non DRM'd and public domain title. Cheers |
Advert | |
|
06-25-2008, 09:13 PM | #111 |
Groupie
Posts: 152
Karma: 772
Join Date: Mar 2008
Location: Perth, Western Australia
Device: Cybook Gen3
|
Oh, I also forget to say that I've thought about the batching of books idea and its on the back burner as a feature to add. I've just got to figure out a way of presenting it in a useful way, I may need to right a different tool to do this.
You could always have a crack at it yourself, its actually quite a good way to learn programming if you have a specific task you need to achieve. The community is very helpfull here. Last edited by Jad; 06-25-2008 at 09:15 PM. |
06-30-2008, 07:49 PM | #112 |
Groupie
Posts: 152
Karma: 772
Join Date: Mar 2008
Location: Perth, Western Australia
Device: Cybook Gen3
|
V0.13 Source Code Released under GPLv3.
The Mobi2Mobi GUI source code is being released under GPLv3. Note that the code is largely undocumented and is released as is. I'm not the tidiest programmer so excuse what are probably a bunch of big no no's in the code. If you make use of the code or make any improvements, please send me a copy as I'm always interested in learning.
You will need Microsoft Visual C# 2008 Express Edition & .NET Framework 3.5 to open the solution. |
07-02-2008, 01:57 AM | #113 |
Guru
Posts: 739
Karma: 1018859
Join Date: Jun 2008
Location: Near Seattle
Device: kindle1, K3, K3G (thanks MR), iTouch, Kindle Touch
|
I've installed and am trying to get the GUI version of mobi2mobi to work. Get win 32 confirmation when defining the mobi2mobi directory but when I try to open a book I get the following:
Exception Text ************** System.IndexOutOfRangeException: Index was outside the bounds of the array. at Mobi2Mobi_GUI.Form1.UpdateBookFields(String datapath, Boolean open) at Mobi2Mobi_GUI.Form1.btnOpenFile_Click(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(MouseEventAr gs 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.O nMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) Any idea what I'm doing incorrectly? cheers |
07-02-2008, 03:11 AM | #114 |
Groupie
Posts: 152
Karma: 772
Join Date: Mar 2008
Location: Perth, Western Australia
Device: Cybook Gen3
|
Hi Leep,
If you downloaded the v0.13 version you need to make sure you have .NET Framework 3.5 installed. If you have v0.12 then you need .NET Framework 2 with SP1. Can you confirm what versions you have and this will help narrow down the problem. Cheers Jad |
07-02-2008, 04:59 PM | #115 | |
Guru
Posts: 739
Karma: 1018859
Join Date: Jun 2008
Location: Near Seattle
Device: kindle1, K3, K3G (thanks MR), iTouch, Kindle Touch
|
Quote:
Any ideas what I should try next? |
|
07-02-2008, 06:17 PM | #116 | |
Grand Sorcerer
Posts: 19,832
Karma: 11844413
Join Date: Jan 2007
Location: Tampa, FL USA
Device: Kindle Touch
|
Quote:
BOb |
|
07-02-2008, 07:31 PM | #117 |
Groupie
Posts: 152
Karma: 772
Join Date: Mar 2008
Location: Perth, Western Australia
Device: Cybook Gen3
|
Hi Leep,
If you have the appropriate version then I'm not sure whats going on. The only time I have ever been able to replicate this sort of fault is when the wrong version of .NET was installed for the compile. Does the problem occur on all MOBI/PRC files? What paths are you using for the Mobi2Mobi directory and eBook path? There was a bug a long while ago that didn't like drives other than C: but that was sorted I thought. Sorry but I've run out of ideas. You can always grab the source code and try a compile yourself and see how you go. Jad |
07-02-2008, 07:53 PM | #118 |
Guru
Posts: 739
Karma: 1018859
Join Date: Jun 2008
Location: Near Seattle
Device: kindle1, K3, K3G (thanks MR), iTouch, Kindle Touch
|
Ok as a quick recap I show the following installed:
.net framework 1.1 (and hot fixes) .net framework 2.0 sp 2 beta (and hot fixes) .net framework 3.0 sp 2 beta .net framework 3.5 sp1 beta Mobiperl-0.038.tar (and mobi2mobi.exe, etc.) in a file called mobiperlwin When I run the Mobi2mobi GUI file and define the directory, it recognizes the mobi2mobi file and assigns a win32 check. My output file is called ebooks to convert. I've tried to open several different prc books, and get the following error details. System.IndexOutOfRangeException: Index was outside the bounds of the array. at Mobi2Mobi_GUI.Form1.UpdateBookFields(String datapath, Boolean open) at Mobi2Mobi_GUI.Form1.btnOpenFile_Click(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(MouseEventAr gs 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.O nMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(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.3031 (netfxsp.050727-3000) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- Mobi2Mobi GUI Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Documents%20and%20Settings/Owner.Lees_laptop/Desktop/mobiperl/Mobi2Mobi_GUI.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3031 (netfxsp.050727-3000) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3031 (netfxsp.050727-3000) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3031 (netfxsp.050727-3000) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- If I ignore the warning and convert, I get: C:\Documents and Settings\Owner.Lees_laptop\Desktop\ebooks to convert>"C:\Documents and Settings\Owner.Lees_laptop\Desktop\Mobiperlwin\mob i2mobi.exe" "C:\Documents and Settings\Owner.Lees_laptop\Desktop\ebooks to convert\Babbitt.mobi" but no book in that file Unfortunately, my programming days were in the 70's so I'm over my head in today's world of windows! cheers |
07-02-2008, 11:27 PM | #119 |
Groupie
Posts: 152
Karma: 772
Join Date: Mar 2008
Location: Perth, Western Australia
Device: Cybook Gen3
|
Hmm..
I'm wondering if something has been broken in the Beta service packs for the .NET Framework. I noticed that you are opening the books from a directory with a "." in the name. This shouldn't be a problem, but I've seen weird pathing problems before with the GUI, could you please try putting a book in the root of C: drive and trying opening it, and see what happpens, actually also put a copy of the Mobi2Mobi.exe there as well and change the location path. Let me know how you go. If you get the same problem, I'll build a virtual machine with all the Beta SPs and see if I can duplicate the problem. Cheers Jad |
07-02-2008, 11:32 PM | #120 | |
Grand Sorcerer
Posts: 19,832
Karma: 11844413
Join Date: Jan 2007
Location: Tampa, FL USA
Device: Kindle Touch
|
Quote:
BOb |
|
Tags |
mobi2mobi |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Mobiperl Mobiperl - Perl tools for handling MobiPocket files | tompe | Kindle Formats | 890 | 01-17-2021 07:16 PM |
Problem updating metadata (using mobi2mobi command line and gui) | whitearrow | Kindle Formats | 3 | 12-05-2009 08:07 PM |
Mobi2mobi GUI has died again/New version? | AlexBell | Kindle Formats | 8 | 12-10-2008 09:13 PM |
Mobi2Mobi Mobi2Mobi GUI Cover Art Help? | huskies4all | Kindle Formats | 7 | 09-04-2008 12:31 PM |
I seem to have killed Mobi2Mobi gui | AlexBell | Kindle Formats | 8 | 09-02-2008 02:54 AM |