You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception java.lang.ArrayIndexOutOfBoundsException: length=3; index=-1
at me.chester.minitruco.android.multiplayer.bluetooth.ServidorBluetoothActivity.verificaVersaoCompativel (ServidorBluetoothActivity.java:188)
at me.chester.minitruco.android.multiplayer.bluetooth.ServidorBluetoothActivity.run (ServidorBluetoothActivity.java:162)
at java.lang.Thread.run (Thread.java:1012)
Tudo indica que, de alguma forma, o split dos parâmetros está falhando nessa linha:
Na 2.5.3, essa exceção aparece de vez em quando:
Tudo indica que, de alguma forma, o split dos parâmetros está falhando nessa linha:
minitruco-android/app/src/main/java/me/chester/minitruco/android/multiplayer/bluetooth/ClienteBluetoothActivity.java
Lines 162 to 169 in 5df4da9
Sanitização
Isso só se explicaria se tivesse um espaço em algum deles - o que é sanitizado no servidor:
Aqui é onde o servidor garante que seu próprio nome não tem espaços:
minitruco-android/app/src/main/java/me/chester/minitruco/android/multiplayer/bluetooth/ServidorBluetoothActivity.java
Lines 373 to 380 in 5df4da9
e aqui ele garante que os nomes dos clientes também não tem:
minitruco-android/app/src/main/java/me/chester/minitruco/android/multiplayer/bluetooth/ServidorBluetoothActivity.java
Lines 266 to 267 in 5df4da9
The text was updated successfully, but these errors were encountered: