Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Not certain where to put this, but I keep getting errors like this often on the iPhone app

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

AttributeError: module 'renpy.audio.renpysound' has no attribute 'global_pause'

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

Full traceback:

  File "renpy/common/_layout/screen_main_menu.rpymc", line 28, in script

  File "renpy/ast.py", line 823, in execute

  File "renpy/python.py", line 1178, in py_exec_bytecode

  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>

  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide

  File "renpy/ui.py", line 301, in interact

  File "renpy/display/core.py", line 2166, in interact

  File "renpy/display/core.py", line 2993, in interact_core

  File "renpy/display/core.py", line 1950, in check_suspend

  File "renpy/audio/audio.py", line 1288, in pause_all

AttributeError: module 'renpy.audio.renpysound' has no attribute 'global_pause'

macOS-17.5.1-iPhone12,8-64bit iPhone12,8

Ren'Py 8.2.3.24061702

Summoned By Accident Public

Tue Jul 30 11:14:59 2024

[/code]

(1 edit)

That’s very odd. I’ll take a look!


Does this happen in a specific area of the game or just randomly?


Also, which version of iOS are you running?

It happens when loading the game app up. The  version is 17.5.1, I'll try updating to 17.6 though because I just noticed that there is an update while checking what version it was...