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 18, 2013 6:40 am

All times are UTC - 5 hours [ DST ]


Forum rules


Ask questions about one topic per thread, and use a descriptive subject. "NotImplemented error in script.rpy" is a good subject, "Tom's problems" is not. Remember to include all of traceback.txt or error.txt when reporting a problem, as well as the relevant lines of script. Use the [code] tag to format scripts.



Post new topic Reply to topic  [ 123 posts ]  Go to page Previous  1 ... 5, 6, 7, 8, 9
Author Message
 Post subject: Re: Ren'Py 6.13 Released
PostPosted: Sun Nov 20, 2011 10:30 am 
Ren'Py Creator
User avatar

Joined: Mon Feb 02, 2004 10:58 am
Posts: 10766
Location: Kings Park, NY
Completed: Moonlight Walks
Projects: Ren'Py
The project folder should be limited to ASCII characters.

_________________
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  
 
 Post subject: Re: Ren'Py 6.13 Released
PostPosted: Tue Nov 29, 2011 12:25 pm 
Newbie

Joined: Mon Jul 13, 2009 10:16 am
Posts: 20
I'm sorry for asking you. Pytom

I got a problem when use 'outline' for font.

and i try 'Font and text tag' in 'Tutorial Game', this trackback is showing up when the program run to 'eoutline'.

Quote:
While running game code:
File "tutorial/game/script.rpy", line 115, in script call
call expression _return
File "tutorial/game/demo_text.rpy", line 110, in script
eoutline "The outlines setting lets you put outlines around the text."
ValueError: subsurface rectangle outside surface area

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

Full traceback:
File "C:\Documents and Settings\user\Desktop\renpy-6.13.7\renpy\execution.py", line 261, in run
File "C:\Documents and Settings\user\Desktop\renpy-6.13.7\renpy\ast.py", line 396, in execute
File "C:\Documents and Settings\user\Desktop\renpy-6.13.7\renpy\exports.py", line 696, in say
File "C:\Documents and Settings\user\Desktop\renpy-6.13.7\renpy\character.py", line 770, in __call__
File "C:\Documents and Settings\user\Desktop\renpy-6.13.7\renpy\character.py", line 664, in do_display
File "C:\Documents and Settings\user\Desktop\renpy-6.13.7\renpy\character.py", line 471, in display_say
File "C:\Documents and Settings\user\Desktop\renpy-6.13.7\renpy\ui.py", line 237, in interact
File "C:\Documents and Settings\user\Desktop\renpy-6.13.7\renpy\display\core.py", line 1798, in interact
File "C:\Documents and Settings\user\Desktop\renpy-6.13.7\renpy\display\core.py", line 2103, in interact_core
File "C:\Documents and Settings\user\Desktop\renpy-6.13.7\renpy\display\core.py", line 1387, in draw_screen
File "render.pyx", line 366, in renpy.display.render.render_screen (gen\renpy.display.render.c:4470)
File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2063)
File "C:\Documents and Settings\user\Desktop\renpy-6.13.7\renpy\display\layout.py", line 511, in render
File "render.pyx", line 95, in renpy.display.render.render (gen\renpy.display.render.c:2325)
File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2063)
File "C:\Documents and Settings\user\Desktop\renpy-6.13.7\renpy\display\layout.py", line 511, in render
File "render.pyx", line 95, in renpy.display.render.render (gen\renpy.display.render.c:2325)
File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2063)
File "C:\Documents and Settings\user\Desktop\renpy-6.13.7\renpy\display\layout.py", line 511, in render
File "render.pyx", line 95, in renpy.display.render.render (gen\renpy.display.render.c:2325)
File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2063)
File "C:\Documents and Settings\user\Desktop\renpy-6.13.7\renpy\display\screen.py", line 273, in render
File "render.pyx", line 95, in renpy.display.render.render (gen\renpy.display.render.c:2325)
File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2063)
File "C:\Documents and Settings\user\Desktop\renpy-6.13.7\renpy\display\layout.py", line 511, in render
File "render.pyx", line 95, in renpy.display.render.render (gen\renpy.display.render.c:2325)
File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2063)
File "C:\Documents and Settings\user\Desktop\renpy-6.13.7\renpy\display\layout.py", line 854, in render
File "render.pyx", line 95, in renpy.display.render.render (gen\renpy.display.render.c:2325)
File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2063)
File "C:\Documents and Settings\user\Desktop\renpy-6.13.7\renpy\display\layout.py", line 662, in render
File "render.pyx", line 95, in renpy.display.render.render (gen\renpy.display.render.c:2325)
File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2063)
File "C:\Documents and Settings\user\Desktop\renpy-6.13.7\renpy\text\text.py", line 1309, in render
ValueError: subsurface rectangle outside surface area

Windows-XP-5.1.2600-SP3
Ren'Py 6.13.7.1646
Ren'Py Tutorial 6.13 "Eye of the Storm"



I don't know why it happened and how to fixing it, Please help me.


Top
 Profile Send private message  
 
 Post subject: Re: Ren'Py 6.13 Released
PostPosted: Wed Jan 18, 2012 8:34 am 
Regular
User avatar

Joined: Thu Mar 11, 2010 2:52 pm
Posts: 113
Location: Moscow, Russia
PyTom wrote:
I'm not going to hold 6.13.1 up for the soft hyphen support, but (unless I run into major problems) I'll add it in a quick 6.13.2, once 6.13.1 is available.

Just tried it in 6.13.8.1675, and soft hyphens are definitely not supported yet.

P.S. In case you need it, my example library still works fine.


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 123 posts ]  Go to page Previous  1 ... 5, 6, 7, 8, 9

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