Lemma Soft Forums

Supporting creators of visual novels and story-based games since 2003.


Visit our new games list, blog aggregator, IRC, and wiki.
Activation problem? Email [email protected]
It is currently Sat May 25, 2013 6:06 pm

All times are UTC - 5 hours [ DST ]


Forum rules


Ren'Py support questions should go here. This forum is for discussing changes to Ren'Py itself.



Post new topic Reply to topic  [ 59 posts ]  Go to page Previous  1, 2, 3, 4
Author Message
PostPosted: Sun May 01, 2011 12:54 pm 
Lemma-Class Veteran
User avatar

Joined: Mon Jul 21, 2008 5:41 pm
Posts: 3401
Projects: Planet Stronghold: Warzone, Loren The Amazon Princess, Queen Of Thieves, DIM, Undead Lily, and more...
Well so far I haven't had much complaints about the GL version. Only an user in my forums about Planet Stronghold, weird because he has a powerful PC: http://www.winterwolves.net/viewtopic.php?f=23&t=1559
he was using previous version of Ren'Py though.

_________________
follow me on Image Image Image Image
computer games


Top
 Profile Send private message  
 
PostPosted: Sun May 01, 2011 12:55 pm 
Veteran
User avatar

Joined: Thu Jan 06, 2011 9:28 am
Posts: 298
Location: USA
Projects: Unnamed Slenderman VN, Secret 10560
I think I've got a bug. A few minutes ago, I updated my version of Ren'py by using Shift + U in the launcher. When used Lint afterwards, I keep getting this error
Code:
On line 35 of G:\Lauren\Renpy Games\Secret 10560/game/endings.rpy: expected ':' not found.
else num :
     ^


Even though that's not what the code looks like on line 35 of that .rpy file.

Code:
label parentsneutral:
    "I wake up later than I had intended."
    $ num = renpy.random.randint(0,100)
    if num <= 50:
        "Mom left a note saying she went out shopping, but Dad is off from work."
        e "Dad?..."
        d "What is it, Emily?"
        "parentsneutral"
    else : ##this is line 35
        "Dad got called in to work, but Mom is still home."
        e "Mom?..."
        m "Yes, sweetie?"
        "parentsneutral"
    return


It didn't do this before I updated it a few minutes ago. I knew I'd mess something up eventually, gah xD;
I deleted my persistent data and save games, but it still keeps getting this error.

Edit: Ok, I definitely know it's a bug. It doesn't matter if I switch my project, I still keep getting that error for that game. I'm working with a different project and I got that error Oo

_________________
My Deviantart
Secret 10560, Beta Testers and Proofreaders needed! <3
The [Blank] Path, a Slenderman Visual Novel


Top
 Profile Send private message  
 
PostPosted: Sun May 01, 2011 1:03 pm 
Veteran
User avatar

Joined: Thu Jan 06, 2011 9:28 am
Posts: 298
Location: USA
Projects: Unnamed Slenderman VN, Secret 10560
Update: I think I fixed the error by going into the Renpy folder and deleting the lint and error files. ^^;

_________________
My Deviantart
Secret 10560, Beta Testers and Proofreaders needed! <3
The [Blank] Path, a Slenderman Visual Novel


Top
 Profile Send private message  
 
PostPosted: Sun May 01, 2011 1:04 pm 
Ren'Py Creator
User avatar

Joined: Mon Feb 02, 2004 10:58 am
Posts: 10785
Location: Kings Park, NY
Completed: Moonlight Walks
Projects: Ren'Py
I'd double-check your code, and maybe reload it from disk. Ren'Py can't just make code up like that - or at least, I don't think it can. If you can't make it work, do a build distributions and PM a link to me, so I can take a look at the files themselves - I'd probably need them to figure out what's going on.

Edit: Okay, let me know if it comes back.

_________________
Another Old-Fashioned Bishoujo Gamer
Supporting creators since 2004; Code > Drama
(When was the last time you backed up your game?)
"It is not the critic who counts; not the man who points out how the strong man stumbles, or where the doer of deeds could have done them better. The credit belongs to the man who is actually in the arena, whose face in marred by dust and sweat and blood; who strives valiantly; who errs, who comes short again and again, because there is no effort without error and shortcoming" - Theodore Roosevelt


Top
 Profile Send private message  
 
PostPosted: Sun May 01, 2011 4:33 pm 
Veteran
User avatar

Joined: Thu Jan 06, 2011 9:28 am
Posts: 298
Location: USA
Projects: Unnamed Slenderman VN, Secret 10560
To clarify, I don't think Ren'py came up with that code out of the blue. That was an error I had gotten from a previous lint though not the last lint I did before updating. The last lint I did before updating didn't have any errors.

_________________
My Deviantart
Secret 10560, Beta Testers and Proofreaders needed! <3
The [Blank] Path, a Slenderman Visual Novel


Top
 Profile Send private message  
 
PostPosted: Thu Jun 30, 2011 7:32 pm 
Regular
User avatar

Joined: Thu Jun 16, 2011 9:17 am
Posts: 79
Lint always opens an empty file for me, heh.

As for the awesome image tagging, I want to mention that that also applies to extend statements (which is mostly where I want to use it).
When I read the changelog, it wasn't clear to me whether extend got that feature too or not.


Top
 Profile Send private message  
 
PostPosted: Wed Jul 06, 2011 2:42 pm 
Miko-Class Veteran
User avatar

Joined: Fri Jul 07, 2006 9:58 pm
Posts: 733
Location: France
Projects: Suna to Majo
Quote:
The renpy.vibrate() function allows Ren'Py to ask Android devices to vibrate.


Sorry for the lateness. I just happened to imagine all the possible uses for this next gen command line.

_________________
Yume no Sora blog


Top
 Profile Send private message  
 
PostPosted: Thu Jul 21, 2011 4:49 am 
Lemma-Class Veteran
User avatar

Joined: Mon Jul 21, 2008 5:41 pm
Posts: 3401
Projects: Planet Stronghold: Warzone, Loren The Amazon Princess, Queen Of Thieves, DIM, Undead Lily, and more...
I don't know if you want feedback on the current beta version of Renpy. I updated to the latest one via the autoupdater and got this error, while before always worked fine:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/global_init.rpy", line 556, in python
                    add "gfx/starshadow.png" at blink(0.05) xpos 0 ypos 450 xzoom(1.75)
IndexError: string index out of range

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "C:\- indie dev -\games\renpy\renpy\execution.py", line 261, in run
  File "C:\- indie dev -\games\renpy\renpy\ast.py", line 630, in execute
  File "C:\- indie dev -\games\renpy\renpy\python.py", line 974, in py_exec_bytecode
  File "common/_layout/screen_main_menu.rpym", line 11, in <module>
  File "C:\- indie dev -\games\renpy\renpy\ui.py", line 236, in interact
  File "C:\- indie dev -\games\renpy\renpy\display\core.py", line 1648, in interact
  File "C:\- indie dev -\games\renpy\renpy\display\core.py", line 1950, in interact_core
  File "C:\- indie dev -\games\renpy\renpy\display\core.py", line 246, in visit_all
  File "C:\- indie dev -\games\renpy\renpy\display\core.py", line 246, in visit_all
  File "C:\- indie dev -\games\renpy\renpy\display\core.py", line 246, in visit_all
  File "C:\- indie dev -\games\renpy\renpy\display\core.py", line 248, in visit_all
  File "C:\- indie dev -\games\renpy\renpy\display\core.py", line 1950, in <lambda>
  File "C:\- indie dev -\games\renpy\renpy\display\screen.py", line 152, in per_interact
  File "C:\- indie dev -\games\renpy\renpy\display\screen.py", line 244, in update
  File "C:\- indie dev -\games\renpy\renpy\screenlang.py", line 1151, in __call__
  File "C:\- indie dev -\games\renpy\renpy\python.py", line 974, in py_exec_bytecode
  File "game/global_init.rpy", line 556, in <module>
  File "C:\- indie dev -\games\renpy\renpy\atl.py", line 261, in __call__
  File "C:\- indie dev -\games\renpy\renpy\atl.py", line 339, in execute
  File "C:\- indie dev -\games\renpy\renpy\atl.py", line 315, in compile
IndexError: string index out of range

Windows-post2008Server-6.1.7601-SP1
Ren'Py 6.12.1.1520
 

_________________
follow me on Image Image Image Image
computer games


Top
 Profile Send private message  
 
PostPosted: Mon Jul 25, 2011 9:48 pm 
Ren'Py Creator
User avatar

Joined: Mon Feb 02, 2004 10:58 am
Posts: 10785
Location: Kings Park, NY
Completed: Moonlight Walks
Projects: Ren'Py
I'm going to come out with a 6.12.2 that fixes this and other bugs. I've uploaded a pre-release with a fix for this, hit shift+U to update to it.

_________________
Another Old-Fashioned Bishoujo Gamer
Supporting creators since 2004; Code > Drama
(When was the last time you backed up your game?)
"It is not the critic who counts; not the man who points out how the strong man stumbles, or where the doer of deeds could have done them better. The credit belongs to the man who is actually in the arena, whose face in marred by dust and sweat and blood; who strives valiantly; who errs, who comes short again and again, because there is no effort without error and shortcoming" - Theodore Roosevelt


Top
 Profile Send private message  
 
PostPosted: Mon Jul 25, 2011 10:07 pm 
Eileen-Class Veteran
User avatar

Joined: Sat Apr 23, 2011 2:43 pm
Posts: 1086
Completed: Ristorante Amore, The Elevator, SPLENDIDEST OTOGE
Projects: Break Chance Memento, Swan Grimoire
Organization: Cyanide Tea
Just tried to update and got this:

Image

_________________
1/2 of Cyanide Tea | BCM | Ristorante Amore | The Elevator | @Twitter


Top
 Profile Send private message  
 
PostPosted: Mon Jul 25, 2011 10:41 pm 
Ren'Py Creator
User avatar

Joined: Mon Feb 02, 2004 10:58 am
Posts: 10785
Location: Kings Park, NY
Completed: Moonlight Walks
Projects: Ren'Py
Sorry about that. It should be fixed now.

_________________
Another Old-Fashioned Bishoujo Gamer
Supporting creators since 2004; Code > Drama
(When was the last time you backed up your game?)
"It is not the critic who counts; not the man who points out how the strong man stumbles, or where the doer of deeds could have done them better. The credit belongs to the man who is actually in the arena, whose face in marred by dust and sweat and blood; who strives valiantly; who errs, who comes short again and again, because there is no effort without error and shortcoming" - Theodore Roosevelt


Top
 Profile Send private message  
 
PostPosted: Tue Jul 26, 2011 2:54 am 
Lemma-Class Veteran
User avatar

Joined: Mon Jul 21, 2008 5:41 pm
Posts: 3401
Projects: Planet Stronghold: Warzone, Loren The Amazon Princess, Queen Of Thieves, DIM, Undead Lily, and more...
PyTom wrote:
I'm going to come out with a 6.12.2 that fixes this and other bugs. I've uploaded a pre-release with a fix for this, hit shift+U to update to it.

Thanks, works now. Looking forward to the new Text by the way 8)

_________________
follow me on Image Image Image Image
computer games


Top
 Profile Send private message  
 
PostPosted: Tue Jul 26, 2011 4:49 am 
Veteran
User avatar

Joined: Sun May 31, 2009 7:15 am
Posts: 216
Location: Korea, Republic of
Attachment:
1.JPG
1.JPG [ 26.97 KiB | Viewed 478 times ]

Mm I've set _default.font but I can't see unicode characters only in parse error screen.

_________________
렌파이 위키 Ren'Py Wiki Reference Manual(kr)
렌파이 매뉴얼 Ren'Py Documentation(kr)


Top
 Profile Send private message  
 
PostPosted: Sat Jul 30, 2011 10:23 am 
Miko-Class Veteran
User avatar

Joined: Mon Sep 22, 2008 11:32 pm
Posts: 836
Location: Somewhere
Completed: Dreams of the Skies, Anton's Vacation, Luka, The Halberd and The Tiger, Rising Angels
Projects: Pyrite Heart
Organization: IDHAS Studios
I just noticed the updates you made to image attributes and full realized what that meant. I thought things were different when I made a mess-up with the position code and things still worked. My piles of hodge-podge code just became so much simpler! You've just become my #1 hero, Py'Tom.

_________________
My common sense is tingling!
Woah! I actually have a website now.


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 59 posts ]  Go to page Previous  1, 2, 3, 4

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Protected by Anti-Spam ACP
Powered by phpBB® Forum Software © phpBB Group