Mod Ren'Py Our Red String JDMOD [0.12.1.2.a] [JohnDupont]

5.00 star(s) 2 Votes

bruhman969

Newbie
Apr 21, 2020
93
100
getting weird error



```
I'm sorry, but an uncaught exception occurred.

While running game code:
SyntaxError: unexpected EOF while parsing (chapter_4.rpy, line 3677)

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

Full traceback:
File "game/JDMOD/scripts/scenes/chapter_4.rpyc", line 3677, in script
�Y"�E�O���?�_)��V�P�NJM�ڊ�(ڊ��Im�"�O�2j-}���؍Q�c=?�Ou�m�|�P��!1�ۨ�(4��
File "renpy/ast.py", line 1633, in execute
item_arguments.append(self.item_arguments.evaluate())
File "renpy/ast.py", line 191, in evaluate
args.append(renpy.python.py_eval(v, locals=scope))
File "renpy/python.py", line 2247, in py_eval
code = py_compile(code, 'eval')
File "renpy/python.py", line 835, in py_compile
raise e
SyntaxError: unexpected EOF while parsing (chapter_4.rpy, line 3677)

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Our Red String v0.8
Sun Aug 29 19:53:01 2021
```
 

Naxer

Member
Feb 6, 2020
479
829
Only thing that I miss in this amazing mod, is the possibilty to "cheat" with lust, athletic and other points.
 

Oppaioni

New Member
Apr 12, 2018
6
1
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/JDMOD/scripts/JD_gallery.rpy", line 569, in <module>
File "game/JDMOD/scripts/JD_gallery.rpy", line 545, in startgallery
IOError: Couldn't find file 'JDMOD/database/gallery.tsv'.

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 515, in main
renpy.game.context().run(node)
File "game/scripts/JD_gallery.rpyc", line 533, in script
File "game/scripts/JD_gallery.rpyc", line 533, in script
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/JDMOD/scripts/JD_gallery.rpy", line 569, in <module>
File "game/JDMOD/scripts/JD_gallery.rpy", line 545, in startgallery
File "renpy/exports.py", line 2316, in file
return renpy.loader.load(fn)
File "renpy/loader.py", line 798, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'JDMOD/database/gallery.tsv'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Our Red String v0.8
Sat Sep 4 20:11:21 2021
 

viralstitch

New Member
Sep 14, 2021
1
0
I ran into another crash, let me know if you need more information than what the traceback. Thanks for the great mod!

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/JDMOD/scripts/JD_keyboard.rpy", line 7, in execute
  File "game/JDMOD/scripts/JD_keyboard.rpy", line 7, in execute
  File "game/JDMOD/scripts/JD_keyboard.rpy", line 10, in execute
  File "game/JDMOD/scripts/JD_keyboard.rpy", line 11, in execute
  File "game/JDMOD/scripts/JD_keyboard.rpy", line 12, in execute
  File "game/JDMOD/scripts/JD_keyboard.rpy", line 45, in execute
  File "game/JDMOD/scripts/JD_keyboard.rpy", line 55, in execute
  File "game/JDMOD/scripts/JD_keyboard.rpy", line 58, in execute
  File "game/JDMOD/scripts/JD_keyboard.rpy", line 60, in execute
  File "game/JDMOD/scripts/JD_keyboard.rpy", line 67, in execute
  File "game/JDMOD/scripts/JD_keyboard.rpy", line 67, in <module>
TypeError: 'int' object has no attribute '__getitem__'

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

Full traceback:
  File "game/JDMOD/scripts/scenes/chapter_4.rpyc", line 7938, in script
    ��+�f[�����q8  �9��bCɜ����%��P27�'�ț��+Z>��y��7�A�3r`,���ϯ2�.����dB�f�q��lkm�����I�U��XDD�]Ły��(0���=���,�����]-�[���VA���r���P=��b��pI��-)=Գ�������gY�����˩v>��Y>N;��+8�|�kgE�����D;+�h�Ӥ������fx�d�Si�3XE1�'^Ɖ��̩,���Z���c�:%K�|���Y�.]�%[@���n+�ԗx�����h�@���Ǫ%j�1̠��ZW��.�N����
  File "renpy/ast.py", line 1642, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1038, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1274, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/JDMOD/scripts/JD_keyboard.rpy", line 7, in execute
  File "game/JDMOD/scripts/JD_keyboard.rpy", line 7, in execute
  File "game/JDMOD/scripts/JD_keyboard.rpy", line 10, in execute
  File "game/JDMOD/scripts/JD_keyboard.rpy", line 11, in execute
  File "game/JDMOD/scripts/JD_keyboard.rpy", line 12, in execute
  File "game/JDMOD/scripts/JD_keyboard.rpy", line 45, in execute
  File "game/JDMOD/scripts/JD_keyboard.rpy", line 55, in execute
  File "game/JDMOD/scripts/JD_keyboard.rpy", line 58, in execute
  File "game/JDMOD/scripts/JD_keyboard.rpy", line 60, in execute
  File "game/JDMOD/scripts/JD_keyboard.rpy", line 67, in execute
  File "game/JDMOD/scripts/JD_keyboard.rpy", line 67, in <module>
TypeError: 'int' object has no attribute '__getitem__'

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Our Red String v0.8
Sun Sep 19 17:05:21 2021
 

Neymar241

Newbie
Oct 14, 2019
17
12
So for me the mod works without any errors. I always start the game before I install the mod. For me it looks like this in the folder ^^ and unfortunately I have no problems that bother me there are small errors but they will always be somewhere.
 

ALBMHC

New Member
Jun 22, 2018
1
0
Getting this error:

I'm sorry, but an uncaught exception occurred.

While running game code:
SyntaxError: unexpected EOF while parsing (chapter_4.rpy, line 3677)

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

Full traceback:
File "game/JDMOD/scripts/scenes/chapter_4.rpyc", line 3677, in script
˘Y"˝EäO©≠¯à?Ÿ_)ú”VºP˘ìç«äMŸ⁄äfl(⁄äflÈIm≈"ÂOñ2j-}≤∞ΩÿçQÔ∑c=?óOuÛm•|ÁPù˙ãÇóµ!1”€®æ(4Ùøÿ
File ".../OurRedString.app/Contents/Resources/autorun/renpy/ast.py", line 1633, in execute
item_arguments.append(self.item_arguments.evaluate())
File ".../OurRedString.app/Contents/Resources/autorun/renpy/ast.py", line 191, in evaluate
args.append(renpy.python.py_eval(v, locals=scope))
File ".../OurRedString.app/Contents/Resources/autorun/renpy/python.py", line 2247, in py_eval
code = py_compile(code, 'eval')
File ".../OurRedString.app/Contents/Resources/autorun/renpy/python.py", line 835, in py_compile
raise e
SyntaxError: unexpected EOF while parsing (chapter_4.rpy, line 3677)

Darwin-20.6.0-x86_64-i386-64bit
Ren'Py 7.4.4.1439
Our Red String v0.8
Wed Oct 6 15:18:09 2021
 
5.00 star(s) 2 Votes