Ren'Py 6.99.9 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.
Message
Author
User avatar
xela
Lemma-Class Veteran
Posts: 2481
Joined: Sun Sep 18, 2011 10:13 am
Contact:

Re: Ren'Py 6.99.9 Released

#16 Post by xela »

Nothing to do with a release and doesn't seem to be anything wrong with animations. Are you showing this in a way that it appears at/after st == 3?
Like what we're doing? Support us at:
Image

User avatar
barsunduk
Regular
Posts: 33
Joined: Fri Jul 18, 2014 1:06 pm
Completed: «Crystal City», «Mega City», «Kilmonger», «Neuronaut», «Love, Death & Veggies», «Arrow Tourney», «Big Red Hood: Halloween», «Succubus Throne»
Projects: «Swordsman Tourney», «This Tiny Galaxy»
Organization: 7DOTS
itch: 7dots
Contact:

Re: Ren'Py 6.99.9 Released

#17 Post by barsunduk »

xela wrote:Nothing to do with a release and doesn't seem to be anything wrong with animations. Are you showing this in a way that it appears at/after st == 3?
sanx! now i know it's problem on my side.
...
windows registry cleaning solved the problem!

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

Re: Ren'Py 6.99.9 Released

#18 Post by Dharker »

Hi Tom,

When i install the steam lib folder with the current version of renpy the following error appears when i do check script (Lint) for the game. Will this potentially cause a problem with any game?

Code: Select all


Ren'Py 6.99.9.1168 lint report, generated at: Tue Mar 22 15:34:33 2016

lib/windows-i686/00definitions.rpyc:333 'define fade' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:334 'define dissolve' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:335 'define pixellate' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:338 'define wiperight' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:339 'define wipeleft' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:340 'define wipeup' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:341 'define wipedown' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:343 'define slideright' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:344 'define slideleft' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:345 'define slideup' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:346 'define slidedown' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:348 'define slideawayright' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:349 'define slideawayleft' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:350 'define slideawayup' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:351 'define slideawaydown' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:353 'define irisout' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:354 'define irisin' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:357 'define pushright' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:358 'define pushleft' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:359 'define pushup' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:360 'define pushdown' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:363 'define zoomin' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:364 'define zoomout' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:365 'define zoominout' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:369 'define vpunch' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:370 'define hpunch' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:373 'define blinds' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:374 'define squares' replaces a Ren'Py built-in name, which may cause problems.

lib/windows-i686/00definitions.rpyc:377 'define _narrator' replaces a Ren'Py built-in name, which may cause problems.


If I delete renpy and reinstall it without the steam lib folder merged, it is fine, these do not appear.
So it is only adding the steam contents that cause this.

Will this cause an issue if with the game do you know, as I want my games to include Steam Achievements, unless there is a new download of the steam files i am unaware of?

User avatar
mobychan
Veteran
Posts: 275
Joined: Fri Apr 24, 2015 6:31 am
Projects: The Chosen - Sakura Pink & Gentian Blue
Organization: Foresoft
Location: Germany
Contact:

Re: Ren'Py 6.99.9 Released

#19 Post by mobychan »

looks like there are two files defining those, maybe try finding the second file and compare the two?
you might be able to delete on of them

User avatar
emilkun
Newbie
Posts: 16
Joined: Tue Apr 28, 2015 6:11 am
Location: England
Contact:

Re: Ren'Py 6.99.9 Released

#20 Post by emilkun »

emilkun wrote:I successfully updated Ren'Py but since then, Android builds don't work on my device and I get a "SDL Error" message http://i.imgur.com/AsrLWoy.jpg that I didn't get before (it worked perfectly fine for me)
Since it worked perfectly for my relatives I thought it was a problem with my device which is a bit older but someone "reported" the bug on my game's comment section on the Play Store https://play.google.com/store/apps/deta ... .renpy.fly (French only, working on the English translation)
I'm afraid it might be a problem that isn't related to Ren'Py, if so does anyone know where I can report this bug?

I know it's not a bug report topic but it never happened with the older versions ^^'
UPDATE : Tried an Android build with an older version (the one from March the 25th, 2015) and it works! it must be something related to this version ^^'

User avatar
MimirollCookie
Miko-Class Veteran
Posts: 725
Joined: Sat May 23, 2015 5:05 am
Completed: Best Friends (DRAMA), Sweet and Spices (NaNo16)
Projects: Cupid's Wish, Best Friends Deux
Organization: Pastelle Studios
Deviantart: MimirollCookie
Location: A place where rainbows and unicorns collide. ^0^
Contact:

Re: Ren'Py 6.99.9 Released

#21 Post by MimirollCookie »

It's released? Download it later. :)
Image
"If they can do it, you can do it too! make them do it. They can do it, right?" :lol:
Getting a new laptop. Hopefully going back to VN making! (BWAHAHA)

Post Reply

Who is online

Users browsing this forum: Google [Bot]