[SOLVED]Overly long logical line and others

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
squark
Veteran
Posts: 277
Joined: Fri Aug 17, 2007 9:59 am
Completed: Tour de Pharmacy (Proofreader), The Abandoned Land: Book One (Proofreader)
Projects: Raven Hollow (Core Coder, Proofreader), The Universal Hope (Core Coder, Proofreader)
Organization: FlareBlue Entertainment
Location: Always somewhere behind you...
Contact:

[SOLVED]Overly long logical line and others

#1 Post by squark »

So, I got back to work on something today after taking some time off, and while it worked perfectly before, I have no idea why it's spewing this at me.

I'm getting an error I never had before:
Overly long logical line or something along those lines.

The offending item is this (exactly as shown)

Code: Select all

label prologue:
   "Prologue:"
   (more text)
Also, the error report will show a couple of other errors.
The first one is odd, because AFAIK the menu command structure hasn't changed.
it's still

Code: Select all

(blurb)
   menu:
      "menuobject":
          result
, right?

Also, I think I need a little help with the correct structure for setting up imagebuttons.
Anyway, in the overly long section of the error.txt there's a large section filled with white space. In the error reporter of the program itself, it was filled with small black boxes if that helps.
Thanks in advance.
Attachments
errors.txt
(64.82 KiB) Downloaded 89 times
Last edited by squark on Tue Feb 03, 2015 7:14 am, edited 1 time in total.
Without communication, nothing is possible.
"All we see or seem
Is but a dream within a dream.

I stand amid the roar
Of a surf-tormented shore"
-- Edgar Allen Poe, "A Dream Within A Dream"
Current Projects:
Universal Hope Stalled
Raven Hollow (on hold for now)
Peace and Love,
Squark

User avatar
xela
Lemma-Class Veteran
Posts: 2481
Joined: Sun Sep 18, 2011 10:13 am
Contact:

Re: Overly long logical line and others

#2 Post by xela »

As the error states, you forgot parenthesis or quotes encapsulating strings somewhere or something along those lines. I doubt you've actually got a line long enough to cause this.

It's impossible to tell where the error is from what you've posted but these things are in 99.99% stupid typos. You just need to calmly go over your code or in very rare occurrences delete all bytecode (.rpyc) files.
Like what we're doing? Support us at:
Image

squark
Veteran
Posts: 277
Joined: Fri Aug 17, 2007 9:59 am
Completed: Tour de Pharmacy (Proofreader), The Abandoned Land: Book One (Proofreader)
Projects: Raven Hollow (Core Coder, Proofreader), The Universal Hope (Core Coder, Proofreader)
Organization: FlareBlue Entertainment
Location: Always somewhere behind you...
Contact:

Re: Overly long logical line and others

#3 Post by squark »

Thanks, I looked it over and found nothing that would cause an error.
But once I double-checked it in NotePad++, I found a huge block of "NUL" and deleted all of it. That bit checks out fine now, and the menu item problem was because I forgot to use a menu command.

I still need a hand on the correct structure of imagebuttons, though.
Without communication, nothing is possible.
"All we see or seem
Is but a dream within a dream.

I stand amid the roar
Of a surf-tormented shore"
-- Edgar Allen Poe, "A Dream Within A Dream"
Current Projects:
Universal Hope Stalled
Raven Hollow (on hold for now)
Peace and Love,
Squark

Post Reply

Who is online

Users browsing this forum: No registered users