Old 09-27-2009, 02:34 AM   #541 (permalink)
Zewbie
 
Join Date: May 2008
Posts: 7
Enstriel is on a distinguished road
Default

You know what, never mind. I didn't know the Pope was posting on this forum. Hypocrite.



Enstriel is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old 09-27-2009, 04:20 PM   #542 (permalink)
Jr. Member
 
BlackFox's Avatar
 
Join Date: Mar 2009
Posts: 487
BlackFox is on a distinguished road
Default

Hypocrite? He's trying to teach you a lesson. Cheating is bad so don't do it.
__________________




BlackFox is offline   Reply With Quote
Old 09-29-2009, 01:01 PM   #543 (permalink)
Zuner
 
Join Date: Jun 2008
Posts: 97
seifer93 is on a distinguished road
Default

Quote:
Originally Posted by Enstriel View Post
You know what, never mind. I didn't know the Pope was posting on this forum. Hypocrite.
Obviously you don't know the definition of a hypocrite.

" a person who pretends to have virtues, moral or religious beliefs, principles, etc., that he or she does not actually possess, esp. a person whose actions belie stated beliefs." -Dictionary.com

Back to the subject at hand. I really want to switch to this new version of the book reader, but I just changed my operating system to Windows 7, is XNA still compatible? I don't want to go through the trouble of installing the program if it won't run.



seifer93 is offline   Reply With Quote
Old 09-29-2009, 07:25 PM   #544 (permalink)
GETTING AWAY WITH MURDER
Retired Staff
Expert Zuner
 
Bolt's Avatar
 
Join Date: Oct 2008
Location: In your closet, in your head
Posts: 3,258
Bolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to behold
Send a message via Yahoo to Bolt
Default

Yeah. That's what he said.

And.. :|

I wouldn't recommend that. Yeah, that looks like it sucks really hard, but I don't think anyone would want to help you cheat either <.<
__________________



Bolt is offline   Reply With Quote
Old 09-29-2009, 08:26 PM   #545 (permalink)
Zuner
 
Join Date: Sep 2008
Posts: 55
theFRANCHESCO is an unknown quantity at this point
Default

Quote:
Originally Posted by seifer93 View Post
Back to the subject at hand. I really want to switch to this new version of the book reader, but I just changed my operating system to Windows 7, is XNA still compatible? I don't want to go through the trouble of installing the program if it won't run.
Yeah ive been running windows 7 for a few months and everything is working.




theFRANCHESCO is offline   Reply With Quote
Old 10-11-2009, 08:07 PM   #546 (permalink)
Zewbie
 
Join Date: Mar 2008
Posts: 1
ryaninperil is on a distinguished road
Default

if i could offer an extra suggestion...not sure if its been mentioned...but if the book viewer could be rotated so i dont have to turn my zune would be awesome!!



ryaninperil is offline   Reply With Quote
Old 10-12-2009, 12:49 AM   #547 (permalink)
Zewbie
 
Join Date: Jun 2009
Posts: 3
pridewalker666 is on a distinguished road
Default Interesting problem...

I'm having a problem with one of my text files, and haven't seen anything similar in the thread.

This file deploys to my zune without a problem (no errors in debug). However, when I try to open it, after a few seconds I get a message "That file has a really bad character in it, so the book reader can not read it".

I haven't been able to locate any non-standard characters in the file. Any suggestions?



pridewalker666 is offline   Reply With Quote
Old 10-12-2009, 06:08 PM   #548 (permalink)
Purger of Ignorance
zB Programmer
Retired Staff
Expert Zuner
 
Netrix's Avatar
 
Join Date: Jun 2008
Location: In my own world
Posts: 2,804
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 pridewalker666 View Post
I'm having a problem with one of my text files, and haven't seen anything similar in the thread.

This file deploys to my zune without a problem (no errors in debug). However, when I try to open it, after a few seconds I get a message "That file has a really bad character in it, so the book reader can not read it".

I haven't been able to locate any non-standard characters in the file. Any suggestions?
That is not good at all. XNA has a 'default character' option that replaces characters that can not be displayed with a default character. I added that message in the cases where the text from the file can not even be loaded and instead crashes XNA. Try splitting the text file into two files and see if they both give you that error.
__________________
"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 10-13-2009, 12:25 AM   #549 (permalink)
Zewbie
 
Join Date: Jun 2009
Posts: 3
pridewalker666 is on a distinguished road
Default

Quote:
Originally Posted by Netrix View Post
That is not good at all. XNA has a 'default character' option that replaces characters that can not be displayed with a default character. I added that message in the cases where the text from the file can not even be loaded and instead crashes XNA. Try splitting the text file into two files and see if they both give you that error.
I tried what you suggested, and both files are giving me the same error. I've done both a deploy, and a debug. Both load the files to the Zune (80gb if that makes a difference), seemingly without a problem.

Thanks in advance for any help you might be able to give me with this.

EDIT: Well, I managed to get the file to open on the Zune by converting it to a pdf, and then back to txt. Must be something in the coding of the original file, but I'll be damned if I know what I'm looking for. If you're interested, I can send you a copy of the original file, so you can look into the problem.

Last edited by pridewalker666; 10-13-2009 at 12:36 AM.



pridewalker666 is offline   Reply With Quote
Old 10-13-2009, 06:40 AM   #550 (permalink)
Purger of Ignorance
zB Programmer
Retired Staff
Expert Zuner
 
Netrix's Avatar
 
Join Date: Jun 2008
Location: In my own world
Posts: 2,804
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 pridewalker666 View Post
I tried what you suggested, and both files are giving me the same error. I've done both a deploy, and a debug. Both load the files to the Zune (80gb if that makes a difference), seemingly without a problem.

Thanks in advance for any help you might be able to give me with this.

EDIT: Well, I managed to get the file to open on the Zune by converting it to a pdf, and then back to txt. Must be something in the coding of the original file, but I'll be damned if I know what I'm looking for. If you're interested, I can send you a copy of the original file, so you can look into the problem.
I am glad you got it fixed. There is not much that I can do to fix the problem within the Book Reader, since it crashes in the function that reads in the text. I could tell it to read in each character individually and skip the ones that it crashes on, but that would be horribly slow and it does not occur often enough to fix it. Your solution is good for anyone else that might have the same issue.
__________________
"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 10-13-2009, 09:23 PM   #551 (permalink)
Zewbie
 
Join Date: Jun 2009
Posts: 3
pridewalker666 is on a distinguished road
Default

Quote:
Originally Posted by Netrix View Post
I am glad you got it fixed. There is not much that I can do to fix the problem within the Book Reader, since it crashes in the function that reads in the text. I could tell it to read in each character individually and skip the ones that it crashes on, but that would be horribly slow and it does not occur often enough to fix it. Your solution is good for anyone else that might have the same issue.

That's fair. I'm glad to contribute (even if it's in a minor way).

Thanks for all the work you've done on the project.



pridewalker666 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools