Project

General

Profile

Actions

Emulator Issues #1881

closed

Wiimote turns lights off when playing a game and not working on 4731, 4739, etc.

Added by enb141 over 14 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

What steps will reproduce the problem?

  1. Play any game and the wiimote will turn off all lights
  2. Stop the game and the wiimote light 4 will turn on
  3. Try to play again an the lights will turn off again

What is the expected output? What do you see instead?
Turn on light 1 on wiimote

What version of the product are you using? On what operating system?
In version 4728 I don't have this issue (x64), but is present on 4731,
4739, etc.

Please provide any additional information below.
I'm using cirago USB with Toshiba Bluetooth v7.10.04 x64, also tested with
included windows stack and is broken now.


Related issues 1 (0 open1 closed)

Is duplicate of Emulator - Emulator Issues #1876: Possible patch in the way of having multiple real wiimotes working...Fixedfgfemperor

Actions
Actions #1

Updated by enb141 over 14 years ago

I'm using windows 7 x64.

Actions #2

Updated by bennetteson over 14 years ago

Same problem,

Dolphin wiimote notification area changed to "Connecting..." when starting a game and
stay like that when turning off the game.

Actions #3

Updated by hsebler over 14 years ago

I had the same behavior as described above. Here is my workaraund:

In the file "wiimote_real.cpp":
In the function : THREAD_RETURN ReadWiimote_ThreadFunc(void* arg)
I changed the following line:

old: if(g_Config.bUseRealWiimote && !g_RunTemporary)
for (int i = 0; i < g_NumberOfWiiMotes; i++)

new: if(!g_RunTemporary)
for (int i = 0; i < g_NumberOfWiiMotes; i++)

because somehow when ever I start a game "g_Config.bUseRealWiimote" is set to false.
I don't know why. With this workaround I can play again and have/had no sideeffects
so far. Tested from 4730 to latest.

I got Win7x64 and Toshiba BT.

Actions #4

Updated by bennetteson over 14 years ago

Now i find a way to play with my real wiimote:

1 - turn the wiimote option to "Emulated wiimote & use check "use real wiimote"
2 - start a game: Dolphin will tell you that the wiimote is connected
3 - turn off the game
4 - change the wiimote option to "real wiimote"
5 - play your game with your wiimote

Actions #5

Updated by ayuanx over 14 years ago

  • Status changed from New to Duplicate
Actions

Also available in: Atom PDF