- UID
- 141833
- 閱讀權限
- 10
- 主題
- 6
- 帖子
- 69
- 精華
- 0
- A幣
- 19
- 在線時間
- 100 小時
- 最後登錄
- 2024-11-21
集團新軍
- 主題
- 6
- 帖子
- 69
- 精華
- 0
- 綜合社群主題發文量
- 0
- 電玩社群主題發文量
- -1
- 娛樂社群主題發文量
- 1
- 技術社群主題發文量
- 5
- 閱讀權限
- 10
- 註冊時間
- 2023-12-28
TA的每日心情 | 鬱悶 2024-5-24 00:55 |
---|
簽到天數: 8 天 連續簽到: 1 天 [LV.3]偶爾看看II
|
本帖最後由 zhyon 於 2024-1-10 01:29 編輯
解決辦法:紅字步驟多餘無用,AES Key每行只需首位16進制數,剩下填充0x00
從github克隆最新版TMS246-server到本地
通过IDA64从ZLZ64.dll找到V248的AES Key
将AES Key填入server的MapleCrypto类内
重新編譯后讓服務器成功跑起來:
- [INFO] Channel 3 from World 殺人鯨 listening on port 9087.
- [INFO] Channel 5 from World 殺人鯨 listening on port 9089.
- [INFO] Channel 4 from World 殺人鯨 listening on port 9088.
- [INFO] Channel 1 from World 殺人鯨 listening on port 9085.
- [INFO] Channel 2 from World 殺人鯨 listening on port 9086.
複製代碼
通過bat脚本執行主程式:
- MapleStory.exe 127.0.0.1 8484
複製代碼 服務器日志收到訊息:
- [DEBUG] [B@511659f6
- [DEBUG] Unhandled opcode -4489/0xFFFFEE77
- [DEBUG] Unhandled opcode -16825/0xFFFFBE47
- [DEBUG] Unhandled opcode 16500/0x4074
- [DEBUG] Unhandled opcode 26889/0x6909
- [DEBUG] Unhandled opcode -12161/0xFFFFD07F
- [DEBUG] [In] | SERPENT_VORTEX_INCREMENT_REQUEST, 848/0x350 | 58 AD C7 73
- java.lang.reflect.InvocationTargetException
- Caused by: java.lang.NullPointerException: Cannot invoke "net.swordie.ms.client.character.Char.getJob()" because "chr" is null
複製代碼
右下角出現NEXON GAME SECURITY圖標
等待1分鐘后出現MapleStory.exe黑屏視窗
|
|