!URGENT! Godot export problem( am ı the only one experiencing this?)

Godot Version
v4.2.stable

Question

Hello,
ı need really urgent help
I designed my Godot game and it works fine. I’m trying to export my game as an exe file for windows. When I want to embed the pck file, it gives the error

"The file at the path [Save as PCK]:“Game/blabla.tmp” cannot be opened for reading and writing…`

I can export pck and exe files separately and run them on my own computer, but on another computer it gives vulkan error.

to initialize Vulkan video driver
Your video card drivers seem not to support the required Vulkan version.
If possible, consider updating your video card drivers or using the OpenGL 3 driver.
You can enable the OpenGL 3 driver by starting the engine from the command line with the command:
“Hidrokarbon analizi oyunu.exe” --rendering-driver openg13
If you have recently updated your video card drivers, try rebooting.

I updated the driver and tried it on another computer. The result was the same.

PLEASE help me to fix this error and thank you in advance

Forward+ renderer only supports certain graphics cards
Compability supports all graphics cards by using opengl by default

Based on the error you provided, you exported the game in Forward+, if you export it in Compability it should run anywhere without any problems

3 Likes

At first, before exporting, I set it as compatibility from the top right corner. But while browsing the project settings, I changed all 3 settings from the driver section to compatibility and it worked. I don’t know if it was exactly related to this, but it worked. Thank you very much for your answer. It is very nice that Godot is a platform where people support each other and that people are sensitive and do not hesitate to answer. :slight_smile:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.