-
Notifications
You must be signed in to change notification settings - Fork 150
Description
Is there an existing issue for this?
- I have searched the existing issues
Contact Details
just reply
Version Info
Latest available release
What operating system are you seeing the problem on?
Windows
Bug Behavior
Right-clicking when prompted for the room name in multi will input your multi account's password as the room name.
Expected Behavior
I think the dialog should be cancelled. Anything that doesn't silently input your password would be fine though
Reproduction Steps
- Run the game
- Connect to the multi server
- Select Multiplayer
- Choose profile
- Enter multi credentials (obviously with a throwaway account/password if you're testing this)
- Create a room
- Right click when prompted for the room name
- Finish creating the room
Anything else?
Pretty sure this is being caused by ScreenNetRoom.cpp:102, ScreenTextEntry::s_sLastAnswer probably still contains the password from the previous prompt for the password. If you enter a normal room name and then right click when prompted for the room description it inputs the room name for the room description, which supports this being something sLastAnswer related. Would try fixing this myself but Visual Studio is giving me a hard time with building since Etterna uses a different OpenSSL version now.