I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/modAdditions/modGallery.rpy", line 35, in script
define unknown = GalleryItem("Miracle", "galleryScene1", "a136.webp")
File "game/modAdditions/modGallery.rpy", line 35, in <module>
define unknown = GalleryItem("Miracle", "galleryScene1", "a136.webp")
File "game/modAdditions/modGallery.rpy", line 7, in __init__
self.pageNum = int(math.floor(len(filter(lambda s: s.char == char, galleryItems))/8)) + 1
NameError: global name 'math' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/modAdditions/modGallery.rpy", line 35, in script
define unknown = GalleryItem("Miracle", "galleryScene1", "a136.webp")
File "D:\Games\aaa\bvb\PP-0.12-pc\renpy\ast.py", line 2108, in execute
value = renpy.python.py_eval_bytecode(self.code.bytecode)
File "D:\Games\aaa\bvb\PP-0.12-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/modAdditions/modGallery.rpy", line 35, in <module>
define unknown = GalleryItem("Miracle", "galleryScene1", "a136.webp")
File "game/modAdditions/modGallery.rpy", line 7, in __init__
self.pageNum = int(math.floor(len(filter(lambda s: s.char == char, galleryItems))/8)) + 1
NameError: global name 'math' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Mon Mar 08 23:23:51 2021
OscarSix
hey buddy,
i become on the startup for the new version an error.There is written that 'math' is not defined
Give me 2 seconds to reuploadNot sure what's up but im getting an error with this new version, fresh game installation.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/modAdditions/modGallery.rpy", line 35, in script define unknown = GalleryItem("Miracle", "galleryScene1", "a136.webp") File "game/modAdditions/modGallery.rpy", line 35, in <module> define unknown = GalleryItem("Miracle", "galleryScene1", "a136.webp") File "game/modAdditions/modGallery.rpy", line 7, in __init__ self.pageNum = int(math.floor(len(filter(lambda s: s.char == char, galleryItems))/8)) + 1 NameError: global name 'math' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/modAdditions/modGallery.rpy", line 35, in script define unknown = GalleryItem("Miracle", "galleryScene1", "a136.webp") File "D:\Games\aaa\bvb\PP-0.12-pc\renpy\ast.py", line 2108, in execute value = renpy.python.py_eval_bytecode(self.code.bytecode) File "D:\Games\aaa\bvb\PP-0.12-pc\renpy\python.py", line 2052, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/modAdditions/modGallery.rpy", line 35, in <module> define unknown = GalleryItem("Miracle", "galleryScene1", "a136.webp") File "game/modAdditions/modGallery.rpy", line 7, in __init__ self.pageNum = int(math.floor(len(filter(lambda s: s.char == char, galleryItems))/8)) + 1 NameError: global name 'math' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 Mon Mar 08 23:23:51 2021
Same error. I'm sure he will fix it as soon as possibleNot sure what's up but im getting an error with this new version, fresh game installation.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/modAdditions/modGallery.rpy", line 35, in script define unknown = GalleryItem("Miracle", "galleryScene1", "a136.webp") File "game/modAdditions/modGallery.rpy", line 35, in <module> define unknown = GalleryItem("Miracle", "galleryScene1", "a136.webp") File "game/modAdditions/modGallery.rpy", line 7, in __init__ self.pageNum = int(math.floor(len(filter(lambda s: s.char == char, galleryItems))/8)) + 1 NameError: global name 'math' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/modAdditions/modGallery.rpy", line 35, in script define unknown = GalleryItem("Miracle", "galleryScene1", "a136.webp") File "D:\Games\aaa\bvb\PP-0.12-pc\renpy\ast.py", line 2108, in execute value = renpy.python.py_eval_bytecode(self.code.bytecode) File "D:\Games\aaa\bvb\PP-0.12-pc\renpy\python.py", line 2052, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/modAdditions/modGallery.rpy", line 35, in <module> define unknown = GalleryItem("Miracle", "galleryScene1", "a136.webp") File "game/modAdditions/modGallery.rpy", line 7, in __init__ self.pageNum = int(math.floor(len(filter(lambda s: s.char == char, galleryItems))/8)) + 1 NameError: global name 'math' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 Mon Mar 08 23:23:51 2021
until he updates the mod, you can go intoNot sure what's up but im getting an error with this new version, fresh game installation.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/modAdditions/modGallery.rpy", line 35, in script define unknown = GalleryItem("Miracle", "galleryScene1", "a136.webp") File "game/modAdditions/modGallery.rpy", line 35, in <module> define unknown = GalleryItem("Miracle", "galleryScene1", "a136.webp") File "game/modAdditions/modGallery.rpy", line 7, in __init__ self.pageNum = int(math.floor(len(filter(lambda s: s.char == char, galleryItems))/8)) + 1 NameError: global name 'math' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/modAdditions/modGallery.rpy", line 35, in script define unknown = GalleryItem("Miracle", "galleryScene1", "a136.webp") File "D:\Games\aaa\bvb\PP-0.12-pc\renpy\ast.py", line 2108, in execute value = renpy.python.py_eval_bytecode(self.code.bytecode) File "D:\Games\aaa\bvb\PP-0.12-pc\renpy\python.py", line 2052, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/modAdditions/modGallery.rpy", line 35, in <module> define unknown = GalleryItem("Miracle", "galleryScene1", "a136.webp") File "game/modAdditions/modGallery.rpy", line 7, in __init__ self.pageNum = int(math.floor(len(filter(lambda s: s.char == char, galleryItems))/8)) + 1 NameError: global name 'math' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 Mon Mar 08 23:23:51 2021
game/modAdditions/modGallery.rpy
and change init python:
galleryItems = []
init python:
import math
galleryItems = []
Bless your heart and contentNopy link and attachment has been updated. Mega link will also be updated shortly
LOLThis mod is Outdated now!
Is the version in the post right above yours not up to date ?This mod is Outdated now!
Is the version in the post right above yours not up to date ?