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.
-
Zeekee
- Regular
- Posts: 61
- Joined: Wed Jul 23, 2014 10:17 pm
- Projects: No One But You, The Anomaly
- Organization: Annexe Interactive
- Skype: ytmnd111
- Soundcloud: zomgaarh
- Location: USAF Academy, CO
-
Contact:
#1
Post
by Zeekee » Mon Apr 06, 2015 9:58 pm
I just downloaded the working copy of a game I'm helping to work on, but I receive this error once I import it to my default game directory and attempt to launch it:
Code: Select all
I'm sorry, but an uncaught exception occurred.
While loading the script.
AttributeError: 'module' object has no attribute 'sl2add'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\Admin\Downloads\renpy-6.17.6-sdk\renpy\bootstrap.py", line 285, in bootstrap
renpy.main.main()
File "C:\Users\Admin\Downloads\renpy-6.17.6-sdk\renpy\main.py", line 248, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "C:\Users\Admin\Downloads\renpy-6.17.6-sdk\renpy\script.py", line 177, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "C:\Users\Admin\Downloads\renpy-6.17.6-sdk\renpy\script.py", line 438, in load_appropriate_file
if self.load_file(dir, fn + compiled, initcode):
File "C:\Users\Admin\Downloads\renpy-6.17.6-sdk\renpy\script.py", line 310, in load_file
data, stmts = self.load_file_core(dir, fn)
File "C:\Users\Admin\Downloads\renpy-6.17.6-sdk\renpy\script.py", line 288, in load_file_core
data, stmts = loads(f.read().decode('zlib'))
AttributeError: 'module' object has no attribute 'sl2add'
Windows-7-6.1.7601-SP1
Ren'Py 6.17.6.512
I am familiar with the error, but I honestly have no idea how to resolve this issue. Any help would be appreciated!
"When people sometimes misquote me, I don't know if they understand what I'm saying."
-Tommy Wiseau
-
sendo
- Veteran
- Posts: 290
- Joined: Sun Sep 01, 2013 2:28 am
- Completed: To Libertad, Diamond Rose, SC2VN, Sickness VN
- Projects: eroges!
- itch: sendo
-
Contact:
#2
Post
by sendo » Mon Apr 06, 2015 10:23 pm
Just a guess, but maybe you're using different versions of Ren'py?
Finished VNs:

-
Zeekee
- Regular
- Posts: 61
- Joined: Wed Jul 23, 2014 10:17 pm
- Projects: No One But You, The Anomaly
- Organization: Annexe Interactive
- Skype: ytmnd111
- Soundcloud: zomgaarh
- Location: USAF Academy, CO
-
Contact:
#3
Post
by Zeekee » Mon Apr 06, 2015 10:29 pm
Well I'll be damned.. Upgrading it worked. Thanks, Sendo!
"When people sometimes misquote me, I don't know if they understand what I'm saying."
-Tommy Wiseau