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

Editor failing to load, constantly throwing errors. #119

Open
KirillianAmu opened this issue May 7, 2024 · 3 comments
Open

Editor failing to load, constantly throwing errors. #119

KirillianAmu opened this issue May 7, 2024 · 3 comments

Comments

@KirillianAmu
Copy link

KirillianAmu commented May 7, 2024

Describe the bug
The editor tries to load, but fails, spamming different errors based on the context, the second error with the rendering pipeline occasionally happens when launching any project.

First error happens during the launch of any project after it has been created.

Error: Error in EditorWindow: Invalid token "," found while reading a compound property at position 180
   at Prowl.Runtime.StringTagConverter.ReadCompoundTag(TextNbtMemoryParser parser) in J:\Prowl\Prowl\Prowl.Runtime\Serializer\Formats\StringTagConverter.cs:line 280
   at Prowl.Runtime.StringTagConverter.ReadTag(TextNbtMemoryParser parser) in J:\Prowl\Prowl\Prowl.Runtime\Serializer\Formats\StringTagConverter.cs:line 251
   at Prowl.Runtime.StringTagConverter.Read(String input) in J:\Prowl\Prowl\Prowl.Runtime\Serializer\Formats\StringTagConverter.cs:line 40
   at Prowl.Runtime.StringTagConverter.ReadFromFile(FileInfo file) in J:\Prowl\Prowl\Prowl.Runtime\Serializer\Formats\StringTagConverter.cs:line 28
   at Prowl.Runtime.Utils.ScriptableSingleton`1.LoadOrCreateInstance() in J:\Prowl\Prowl\Prowl.Runtime\Utils\ScriptableSingleton.cs:line 92
   at Prowl.Runtime.Utils.ScriptableSingleton`1.get_Instance() in J:\Prowl\Prowl\Prowl.Runtime\Utils\ScriptableSingleton.cs:line 41
   at Prowl.Editor.EditorWindows.ViewportWindow.DrawViewport() in J:\Prowl\Prowl\Prowl.Editor\Editor\ViewportWindow.cs:line 104
   at Prowl.Editor.EditorWindows.ViewportWindow.Draw() in J:\Prowl\Prowl\Prowl.Editor\Editor\ViewportWindow.cs:line 69
   at Prowl.Editor.EditorWindows.EditorWindow.DrawWindow() in J:\Prowl\Prowl\Prowl.Editor\Editor\EditorWindow.cs:line 89Error: Error in EditorWindow: Invalid token "," found while reading a compound property at position 180
   at Prowl.Runtime.StringTagConverter.ReadCompoundTag(TextNbtMemoryParser parser) in J:\Prowl\Prowl\Prowl.Runtime\Serializer\Formats\StringTagConverter.cs:line 280
   at Prowl.Runtime.StringTagConverter.ReadTag(TextNbtMemoryParser parser) in J:\Prowl\Prowl\Prowl.Runtime\Serializer\Formats\StringTagConverter.cs:line 251
   at Prowl.Runtime.StringTagConverter.Read(String input) in J:\Prowl\Prowl\Prowl.Runtime\Serializer\Formats\StringTagConverter.cs:line 40
   at Prowl.Runtime.StringTagConverter.ReadFromFile(FileInfo file) in J:\Prowl\Prowl\Prowl.Runtime\Serializer\Formats\StringTagConverter.cs:line 28
   at Prowl.Runtime.Utils.ScriptableSingleton`1.LoadOrCreateInstance() in J:\Prowl\Prowl\Prowl.Runtime\Utils\ScriptableSingleton.cs:line 92
   at Prowl.Runtime.Utils.ScriptableSingleton`1.get_Instance() in J:\Prowl\Prowl\Prowl.Runtime\Utils\ScriptableSingleton.cs:line 41
   at Prowl.Editor.EditorWindows.ViewportWindow.DrawViewport() in J:\Prowl\Prowl\Prowl.Editor\Editor\ViewportWindow.cs:line 104
   at Prowl.Editor.EditorWindows.ViewportWindow.Draw() in J:\Prowl\Prowl\Prowl.Editor\Editor\ViewportWindow.cs:line 69
   at Prowl.Editor.EditorWindows.EditorWindow.DrawWindow() in J:\Prowl\Prowl\Prowl.Editor\Editor\EditorWindow.cs:line 89Error: Camera on Main Camera has no RenderPipeline assigned, Falling back to default.

To Reproduce
I suppose it may be related to the symbols on cyrillic versions of Windows, or maybe something else.

Steps to reproduce the behavior:

  1. Create a new project on a Windows 11 install with cyrillic language.
  2. Launch the Prowl.Editor instead of Prowl.Runtime
  3. Recieve the following Error.

Expected behavior
Editor launched, allowing you to do stuff.

Screenshots
I've attached a video here.
https://github.com/michaelsakharov/Prowl/assets/66353937/37918e70-4d34-4c03-b89e-bfdf7c874e7d

Additional context
Funny enough, first time it booted it launched just fine, but right after that once I started working with stuff, it decided to do this and haven't launched properly since then. Restart didn't work.

Specs:
RTX 3070, Ryzen 9 3900xt, 64gb of ram, cyrillic version of Windows 11.

If you need any further information, let me know.

@michaelsakharov
Copy link
Owner

Strange, the Master branch should be working.

We're currently In the middle of completely rewriting the Editor with a new custom UI solution instead of ImGUI.
So this might be fixed when that comes out. We're about halfway done.

image

@KirillianAmu
Copy link
Author

Gotcha, eagerly awaiting until then, I'll try and report back once that's done.
Thank you for your work on the engine!

@HVukman
Copy link

HVukman commented May 11, 2024

I have the same issue.
English version of Win11.

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

No branches or pull requests

3 participants