Skip to content

Commit

Permalink
fix: remove wait on wineserver
Browse files Browse the repository at this point in the history
observed some hangs here, doesn't seem to be needed
  • Loading branch information
ctrlaltf24 committed Feb 28, 2025
1 parent c379d2c commit f8dd588
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ou_dedetai/wine.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ def run_winetricks(app: App, *args):
if process.returncode != 0:
app.exit(f"\"winetricks {' '.join(cmd)}\" Failed!")
logging.info(f"\"winetricks {' '.join(cmd)}\" DONE!")
wineserver_wait(app)
logging.debug(f"procs using {app.conf.wine_prefix}:")
for proc in utils.get_procs_using_file(app.conf.wine_prefix):
logging.debug(f"winetricks proc: {proc=}")
Expand Down

0 comments on commit f8dd588

Please sign in to comment.