- Mar 14, 2025
- 9
- 0
- 0
Hey everyone,I’m currently working on my own RSPS project based on Entrinthy 718/742 Enth release.
Both the server and client are using subrevision 3, and the server starts without issues.
However, the client crashes immediately with an opcode-related error.
Server compiles and runs fine (no console errors), Client compiles and launches, CUSTOM_CLIENT_BUILD (server) and SUB_REVISION (client) are both set to 3 , Cache directory is correctly referenced and contains: main_file_cache.dat2 , main_file_cache.idx0 through .idx25 Etc...
Invalid opcode: 29184at Class346.method4175(Class346.java:165)at ClientScript.method3475(ClientScript.java:109)at ...
Cache is complete (no missing or 0-byte files)
IP is set to 127.0.0.1, port is 43594 (matches the server)
Using a 718/742 Enth client, not modified (except SUB_REVISION)
Cache might be corrupt or not compatible with the client script decoder, ClientScript decoder may not match the cache’s script format
A working 718/742 Enth client + cache setup for subrevision 3 Or a fix for the Invalid opcode/script decoding crash
Any help would be hugely appreciated!
Thanks in advance,
Houssy.
Both the server and client are using subrevision 3, and the server starts without issues.
However, the client crashes immediately with an opcode-related error.
What’s working :
Server compiles and runs fine (no console errors), Client compiles and launches, CUSTOM_CLIENT_BUILD (server) and SUB_REVISION (client) are both set to 3 , Cache directory is correctly referenced and contains: main_file_cache.dat2 , main_file_cache.idx0 through .idx25 Etc...
The problem : Client crashes with :
Invalid opcode: 29184at Class346.method4175(Class346.java:165)at ClientScript.method3475(ClientScript.java:109)at ...
What I’ve already checked:
Cache is complete (no missing or 0-byte files)
IP is set to 127.0.0.1, port is 43594 (matches the server)
Using a 718/742 Enth client, not modified (except SUB_REVISION)
Suspicions:
Cache might be corrupt or not compatible with the client script decoder, ClientScript decoder may not match the cache’s script format
Looking for:
A working 718/742 Enth client + cache setup for subrevision 3 Or a fix for the Invalid opcode/script decoding crash
Any help would be hugely appreciated!
Thanks in advance,
Houssy.
Last edited: