WACCA - Reverse Gate crashes after playing mission music. #5

Closed
opened 2023-02-22 09:07:07 +00:00 by KamijouMarisa · 8 comments

These feedback are migrated from MegAime.
In the current test, these problems still exist.

Favorite Music will not be saved after the game.

Game Settings will not be saved. For example, speed, sound effect, color, etc.

MY ROOM cannot save icons, plates and other things.

SHOP can't purchase VIP correctly and get corresponding special rewards.

Some gates cannot save data correctly.

Reverse Gate will display Fatal Error after playing Mission Music.

Lily Gate does not have this problem and can save the Mission data correctly.

Extra 3 Gate and some event gates cannot save the data of the last gate.

> These feedback are migrated from MegAime. In the current test, these problems still exist. Favorite Music will not be saved after the game. Game Settings will not be saved. For example, speed, sound effect, color, etc. MY ROOM cannot save icons, plates and other things. SHOP can't purchase VIP correctly and get corresponding special rewards. Some gates cannot save data correctly. Reverse Gate will display Fatal Error after playing Mission Music. Lily Gate does not have this problem and can save the Mission data correctly. Extra 3 Gate and some event gates cannot save the data of the last gate.
Hay1tsme added the
wacca
bug
labels 2023-03-02 04:34:37 +00:00
Hay1tsme added the
testing
label 2023-03-02 04:36:38 +00:00
Owner

To give a bit of an update:
Favorite Music will not be saved after the game. FIXED

Game Settings will not be saved. For example, speed, sound effect, color, etc. NEEDS FIXING

MY ROOM cannot save icons, plates and other things. FIXED

SHOP can't purchase VIP correctly and get corresponding special rewards. FIXED

Some gates cannot save data correctly. FIXED

Reverse Gate will display Fatal Error after playing Mission Music. Still looking into, just disable this gate as a work-around for now

Lily Gate does not have this problem and can save the Mission data correctly.

Extra 3 Gate and some event gates cannot save the data of the last gate. Going to see if I can reproduce this

If any of this is inaccurate as of the last push to master, please let me know

To give a bit of an update: Favorite Music will not be saved after the game. FIXED Game Settings will not be saved. For example, speed, sound effect, color, etc. NEEDS FIXING MY ROOM cannot save icons, plates and other things. FIXED SHOP can't purchase VIP correctly and get corresponding special rewards. FIXED Some gates cannot save data correctly. FIXED Reverse Gate will display Fatal Error after playing Mission Music. Still looking into, just disable this gate as a work-around for now Lily Gate does not have this problem and can save the Mission data correctly. Extra 3 Gate and some event gates cannot save the data of the last gate. Going to see if I can reproduce this If any of this is inaccurate as of the last push to master, please let me know
Hay1tsme self-assigned this 2023-03-02 04:58:48 +00:00
Owner

Music favorites and game settings will now save properly, as of 2da12e515e

Music favorites and game settings will now save properly, as of 2da12e515e35ef2abd7581d761a96c66d8b67306
Author

Favorite Music hasn't been saved. This still needs to be fixed.

In addition, there is only the problem of Reverse Gate.

Favorite Music hasn't been saved. This still needs to be fixed. In addition, there is only the problem of Reverse Gate.
Owner

I have confirmed that favorites were an issue and as of 62b62db5b5 they now save correctly. As for the reverse gate, it's still unknown why there are issues with it.

I have confirmed that favorites were an issue and as of 62b62db5b5 they now save correctly. As for the reverse gate, it's still unknown why there are issues with it.
Hay1tsme added
waiting
and removed
testing
labels 2023-03-19 03:55:39 +00:00
Author

Favorite songs can now be saved correctly in the database.
Now there is only the Reverse Gate situation left.

Favorite songs can now be saved correctly in the database. Now there is only the Reverse Gate situation left.
Hay1tsme added
wip
and removed
waiting
labels 2023-03-19 17:38:57 +00:00
Hay1tsme changed title from WACCA - Some data cannot be saved correctly. to WACCA - Reverse Gate crashes after playing mission music. 2023-03-20 02:57:22 +00:00
Owner

Reverse gate may just be a game bug, but I'm looking into what the server can do as a fix. The response to user/sugaroku/update is blank, so it's not a data return issue...

Reverse gate may just be a game bug, but I'm looking into what the server can do as a fix. The response to `user/sugaroku/update` is blank, so it's not a data return issue...
Owner

Turns out Reverse gate was crashing due to the fact that Touch Effect ID 312002 already exists in your inventory (added on profile creation) and apparently the game trying to add this item again causes the crash. I'm going to push out a fix that will do the following

  • Remove the item from the user creation function
  • Issue a database version update that removes it from all inventories

Simply apply the database update and you should be good to go!

Turns out Reverse gate was crashing due to the fact that Touch Effect ID 312002 already exists in your inventory (added on profile creation) and apparently the game trying to add this item again causes the crash. I'm going to push out a fix that will do the following + Remove the item from the user creation function + Issue a database version update that removes it from all inventories Simply apply the database update and you should be good to go!
Author

Confirmed that the issue with Reverse Gate has been fixed.
I will close this.
The remaining unresolved issues are listed in #15.

Confirmed that the issue with Reverse Gate has been fixed. I will close this. The remaining unresolved issues are listed in #15.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Hay1tsme/artemis#5
No description provided.