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

3D window offset #6531

Open
Flamisell opened this issue Apr 4, 2024 · 7 comments
Open

3D window offset #6531

Flamisell opened this issue Apr 4, 2024 · 7 comments

Comments

@Flamisell
Copy link

Describe the Bug
For every world (new world or default ), the default appearence of the 3D window is shifted down-left. I tried launching webots with the safe mod activated:

$ export WEBOTS_SAFE_MODE=true
$ webots

But the 3D window appeares off when I add a background.

Steps to Reproduce
$ webots

Expected behavior
correclty placed 3D Window.

Screenshots
Screenshot from 2024-04-04 10-43-25

System

  • Operating System:
    Screenshot from 2024-04-04 10-47-10

  • Graphics Card:
    Screenshot from 2024-04-04 10-46-04

@Flamisell
Copy link
Author

Webots 2023b installed with "Debian Package with the Advanced Packaging Tool (APT)"

@carrliitos
Copy link

This behavior also happens to me whenever I save my world with the CTRL + SHIFT + S command. Then I just click anywhere on the background of my world, and it fixes it for me.

@Flamisell
Copy link
Author

When I try to save my world it gives me:

double free or corruption (out)
/usr/local/bin/webots: line 105: 6841 Aborted (core dumped) "$webots_home/bin/webots-bin" "$@"

And the app closes.

@chengzhou-31
Copy link

I also had this issue, did you happen to find a solution to your problem?

@Flamisell
Copy link
Author

Both the window offset and the crash when saving are still not resolved.

@nassir90
Copy link

nassir90 commented May 23, 2024

I am using webots R2023b.

I am also suffering from this issue. It seems to impact all X11 window managers, I have experimented on i3 gaps version 4.2.3, qtile 0.25.1, xfce4 version 4.18.3. It does not happen in my wayland window manager, sway.

However, I am also suffering from a huge amount of segfaults making webots effectively unusable. This may be because of arch though.

image

@nassir90
Copy link

I am circumventing it by executing it in sway in my regular window manager. That can be done as follows

echo exec webots > ${config=`mktemp`} ; sway -c $config

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

No branches or pull requests

4 participants