Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

SugarPit

3
Posts
A member registered Jul 04, 2024

Recent community posts

(1 edit)

Thank you! I first tried with MSAA disabled, but it didn’t work. Forcing OpenGL worked even with my GPU driver outdated. Then I tried again with the latest driver update, and it opened perfectly, with no flags.

I still opened it through the console to check if any errors occurred, and it showed an error that appeared with almost every action in the game:

ERROR: The InputMap action "toggle_terminal_menu" doesn’t exist. Did you mean "terminal_clear"?

   at: (core/input/input_map.cpp:263)

By the way, this game looks good. I feel stuck at some point, like I don’t know what to do. I really tried hard to find something. I don’t blame you, it’s all on me. Thank you for your time, and keep it up!

Edit: Sorry for my confusion at first! I honestly felt stuck, like there was nothing to do except refresh emails. But now I realize that’s exactly the joke: it’s a satire of game development, showing the frustration and the sense of doing “nothing” while waiting for progress. I think it’s really clever how you captured that feeling with such minimal mechanics. It’s very meta, and now I appreciate the humor much more.

Hi, thanks for your reply. Sure thing!

Processor: AMD Ryzen 5 5600G with Radeon Graphics (3.90 GHz)
GPU: AMD Radeon RX 5500
Installed RAM:    24.0 GB (23.3 GB usable)
System type    64-bit operating system, x64-based processor
OS: Windows 11 Home 25H2

Console output:
```

PS E:\Desktop\Very Realistic Game Dev Simulator> Godot Engine v4.4.1.stable.official.49a5bc7b6 - https://godotengine.org

Vulkan 1.4.315 - Forward+ - Using Device #0: AMD - Radeon RX 5500

ERROR: Node not found: "../../root/@EditorNode@21269/@Panel@14/@VBoxContainer@15/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@26/DockVSplitCenter/@VSplitContainer@54/@VBoxContainer@55/@EditorMainScreen@102/MainScreen/@CanvasItemEditor@11491/@VSplitContainer@11143/@HSplitContainer@11145/@HSplitContainer@11147/@Control@11148/@SubViewportContainer@11149/@SubViewport@11150/world/CSGBox3D" (relative to "/root/world/fire/1").

   at: (scene/main/node.cpp:1877)

ERROR: Node not found: "../../../root/@EditorNode@21269/@Panel@14/@VBoxContainer@15/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@26/DockVSplitCenter/@VSplitContainer@54/@VBoxContainer@55/@EditorMainScreen@102/MainScreen/@CanvasItemEditor@11491/@VSplitContainer@11143/@HSplitContainer@11145/@HSplitContainer@11147/@Control@11148/@SubViewportContainer@11149/@SubViewport@11150/world/CSGBox3D" (relative to "/root/world/fire/2").

   at: (scene/main/node.cpp:1877)

ERROR: Node not found: "../../root/@EditorNode@21269/@Panel@14/@VBoxContainer@15/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@26/DockVSplitCenter/@VSplitContainer@54/@VBoxContainer@55/@EditorMainScreen@102/MainScreen/@CanvasItemEditor@11491/@VSplitContainer@11143/@HSplitContainer@11145/@HSplitContainer@11147/@Control@11148/@SubViewportContainer@11149/@SubViewport@11150/world/CSGBox3D" (relative to "/root/world/fire2/1").

   at: (scene/main/node.cpp:1877)

ERROR: Node not found: "../../../root/@EditorNode@21269/@Panel@14/@VBoxContainer@15/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@26/DockVSplitCenter/@VSplitContainer@54/@VBoxContainer@55/@EditorMainScreen@102/MainScreen/@CanvasItemEditor@11491/@VSplitContainer@11143/@HSplitContainer@11145/@HSplitContainer@11147/@Control@11148/@SubViewportContainer@11149/@SubViewport@11150/world/CSGBox3D" (relative to "/root/world/fire2/2").

   at: (scene/main/node.cpp:1877)

ERROR: Node not found: "shader/window/emails/Panel/ScrollContainer/VBoxContainer/email_lists" (relative to "/root/world/computermonitor/SubViewport2/compuer").

   at: (scene/main/node.cpp:1877)

ERROR: Node not found: "shader/window/verdict/CheckBox" (relative to "/root/world/computermonitor/SubViewport2/compuer").

   at: (scene/main/node.cpp:1877)

```

After the initial phrase, I only get a black screen in Windows