-
Notifications
You must be signed in to change notification settings - Fork 12
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
Rapture Gallery Issues #2875
Comments
Screen recording 1 : Lasted 1.30min until crashing. |
This issue can be explained by this known issue: The other issues require investigation |
Current State, tested in 0.49
Whatsmore, sometimes starting a video causes crash of clients
![]() ![]()
@GBirch33 would you consider it finished now?
Does it occur still if the VSync is enabled?
Easily repruceable by exiting and entering the scene ![]() ![]()
We still need to fix scene emote |
After checking the scene code and verifying it on client, I can confirm that the issue with the posters outside of the scene is caused by the scene itself. I attach a video of the evidence to share with the creator: 2024-12-22.21-09-22.mp4So instead of this code:
I would propose something like this:
and replace the use of the Toggle on the The rest are all handled on this PR: #3027 |
More info regarding the DJ dissappearing,
The scene is creating the DJ when the player goes into the 3rd floor and removing it when the player leaves it, but when the player returns to the floor, the entity was removed and the function CreateDJ does not add the entity for the DJ again (which was removed with removeDJ). Which means that CreateDJ is trying to add components to an entity that doesn't exist.
Video proof: 2024-12-22.21-43-49.mp4 |
Severity:
SEV-3 | Stability or minor user impact
Description:
Video caching: Video art is being cached and gets passed onto the next video art. Prior to the new client, when approaching artwork it would become a video seamlessly - occasionally with a brief black loading screen. Sometimes the video art does not work at all in the client.
Dummy avatars: We had dummy avatars dancing on the roof, they're no longer there. We also had dummy avatars on the ground floor looking at art, on the second floor bartending and on the roof bartending. None of them show.
UI: We had a button to toggle the music on and off, it's no longer there. We also have a system to display art details on screen when hovering over the 'info' button under the artwork, it's also gone.
Exterior posters: There were posters on the black vertical panels outside the building, they're gone now.
Colours: Colours and materials are different to the original design, please let us know when colour testing for the client is finished so we can update the build to look as it did before.
Screen glitching: On moving the camera the screen glitches (horizontal lines appear)
Video quality: Video resolution seems lower in some of the artwork, namely the two large pieces on the second floor in Hope gallery.
Rooftop DJ: Doesn't appear consistently (sometimes he's there sometimes he's not)
Custom Emote caching: We have custom emotes set up with all the seating areas. The emotes are now caching and following the avatar.
None of these errors existed before the new client and everything had been intensely play-tested many many times to avoid any bugs.
Operating system:
NA
Error:
NA
Expected Behavior:
Scene should function as expected
Current Behavior:
Listed the issues in the ticket
Steps to reproduce:
See above info
Ticket number:
NA
The text was updated successfully, but these errors were encountered: