Hunter Jozwiak e8b0b97ac2 Blades of Glory: try with the bridge.
It's opening the window and it's staying open, but it's shitting the
bed with the same error.
Traceback (most recent call last):
  File "C:\users\sektor\AppData\Local\Temp\ONEF~3LZ\blades_of_glory.py", line 447, in <module>
  File "C:\users\sektor\AppData\Local\Temp\ONEF~3LZ\blades_of_glory.py", line 114, in run
  File "C:\users\sektor\AppData\Local\Temp\ONEF~3LZ\discordmanager.py", line 25, in connect
  File "C:\users\sektor\AppData\Local\Temp\ONEF~3LZ\pypresence\presence.py", line 43, in connect
  File "C:\users\sektor\AppData\Local\Temp\ONEF~3LZ\asyncio\base_events.py", line 654, in run_until_complete
  File "C:\users\sektor\AppData\Local\Temp\ONEF~3LZ\pypresence\baseclient.py", line 106, in handshake
  File "C:\users\sektor\AppData\Local\Temp\ONEF~3LZ\pypresence\utils.py", line 42, in get_ipc_path
OSError: [WinError 66] Bad device type: '\\\\?\\pipe\\'
2025-11-06 13:14:52 -05:00
2025-08-29 14:24:14 -04:00
2025-10-07 10:14:54 -04:00
2025-10-10 15:12:45 -04:00
2023-05-01 00:13:46 -04:00

audiogame-manager

Installer and launcher for Windows based audio games under wine for Linux.

Usage

./audiogame-manager.sh -c

Check your system for components needed by the audiogame manager program.

./audiogame-manager.sh -h

Get usage instructions.

./audiogame-manager.sh -i

Select from a list of games to install.

With no arguments, the list of installed games will be displayed. In all the menus, both installer and launcher, use the up and down arrow keys to find the game you want. Press enter on the game to perform the action. For more detailed help, try the -h flag.

Language and Keyboard

if you are using a language on your system other than English, you may need to temperarily change the keyboard layout while playing some games. To find out which keyboard layout you are currently using, run the following command:

setxkbmap -print -verbose 10 | grep -m1 'layout:'

If the layout is not us, and if you are having some problems with keys not working, before you launch the game, run the following command to switch keyboard layout:

setxkbmap us

When you are done with the game, switch back to your original layout so things will work as expected. The following example will switch your keyboard back to the Czech layout.

setxkbmap cz

Default Voice

Check help for flags and configuration file options.

./audiogame-manager.sh -h

Voice names used must exactly match the way they appear in the set-voice.sh menu. Here are a few examples.

  • MSMike
  • MSSam
  • RHVoice
Description
Installer and launcher for Windows based audio games under wine for Linux.
Readme 1.1 MiB
Languages
Shell 98.9%
C++ 0.5%
C 0.4%
Makefile 0.2%