Ren'Py 6.99 Prereleases

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.
Message
Author
fk1995
Regular
Posts: 32
Joined: Sat Nov 17, 2012 3:45 am
Contact:

Re: Ren'Py 6.99 Prereleases

#121 Post by fk1995 »

Code: Select all

%s%s%s%s %sTraceback (most recent call last):
  File "C:\Users\fangkai\Desktop\renpy-6.99.0-sdk\renpy\bootstrap.py", line 287, in bootstrap
    renpy.main.main()
  File "C:\Users\fangkai\Desktop\renpy-6.99.0-sdk\renpy\main.py", line 347, in main
    if not renpy.arguments.post_init():
  File "C:\Users\fangkai\Desktop\renpy-6.99.0-sdk\renpy\arguments.py", line 236, in post_init
    return commands[command]()
  File "C:\Users\fangkai\Desktop\renpy-6.99.0-sdk\renpy\lint.py", line 583, in lint
    check_say(node)
  File "C:\Users\fangkai\Desktop\renpy-6.99.0-sdk\renpy\lint.py", line 348, in check_say
    char = getattr(renpy.store, node.who, None)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128)
Though the engine supports non-ascii character name now, the lint seems not, and this problem exists earlier than 6.99 - probably never fixed after the support of non-ascii character name.

BTW, did you watch my video about unresponsive screen, Pytom? If not, you can see it at:

https://youtu.be/m0Iqw5E9Syk

User avatar
PyTom
Ren'Py Creator
Posts: 16088
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.99 Prereleases

#122 Post by PyTom »

I posted a .301 to fix Obscura and fk1995's recent problems. I would have released directly, but I have a little bit of release engineering to do tomorrow, so why not get this out now?

fk, I was unable to repeat your other problem on any of the 3 Android devices I have here.
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

fk1995
Regular
Posts: 32
Joined: Sat Nov 17, 2012 3:45 am
Contact:

Re: Ren'Py 6.99 Prereleases

#123 Post by fk1995 »

Thanks for update, Pytom, maybe it's a very random bug and I am glad that you fix the latter one. I have another question: is it possible to hide status bar on iOS? It feels weird to have it above the game...

User avatar
PyTom
Ren'Py Creator
Posts: 16088
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.99 Prereleases

#124 Post by PyTom »

I believe the fullscreen setting controls if the status bar is shown or hidden.
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

fk1995
Regular
Posts: 32
Joined: Sat Nov 17, 2012 3:45 am
Contact:

Re: Ren'Py 6.99 Prereleases

#125 Post by fk1995 »

Thanks for your help!:)

User avatar
Obscura
Eileen-Class Veteran
Posts: 1431
Joined: Fri Mar 09, 2012 6:58 pm
Projects: Coming Out On Top
Location: United States
Contact:

Re: Ren'Py 6.99 Prereleases

#126 Post by Obscura »

The animation is working great, Tom! Thanks so much!
Coming Out On Top - An Adult Gay Dating Sim
website

User avatar
jack_norton
Lemma-Class Veteran
Posts: 4084
Joined: Mon Jul 21, 2008 5:41 pm
Completed: Too many! See my homepage
Projects: A lot! See www.winterwolves.com
Tumblr: winterwolvesgames
Contact:

Re: Ren'Py 6.99 Prereleases

#127 Post by jack_norton »

I tried to test Steam achievement on Linux (Ubuntu 12.04 so an older version) and they didn't work, I tried several times (I put an achievement just at beginning of a game). On Windows all worked fine at first try.

EDIT: OK so maybe is a false alarm. I tried again with an already released game (the other one was still unreleased state) and this time it worked on same system. I have asked people to test it more, maybe was just one of the usual Steam glitches then :)
follow me on Image Image Image
computer games

crimsonnight
Veteran
Posts: 298
Joined: Fri Apr 20, 2012 4:44 am
Contact:

Re: Ren'Py 6.99 Prereleases

#128 Post by crimsonnight »

My novel's just been greenlit on Steam :) Have there been any updates regarding integrating the Steam api for things like achievements? Cheers
alwaysthesamebluesky.com

User avatar
JuanFawcett
Newbie
Posts: 18
Joined: Wed Oct 01, 2014 1:53 pm
Completed: Neko no Yume Versión Piloto
Projects: Neko no Yume "Más allá de los sueños"
Organization: Jafasoft
IRC Nick: JuanFawcett
Skype: j_fawcett94
Location: Santa Marta Colombia
Contact:

Re: Ren'Py 6.99 Prereleases

#129 Post by JuanFawcett »

I've downloaded the last version of renpy and when I run it, show this message "Could not open C:\Users\Juan Andrés Fawcett\Desktop\Renpy\Renpy.py" I've downloaded that version so many times and always show me the same message... what happen?

PD: Renpy 6.18.3 open perfectly
Attachments
When I run the last version of Renpy
When I run the last version of Renpy

User avatar
PyTom
Ren'Py Creator
Posts: 16088
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.99 Prereleases

#130 Post by PyTom »

Does that file exist?
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
JuanFawcett
Newbie
Posts: 18
Joined: Wed Oct 01, 2014 1:53 pm
Completed: Neko no Yume Versión Piloto
Projects: Neko no Yume "Más allá de los sueños"
Organization: Jafasoft
IRC Nick: JuanFawcett
Skype: j_fawcett94
Location: Santa Marta Colombia
Contact:

Re: Ren'Py 6.99 Prereleases

#131 Post by JuanFawcett »

Sure! the file is in the Renpy's folder
Attachments
Renpy's folder
Renpy's folder

User avatar
JuanFawcett
Newbie
Posts: 18
Joined: Wed Oct 01, 2014 1:53 pm
Completed: Neko no Yume Versión Piloto
Projects: Neko no Yume "Más allá de los sueños"
Organization: Jafasoft
IRC Nick: JuanFawcett
Skype: j_fawcett94
Location: Santa Marta Colombia
Contact:

Re: Ren'Py 6.99 Prereleases

#132 Post by JuanFawcett »

Well! Renpy runs with the version 6.99.1, thanks for you support :)

User avatar
KairuKyun
Veteran
Posts: 286
Joined: Thu Feb 12, 2015 4:10 pm
Completed: No One But You, Catch Canvas, Sickness, Written in the Sky, Wander no more, Warped Reality
Projects: Warped Reality
Organization: Unwonted Studios
IRC Nick: Kairu_kyun
Tumblr: karamuchan
Contact:

Re: Ren'Py 6.99 Prereleases

#133 Post by KairuKyun »

Sometimes when I start editra it does not respond and I get some error, next time i get ill add it here.
Kyle Tyner
Creator of Unwonted Studios
ktyner@unwontedstudios.co
Visit Our Website
Projects: No One But You, Sickness, Written in the Sky, Wander no more, Catch Canvas, Warped Reality

User avatar
xavimat
Eileen-Class Veteran
Posts: 1460
Joined: Sat Feb 25, 2012 8:45 pm
Completed: Yeshua, Jesus Life, Cops&Robbers
Projects: Fear&Love, unknown
Organization: Pilgrim Creations
Github: xavi-mat
itch: pilgrimcreations
Location: Spain
Contact:

Re: Ren'Py 6.99 Prereleases

#134 Post by xavimat »

- Updated to 6.99.1.329 from 6.18 (when I haven't RAPT installed)
- Click on "Android" and "Yes" to install RAPT and get this traceback:
(I've "ignored", quitted Ren'Py and opened it again, and the RAPT is installed. The emulations work. Testing the builds now)

Code: Select all

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/android.rpy", line 383, in <module>
  File "launcher/game/updater.rpy", line 66, in add_dlc
    return renpy.invoke_in_new_context(updater.update, dlc_url, add=[name], public_key=PUBLIC_KEY, simulate=UPDATE_SIMULATE, restart=restart)
  File "renpy/common/00updater.rpy", line 1253, in update
    renpy.call_screen("updater", u=u)
TypeError: unsupported operand type(s) for *: 'float' and 'NoneType'

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

Full traceback:
  File "launcher/game/android.rpyc", line 383, in script
  File "C:\Users\f\Documents\renpy\renpy\ast.py", line 785, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\f\Documents\renpy\renpy\python.py", line 1432, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/android.rpy", line 383, in <module>
  File "launcher/game/updater.rpy", line 66, in add_dlc
    return renpy.invoke_in_new_context(updater.update, dlc_url, add=[name], public_key=PUBLIC_KEY, simulate=UPDATE_SIMULATE, restart=restart)
  File "C:\Users\f\Documents\renpy\renpy\game.py", line 258, in invoke_in_new_context
    return callable(*args, **kwargs)
  File "renpy/common/00updater.rpy", line 1253, in update
    renpy.call_screen("updater", u=u)
  File "C:\Users\f\Documents\renpy\renpy\exports.py", line 2344, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\f\Documents\renpy\renpy\ui.py", line 247, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\f\Documents\renpy\renpy\display\core.py", line 2243, in interact
    repeat, rv = self.interact_core(preloads=preloads, **kwargs)
  File "C:\Users\f\Documents\renpy\renpy\display\core.py", line 2572, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\f\Documents\renpy\renpy\display\core.py", line 1694, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 364, in renpy.display.render.render_screen (gen\renpy.display.render.c:5734)
    rv = render(root, width, height, 0, 0)
  File "renpy/display/render.pyx", line 175, in renpy.display.render.render (gen\renpy.display.render.c:2600)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\f\Documents\renpy\renpy\display\layout.py", line 629, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 99, in renpy.display.render.render (gen\renpy.display.render.c:2921)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 175, in renpy.display.render.render (gen\renpy.display.render.c:2600)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\f\Documents\renpy\renpy\display\layout.py", line 629, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 99, in renpy.display.render.render (gen\renpy.display.render.c:2921)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 175, in renpy.display.render.render (gen\renpy.display.render.c:2600)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\f\Documents\renpy\renpy\display\layout.py", line 629, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 99, in renpy.display.render.render (gen\renpy.display.render.c:2921)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 175, in renpy.display.render.render (gen\renpy.display.render.c:2600)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\f\Documents\renpy\renpy\display\screen.py", line 598, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "renpy/display/render.pyx", line 99, in renpy.display.render.render (gen\renpy.display.render.c:2921)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 175, in renpy.display.render.render (gen\renpy.display.render.c:2600)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\f\Documents\renpy\renpy\display\layout.py", line 629, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 99, in renpy.display.render.render (gen\renpy.display.render.c:2921)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 175, in renpy.display.render.render (gen\renpy.display.render.c:2600)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\f\Documents\renpy\renpy\display\layout.py", line 975, in render
    st, at)
  File "renpy/display/render.pyx", line 99, in renpy.display.render.render (gen\renpy.display.render.c:2921)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 175, in renpy.display.render.render (gen\renpy.display.render.c:2600)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\f\Documents\renpy\renpy\display\layout.py", line 629, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 99, in renpy.display.render.render (gen\renpy.display.render.c:2921)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 175, in renpy.display.render.render (gen\renpy.display.render.c:2600)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\f\Documents\renpy\renpy\display\layout.py", line 975, in render
    st, at)
  File "renpy/display/render.pyx", line 99, in renpy.display.render.render (gen\renpy.display.render.c:2921)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 175, in renpy.display.render.render (gen\renpy.display.render.c:2600)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\f\Documents\renpy\renpy\display\layout.py", line 788, in render
    surf = render(d, width - x, rh, cst, cat)
  File "renpy/display/render.pyx", line 99, in renpy.display.render.render (gen\renpy.display.render.c:2921)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 175, in renpy.display.render.render (gen\renpy.display.render.c:2600)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\f\Documents\renpy\renpy\display\layout.py", line 975, in render
    st, at)
  File "renpy/display/render.pyx", line 99, in renpy.display.render.render (gen\renpy.display.render.c:2921)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 175, in renpy.display.render.render (gen\renpy.display.render.c:2600)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\f\Documents\renpy\renpy\display\behavior.py", line 1430, in render
    fore_size = active * value / range
TypeError: unsupported operand type(s) for *: 'float' and 'NoneType'

Windows-Vista-6.0.6001-SP1
Ren'Py 6.99.1.329
Ren'Py Launcher 6.99.1.329
Comunidad Ren'Py en español: ¡Únete a nuestro Discord!
Rhaier Kingdom A Ren'Py Multiplayer Adventure Visual Novel.
Cops&Robbers A two-player experiment | Fear&Love Why can't we say I love you?
Honest Critique (Avatar made with Chibi Maker by ~gen8)

Dharker
Regular
Posts: 99
Joined: Sun Sep 15, 2013 6:45 am
Contact:

Re: Ren'Py 6.99 Prereleases

#135 Post by Dharker »

Hi, a quick note that I have had a few more people testing and telling me Mac steam achievements do not register, but the amount of complaints versus number of players is still very low. But I thought I would mention it... I still have not found myself a replacement mac testing machine to test it myself properly yet. Sorry so just a little update on the whole mac achievements thing.

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot]