Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Can't play , it jsut stuck in this page when I open it.

Can't see nothing, no response.

Please try running it in compatibility mode for windows 8, and see if that works. If not, please send your log folder (instructions on the original bug reports post)

Ya I tried , that screen shot is from I running in compatibility mode for windows 8.

How much RAM does your PC have?

(1 edit)

16GB, btw I can normally  play Feraline.

Are you able to play the Vulkan build of Feraline? This game is Vulkan by default. If the Feraline Vulkan build doesn't work, I will make an OpenGL build for Wilden.

(+1)

Nope, it crashed

Alright, it must be a Vulkan issue then. I'll try to release a non-vulkan build for Windows with the next update.

Actually, it looks like OpenGL may not work for this game, since it utilizes more shader functionality than Feraline did. If you wouldn't mind doing some testing for me, please see if any of these options work. (Apparently it wasn't necessary to make a separate vulkan/opengl build.)

You'll need to run it through the terminal. I believe on Windows, this would be Shift+Right Click on the empty space in the folder where you have Wilden installed. Find "Open PowerShell Window Here" or "Open Command Prompt Here", something along those lines.

Then, try each of these commands in order. They will run the game with different rendering methods. After running one, see if the game crashes, doesn't open, opens with problems, or opens and works well, then run the next and repeat.

  • ./Wilden.exe --rendering-driver vulkan
  • ./Wilden.exe --rendering-driver d3d12
  • ./Wilden.exe --rendering-driver opengl3
  • ./Wilden.exe --rendering-driver opengl3_angle

My predictions are, the first one will crash instantly, the second one may or may not crash, the third will launch with graphical glitches, and the third one will never open.

If none of these work, unfortunately there won't be a way to make this game run on your system without using opengl3 and having graphics artifacts. If any of them do work, I will add a compatibility executable next to the main one.

(1 edit)

Seems like the third one and fourth one  worked. thx