webots
webots copied to clipboard
Segmentation fault on Windows by following Tutorial
Describe the Bug CTD
Steps to Reproduce
- Follow https://github.com/cyberbotics/webots/wiki/Windows-installation/ to install webots on Windows
- Run webots through MINGW64 by typing 'webots' and hit enter
- Add a Robot node having four HingeJoint nodes as children.
- Add a Shape node to the boundingObject field of the Robot node.
- In the appearing geometry NULL field, add a Box node.
- Crash to desktop.
- 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)