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

Crash when pasting geometry in edit mode #63

Open
b-sharman opened this issue Jun 7, 2022 · 1 comment
Open

Crash when pasting geometry in edit mode #63

b-sharman opened this issue Jun 7, 2022 · 1 comment

Comments

@b-sharman
Copy link
Member

How to reproduce

  1. Join the Imprimis editing server and enter edit mode.
  2. Make a selection with the mouse.
  3. Press c to copy it.
  4. Press v to paste the geometry.

Game crashes and console says:

inconsistent msg size for 45 (14 != 15)

This appears to come from the following:

imprimis/game/gameclient.cpp

Lines 1177 to 1180 in 2af7aa8

if(msgsize && num!=msgsize)
{
fatal("inconsistent msg size for %d (%d != %d)", type, num, msgsize);
}

Expected behavior
Whatever geometry was in the selection when copying should be duplicated in the selection when pasting.

Important Information:

  • OS: Arch Linux with kernel 5.18.1.arch1-1 and nvidia 515.43.04-7
  • Commit hash: 2af7aa8
@b-sharman
Copy link
Member Author

crash.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant