etterna icon indicating copy to clipboard operation
etterna copied to clipboard

Adding tag named "in" breaks tag loading and everything else involved

Open EliteSoba opened this issue 1 year ago • 5 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues

Contact Details

No response

Version Info

Latest available release

What operating system are you seeing the problem on?

Windows

Bug Behavior

Similar to https://github.com/etternagame/etterna/issues/719 but that one seems to have just passed with time. (Re)Downloaded 0.74.4 and after some point in time, the game would refuse to get to the point of loading the song list.

Expected Behavior

Song selection screen should open successfully.

Reproduction Steps

  1. Click Game Start (see additional details for more info about my config)

Anything else?

Similar to #719 in that I found that removing my songs allowed the empty song list to load. After a bit of mucking around with my files, I found that the culprit was actually Etterna/Save/Rebirth_settings/tags.lua, although I don't really know why.

I can't attach a .lua file, so attaching it as a renamed .txt file. It's also super short so here's the plaintext:

return {
  playerTags= {
    fav= {Xcacb4bf1f580942026b391d390e50dded4c68ef1= 1, 
      Xcb622ee23d0f658fe25ed158b6211af6a3ce3754= 1, 
      X72bdf18ee54bdd9482789c47ef10620752ea549a= 1}, 
    ez= {}, 
    in= {}, 
    nm= {}, 
    hd= {X7c0d927f2e887bac44a11099383142869e59d705= 1, 
      X5f03d293766f7f926cbf1b9633e9583094a30e41= 1}}}

tags.lua.txt

EliteSoba avatar Apr 17 '25 15:04 EliteSoba

the .log file from this session would tell the truth about what is happening here

poco0317 avatar Apr 18 '25 00:04 poco0317

2025_04_06-20_49_15.log

i think this should be a log from a problematic attempt

honestly, the reason might just be that the tag i used was in which may or may not be a reserved keyword in lua idk

EliteSoba avatar Apr 18 '25 00:04 EliteSoba

this log is from a 0.72.3 install in a session from 4/6

poco0317 avatar Apr 18 '25 00:04 poco0317

sorry i have like 20 logs from today and didn't want to dig too hard

2025_04_17-08_11_27.log

EliteSoba avatar Apr 18 '25 01:04 EliteSoba

yes, the problem is the tag called "in"

will look into it

poco0317 avatar Apr 18 '25 01:04 poco0317

f068bf43d2e7cb154a703aefbf1c1b31a8ea243c

poco0317 avatar Nov 15 '25 16:11 poco0317