-
Notifications
You must be signed in to change notification settings - Fork 3
/
wine.html
71 lines (71 loc) · 3.59 KB
/
wine.html
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy for HTML5 for Windows version 5.1.25" />
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<meta name="description" content="Game Backup Monitor - Automatically backup your save games and add cloud support to any game for free!" />
<meta name="keywords" content="Game, Games, Save, Saves, Saved, Backup, Restore, Sync, Download, Cloud, Dropbox, GOG, Steam, Origin, Time, Monitor, PC" />
<meta name="author" content="Michael J. Seiferling" />
<title>Game Backup Monitor [Wine]</title>
<script type="text/javascript" language="javascript" src="script/jquery-1.10.2.min.js">
</script>
<script type="text/javascript" language="javascript" src="script/jquery.hoverIntent.min.js">
</script>
<link rel="stylesheet" type="text/css" href="styles/styles.css" />
<link rel="shortcut icon" href="images/gbm.ico" />
</head>
<body>
<div id="top">
<!--Include the Header (Starts Content)-->
<script type="text/javascript">
//<![CDATA[
$(function(){
$("#header").load("header.html");
});
//]]>
</script>
<div id="header"></div>
<div id="content">
<div id="leftcontent">
<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>
<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="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><!--End Left Panel-->
</div><!--Include the Footer-->
<script type="text/javascript">
//<![CDATA[
$(function(){
$("#footer").load("footer.html");
});
//]]>
</script>
<div id="footer"></div><!--End Content-->
</div><!--End Top-->
</div>
</body>
</html>