From 2df0a5d101fd8fd6188d24a3f4d7fbf25a876588 Mon Sep 17 00:00:00 2001 From: "guilhem.duche" Date: Sun, 1 Jun 2008 14:58:17 +0000 Subject: [PATCH] Edited wiki page through web user interface. git-svn-id: http://wiiusej.googlecode.com/svn/wiki@164 ae48ae66-6a45-0410-b38e-211266189506 --- FAQ.wiki | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/FAQ.wiki b/FAQ.wiki index 918d098..36179f0 100644 --- a/FAQ.wiki +++ b/FAQ.wiki @@ -2,12 +2,12 @@ = Frequently Asked Questions = -Q : Can WiiuseJ send audio to the wiimote ? +*Q :* Can WiiuseJ send audio to the wiimote ? A : Wiiuse doesn't support it so WiiuseJ can't support either. -Q : Why do i got this error ? +*Q :* Why do i got this error ? {{{ Exception in thread "Thread-0" java.lang.NoSuchMethodError: java.util.Arrays.copyOfRange([Ljava/lang/Object;II)[Ljava/lang/Object; @@ -23,16 +23,14 @@ at wiiusej.WiiUseApiManager.run(WiiUseApiManager.java:415) A : So far you need java 1.6 to use WiiuseJ. Here a method from java 1.6 is missing in the java you have. I'll fix it in another release. -Q : How can i reconnect the wiimotes and find new wiimotes. +*Q :* How can i reconnect the wiimotes and find new wiimotes. A : Shutdown WiiuseJ: WiiUseApiManager.shutdown(); and get wiimotes again : WiiUseApiManager.getWiimotes(2, true); -Q : I have this error: Error: [ERROR] Unable to +*Q :* I have this error: Error: [ERROR] Unable to determine bluetooth stack type. What can i do ? A : You can try to force the type of bluetooth stack you got. For this get the wiimotes this way : WiiUseApiManager.getWiimotes(2, true, WiiUseApiManager.WIIUSE_STACK_MS); if you got a windows bluetooth stack or widcomm. Use WiiUseApiManager.WIIUSE_STACK_BLUESOLEIL if you got bluesoleil. - -