Hi-- Is this the best place to post a bug or crash? Or is there a Discord or other BBForum?
At the dialog that begins "Put this outfit on, fast!" the user clicks on the outfit, then the text "Outfit Grabbed" flashes briefly, then... theres no other action possible. No dialog, nothing to click. It seems to be hung(?)
EDIT: OK, after one last try, I figured out that this was apparently not a bug, as such. However, I have to say: it is NOT obvious/intuitive that you have to DRAG the outfit onto the model. In the game's 10+ prior dialogs, the user is only ever asked to click on an object (and never asked to drag an object). I dont think I am alone in finding this confusing! I would really advise adding some help text or an arrow, so that the user knows, in this case, to drag (and not just click) on the object.
Aside from the above UI issue, here is crash report for where JiS (0.3.2 MacOS) actually did crash:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/story/nightClubStory.rpy", line 900, in <module>
File "renpy/common/00keymap.rpy", line 296, in _screenshot
fn = os.path.join(dest, pattern % i)
TypeError: Can't mix strings and bytes in path components
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 10, in script call
File "scripts/story/secondChapter.rpyc", line 90, in script call
File "scripts/story/secondChapter.rpyc", line 121, in script call
File "scripts/story/secondChapter.rpyc", line 182, in script call
File "scripts/imageLoading/actions.rpyc", line 189, in script call
File "scripts/games/babeCock.rpyc", line 99, in script call
File "scripts/games/babeCock.rpyc", line 392, in script call
File "scripts/story/secondChapter.rpyc", line 330, in script call
File "scripts/games/femaleClothingQuiz.rpyc", line 139, in script call
File "scripts/story/secondChapter.rpyc", line 528, in script call
File "scripts/games/sexShopGame.rpyc", line 134, in script call
File "scripts/story/nightClubStory.rpyc", line 900, in script
File "/Volumes/Aux 1TB SSD/Aux Azureus Downloads/Journey Into Sissyhood 0.3.2 DMG/Journey.app/Contents/Resources/autorun/renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Volumes/Aux 1TB SSD/Aux Azureus Downloads/Journey Into Sissyhood 0.3.2 DMG/Journey.app/Contents/Resources/autorun/renpy/python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/story/nightClubStory.rpy", line 900, in <module>
File "/Volumes/Aux 1TB SSD/Aux Azureus Downloads/Journey Into Sissyhood 0.3.2 DMG/Journey.app/Contents/Resources/autorun/renpy/exports.py", line 1537, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
File "/Volumes/Aux 1TB SSD/Aux Azureus Downloads/Journey Into Sissyhood 0.3.2 DMG/Journey.app/Contents/Resources/autorun/renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/Volumes/Aux 1TB SSD/Aux Azureus Downloads/Journey Into Sissyhood 0.3.2 DMG/Journey.app/Contents/Resources/autorun/renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "/Volumes/Aux 1TB SSD/Aux Azureus Downloads/Journey Into Sissyhood 0.3.2 DMG/Journey.app/Contents/Resources/autorun/renpy/display/core.py", line 4258, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "/Volumes/Aux 1TB SSD/Aux Azureus Downloads/Journey Into Sissyhood 0.3.2 DMG/Journey.app/Contents/Resources/autorun/renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Volumes/Aux 1TB SSD/Aux Azureus Downloads/Journey Into Sissyhood 0.3.2 DMG/Journey.app/Contents/Resources/autorun/renpy/display/behavior.py", line 478, in event
rv = run(action)
File "/Volumes/Aux 1TB SSD/Aux Azureus Downloads/Journey Into Sissyhood 0.3.2 DMG/Journey.app/Contents/Resources/autorun/renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00keymap.rpy", line 296, in _screenshot
fn = os.path.join(dest, pattern % i)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/posixpath.py", line 90, in join
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/genericpath.py", line 155, in _check_arg_types
TypeError: Can't mix strings and bytes in path components
macOS-10.13.6-x86_64-i386-64bit x86_64
Ren'Py 8.0.3.22090809
Journey Into Sissyhood 0.3.2-PublicBuild
Sat Feb 18 19:54:09 2023
[/code]