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

Read access violation when trying to launch editor #22

Open
SavantSusi opened this issue Oct 19, 2024 · 3 comments
Open

Read access violation when trying to launch editor #22

SavantSusi opened this issue Oct 19, 2024 · 3 comments

Comments

@SavantSusi
Copy link

Captjhhjure

@mholtkamp
Copy link
Owner

I didn't get a chance to check this out yet, but I noticed you are running in the Debug config which will run the game without the editor. Try switching to DebugEditor and see if you crash.

In order to run the game in the Debug or Release configs, you need to select File->Resave All Assets in the Editor first.

@SavantSusi
Copy link
Author

cvvcvcv

@mholtkamp
Copy link
Owner

Sorry, I didn't see your reply earlier. The crash you are seeing happens when either shaders aren't compiled, or your working directory isn't the Octave directory. So try these fixes:
(1) Run Engine/Shaders/GLSL/compile.bat. If it gives you any compilation errors, make sure you have the Vulkan SDK version 1.3.275.0 installed.
(2) Right click on the "Standalone" project in the Visual Studio solution explorer and click "Properties". Navifate to Configuration Properties -> Debugging on the left, and then set your "Working Directory" to $(SolutionDir)
image

Hopefully that fixes your crash.

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

2 participants