-
Notifications
You must be signed in to change notification settings - Fork 1
/
faqwine.htm
54 lines (50 loc) · 2.44 KB
/
faqwine.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Wine F.A.Q</title>
<meta name="GENERATOR" content="WinCHM">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
html,body {
/* Default Font */
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
}
</style>
</head>
<body>
<div class="pageSection">
<div class="pageSectionHeader">
Wine F.A.Q
</div>
<div class="pageSectionContent">
<p class="large">What is Wine?</p>
<ul>
<li><A href="https://www.winehq.org/">Wine</a> is a compatibility layer for Linux, Mac OS and other operating systems that allows you to run Microsoft Windows applications or games.</li>
</ul>
<p class="large">Can I run GBM in Linux or other operating systems with Wine?</p>
<ul>
<li>You can, but it's not recommended due to the
limitations (see below).
<li>GBM requires .NET 4 to be installed in the Wine prefix it's running in. The 64-bit edition of GBM will also require a 64-bit prefix.</li>
</ul>
<p class="large">What are the limitations of GBM while it's running in Wine?</p>
<ul>
<li>GBM can only detect games that are running in the same Wine prefix. It will not be able to detect any native games or games running in a separate prefix. If you'd like to detect native games AND Wine games run GBM with <a href="http://mikemaximus.github.io/gbm-web/linux.html">Mono</a>.</li>
</ul>
<p class="large">I'm having a problem while running GBM in Wine! What can I do?</p>
<ul>
<li>Wine is extremely good at what it does, but you may still encounter some glitches with the GBM interface or other problems. Any major issues can be reported via github or email, but I can't promise they'll be fixed.</li>
</ul>
<p class="large">Why can't I get GBM working in Wine?</p>
<ul>
<li>GBM is not tested with, nor designed to run on Wine. I can make no guarantee that it's going to work well, or even at all with the various versions of Wine and operating systems available.</li>
</ul>
</div>
<div class="pageSectionFooter">
<a href="faq.htm">Back to F.A.Q</a>
</div>
<div> </div><!--End Left Panel-->
<div></div><!--Include the Footer-->
</body>
</html>