SCHALE.GameServer icon indicating copy to clipboard operation
SCHALE.GameServer copied to clipboard

😭😭😭

Results 8 SCHALE.GameServer issues
Sort by recently updated
recently updated
newest added

I am running the server with mitmproxy, everything that has been implemented works fine so far, except the club chat command. Opening club UI and typing /help doesn't give back...

I followed through the tutorial but when I executed the client and frida script I got this error in the game. Interestingly this error goes away when I deactivated root...

![issue](https://github.com/rafi1212122/SCHALE.GameServer/assets/48596765/0dae5a41-6092-40df-9b6f-bdae8ccb10c8)

在第一次运行SCHALE.GameServer.exe时似乎无法下载excel.zip会超时。 通过游戏文件得到excel.zip放到文件夹,报找不到characterexceltable.bytes 。 但无意间修改ExcelTableService.cs文件得到解压后文件。 再次运行就会报Specified argument was out of the range of valid values. ![屏幕截图(6)](https://github.com/rafi1212122/SCHALE.GameServer/assets/172882434/0a39b2c1-af57-4794-b12f-f61b38ee1c42) 多次重装无果,该怎么办

According to [MSDN](https://learn.microsoft.com/en-us/ef/ef6/fundamentals/connection-resiliency/retry-logic), `SqlServerRetryingExecutionStrategy` will automatically create transactions for database updates, however: 1. Not all db updates need to be rollbacked if failed. Remove automatic retry will avoid unnecessary transactions....