Skip to main content

On Sale: GamesAssetsToolsTabletopComics
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

0.0.65

A topic by Deervo created Mar 05, 2024 Views: 129 Replies: 3
Viewing posts 1 to 2
Developer

0.0.65 Changelog

1.Volume should save now

2.Fixed the bug where the app would sometimes run in the background despite closing it

3.A couple new 80s Hard drive samples

4.Very Early WIP Introduction of bad sectors{very wip and just uses stutter sounds currently}

(1 edit)

is linux support included here?

edit:

Traceback (most recent call last):  File "DiskClick.pyw", line 296, in <module>    start_disk_activity_monitor()  File "DiskClick.pyw", line 200, in start_disk_activity_monitor    root.iconbitmap(icon_path)  File "/usr/lib/python3.8/tkinter/__init__.py", line 2080, in wm_iconbitmap    return self.tk.call('wm', 'iconbitmap', self._w, bitmap)
_tkinter.TclError: bitmap "icon.png" not defined


i get this error trying to run it. any idea why?

Developer

linxu support is semi supported remove the line of code that controls the icon 

that worked, thanks.