Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Formats > Kindle Formats

Notices

Reply
 
Thread Tools Search this Thread
Old 05-10-2009, 01:23 AM   #226
CheriePie
Connoisseur
CheriePie got an A in P-Chem.CheriePie got an A in P-Chem.CheriePie got an A in P-Chem.CheriePie got an A in P-Chem.CheriePie got an A in P-Chem.CheriePie got an A in P-Chem.CheriePie got an A in P-Chem.CheriePie got an A in P-Chem.CheriePie got an A in P-Chem.CheriePie got an A in P-Chem.CheriePie got an A in P-Chem.
 
CheriePie's Avatar
 
Posts: 91
Karma: 6020
Join Date: Feb 2009
Location: Silicon Valley, CA
Device: Kindle Voyage, Samsung Galaxy S23+, Galaxy Tab S6
Awesome. Glad to help out!
Ulterior motive: would love to be able to get all my authors sorted correctly too.
CheriePie is offline   Reply With Quote
Old 05-13-2009, 10:08 PM   #227
Hawk
Member JR
Hawk began at the beginning.
 
Posts: 2
Karma: 10
Join Date: May 2009
Device: Kindle
Same issue as Cheriepie

I am getting the same crash...
Hawk is offline   Reply With Quote
Advert
Old 05-19-2009, 10:48 PM   #228
Jad
Groupie
Jad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-books
 
Jad's Avatar
 
Posts: 152
Karma: 772
Join Date: Mar 2008
Location: Perth, Western Australia
Device: Cybook Gen3
v0.01 of Mobi2MobiGUI VB Edition Released

In an effort to see if the problems various people have been having using the C# coded version of the GUI are actually C# specific, I have ported my code across to Visual Basic and created a VB edition of the GUI.

Could all those who previously tried the C# version, try the new VB GUI and report successes or failures.

CheriePie & Hawk as the most recent people with problems, could you please test out the new VB version and see how you go.

Cheers all.
Attached Files
File Type: zip Mobi2Mobi_GUI_VB v1.zip (44.1 KB, 381 views)

Last edited by Jad; 05-20-2009 at 01:15 AM. Reason: Updated attachment with working version
Jad is offline   Reply With Quote
Old 05-20-2009, 12:02 AM   #229
elmoglick
Groupie
elmoglick doesn't litterelmoglick doesn't litterelmoglick doesn't litter
 
Posts: 165
Karma: 206
Join Date: Dec 2007
Location: Kansas City
Device: Kindle1, Kindle DX, Kindle DXG
Quote:
Originally Posted by Jad View Post
In an effort to see if the problems various people have been having using the C# coded version of the GUI are actually C# specific, I have ported my code across to Visual Basic and created a VB edition of the GUI.

Could all those who previously tried the C# version, try the new VB GUI and report successes or failures.
Cheers all.
Didn't get very far. Won't accept the legitimate location of my MobiPerl directory that works for the C# version. Sorry...

El
elmoglick is offline   Reply With Quote
Old 05-20-2009, 12:09 AM   #230
Jad
Groupie
Jad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-books
 
Jad's Avatar
 
Posts: 152
Karma: 772
Join Date: Mar 2008
Location: Perth, Western Australia
Device: Cybook Gen3
Hi elmoglick,

What is the path you are trying to set it too?

Cheers
Jad is offline   Reply With Quote
Advert
Old 05-20-2009, 12:28 AM   #231
elmoglick
Groupie
elmoglick doesn't litterelmoglick doesn't litterelmoglick doesn't litter
 
Posts: 165
Karma: 206
Join Date: Dec 2007
Location: Kansas City
Device: Kindle1, Kindle DX, Kindle DXG
Quote:
Originally Posted by Jad View Post
Hi elmoglick,

What is the path you are trying to set it too?

Cheers
C:\Program Files\MobiPerl

(Same exact setting as the C# version)

El
elmoglick is offline   Reply With Quote
Old 05-20-2009, 12:30 AM   #232
Jad
Groupie
Jad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-books
 
Jad's Avatar
 
Posts: 152
Karma: 772
Join Date: Mar 2008
Location: Perth, Western Australia
Device: Cybook Gen3
Thats a pretty straightfoward directory, Hmmm. Does the GUI crash on selecting Set Dir? Can you paste a copy of the crash report here please.
Jad is offline   Reply With Quote
Old 05-20-2009, 12:40 AM   #233
Jad
Groupie
Jad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-books
 
Jad's Avatar
 
Posts: 152
Karma: 772
Join Date: Mar 2008
Location: Perth, Western Australia
Device: Cybook Gen3
Debug Version

Okie Doke, just tweaked the open dialog a smidge to better align with VB standards and bundled in the debug PDB file which will help track line numbers in the crash code. Can you please give this one a go.

Updating to .NET 3.5 SP1 hopefully, should fix this.

edit: Deleted bad attachment

Last edited by Jad; 05-20-2009 at 01:14 AM. Reason: Removed attachment
Jad is offline   Reply With Quote
Old 05-20-2009, 12:42 AM   #234
elmoglick
Groupie
elmoglick doesn't litterelmoglick doesn't litterelmoglick doesn't litter
 
Posts: 165
Karma: 206
Join Date: Dec 2007
Location: Kansas City
Device: Kindle1, Kindle DX, Kindle DXG
Quote:
Originally Posted by Jad View Post
Thats a pretty straightfoward directory, Hmmm. Does the GUI crash on selecting Set Dir? Can you paste a copy of the crash report here please.
The GUI comes up, but when I click on "Open File", a warning pops up asking me to input the directory for MobiPerl....

I'm running the 3.5 version of Microsoft.net framework, so I'm installing SP1 now to see if that makes a difference.

El
elmoglick is offline   Reply With Quote
Old 05-20-2009, 12:47 AM   #235
Jad
Groupie
Jad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-books
 
Jad's Avatar
 
Posts: 152
Karma: 772
Join Date: Mar 2008
Location: Perth, Western Australia
Device: Cybook Gen3
When you set the Mobi2Mobi dir do you get either a Use Perl or Use Win32 checkbox appearing, or does it say 'No Mobi2Mobi Here'. You should only get a prompt on a an 'Open File' click if the GUI thinks you haven't set a directory with a valid named mobi2mobi.exe or mobi2mobi.pl program file in it.
Jad is offline   Reply With Quote
Old 05-20-2009, 01:03 AM   #236
elmoglick
Groupie
elmoglick doesn't litterelmoglick doesn't litterelmoglick doesn't litter
 
Posts: 165
Karma: 206
Join Date: Dec 2007
Location: Kansas City
Device: Kindle1, Kindle DX, Kindle DXG
Quote:
Originally Posted by Jad View Post
When you set the Mobi2Mobi dir do you get either a Use Perl or Use Win32 checkbox appearing, or does it say 'No Mobi2Mobi Here'. You should only get a prompt on a an 'Open File' click if the GUI thinks you haven't set a directory with a valid named mobi2mobi.exe or mobi2mobi.pl program file in it.
Installed 3.5 SP1, rebooted. Fired it up. Same problem. It allows me to set the directory. The error box pops up when I attempt to "open file." I've even tried copying the mobi2mobi.exe directly to the GUI program directory and setting it there.

El
elmoglick is offline   Reply With Quote
Old 05-20-2009, 01:04 AM   #237
Jad
Groupie
Jad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-books
 
Jad's Avatar
 
Posts: 152
Karma: 772
Join Date: Mar 2008
Location: Perth, Western Australia
Device: Cybook Gen3
Arrghhh... Righto I've duplicated the problem. Once I've finished backing up my Virtual Machine I'll check my code to find out why the 'No Mobi2Mobi Here' text is displaying if you only have either the perl or win32 files and not both. Back soon...
Jad is offline   Reply With Quote
Old 05-20-2009, 01:06 AM   #238
elmoglick
Groupie
elmoglick doesn't litterelmoglick doesn't litterelmoglick doesn't litter
 
Posts: 165
Karma: 206
Join Date: Dec 2007
Location: Kansas City
Device: Kindle1, Kindle DX, Kindle DXG
Quote:
Originally Posted by Jad View Post
Arrghhh... Righto I've duplicated the problem. Once I've finished backing up my Virtual Machine I'll check my code to find out why the 'No Mobi2Mobi Here' text is displaying if you only have either the perl or win32 files and not both. Back soon...
Glad to hear I'm not going nuts...

Thanks,
El
elmoglick is offline   Reply With Quote
Old 05-20-2009, 01:21 AM   #239
Jad
Groupie
Jad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-booksJad has learned how to read e-books
 
Jad's Avatar
 
Posts: 152
Karma: 772
Join Date: Mar 2008
Location: Perth, Western Australia
Device: Cybook Gen3
All fixed. I have updated all the attachements with the new code.

Thanks El for your help. PM sent to you as well.

Cheers
Jad is offline   Reply With Quote
Old 05-20-2009, 01:33 AM   #240
elmoglick
Groupie
elmoglick doesn't litterelmoglick doesn't litterelmoglick doesn't litter
 
Posts: 165
Karma: 206
Join Date: Dec 2007
Location: Kansas City
Device: Kindle1, Kindle DX, Kindle DXG
Quote:
Originally Posted by Jad View Post
All fixed. I have updated all the attachements with the new code.

Thanks El for your help. PM sent to you as well.

Cheers
Thanks very much. Works like a champ. Now to test on those "problem files"....

El
elmoglick is offline   Reply With Quote
Reply

Tags
mobi2mobi


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mobiperl Mobiperl - Perl tools for handling MobiPocket files tompe Kindle Formats 890 01-17-2021 06:16 PM
Problem updating metadata (using mobi2mobi command line and gui) whitearrow Kindle Formats 3 12-05-2009 07:07 PM
Mobi2mobi GUI has died again/New version? AlexBell Kindle Formats 8 12-10-2008 08:13 PM
Mobi2Mobi Mobi2Mobi GUI Cover Art Help? huskies4all Kindle Formats 7 09-04-2008 11:31 AM
I seem to have killed Mobi2Mobi gui AlexBell Kindle Formats 8 09-02-2008 01:54 AM


All times are GMT -4. The time now is 05:23 PM.


MobileRead.com is a privately owned, operated and funded community.