webots icon indicating copy to clipboard operation
webots copied to clipboard

Segmentation fault on Windows by following Tutorial

Open Fredrikhb opened this issue 4 months ago • 1 comments

Describe the Bug CTD

Steps to Reproduce

  1. Follow https://github.com/cyberbotics/webots/wiki/Windows-installation/ to install webots on Windows
  2. Run webots through MINGW64 by typing 'webots' and hit enter
  3. Add a Robot node having four HingeJoint nodes as children.
  4. Add a Shape node to the boundingObject field of the Robot node.
  5. In the appearing geometry NULL field, add a Box node.
  6. Crash to desktop.
  7. Read off the MINGW64 terminal "Segmentation fault"

Expected behavior A box node to be added to the geometry field of the Robot node's Shape node.

System

  • Operating System: Windows 10 Education 64-bit
  • Graphics Card: Intel Iris Xe Graphics

Additional context I simply followed the Tutorial 6: 4-Wheels Robot.

UPDATE: Launching the Webots Windows desktop app does not produce the segmentation fault. It only happens when running the application through the MINGW64 terminal. (However, launching the application directly gives me issues when trying to compile C++ code)

Fredrikhb avatar Oct 14 '24 12:10 Fredrikhb