clleo801 發表於 2024-5-2 19:50

[[求助]]黑盒子亂碼

ERROR - 3
java.lang.ArrayIndexOutOfBoundsException: 3
      at com.lineage.echo.encryptions.Encryption._decrypt(Encryption.java:95)
      at com.lineage.echo.encryptions.Encryption.decrypt(Encryption.java:79)
      at com.lineage.echo.DecryptExecutor.decrypt(DecryptExecutor.java:78)
      at com.lineage.echo.ClientExecutor.readPacket(ClientExecutor.java:283)
      at com.lineage.echo.ClientExecutor.run(ClientExecutor.java:92)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)
ERROR - 3
java.lang.ArrayIndexOutOfBoundsException: 3
      at com.lineage.server.types.ULong32.fromArray(ULong32.java:11)
      at com.lineage.echo.encryptions.Encryption.decrypt(Encryption.java:80)
      at com.lineage.echo.DecryptExecutor.decrypt(DecryptExecutor.java:78)
      at com.lineage.echo.ClientExecutor.readPacket(ClientExecutor.java:283)
      at com.lineage.echo.ClientExecutor.run(ClientExecutor.java:92)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)
INFO -

這些是有一個IP 連線就會出現 這個是什麼意思呢?
並不是全部IP 有其中一個

clleo801 發表於 2024-5-3 17:52

有大大知道嗎? 感謝

Lin-JN 發表於 2024-5-3 21:44

数组越界

Encryption.java
第95行

ULong32.java
第11行

tck1114 發表於 2024-5-4 04:11

謝謝分享,試著努力去了解內容
頁: [1]
查看完整版本: [[求助]]黑盒子亂碼