Ren'Py 6.11.2 Released

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
User avatar
PyTom
Ren'Py Creator
Posts: 16093
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Ren'Py 6.11.2 Released

#1 Post by PyTom »

Ren'Py 6.11.2 "It Takes Two" is the second minor release of the Ren'Py 6.11 series. The primary focus of this release is to fix bugs found in previous releases. It also includes four new themes, and updates the included jEdit text editor.

Downloads of 6.11.2 and a full release announcement can be found at:

http://www.renpy.org/wiki/renpy/releases/6.11.2

A list of changes can be found at:

http://www.renpy.org/doc/html/changelog.html
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

User avatar
backansi
Veteran
Posts: 224
Joined: Sun May 31, 2009 7:15 am
Location: Korea, Republic of
Contact:

Re: Ren'Py 6.11.2 Released

#2 Post by backansi »

Ah; I'm late.
1.JPG
1.JPG (18.63 KiB) Viewed 2019 times
Mmm... Will it be fixed at next release, then?

PeterM
Newbie
Posts: 1
Joined: Tue Oct 26, 2010 6:08 am
Contact:

Re: Ren'Py 6.11.2 Released

#3 Post by PeterM »

Image

I am using Ubuntu 10.04. When i press the maximize button my mouseclicks after that seem to produce a double click, so two lines of text appear on clicking ones. If i press maximize again, so go back to the original screen it works as it should be. One mouseclick, one line of text.

Pressing rightclick on my mouse when maximized shows the options screen for a split second and then it returns. Everything works ok when not working maximized.

Rocket Science
Newbie
Posts: 11
Joined: Sun May 24, 2009 12:15 am
Contact:

Re: Ren'Py 6.11.2 Released

#4 Post by Rocket Science »

^^ Shouldn't that be a Unicode string?

doomonyou
Newbie
Posts: 17
Joined: Mon Nov 01, 2010 11:20 pm
Completed: CameliaGirls for Android

Re: Ren'Py 6.11.2 Released

#5 Post by doomonyou »

I would like to confirm the bug summited by PeterM. I also have the same issue in Linux Mint 9.

User avatar
PyTom
Ren'Py Creator
Posts: 16093
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: Ren'Py 6.11.2 Released

#6 Post by PyTom »

I'll figure this out when I get a chance, but until then, please resize the window by hand.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

Rocket Science
Newbie
Posts: 11
Joined: Sun May 24, 2009 12:15 am
Contact:

Re: Ren'Py 6.11.2 Released

#7 Post by Rocket Science »

I have a custom Yes/No prompt like so:

Code: Select all

transform fade_in_out:
    on show:
        alpha 0
        linear 0.5 alpha 1.0
    on hide:
        linear 0.5 alpha 0
    on yes_action:
        alpha 1.0
        linear 0.5 alpha 0
    on no_action:
        alpha 1.0
        linear 0.5 alpha 0

screen yesno_prompt:
    window id "menu_area":
        style "gm_root"
        xfill True
        yfill True
        at fade_in_out
        text message xalign 0.5 yanchor 0.5 ypos 0.5
        frame id "buttons":
            style_group "yesno_prompt"
            xalign 0.5
            yanchor 0.5
            ypos 0.6
            has hbox
            textbutton u"Yes" action yes_action
            textbutton u"No" action no_action
At the main menu, if I click the program's close button (triggering the prompt) and choose "no", it may cause the game to crash. Usually it takes multiple tries for this to happen.
Attachments
traceback.txt
(3.25 KiB) Downloaded 121 times

doomonyou
Newbie
Posts: 17
Joined: Mon Nov 01, 2010 11:20 pm
Completed: CameliaGirls for Android

Re: Ren'Py 6.11.2 Released

#8 Post by doomonyou »

PyTom, it appears the bug is a problem with Ubuntu 10.04. I just tried it again in 10.10 without any issues.

Post Reply

Who is online

Users browsing this forum: Google [Bot]