Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FolsomDamR 1.16 claimable map resources gone #2673

Open
h0lley opened this issue Feb 28, 2024 · 4 comments
Open

FolsomDamR 1.16 claimable map resources gone #2673

h0lley opened this issue Feb 28, 2024 · 4 comments
Labels
Bug Something isn't working

Comments

@h0lley
Copy link

h0lley commented Feb 28, 2024

Description

All trees, geo thermal plant spots, etc. are gone on FolsomDamR 1.16.

image

The map itself has not been updated.

Checking replays, I can say that
2024-02-16 22:56 <- claimables were still there
2024-02-19 12:39 <- claimables were gone

Is this

  • a bug
  • an intentional change
  • an extremely obscure weirdly persistent setting I cannot locate despite best efforts
    ?

Expected Behaviour

FolsomDam having claimables as designed

Actual Behaviour

FolsomDam is suddenly missing claimables

Reproduction steps

  1. Start any kind of match on FolsomDamR 1.16
  2. Notice the empty spots in the center of the dam where claimables are supposed to be located, also notice that all trees are gone

Other

No response

@h0lley h0lley added the Bug Something isn't working label Feb 28, 2024
@sprunk
Copy link
Collaborator

sprunk commented Mar 24, 2024

Works in ZK.

@lolsteamroller
Copy link
Contributor

lolsteamroller commented Apr 18, 2024

Was playing it recently and also was curious.

After testing, the issue comes from game version and after some game version, the s11n lib that creates those pipes (reclaimable objects in middle) are failing.

[Game::ClientReadNet][LOGMSG] sender="LSR" string="[Internal Lua error: Call failure] [string "libs/s11n/object_s11n.lua"]:353: attempt to call field 'echo' (a nil value)
stack traceback:
	[string "libs/s11n/object_s11n.lua"]:353: in function '__ReportObjectCreationFail'
	[string "libs/s11n/object_s11n.lua"]:397: in function 'Add'
	[string "LuaGaia/Gadgets/s11n_load_map_features.lua"]:45: in function 'GamePreload'
	[string "LuaGadgets/gadgets.lua"]:859: in function <[string "LuaGadgets/gadgets.lua"]:857>
	(tail call): ?"

game version 25265-a4a2a74 works
game version 25270-b5940ec does not work

@lolsteamroller
Copy link
Contributor

@Ruwetuin I think it's one of your cleanups that is causing s11n to fail, I'm not sure how to check precise version by version as Rapid for me only shows older versions when trying to download, but from my own existing versions, as noted in the comment above:

game version 25265-a4a2a74 works
game version 25270-b5940ec does not work

image

Here is what changes were then issue popped up.

@Ruwetuin
Copy link
Member

then those features must be in the .tdf format.... which are no longer supported/loaded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants