When trying to create a new project from godot's project manager, it creates a basic godot project and then editor crashes: --- Translated Report (Full Report Below) ---...
handle_crash: Program crashed with signal 11 Engine version: Godot Engine v4.4.dev.custom_build (83d54ab2ad476ae265b323c2b88f4623b922f4c6) Dumping the backtrace. Please include this when reporting the bug to the project developer. [1] /lib/x86_64-linux-gnu/libc.so.6(+0x43090) [0x7f...
Take note that the CheckerBoard’s player_won signal is connected to the CheckersGame._on_checker_board_player_won() callback. This callback is responsible for handling situations when a player’s team has no remaining pieces on the board. Now, let’s proceed by opening the s...
my assumption was as soon as you create a Server it will create an instance of WebRTCPeerConnection and setup Data channels accordingly, which it does not do like other MultiplayerPeers. So, you have to add a peer to act as a server, but there are no signal callbacks from multiplayer ins...