Old 08-09-2008, 06:11 PM   #221 (permalink)
Zuner
 
MehStrongBadMeh's Avatar
 
Join Date: Apr 2008
Location: Free Country, USA
Posts: 75
MehStrongBadMeh is on a distinguished road
Default

Quote:
Originally Posted by Netrix View Post
That is the way it was meant to be. To change it, find this block of code:
Code:
                    if (keepsingle)
                    {
                        if (words[i].EndsWith("r"))
                        {
                            finalLines[line] = finalLines[line] + finalText + " " + words[i];
                            finalText = "";
                            totalSize = 0;
                            line++;
                            finalLines[line] = " ";
                            line++;
                            continue;
                        }
                    }
Then remove finalLines[line] = " "; and line++; right before continue;
How can I do that if you never released the source code? Plus if I get the source code and mod it, then I will have to upload text files the old way which is a pain. Could you make it so that typing something else at the beginning (like <singlesingle>) would make text appear the way it does on the computer (single spaced)?
__________________
MehStrongBadMeh - zB Junior Executive Of Not Having To Go On Pointless Business Trips

Note: The viewpoint posted above does not necessarily reflect the opinion of MehStrongBadMeh (or does it?)




MehStrongBadMeh is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old 08-09-2008, 06:29 PM   #222 (permalink)
Purger of Ignorance
Development Front
Retired Staff
Expert Zuner
 
Netrix's Avatar
 
Join Date: Jun 2008
Location: In my own world
Posts: 3,146
Netrix is a name known to allNetrix is a name known to allNetrix is a name known to allNetrix is a name known to allNetrix is a name known to all
Send a message via MSN to Netrix
Default

Quote:
Originally Posted by MehStrongBadMeh View Post
How can I do that if you never released the source code? Plus if I get the source code and mod it, then I will have to upload text files the old way which is a pain. Could you make it so that typing something else at the beginning (like <singlesingle>) would make text appear the way it does on the computer (single spaced)?
I suppose that is a good point. I will add that to the next release.
__________________
"Against logic there is no armor like ignorance." - Laurence J. Peter

Solitaire for your Zune! http://www.zuneboards.com/forums/dow...ne-v2-0-a.html

Zune Book Reader! http://www.zuneboards.com/forums/app...ew-thread.html



Netrix is offline   Reply With Quote
Old 08-09-2008, 07:05 PM   #223 (permalink)
Zewbie
 
Join Date: Aug 2008
Posts: 9
vetokfv is on a distinguished road
Default

Hey, if this has been answered before, my bad. Point me in the right direction.
The app deploys just fine on my 30, and I think I followed the instructions as per the first post.
When I start it up on the Zune, it just restarts.



vetokfv is offline   Reply With Quote
Old 08-09-2008, 07:36 PM   #224 (permalink)
torpedo the mothership
Development Front
Super Moderator
Expert Zuner
 
itsnotabigtruck's Avatar
 
Join Date: May 2008
Posts: 2,734
itsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant future
Awards Showcase
Elektrolik's Submissive Favorite staff member Most helpful 
Total Awards: 3
Default

Quote:
Originally Posted by vetokfv View Post
Hey, if this has been answered before, my bad. Point me in the right direction.
The app deploys just fine on my 30, and I think I followed the instructions as per the first post.
When I start it up on the Zune, it just restarts.
What applications have you deployed with RIG in the past, and when did you deploy them?
__________________

signature by vettexl





itsnotabigtruck is offline   Reply With Quote
Old 08-09-2008, 08:42 PM   #225 (permalink)
Zewbie
 
Join Date: Aug 2008
Posts: 9
vetokfv is on a distinguished road
Default

Quote:
Originally Posted by itsnotabigtruck View Post
What applications have you deployed with RIG in the past, and when did you deploy them?
This... would be the first. I haven't deployed new games in a few months, and was surprised upon my return with this RIG business...



vetokfv is offline   Reply With Quote
Old 08-10-2008, 05:31 AM   #226 (permalink)
Purger of Ignorance
Development Front
Retired Staff
Expert Zuner
 
Netrix's Avatar
 
Join Date: Jun 2008
Location: In my own world
Posts: 3,146
Netrix is a name known to allNetrix is a name known to allNetrix is a name known to allNetrix is a name known to allNetrix is a name known to all
Send a message via MSN to Netrix
Default

Quote:
Originally Posted by vetokfv View Post
This... would be the first. I haven't deployed new games in a few months, and was surprised upon my return with this RIG business...
So you do have games on it already from before? If you do, try to run one of those games. If they work, I might need to send you the link to get the source for the Book Reader so that you can start it with debugging and see why it crashes. I would need to know if it is the Book Reader itself or if it is just your Zune that is the problem.

It really should not be the Book Reader, though. If you do not add any text files to the Book Reader, I have it say that there are no text files to read and that you need to add at least one. It used to restart because of that, but no more. The other way it could crash immediately is if a filename of one of the text files is more than 40 characters long, but RIG notices that error and thus it would not deploy successfully.
__________________
"Against logic there is no armor like ignorance." - Laurence J. Peter

Solitaire for your Zune! http://www.zuneboards.com/forums/dow...ne-v2-0-a.html

Zune Book Reader! http://www.zuneboards.com/forums/app...ew-thread.html

Last edited by Netrix; 08-10-2008 at 05:37 AM.



Netrix is offline   Reply With Quote
Old 08-10-2008, 06:01 AM   #227 (permalink)
Zuner
 
MehStrongBadMeh's Avatar
 
Join Date: Apr 2008
Location: Free Country, USA
Posts: 75
MehStrongBadMeh is on a distinguished road
Default

Quote:
Originally Posted by Netrix View Post
I suppose that is a good point. I will add that to the next release.
OK. Thanks, Netrix!
__________________
MehStrongBadMeh - zB Junior Executive Of Not Having To Go On Pointless Business Trips

Note: The viewpoint posted above does not necessarily reflect the opinion of MehStrongBadMeh (or does it?)




MehStrongBadMeh is offline   Reply With Quote
Old 08-10-2008, 07:45 AM   #228 (permalink)
torpedo the mothership
Development Front
Super Moderator
Expert Zuner
 
itsnotabigtruck's Avatar
 
Join Date: May 2008
Posts: 2,734
itsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant future
Awards Showcase
Elektrolik's Submissive Favorite staff member Most helpful 
Total Awards: 3
Default

Quote:
Originally Posted by vetokfv View Post
This... would be the first. I haven't deployed new games in a few months, and was surprised upon my return with this RIG business...
I forgot to mention: also, if you already had any known-working games on your Zune before installing Book Reader, open one of them and see if it works.

Your problem sounds like an old RIG bug, but that bug has been fixed in all the RIG installers currently available and you shouldn't have been affected by it. If it was RIG, none of your games will work; if it's Book Reader, everything that already worked will continue to work.
__________________

signature by vettexl





itsnotabigtruck is offline   Reply With Quote
Old 08-10-2008, 08:55 AM   #229 (permalink)
Zewbie
 
Join Date: Aug 2008
Posts: 9
vetokfv is on a distinguished road
Default

Quote:
Originally Posted by Netrix View Post
So you do have games on it already from before? If you do, try to run one of those games. If they work, I might need to send you the link to get the source for the Book Reader so that you can start it with debugging and see why it crashes. I would need to know if it is the Book Reader itself or if it is just your Zune that is the problem.

It really should not be the Book Reader, though. If you do not add any text files to the Book Reader, I have it say that there are no text files to read and that you need to add at least one. It used to restart because of that, but no more. The other way it could crash immediately is if a filename of one of the text files is more than 40 characters long, but RIG notices that error and thus it would not deploy successfully.
Quote:
Originally Posted by itsnotabigtruck View Post
I forgot to mention: also, if you already had any known-working games on your Zune before installing Book Reader, open one of them and see if it works.

Your problem sounds like an old RIG bug, but that bug has been fixed in all the RIG installers currently available and you shouldn't have been affected by it. If it was RIG, none of your games will work; if it's Book Reader, everything that already worked will continue to work.
Idk why, but it's working now. I hadn't deleted from the day before, and when I started it up today to see if I had to reinstall again, it loaded and let me select the one book I had loaded on there (Carmilla, fyi).

Now I want to just make a quick test file and see if it still works if I reinstall it. Thanks for the info so far, guys.



vetokfv is offline   Reply With Quote
Old 08-10-2008, 10:00 AM   #230 (permalink)
Purger of Ignorance
Development Front
Retired Staff
Expert Zuner
 
Netrix's Avatar
 
Join Date: Jun 2008
Location: In my own world
Posts: 3,146
Netrix is a name known to allNetrix is a name known to allNetrix is a name known to allNetrix is a name known to allNetrix is a name known to all
Send a message via MSN to Netrix
Default

Quote:
Originally Posted by vetokfv View Post
Idk why, but it's working now. I hadn't deleted from the day before, and when I started it up today to see if I had to reinstall again, it loaded and let me select the one book I had loaded on there (Carmilla, fyi).

Now I want to just make a quick test file and see if it still works if I reinstall it. Thanks for the info so far, guys.
That is not normal, but good I suppose. If it keeps working for you, it saves me time.
__________________
"Against logic there is no armor like ignorance." - Laurence J. Peter

Solitaire for your Zune! http://www.zuneboards.com/forums/dow...ne-v2-0-a.html

Zune Book Reader! http://www.zuneboards.com/forums/app...ew-thread.html



Netrix is offline   Reply With Quote
Old 08-10-2008, 01:01 PM   #231 (permalink)
Zewbie
 
Join Date: Aug 2008
Posts: 9
vetokfv is on a distinguished road
Default

Quote:
Originally Posted by Netrix View Post
That is not normal, but good I suppose. If it keeps working for you, it saves me time.
It seems to work fine now. Thanks again.



vetokfv is offline   Reply With Quote
Old 08-15-2008, 11:22 PM   #232 (permalink)
Squirt
 
Join Date: Mar 2008
Posts: 10
ayfine is on a distinguished road
Default

I installed it, loaded up a book with RIG, and when I open the actual application on my zune, it shows the name of the text file, but when I hit the center button it resets my zune every time. I have deployed a game like it says for RIG to work but I don't get why this isn't working.

Edit: I've loaded up a few text files that are just a few words and those work fine, but when I try an actual pdf that I saved to text, it crashes. This text file is 184kb.

Edit 2: I just downloaded 2.1 and deployed it how I would a regular game, added the text file and it works fine. Finally! I have no idea why the RIG one wouldn't work but as long as 2.1 is working thats fine by me.

Last edited by ayfine; 08-16-2008 at 12:09 AM.




ayfine is offline   Reply With Quote
Old 08-16-2008, 06:39 AM   #233 (permalink)
Purger of Ignorance
Development Front
Retired Staff
Expert Zuner
 
Netrix's Avatar
 
Join Date: Jun 2008
Location: In my own world
Posts: 3,146
Netrix is a name known to allNetrix is a name known to allNetrix is a name known to allNetrix is a name known to allNetrix is a name known to all
Send a message via MSN to Netrix
Default

Quote:
Originally Posted by ayfine View Post
I installed it, loaded up a book with RIG, and when I open the actual application on my zune, it shows the name of the text file, but when I hit the center button it resets my zune every time. I have deployed a game like it says for RIG to work but I don't get why this isn't working.

Edit: I've loaded up a few text files that are just a few words and those work fine, but when I try an actual pdf that I saved to text, it crashes. This text file is 184kb.

Edit 2: I just downloaded 2.1 and deployed it how I would a regular game, added the text file and it works fine. Finally! I have no idea why the RIG one wouldn't work but as long as 2.1 is working thats fine by me.
Can you send me a private message that has a link to the PDF file that you are using? If a file worked in any previous version, it should work with the latest version, and if it does not, I would like to fix the problem to make the Book Reader as compatible as possible. Thank you.
__________________
"Against logic there is no armor like ignorance." - Laurence J. Peter

Solitaire for your Zune! http://www.zuneboards.com/forums/dow...ne-v2-0-a.html

Zune Book Reader! http://www.zuneboards.com/forums/app...ew-thread.html



Netrix is offline   Reply With Quote
Old 08-16-2008, 01:27 PM   #234 (permalink)
Squirt
 
Join Date: Mar 2008
Posts: 10
ayfine is on a distinguished road
Default

Quote:
Originally Posted by Netrix View Post
Can you send me a private message that has a link to the PDF file that you are using? If a file worked in any previous version, it should work with the latest version, and if it does not, I would like to fix the problem to make the Book Reader as compatible as possible. Thank you.
sent




ayfine is offline   Reply With Quote
Old 08-22-2008, 04:06 PM   #235 (permalink)
Zewbie
 
Join Date: Nov 2007
Posts: 4
alphaceta is on a distinguished road
Default

hey, anyone else having trouble bookmarking? it worked once but now every time i try it just resets with out saving. oh also can't play music. tried reloading software still no go. I'm running vista and have a 30 gb zune. its not a big deal everything else works great.



alphaceta is offline   Reply With Quote
Old 08-22-2008, 05:08 PM   #236 (permalink)
Purger of Ignorance
Development Front
Retired Staff
Expert Zuner
 
Netrix's Avatar
 
Join Date: Jun 2008
Location: In my own world
Posts: 3,146
Netrix is a name known to allNetrix is a name known to allNetrix is a name known to allNetrix is a name known to allNetrix is a name known to all
Send a message via MSN to Netrix
Default

Quote:
Originally Posted by alphaceta View Post
hey, anyone else having trouble bookmarking? it worked once but now every time i try it just resets with out saving. oh also can't play music. tried reloading software still no go. I'm running vista and have a 30 gb zune. its not a big deal everything else works great.
Sometime I will see if I have these problems. I am busy with my next game.
__________________
"Against logic there is no armor like ignorance." - Laurence J. Peter

Solitaire for your Zune! http://www.zuneboards.com/forums/dow...ne-v2-0-a.html

Zune Book Reader! http://www.zuneboards.com/forums/app...ew-thread.html



Netrix is offline   Reply With Quote
Old 08-23-2008, 03:48 PM   #237 (permalink)
Zewbie
 
Join Date: Jul 2008
Posts: 7
loganZUNE is on a distinguished road
Default

I can only get one of my books to work. the ones that dont are treasue island and grimmsfairytales both from planet pdf



loganZUNE is offline   Reply With Quote
Old 08-24-2008, 03:21 PM   #238 (permalink)
Squirt
 
joeb779's Avatar
 
Join Date: Jul 2008
Posts: 11
joeb779 is on a distinguished road
Default nice

hey, great app but maybe add more features. like make it read eBooks or pdf's

just thinking,
joeb779




joeb779 is offline   Reply With Quote
Old 08-24-2008, 03:22 PM   #239 (permalink)
Purger of Ignorance
Development Front
Retired Staff
Expert Zuner
 
Netrix's Avatar
 
Join Date: Jun 2008
Location: In my own world
Posts: 3,146
Netrix is a name known to allNetrix is a name known to allNetrix is a name known to allNetrix is a name known to allNetrix is a name known to all
Send a message via MSN to Netrix
Default

Quote:
Originally Posted by joeb779 View Post
hey, great app but maybe add more features. like make it read eBooks or pdf's

just thinking,
joeb779
Or... You can just convert them to text files.
__________________
"Against logic there is no armor like ignorance." - Laurence J. Peter

Solitaire for your Zune! http://www.zuneboards.com/forums/dow...ne-v2-0-a.html

Zune Book Reader! http://www.zuneboards.com/forums/app...ew-thread.html



Netrix is offline   Reply With Quote
Old 08-25-2008, 09:04 PM   #240 (permalink)
torpedo the mothership
Development Front
Super Moderator
Expert Zuner
 
itsnotabigtruck's Avatar
 
Join Date: May 2008
Posts: 2,734
itsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant future
Awards Showcase
Elektrolik's Submissive Favorite staff member Most helpful 
Total Awards: 3
Default

Quote:
Originally Posted by joeb779 View Post
hey, great app but maybe add more features. like make it read eBooks or pdf's

just thinking,
joeb779
PDF support would be a monumental task FWIW, and "eBooks" could be in one of many different formats - which one are you speaking of?
__________________

signature by vettexl





itsnotabigtruck is offline   Reply With Quote
Reply

Bookmarks

Thread Tools