Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+2)

Hi! Excited to play and glad to support, but having issues running. I'm On Fedora 35 using GNOME 3 and Wayland. When I run the script I get:

sh UkrainianFarmy.sh
4.27.0-0+++UE4+Release-4.27 522 0

Disabling core dumps.

Looking for binary: ../../../UATractorSimulator/Config/BinaryConfig.ini

Unable to read VR Path Registry from /home/gwyn/.config/openvr/openvrpaths.vrpath

MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete

And it just sits.

Hi! Thanks for reporting the issue. I see there is a warning regarding Vulkan support, that might be a problem. What is your graphic card? What driver are you using?

Also, please take a look at this post with a similar issue https://itch.io/post/5808513

Mesa Intel® HD Graphics 4000 (IVB GT2)

Driver is i915.

Unfortunately, there is a chance that your video card is not supporting Vulkan 1.2 which is required to run on Linux. Could you please provide the output of the following command? 

vulkaninfo | grep Version

MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete

WARNING: lavapipe is not a conformant vulkan implementation, testing use only.

Vulkan Instance Version: 1.3.204

WARNING: lavapipe is not a conformant vulkan implementation, testing use only.

    apiVersion        = 4202691 (1.2.195)

    driverVersion     = 1 (0x0001)

    conformanceVersion = 0.0.0.0

    conformanceVersion                                   = 0.0.0.0

    apiVersion        = 4202691 (1.2.195)

    driverVersion     = 88092680 (0x5403008)

    conformanceVersion = 0.0.0.0

    conformanceVersion                                   = 0.0.0.0

Okay, as I can see, there is a problem in this line: conformanceVersion = 0.0.0.0

Do you have the latest version of your video driver? Also, I can suggest installing/upgrading vulkan-intel package

Fedora doesn't offer a vulkan-intel package. I have mesa-vulkan-drivers 21.3.8-2, and xorg-x11-drv-drv-intel 2.99.917-51.20200205.

Unfortunately, everything looks like Intel HD 4000 is not supporting Vulkan 1.2 on Linux. Sorry for the inconvenience.

I'll try to do more research about your setup and will let you know about the results.

Ok, thank you!