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

Interface Overlay Bug (Controller) #3548

Closed
LightStreakz opened this issue Jun 14, 2023 · 13 comments
Closed

Interface Overlay Bug (Controller) #3548

LightStreakz opened this issue Jun 14, 2023 · 13 comments
Labels
Requestor-Player Issues or PRs adding player features or fixing TML gameplay bugs

Comments

@LightStreakz
Copy link

LightStreakz commented Jun 14, 2023

Version

Latest 1.4.4-preview

OS

Windows

Platform

Steam

This bug affects

Gameplay as a Player

Description

This seems to be a bug where the "Enter Server Password" interface is overlapped with the "Starting Server" display. Even when I leave the multiplayer world, the "Enter Server Password" interface is still there while overlapping the main menu. If you try to cancel, it will keep switching between the world select and "Enter Server Password" interface which eventually causes a crash. I have addressed this issue before nothing was done about it.

Log File

image

Steps to reproduce

  1. Start the game and select the "Multiplayer" option.
  2. Select the player and world until you get to the "Enter Server Password".
  3. Enter a password and wait for the world to start. The "Enter Server Password" interface is still there causing a functional and visual error.
  4. Leave the world and the "Enter Server Password" interface is still there.
  5. Trying the cancel or mashing the button on the controller to exit causes a Main Engine Crash.

Expected Behavior

The "Enter Server Password" interface should disappear once you have entered the password and the "Enter Server Password" interface shouldn't be present once you leave the world.

Actual Behavior

Once the password is entered, the "Enter Server Password" interface is still there and overlaps the "Starting Server" and it still remains even once you have left the world, causing an overlapping with the main menu.

Reproduction frequency

Every single time.

Additional Information

This only occurs on Multiplayer, and it occurs for both 1.4.3 and 1.4.4 preview. Even with or without mods, this happens.
Using a Controller.

@LightStreakz LightStreakz added the NEW ISSUE Flags an Issue as new. To be removed once issue is assessed. label Jun 14, 2023
@github-actions github-actions bot added the Requestor-Player Issues or PRs adding player features or fixing TML gameplay bugs label Jun 14, 2023
@LittleJay1985
Copy link
Contributor

I'm struggling to replicate this issue.
Could you please post your logs?

@JavidPack
Copy link
Collaborator

I also couldn't replicate. Make sure when testing with no mods that you disable all mods, then completely close the game and reopen the game. Send us logs after you do that and replicate the issue.

@LightStreakz
Copy link
Author

Screenshot 2023-06-14 151551

@LightStreakz
Copy link
Author

client.log

@LightStreakz
Copy link
Author

LightStreakz commented Jun 14, 2023

I have zero mods enabled. Don't know why it's saying it could be a mods' fault.

@LittleJay1985
Copy link
Contributor

LittleJay1985 commented Jun 14, 2023

It TModLoader being blocked by Windows firewall?

Edit: I've just tried blocking in windows firewall but it didn't replicate the issue.

@LittleJay1985
Copy link
Contributor

  1. Can you also post the server.log
  2. Have you tried creating a new character and world?
  3. was the log file after you disabled all mods? for example Exalt

Looking at the client.log it seems to be crashing at tModLoader\Terraria\GameContent\UI\States\UIWorldSelect.cs:line 158
bool num = Main.ActivePlayerFileData.Player.difficulty == 3;
when populating the world list?

In the client.log it doesn't even get to loading into the world.

@LightStreakz
Copy link
Author

LightStreakz commented Jun 15, 2023

  1. server.log
    Nothing really happens with the interface other than the Redigit's Pick error but that's it.
  2. I have done that multiple times and the same issue still occurs.
  3. Yes, the log is after I disable all mods and the same thing happens.

@LightStreakz
Copy link
Author

Screenshot 2023-06-15 090143
Just did this now before I enter a world.
Screenshot 2023-06-15 090249
And this is when I leave the world.

@LightStreakz LightStreakz changed the title Interface Overlay Bug Interface Overlay Bug (Controller) Jun 15, 2023
@JavidPack
Copy link
Collaborator

This is quite strange. Have you tried loading a brand new world and player instead? (make these when no mods are enabled)

@LightStreakz
Copy link
Author

Did it then and did it now. The same issue still occurs with controller. Made sure to do it with no mods enabled.

@Chicken-Bones
Copy link
Member

#3517 related possibly

@JavidPack JavidPack removed the NEW ISSUE Flags an Issue as new. To be removed once issue is assessed. label Aug 29, 2023
@Mirsario
Copy link
Collaborator

Resolved in e842f3b, was indeed the same issue as above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Requestor-Player Issues or PRs adding player features or fixing TML gameplay bugs
Projects
None yet
Development

No branches or pull requests

5 participants