Rolando Islas
Rolando Islas
It may be that the [audio line is never closed](https://github.com/rolandoislas/drc-sim-client/blob/5594b9e840b53893115eb5bdffa923b632182445/desktop/src/com/rolandoislas/drcsimclient/desktop/audio/AudioDevice.java#L57).
Is this a clean Ubuntu 16.04 install? Possible resolution: http://badlogicgames.com/forum/viewtopic.php?f=11&t=18801 In simmary: `sudo apt install x11-xserver-utils`.
Please see [drc-sim#42](https://github.com/rolandoislas/drc-sim/issues/42#issuecomment-325235118) for a debug client that will log data/frames the server sends it. I cannot reproduce the issue on my end and no one experiencing the issue has...
> Do you think this could be caused by an old Wii U firmware 3.1.0 ? I cannot say for certain, but it could be the case. However, in [drc-sim#42](https://github.com/rolandoislas/drc-sim/issues/42)...
I would like to see if the server is getting data first. It could be an issue with the Wii U expecting a reponse that is not implemented and would...
I am not sure what is wrong. There is a successful connection, but the backend does not appear to be getting any data on the expected ports. A script to...
@mlschoeneman I tried to reproduce the error with a Linksys AE1000 and was not successful. Are you using the same type of wireless interface as @sh4444dow (Ralink WDN-3200 N600)?
@mlschoeneman The only thing I can recommend is to use a tested device from the [wiki](https://github.com/rolandoislas/drc-sim/wiki/Wireless-Interface#compatible-usb-devices).
I need a few more detais: - [Logs](https://github.com/rolandoislas/drc-sim/wiki/Logging). Preferably at the "finer" level. - Wii U region and version - DRC Sim Server/Client version - Operating System Version - Was...
To enable debug logging on the server run: `sudo drc-sim-backend --finer`. The output will then be at: `~/.drc-sim/log/drc_sim_c.log`. The client can be launched with debug logging and on screen controls:...