Author Message

amilmand

00
Posts: 259

Location: ---
Occupation:
Age:
V$:
#138366   2018-03-06 18:28          
Hmmm which patch?
The downloads on SlrrExhaustive Bits are not for SlrrExhaustive.
For that the patch link is PatchLink

But this error suggests that you somehow have the MainMenu from SlrrExhaustive in a base game
All the links have been updated with the new exe and the new function definitions in the File.java I wont include a MainMenu.java there because it is different for each version of the game.

If you want to add this button (continue last) to some arbitrary MainMenu.java from the MainMenu of SlrrExhaustive copy the CMD_CONTINUE related part and the
BadReinterpretGreater function.

But you can delete that line MainMenu.java line 35.
Thats just there to preload some lookups they will be loaded in first request anyway.
That line should look like:
PartsCache.GetEntry(0);
Why is it looking for the function in the MainMenu class?