-
Notifications
You must be signed in to change notification settings - Fork 0
/
bugs.htm
40 lines (40 loc) · 1.43 KB
/
bugs.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bugs</title>
<link href="Style.css" rel="stylesheet">
</head>
<body>
<article>
<p>Over the years, WinUAE has been improved to the point where
almost all Amiga software ever created runs without
problems.</p>
<p>If you have problems to get a certain program working, look
at the <a href="links.htm#help">links page</a>, there are some
great resources online which are also frequented by
developers.</p>
<p>Still, WinUAE is not perfect, so if you feel you need to
report a bug, please use the following type of template with
all bug reports:</p>
<ul>
<li>WinUAE Version</li>
<li>Host Operating System (Windows 7, 8, 10 etc.)</li>
<li>DirectX version</li>
<li>PC Graphics card and the driver version</li>
<li>Sound card and the driver version</li>
<li>AmigaOS version (Kickstart and Workbench)</li>
<li>Extensions running (MagicWB, NewIcons, DirOPUS,
ToolManager, etc.)</li>
<li>Amiga settings that may have caused the problem</li>
</ul>
<p>If you made sure your request is still valid, see the
<a href="credits/contrib.htm">Credits</a> page to contact one
of the developers.</p>
</article>
<footer>
Help content is under the terms of the <a href=
"credits/fdl.htm">GNU Free Documentation License</a>.
</footer>
</body>
</html>