Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

DiskClick

Emulate Old hard drive sounds in Windows Using Your Own C Drive · By Deervo

V0.1.4 Error

A topic by some1oa created Nov 24, 2024 Views: 71
Viewing posts 1 to 1

Failed to execute script 'DiskClick' due to unhandled exception: 'NoneType' object has no attribute 'play'


Traceback (most recent call last):

  File "DiskClick.pyw", line 619, in <module>

    start_disk_activity_monitor()

  File "DiskClick.pyw", line 603, in start_disk_activity_monitor

    toggle_loop_sound()

  File "DiskClick.pyw", line 280, in toggle_loop_sound

    play_sound(loop_sound, loop=True)

  File "DiskClick.pyw", line 18, in play_sound

    sound.play(loops=-1, fade_ms=80)

    ^^^^^^^^^^

AttributeError: 'NoneType' object has no attribute 'play'