Difference between revisions of "Configuration:Wine"

From Wah!ki
Jump to navigation Jump to search
Line 10: Line 10:
  
 
Windows Games run the same way Linux programs do, and can be launched by a small run_shortcut.sh script. A variety of [[Gamepad-friendliness|controller capable]] Windows games that make a suitable addition to a Mame Cabinet exist.
 
Windows Games run the same way Linux programs do, and can be launched by a small run_shortcut.sh script. A variety of [[Gamepad-friendliness|controller capable]] Windows games that make a suitable addition to a Mame Cabinet exist.
 +
 +
== Games ==
 +
* [wine:cuphead CupHead]
  
 
=== Prefixes ===
 
=== Prefixes ===
 
Because there are so many different possible configuration of Windows, a good practice is to divide Wine compatible applications into Prefixes. Prefixes Isolate Windows configurations into their own mini-file system. This allows applications that run on Windows 9x based OSes, and Windows NT based OSes to remain segregated.
 
Because there are so many different possible configuration of Windows, a good practice is to divide Wine compatible applications into Prefixes. Prefixes Isolate Windows configurations into their own mini-file system. This allows applications that run on Windows 9x based OSes, and Windows NT based OSes to remain segregated.
  
=== Toubleshooting ===
+
=== Troubleshooting ===
 
'''Keyboard is not forwarded / Game does not have input focus with XMODIFIERS="" passed'''
 
'''Keyboard is not forwarded / Game does not have input focus with XMODIFIERS="" passed'''
  
 
Uncheck "Allow the window manager to control the windows" in winecfg under the Graphics tab.
 
Uncheck "Allow the window manager to control the windows" in winecfg under the Graphics tab.
 +
 +
== External Links ==
 +
* [https://www.winehq.org/ WineHQ]
 +
* [https://appdb.winehq.org/ AppDB]

Revision as of 22:58, 13 October 2017

Platform Information

Media Devices

  • Windows Binary Programs.
  • Original Installation Media

Available Emulators

  • Wine

Windows Games run the same way Linux programs do, and can be launched by a small run_shortcut.sh script. A variety of controller capable Windows games that make a suitable addition to a Mame Cabinet exist.

Games

  • [wine:cuphead CupHead]

Prefixes

Because there are so many different possible configuration of Windows, a good practice is to divide Wine compatible applications into Prefixes. Prefixes Isolate Windows configurations into their own mini-file system. This allows applications that run on Windows 9x based OSes, and Windows NT based OSes to remain segregated.

Troubleshooting

Keyboard is not forwarded / Game does not have input focus with XMODIFIERS="" passed

Uncheck "Allow the window manager to control the windows" in winecfg under the Graphics tab.

External Links