Move copyright license to help book.
[enjoyable.git] / Enjoyable Help / pgs / problems.html
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <title>Troubleshooting</title>
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
8 <meta name="robots" content="anchors" />
9 <link href="../sty/default.css"
10 rel="stylesheet"
11 type="text/css"
12 media="all"/>
13 </head>
14
15 <body>
16 <a name="problems"></a>
17
18 <div id="navbox">
19 <div id="navleftbox">
20 <a class="navlink_left"
21 href="help:anchor='home' bookID='Enjoyable Help'">
22 Home
23 </a>
24 </div>
25 </div>
26
27 <div id="headerbox">
28 <div id="iconbox">
29 <img id="iconimg"
30 src="../gfx/Icon.png"
31 alt="Icon"
32 height="32" width="32"/>
33 </div>
34 <h1>Troubleshooting</h1>
35 </div>
36
37 <h3>
38 <a name="unavailable"></a>
39 When I start Enjoyable, it says "Input devices are unavailable"
40 </h3>
41 <p>
42 This happens if Enjoyable is refused access to your input
43 devices by Mac OS X. This usually happens if another application
44 has requested exclusive access to them. Try quitting any other
45 applications using your input devices. If that doesn't work, try
46 disconnecting and reconnecting the device, then restarting
47 Enjoyable. If it still doesn't work you may need to reboot.
48 </p>
49
50 <h3>
51 <a name="noswitch"></a>
52 Enjoyable never switches to my application mapping
53 </h3>
54 <p>
55 Make sure it matches the name of the application exactly. If you
56 still have trouble, name the mapping <kbd>@Application</kbd> and
57 switch back to have Enjoyable try to deduce the correct name
58 automatically.
59 </p>
60
61 <h3>
62 Mouse clicks and drags don't work
63 <a name="brokenmouse"></a>
64 </h3>
65 <p>
66 This is a known issue with Cocoa applications, as they require
67 more specially-crafted mouse events. We hope to fix it in a
68 future version.
69 </p>
70 </body>
71 </html>