Code Monkey home page Code Monkey logo

valheim-macos's Introduction

Valheim macOS

Stable version Public Test version

Background

Iron Gate, developers of Valheim, have not entirely written off the macOS port it seems, as pointed out by developer IronMontilyet:

We're looking into the possibilities of porting the game to MacOS, but we don't have a set timeframe for when that will happen. It's fun to see that so many people are hoping for a Mac version!

After reading an article on porting Unity games to different platforms, I started experimenting with building a custom Valheim build for macOS based on the Linux version: collecting the game data, fetching the correct dependencies and stitching it all together.

Happy to report that it actually paid off ๐Ÿฅณ

valheim-macos-footage.mp4

The footage above has Bloom and SSAO enabled for aesthetics; turn these off for increased performance.

Performance

The build performs surprisingly well, given that Apple deprecated OpenGL four years ago (!).

In addition, running the game on Apple Silicon hardware requires using the Rosetta 2 translation layer, which may incur an additional performance penalty.

Some statistics thanks to the kind community members of r/macgaming:

Hardware Resolution Settings FPS
M1 Max 14" 1440p Medium 50-60fps
M1 Max 14" 1080p Medium / High 60fps
M1 Pro 16" 1440p Low 60fps+
M1 Pro 16" 1080p Low 100fps
M1 Pro 14" 1440p Medium 45-60fps
M1 Air 900p Medium / High 35-50fps
Intel 15" (2017) 800p Low 30-40fps

Here is to hoping that Iron Gate support macOS natively in the future with Apple Silicon and Metal support. ๐Ÿป

Disclaimer

The build has been tested in both single / multiplayer and seems to function adequately without any negative effects.

That said, there is an inherent risk to using custom game builds. In particular, Valheim interfaces with Steam, Azure PlayFab cross-play services, and most likely Iron Gate's own services. These services could start treating this custom build as problematic (or the build itself may behave incorrectly) and put your account, characters etc. in jeopardy.

Warning

Usage of this build script and the resulting macOS build is at your own risk. Official support channels will not be able to help you with any issues.

Building

Prerequisites

  • A Steam account that owns Valheim.
  • ~15GB free hard disk space. The majority of this space can be reclaimed once the build is complete.
  • An internet connection to download the game data and dependencies.

Initial build

These steps take between 15 to 30 minutes to complete, depending on network speed and computing power.

  1. Clone this repository: git clone https://github.com/timkurvers/valheim-macos.

  2. Navigate to the cloned repository in your terminal of choice.

  3. Run ./build.sh and follow the instructions.

    If you would rather use the Public Test build, run ./build.sh --beta instead. Read the official Public Test FAQ to learn more.

  4. Once the build script finishes, verify the presence of Valheim.app in the build folder.

  5. If you are in dire need of disk space: the contents of the vendor folder can be safely deleted at this point. Those files are there to make future rebuilds faster, but are not necessary for the app to function once built.

Important

Downloading the repository as a zip-file may cause the build to be damaged due to macOS quarantining files that originate from the internet. Clone the repository instead.

Running

  1. Start Steam and log into an account that owns Valheim.
  2. Launch Valheim.app from the build folder.

Tip

If the game exits after the two logo splashscreens: check that Steam is running.

Patching

Future Valheim patches will require updates to the build script and you may not be able to play with an outdated build. Look at the top of this README to see what version of Valheim is currently supported.

Note

It may take a day or two before the script is updated to support a recently released patch.

To generate a new build:

  1. Fetch the latest build script using git pull.
  2. Optional: make a backup of the previous build by copying Valheim.app elsewhere.
  3. Run ./build.sh once more.

Known issues

  • If a Valheim patch was newly released the script may no longer be able to produce a build altogether โ€“ย not even the supported version documented here in the README. This is due to a bug in DepotDownloader. Wait for the script to be updated.

  • Steam overlay is non-functional when launched directly from Valheim.app.

    • Press F2 in-game to show Valheim's built-in FPS and network details panel.
    • Alternatively: add Valheim.app as a non-Steam game and launch via Steam.
  • Generating and entering worlds may seem to infinitely hang before a loading screen is shown. Be patient.

  • Steam Cloud integration may misbehave: characters or worlds not syncing across devices.

    This could be since Valheim changed cloud save mechanics in version 0.209.8 in the summer of 2022. Log into Valheim on a computer which is properly synced and mark all characters and worlds as "Cloud Save" if you have not played since prior to version 0.209.8.

    Since the macOS client lacks the custom paths used by the cloud save logics of Valheim prior to 0.209.8 the cloud sync will fail silently. Technically, Valheim seems to have used Windows-specific paths and used conversion logic on Linux without any support for macOS paths, which has the effect that the macOS client cannot resolve the paths and directory structure used by the old saves (as they are saved with the old structure in Steam cloud).

    If you suspect sync trouble, check ~/Library/Application Support/Steam/logs/cloud_log.txt first.

    Notable paths for troubleshooting:

    • Local data: ~/Library/Application Support/unity.IronGate.Valheim-macOS-Custom/
    • Remote data: ~/Library/Application Support/Steam/userdata/<steam id>/892970/remote/

    The data you have stored in Steam Cloud for Valheim can be browsed online (requires login).

  • Game pads / controllers may not work.

FAQ

Why is there no downloadable build?

To avoid distributing copyrighted game data, the build script is provided as a means for players who own Valheim on Steam to create their own macOS build and play on their preferred hardware.

Additionally, pre-built binaries from untrusted sources could cause havoc if malicious. Having an open-source build-script available for vetting by anyone limits that risk.

How to pass launch arguments?

As the game cannot be launched directly from macOS Steam, launch it manually with the desired arguments:

open build/Valheim.app --args -console

Why is the bundle named unity.IronGate.Valheim-macOS-Custom internally?

This is to avoid any collisions with a potential future macOS version by the official development team.

Where does the Valheim app icon come from?

The icon is the profile image of the official Valheim Twitter account and is property of Iron Gate.

Contributions

Feedback, issues, or pull requests with improvements are more than welcome! ๐Ÿ™

valheim-macos's People

Contributors

berezishe avatar flindeberg avatar shoom3301 avatar thesharp avatar timkurvers avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

valheim-macos's Issues

line 77: dotnet: command not found

Hello, not very technically inclined but doing my best. When asking for my steam account name, I enter it (I have a very old account so it's an @hotmail.com account name) and it spits out the error in the title. Would love to try this game out on mac, any help on this matter would be lovely. Thank you

Possible to build old_default for .25?

Hi, friend of mine has an Epic Valheim server running on an older build of Valheim. I tried building it from this 0226ce6 commit but it did not work. Any way to possibly get this build so I can play on his server?

Thanks!

Getting to work on arm64

Dear Tim and other developers!
really great job that you put together these amazing build support for mac!

I am using a Mac M1 Max with an ARM processor. When following you setup Valheilm builds successfully but crashes before reaching the main menu screen. Below some logs.

Mono path[0] = '/Users/pp/games/valheim-macos/build/Valheim.app/Contents/Resources/Data/Managed'
Mono config path = '/Users/pp/games/valheim-macos/build/Valheim.app/Contents/MonoBleedingEdge/etc'
New input system (experimental) initialized
Initialize engine version: 2020.3.45f1 (660cd1701bd5)
[Subsystems] Discovering subsystems at path /Users/pp/games/valheim-macos/build/Valheim.app/Contents/Resources/Data/UnitySubsystems
GfxDevice: creating device client; threaded=1
Renderer: Apple M1 Max
Vendor:   Apple
Version:  4.1 Metal - 86
GLES:     0
 GL_ARB_blend_func_extended GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_ES2_compatibility GL_ARB_explicit_attrib_location GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader5 GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_occlusion_query2 GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_subroutine GL_ARB_shading_language_include GL_ARB_tessellation_shader GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_texture_storage GL_ARB_texture_swizzle GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_vertex_attrib_64bit GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_sRGB_decode GL_APPLE_client_storage GL_APPLE_container_object_shareable GL_APPLE_fl
ush_render GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_texture_range GL_NV_texture_barrier
OPENGL LOG: Creating OpenGL 4.1 graphics device ; Context level  <OpenGL 4.1> ; Context handle -1375095296
Begin MonoManager ReloadAssembly
- Completed reload, in  0.120 seconds
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGB Compressed BC6H UFloat format is not supported, decompressing texture
UnloadTime: 4.428542 ms
10/15/2023 16:44:57: Starting to load scene:start
Couldn't create a Convex Mesh from source mesh "default" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh.
Couldn't create a Convex Mesh from source mesh "default" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh.
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
Shader 'Lux Lit Particles/ Tess Bumped': fallback shader 'Lux Lit Particles/ Bumped Smoke' not found
Unloading 6 Unused Serialized files (Serialized files now loaded: 0)
UnloadTime: 23.450166 ms
Only custom filters can be played. Please add a custom filter or an audioclip to the audiosource (Amb_MainMenu).
10/15/2023 16:44:59: Using environment steamid 892970
10/15/2023 16:44:59: Using steam APPID:892970
[S_API FAIL] SteamAPI_Init() failed; ipcserver init failed .
[S_API] SteamAPI_Init(): SteamAPI_IsSteamRunning() did not locate a running instance of Steam.
[S_API] SteamAPI_Init(): Could not determine Steam client install directory.
[Steamworks.NET] SteamAPI_Init() failed. Refer to Valve's documentation or the comment above this line for more information.
10/15/2023 16:44:59: Steam is not initialized
10/15/2023 16:44:59: Awake of network backend failed
10/15/2023 16:44:59: Missing audio clip in music respawn
10/15/2023 16:44:59: Fetching PlatformPrefs 'GuiScale' before loading defaults
10/15/2023 16:44:59: Fetching PlatformPrefs 'DOF' before loading defaults
10/15/2023 16:44:59: Fetching PlatformPrefs 'Bloom' before loading defaults
10/15/2023 16:44:59: Fetching PlatformPrefs 'SSAO' before loading defaults
10/15/2023 16:44:59: Fetching PlatformPrefs 'SunShafts' before loading defaults
10/15/2023 16:44:59: Fetching PlatformPrefs 'AntiAliasing' before loading defaults
10/15/2023 16:44:59: Fetching PlatformPrefs 'ChromaticAberration' before loading defaults
10/15/2023 16:44:59: Fetching PlatformPrefs 'MotionBlur' before loading defaults
10/15/2023 16:45:00: Steam not initialized
10/15/2023 16:45:00: The WorldGenerator instance was null
NullReferenceException: The WorldGenerator instance was null
  at Heightmap.Generate () [0x00011] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at Heightmap.Regenerate () [0x00007] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at Heightmap.OnEnable () [0x00029] in <4d120e79a991451aa6d3a1b0239df629>:0 

10/15/2023 16:45:00: The WorldGenerator instance was null
NullReferenceException: The WorldGenerator instance was null
  at Heightmap.Generate () [0x00011] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at Heightmap.Regenerate () [0x00007] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at Heightmap.OnEnable () [0x00029] in <4d120e79a991451aa6d3a1b0239df629>:0 

10/15/2023 16:45:00: The WorldGenerator instance was null
NullReferenceException: The WorldGenerator instance was null
  at Heightmap.Generate () [0x00011] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at Heightmap.Regenerate () [0x00007] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at Heightmap.OnEnable () [0x00029] in <4d120e79a991451aa6d3a1b0239df629>:0 

10/15/2023 16:45:00: The WorldGenerator instance was null
NullReferenceException: The WorldGenerator instance was null
  at Heightmap.Generate () [0x00011] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at Heightmap.Regenerate () [0x00007] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at Heightmap.OnEnable () [0x00029] in <4d120e79a991451aa6d3a1b0239df629>:0 

10/15/2023 16:45:00: The WorldGenerator instance was null
NullReferenceException: The WorldGenerator instance was null
  at Heightmap.Generate () [0x00011] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at Heightmap.Regenerate () [0x00007] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at Heightmap.OnEnable () [0x00029] in <4d120e79a991451aa6d3a1b0239df629>:0 

10/15/2023 16:45:00: The WorldGenerator instance was null
NullReferenceException: The WorldGenerator instance was null
  at Heightmap.Generate () [0x00011] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at Heightmap.Regenerate () [0x00007] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at Heightmap.OnEnable () [0x00029] in <4d120e79a991451aa6d3a1b0239df629>:0 

10/15/2023 16:45:00: The WorldGenerator instance was null
NullReferenceException: The WorldGenerator instance was null
  at Heightmap.Generate () [0x00011] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at Heightmap.Regenerate () [0x00007] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at Heightmap.OnEnable () [0x00029] in <4d120e79a991451aa6d3a1b0239df629>:0 

10/15/2023 16:45:00: The WorldGenerator instance was null
NullReferenceException: The WorldGenerator instance was null
  at Heightmap.Generate () [0x00011] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at Heightmap.Regenerate () [0x00007] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at Heightmap.OnEnable () [0x00029] in <4d120e79a991451aa6d3a1b0239df629>:0 

10/15/2023 16:45:00: The WorldGenerator instance was null
NullReferenceException: The WorldGenerator instance was null
  at Heightmap.Generate () [0x00011] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at Heightmap.Regenerate () [0x00007] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at Heightmap.OnEnable () [0x00029] in <4d120e79a991451aa6d3a1b0239df629>:0 

10/15/2023 16:45:00: Fetching PlatformPrefs 'ClutterQuality' before loading defaults
10/15/2023 16:45:00: Loaded localization file #0 - 'localization' language: 'English'
10/15/2023 16:45:00: Loaded localization file #1 - 'localization_extra' language: 'English'
NullReferenceException: Object reference not set to an instance of an object
  at Localization.GetBoundKeyString (System.String bindingName, System.Boolean emptyStringOnMissing) [0x00005] in <7b525c2f74304580950ee228a302b5f7>:0 
  at Localization.Translate (System.String word) [0x0003a] in <7b525c2f74304580950ee228a302b5f7>:0 
  at Localization.Localize (System.String text) [0x0001e] in <7b525c2f74304580950ee228a302b5f7>:0 
  at Localization.Localize (UnityEngine.Transform root) [0x0007e] in <7b525c2f74304580950ee228a302b5f7>:0 
  at Localize.Start () [0x0000b] in <7b525c2f74304580950ee228a302b5f7>:0 

NullReferenceException: Object reference not set to an instance of an object
  at Localization.GetBoundKeyString (System.String bindingName, System.Boolean emptyStringOnMissing) [0x00005] in <7b525c2f74304580950ee228a302b5f7>:0 
  at Localization.Translate (System.String word) [0x0003a] in <7b525c2f74304580950ee228a302b5f7>:0 
  at Localization.Localize (System.String text) [0x0001e] in <7b525c2f74304580950ee228a302b5f7>:0 
  at Localization.Localize (UnityEngine.Transform root) [0x0007e] in <7b525c2f74304580950ee228a302b5f7>:0 
  at FejdStartup.SetupGui () [0x000a6] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at FejdStartup.Start () [0x00000] in <4d120e79a991451aa6d3a1b0239df629>:0 

NullReferenceException: Object reference not set to an instance of an object
  at Heightmap.IsCleared (UnityEngine.Vector3 worldPos) [0x0002b] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at ClutterSystem.GenerateVegPatch (UnityEngine.Vector2Int patchID, System.Single size) [0x002bc] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at ClutterSystem.GeneratePatch (UnityEngine.Vector3 camPos, UnityEngine.Vector2Int p, System.Boolean& generated, System.Boolean rebuildAll) [0x0004a] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at ClutterSystem.GeneratePatches (System.Boolean rebuildAll, UnityEngine.Vector3 center) [0x0000a] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at ClutterSystem.UpdateGrass (System.Single dt, System.Boolean rebuildAll, UnityEngine.Vector3 center) [0x00009] in <4d120e79a991451aa6d3a1b0239df629>:0 
  at ClutterSystem.LateUpdate () [0x00083] in <4d120e79a991451aa6d3a1b0239df629>:0 

UNSUPPORTED (log once): POSSIBLE ISSUE: unit 2 GLD_TEXTURE_INDEX_2D of type (RGBA8Unorm_sRGB:Float) bound to wrong sampler type (Depth) - using zero texture because formats are not castable

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 138748.
Total: 58.497208 ms (FindLiveObjects: 4.564917 ms CreateObjectMapping: 6.523708 ms MarkObjects: 47.303917 ms  DeleteObjects: 0.104250 ms)

Setting up 5 worker threads for Enlighten.
  Thread -> id: 30a901000 -> priority: 1 
  Thread -> id: 30a984000 -> priority: 1 
  Thread -> id: 30aa07000 -> priority: 1 
  Thread -> id: 30ab0d000 -> priority: 1 
  Thread -> id: 30aa8a000 -> priority: 1 
10/15/2023 16:45:02: Steam manager on destroy

Does anyone know what to change during the setup?
Many thanks
Phillip

Command not found

I have been having issue after typing in the username I get the response "./build.sh: line 61: dotnet: command not found", I downloaded dotnet and tried to find an solution for this but none worked.
Screenshot

Is it possible to access the console using valheim macros

Thank you Tim for the valheim macros, it's working well on our 2017 (!) imac. my kid really wants to enable cheats, and so we've tried to activate the console feature, following instructions to add the "-console" to the steam launch options. we can't get it to work. maybe there's a better forum to ask this question, but thought I'd start here in case any savvy users have figured it out. (i'm the not-so-technically savvy parent ;))

Cloud syncing

Hey there,

I'm loving this, and it runs great. I even have mods working through Bepinex.

But I can't figure out how to get cloud syncing working at all. I managed to get my character loaded and working, but every time I close the game steam throws an error saying there is a conflict with the cloud sync.

Any advice or help would be awesome.

Android port ?

Are you interested in making an unofficial port for Android ?
Hopefully with controller support

SD 8 Gen 1/2 should be powerful enough to run the game decently
(I mean they can run most switch games through Skyline emulator at like 400% speed for some 3D heavy games)

Patch (0.215.2) Fails to open

Previous build (0.214.300) was updated without issue. This time around macOS immediately reports;
โ€œValheimโ€ is damaged and canโ€™t be opened. You should move it to the Trash.

Deleting Valheim folder and redownloading everything has no effect.macOS was updated between the last release and this one. The troubleshooting paths provided in readme don't have anything updated since previous patch. macOS Console logs provides some info, but I don't know if it's of value.

macOS 13.3.1 (22E261) on Intel i7 Mac mini
log.pdf

I can't download

I can't download. Everything worked before the update. I couldn't update - I decided to reinstall again.

Last terminal lines:

Depot 892971 - Downloaded 897734032 bytes (1544312342 bytes uncompressed)
Total downloaded: 897734032 bytes (1544312342 bytes uncompressed) from 1 depots
Got 133 licenses for account!
Disconnected from Steam
Valheim data for build 12314274 not found, exiting..
(the build script may need to be updated if a patch was recently released)

Please help.

Controller inputs (PS5 Dualsense) incorrect

When using a dualsense controller, the game recognises the controller but the inputs are all jumbled. Input is fine within Steam Big Picture. When the game is launched, Steam recognises the dualsense controller, and an Xbox 360 controller that shows no inputs.

App closes after initial logo-startup

It has been working perfectly. If it matters today I played on an external monitor (big 49"), then tonight I wanted to play on the macbook and after the initial startup with the Coffee Stain-logo etc the window just closes.

Anyone else experienced this?

Build not working (stops before downloading Unity)

Hey Tim

I tried build a few times but it always seem to stop at this point:

Deleted depots/892971/11978864/valheim_Data/StreamingAssets/fonts/default.manifest
Depot 892971 - Downloaded 245170944 bytes (584665212 bytes uncompressed)
Total downloaded: 245170944 bytes (584665212 bytes uncompressed) from 1 depots
Disconnected from Steam
Valheim data for build 11422039 not found, exiting..
(the build script may need to be updated if a patch was recently released)

Just before it is supposed to ask if I should download Unity and so on.

Any help much appreciated - very excited to try out this port you made!

Jack

Cloud save not showing

So I was using parallels cause Valheim mac wasn't working then it worked and I saw that the cloud saves weren't showing up.
What do you think I should do to fix this?

The app starts and closes immediately after the Valheim logo appears

There's no error message. The app just fails silently.

  • v0.215.2
  • MacBookPro18,3
  • macOS 13.4 (22F66)
valheim-macos.mov

Does the app store any logs I could share here?

// EDIT: I found I can get logs by adding -console -logfile ~/valheim.log arguments. Here's the log:

Mono path[0] = '/Users/wujekgobdan/valheim-macos/build/Valheim.app/Contents/Resources/Data/Managed'
Mono config path = '/Users/wujekgobdan/valheim-macos/build/Valheim.app/Contents/MonoBleedingEdge/etc'
New input system (experimental) initialized
Initialize engine version: 2020.3.45f1 (660cd1701bd5)
[Subsystems] Discovering subsystems at path /Users/wujekgobdan/valheim-macos/build/Valheim.app/Contents/Resources/Data/UnitySubsystems
GfxDevice: creating device client; threaded=1
Renderer: Apple M1 Pro
Vendor:   Apple
Version:  4.1 Metal - 83.1
GLES:     0
 GL_ARB_blend_func_extended GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_ES2_compatibility GL_ARB_explicit_attrib_location GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader5 GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_occlusion_query2 GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_subroutine GL_ARB_shading_language_include GL_ARB_tessellation_shader GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_texture_storage GL_ARB_texture_swizzle GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_vertex_attrib_64bit GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_sRGB_decode GL_APPLE_client_storage GL_APPLE_container_object_shareable GL_APPLE_fl
ush_render GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_texture_range GL_NV_texture_barrier
OPENGL LOG: Creating OpenGL 4.1 graphics device ; Context level  <OpenGL 4.1> ; Context handle 529264128
Begin MonoManager ReloadAssembly
- Completed reload, in  0.092 seconds
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGB Compressed BC6H UFloat format is not supported, decompressing texture
UnloadTime: 4.379000 ms
06/09/2023 16:06:45: Starting to load scene:start
Couldn't create a Convex Mesh from source mesh "default" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh.
Couldn't create a Convex Mesh from source mesh "default" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh.
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 UNorm format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
WARNING: RGBA Compressed BC7 sRGB format is not supported, decompressing texture
Shader 'Lux Lit Particles/ Tess Bumped': fallback shader 'Lux Lit Particles/ Bumped Smoke' not found
Unloading 6 Unused Serialized files (Serialized files now loaded: 0)
UnloadTime: 21.819708 ms
Only custom filters can be played. Please add a custom filter or an audioclip to the audiosource (Amb_MainMenu).
06/09/2023 16:06:48: Using environment steamid 892970
06/09/2023 16:06:48: Using steam APPID:892970
[S_API FAIL] SteamAPI_Init() failed; ipcserver init failed .
[S_API] SteamAPI_Init(): SteamAPI_IsSteamRunning() did not locate a running instance of Steam.
[S_API] SteamAPI_Init(): Could not determine Steam client install directory.
[Steamworks.NET] SteamAPI_Init() failed. Refer to Valve's documentation or the comment above this line for more information.
06/09/2023 16:06:48: Steam is not initialized
06/09/2023 16:06:48: Awake of network backend failed
06/09/2023 16:06:48: Missing audio clip in music respawn
06/09/2023 16:06:48: Fetching PlatformPrefs 'GuiScale' before loading defaults
06/09/2023 16:06:48: Fetching PlatformPrefs 'DOF' before loading defaults
06/09/2023 16:06:48: Fetching PlatformPrefs 'Bloom' before loading defaults
06/09/2023 16:06:48: Fetching PlatformPrefs 'SSAO' before loading defaults
06/09/2023 16:06:48: Fetching PlatformPrefs 'SunShafts' before loading defaults
06/09/2023 16:06:48: Fetching PlatformPrefs 'AntiAliasing' before loading defaults
06/09/2023 16:06:48: Fetching PlatformPrefs 'ChromaticAberration' before loading defaults
06/09/2023 16:06:48: Fetching PlatformPrefs 'MotionBlur' before loading defaults
06/09/2023 16:06:48: Steam not initialized
06/09/2023 16:06:48: The WorldGenerator instance was null
NullReferenceException: The WorldGenerator instance was null
  at Heightmap.Generate () [0x00011] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at Heightmap.Regenerate () [0x00013] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at Heightmap.OnEnable () [0x00018] in <348c5fd88bf74f899d9b74d0c2228030>:0 

06/09/2023 16:06:48: The WorldGenerator instance was null
NullReferenceException: The WorldGenerator instance was null
  at Heightmap.Generate () [0x00011] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at Heightmap.Regenerate () [0x00013] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at Heightmap.OnEnable () [0x00018] in <348c5fd88bf74f899d9b74d0c2228030>:0 

06/09/2023 16:06:48: The WorldGenerator instance was null
NullReferenceException: The WorldGenerator instance was null
  at Heightmap.Generate () [0x00011] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at Heightmap.Regenerate () [0x00013] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at Heightmap.OnEnable () [0x00018] in <348c5fd88bf74f899d9b74d0c2228030>:0 

06/09/2023 16:06:48: The WorldGenerator instance was null
NullReferenceException: The WorldGenerator instance was null
  at Heightmap.Generate () [0x00011] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at Heightmap.Regenerate () [0x00013] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at Heightmap.OnEnable () [0x00018] in <348c5fd88bf74f899d9b74d0c2228030>:0 

06/09/2023 16:06:48: The WorldGenerator instance was null
NullReferenceException: The WorldGenerator instance was null
  at Heightmap.Generate () [0x00011] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at Heightmap.Regenerate () [0x00013] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at Heightmap.OnEnable () [0x00018] in <348c5fd88bf74f899d9b74d0c2228030>:0 

06/09/2023 16:06:48: The WorldGenerator instance was null
NullReferenceException: The WorldGenerator instance was null
  at Heightmap.Generate () [0x00011] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at Heightmap.Regenerate () [0x00013] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at Heightmap.OnEnable () [0x00018] in <348c5fd88bf74f899d9b74d0c2228030>:0 

06/09/2023 16:06:48: The WorldGenerator instance was null
NullReferenceException: The WorldGenerator instance was null
  at Heightmap.Generate () [0x00011] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at Heightmap.Regenerate () [0x00013] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at Heightmap.OnEnable () [0x00018] in <348c5fd88bf74f899d9b74d0c2228030>:0 

06/09/2023 16:06:48: The WorldGenerator instance was null
NullReferenceException: The WorldGenerator instance was null
  at Heightmap.Generate () [0x00011] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at Heightmap.Regenerate () [0x00013] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at Heightmap.OnEnable () [0x00018] in <348c5fd88bf74f899d9b74d0c2228030>:0 

06/09/2023 16:06:48: The WorldGenerator instance was null
NullReferenceException: The WorldGenerator instance was null
  at Heightmap.Generate () [0x00011] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at Heightmap.Regenerate () [0x00013] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at Heightmap.OnEnable () [0x00018] in <348c5fd88bf74f899d9b74d0c2228030>:0 

06/09/2023 16:06:48: Fetching PlatformPrefs 'ClutterQuality' before loading defaults
06/09/2023 16:06:48: Loaded localization file #0 - 'localization' language: 'English'
06/09/2023 16:06:48: Loaded localization file #1 - 'localization_extra' language: 'English'
NullReferenceException: Object reference not set to an instance of an object
  at Localization.GetBoundKeyString (System.String bindingName, System.Boolean emptyStringOnMissing) [0x00005] in <835a3a371c5a46df97eae1200aa13dbc>:0 
  at Localization.Translate (System.String word) [0x0003a] in <835a3a371c5a46df97eae1200aa13dbc>:0 
  at Localization.Localize (System.String text) [0x0001e] in <835a3a371c5a46df97eae1200aa13dbc>:0 
  at Localization.Localize (UnityEngine.Transform root) [0x0007e] in <835a3a371c5a46df97eae1200aa13dbc>:0 
  at Localize.Start () [0x0000b] in <835a3a371c5a46df97eae1200aa13dbc>:0 

NullReferenceException: Object reference not set to an instance of an object
  at Localization.GetBoundKeyString (System.String bindingName, System.Boolean emptyStringOnMissing) [0x00005] in <835a3a371c5a46df97eae1200aa13dbc>:0 
  at Localization.Translate (System.String word) [0x0003a] in <835a3a371c5a46df97eae1200aa13dbc>:0 
  at Localization.Localize (System.String text) [0x0001e] in <835a3a371c5a46df97eae1200aa13dbc>:0 
  at Localization.Localize (UnityEngine.Transform root) [0x0007e] in <835a3a371c5a46df97eae1200aa13dbc>:0 
  at FejdStartup.SetupGui () [0x000a6] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at FejdStartup.Start () [0x00000] in <348c5fd88bf74f899d9b74d0c2228030>:0 

06/09/2023 16:06:48: UI Group status changed Menu = True
NullReferenceException: Object reference not set to an instance of an object
  at Heightmap.IsCleared (UnityEngine.Vector3 worldPos) [0x0002b] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at ClutterSystem.GenerateVegPatch (UnityEngine.Vector2Int patchID, System.Single size) [0x002bc] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at ClutterSystem.GeneratePatch (UnityEngine.Vector3 camPos, UnityEngine.Vector2Int p, System.Boolean& generated, System.Boolean rebuildAll) [0x0004a] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at ClutterSystem.GeneratePatches (System.Boolean rebuildAll, UnityEngine.Vector3 center) [0x0000a] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at ClutterSystem.UpdateGrass (System.Single dt, System.Boolean rebuildAll, UnityEngine.Vector3 center) [0x00009] in <348c5fd88bf74f899d9b74d0c2228030>:0 
  at ClutterSystem.LateUpdate () [0x00083] in <348c5fd88bf74f899d9b74d0c2228030>:0 

UNSUPPORTED (log once): POSSIBLE ISSUE: unit 2 GLD_TEXTURE_INDEX_2D of type (RGBA8Unorm_sRGB:Float) bound to wrong sampler type (Depth) - using zero texture because formats are not castable

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 138811.
Total: 56.865000 ms (FindLiveObjects: 2.802333 ms CreateObjectMapping: 7.377917 ms MarkObjects: 46.567417 ms  DeleteObjects: 0.116875 ms)

Setting up 5 worker threads for Enlighten.
  Thread -> id: 306b85000 -> priority: 1 
  Thread -> id: 306c08000 -> priority: 1 
  Thread -> id: 306d0e000 -> priority: 1 
  Thread -> id: 306d91000 -> priority: 1 
  Thread -> id: 306c8b000 -> priority: 1 
06/09/2023 16:06:50: Steam manager on destroy

Plis help!

vh@MacBook-Air-de-Victor valheim-macos % ./build.sh
Download Valheim v0.215.2 (~1.5GB) from Steam? [y/N] y
Steam username: ./build.sh vhpp1
./build.sh: line 60: dotnet: command not found

Failed to build Valheim - System.DllNotFoundException

Hi there,
unfortunately i was not able to build the valheim client.
Followoing the instructions i was not able utilizing brew to install the dotnet@7 version, but instead i was recomended to installe the current version 8 which seems to work..
Now i am stuck with executing the build.sh script.

Plattform M1 Max with 14.2.1 (23C71)

Logging '<masked>' into Steam3...
...
Unhandled exception. System.DllNotFoundException: Unable to load shared library 'IOKit.framework/IOKit' or one of its dependencies. In order to help diagnose loading problems, consider setting the DYLD_PRINT_LIBRARIES environment variable:
dlopen(/opt/homebrew/Cellar/dotnet/8.0.0/libexec/shared/Microsoft.NETCore.App/8.0.0/IOKit.framework/IOKit.dylib, 0x0001): tried: '/opt/homebrew/Cellar/dotnet/8.0.0/libexec/shared/Microsoft.NETCore.App/8.0.0/IOKit.framework/IOKit.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Cellar/dotnet/8.0.0/libexec/shared/Microsoft.NETCore.App/8.0.0/IOKit.framework/IOKit.dylib' (no such file), '/opt/homebrew/Cellar/dotnet/8.0.0/libexec/shared/Microsoft.NETCore.App/8.0.0/IOKit.framework/IOKit.dylib' (no such file)
dlopen(/Users/Leif/valheim-macos/vendor/depotdownloader-2.5.0/IOKit.framework/IOKit.dylib, 0x0001): tried: '/Users/Leif/valheim-macos/vendor/depotdownloader-2.5.0/IOKit.framework/IOKit.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/Leif/valheim-macos/vendor/depotdownloader-2.5.0/IOKit.framework/IOKit.dylib' (no such file), '/Users/Leif/valheim-macos/vendor/depotdownloader-2.5.0/IOKit.framework/IOKit.dylib' (no such file)
dlopen(IOKit.framework/IOKit.dylib, 0x0001): tried: 'IOKit.framework/IOKit.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSIOKit.framework/IOKit.dylib' (no such file), '/usr/lib/IOKit.framework/IOKit.dylib' (no such file, not in dyld cache), 'IOKit.framework/IOKit.dylib' (no such file)
dlopen(/opt/homebrew/Cellar/dotnet/8.0.0/libexec/shared/Microsoft.NETCore.App/8.0.0/IOKit.framework/IOKit, 0x0001): tried: '/opt/homebrew/Cellar/dotnet/8.0.0/libexec/shared/Microsoft.NETCore.App/8.0.0/IOKit.framework/IOKit' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Cellar/dotnet/8.0.0/libexec/shared/Microsoft.NETCore.App/8.0.0/IOKit.framework/IOKit' (no such file), '/opt/homebrew/Cellar/dotnet/8.0.0/libexec/shared/Microsoft.NETCore.App/8.0.0/IOKit.framework/IOKit' (no such file)
dlopen(/Users/Leif/valheim-macos/vendor/depotdownloader-2.5.0/IOKit.framework/IOKit, 0x0001): tried: '/Users/Leif/valheim-macos/vendor/depotdownloader-2.5.0/IOKit.framework/IOKit' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/Leif/valheim-macos/vendor/depotdownloader-2.5.0/IOKit.framework/IOKit' (no such file), '/Users/Leif/valheim-macos/vendor/depotdownloader-2.5.0/IOKit.framework/IOKit' (no such file)
dlopen(IOKit.framework/IOKit, 0x0001): tried: 'IOKit.framework/IOKit' (no such file), '/System/Volumes/Preboot/Cryptexes/OSIOKit.framework/IOKit' (no such file), '/usr/lib/IOKit.framework/IOKit' (no such file, not in dyld cache), 'IOKit.framework/IOKit' (no such file)

   at SteamKit2.Util.MacHelpers.IOKit.IOServiceMatching(String name)
   at SteamKit2.MacOSMachineInfoProvider.GetMachineGuid()
   at SteamKit2.HardwareUtils.GenerateMachineID(Object state)
   at System.Threading.Tasks.Task`1.InnerInvoke()
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
   at SteamKit2.HardwareUtils.GetMachineID(IMachineInfoProvider machineInfoProvider)
   at SteamKit2.SteamUser.LogOn(LogOnDetails details)
   at DepotDownloader.Steam3Session.ConnectedCallback(ConnectedCallback connected) in D:\a\DepotDownloader\DepotDownloader\DepotDownloader\Steam3Session.cs:line 596
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
   at System.Threading.Thread.StartCallback()
./build.sh: line 88:  5087 Abort trap: 6           dotnet depotdownloader-$depotdownloaderversion/DepotDownloader.dll -app $appid -depot $depotid -manifest $manifestid -beta $branch -os linux -username "$username"

I hope you can give me some help to get it working,
best regards Leif

Deleted old Valheim-macos folder

I thought of deleting my old Valheim-macos folder to run the whole process again and get a freshly updated version.
When I download it via terminal again there is no build folder and the app in the skeleton folder is not useable.

Save/Autosave not working with build 0.217.38

First, thanks for your effort porting Valheim to Mac OS.

I patched the build 0.217.38 yesterday and found out, that the progress isn't getting saved.
Neither auto-save nor manual save seems to work.

Any update?

Hello friends!

Any update coming with the newest released patch? Please let me know if I can be of any help!

Action and attack input get stuck

Not sure if this is related to my peripherals (magic keyboard and MX master 3s), but whenever I do an activity in quick succession, the actions feel like they get in a queue of some sorts and it's impossible to stop. Some examples:

  • The worst one by far - Attacking. If I get into a fight and press the attack button quickly, the character gets stuck attacking exactly how many times I pressed the attack button and cannot stop it. Sometimes attacking even gets stuck completely and I have to press attack button again to stop it (RIP stamina + died so many times because of this).
  • Another clear one is repairing equipment. On Windows I was smashing the repair button quickly, but on Mac everything gets stuck for a couple of seconds when I do that.

Anyone else encountered this before? I wonder if it has something to do with how input is handled on MacOS

Run natively on Apple Silicon

I am super curious to see if we can get Valheim running natively. It looks like it would require getting Unity and the Steamworks.Net and PlayFabParty plugins running natively.

Unity is as simple as changing the variant variable in build.sh but I think it is better to start with Steamworks.

As of 1.52 Steamworks SDK supports arm. The latest SDK (1.57) ships with an ARM compatible steam_api.bundle.

$ file ./Steamworks.NET-Standalone_20.2.0/OSX-Linux-x64/steam_api.bundle/Contents/MacOS/libsteam_api.dylib
./Steamworks.NET-Standalone_20.2.0/OSX-Linux-x64/steam_api.bundle/Contents/MacOS/libsteam_api.dylib: Mach-O universal binary with 3 architectures: [i386:Mach-O dynamically linked shared library i386] [x86_64:Mach-O 64-bit dynamically linked shared library x86_64] [arm64:Mach-O 64-bit dynamically linked shared library arm64]
./Steamworks.NET-Standalone_20.2.0/OSX-Linux-x64/steam_api.bundle/Contents/MacOS/libsteam_api.dylib (for architecture i386):	Mach-O dynamically linked shared library i386
./Steamworks.NET-Standalone_20.2.0/OSX-Linux-x64/steam_api.bundle/Contents/MacOS/libsteam_api.dylib (for architecture x86_64):	Mach-O 64-bit dynamically linked shared library x86_64
./Steamworks.NET-Standalone_20.2.0/OSX-Linux-x64/steam_api.bundle/Contents/MacOS/libsteam_api.dylib (for architecture arm64):	Mach-O 64-bit dynamically linked shared library arm64

It seems like a stretch but would be super cool if we could just swap the new build in.

As this dll is compiled for both intel and amd it seems like a great first step as we can get it running without leaving Rosetta 2. I have tried swapping it into the artifact from build.sh without changing anything else. I am effectively doing this below.

$ ./build.sh
$ rm ./build/Valheim.app/Contents/PlugIns/steam_api.bundle
$ cp ~/Downloads/Steamworks.NET-Standalone_20.2.0/OSX-Linux-x64/steam_api.bundle ./build/Valheim.app/Contents/PlugIns

And then updating ./build/Valheim.app/Contents/PlugIns/Steamworks.NET.txt to the following grabbing values from here
https://github.com/rlabrecque/Steamworks.NET/blob/a3fe8091f7237eef3f38becc3faa29b2dc6f9ce9/com.rlabrecque.steamworks.net/Runtime/Version.cs#L16

Steamworks.NET created by Riley Labrecque
http://steamworks.github.io

Steamworks.NET Version: 20.2.0
Steamworks SDK Version: 1.57
Steam API DLL Version:  08.02.21.95
Steam API DLL Size:     266600
Steam API64 DLL Size:   298856

This crashes very early with a segfault... which is strange to me.

https://gist.github.com/diericx/d704b0a478fda2121764d037c8e63a50

I am wondering if anyone wants to work with me on this as I'm pretty stumped.

Cracked version support

Im not ready to buy this game, but i want try it, how can i download this game for free and build project

Game shows broken menu on launch

Hey there, super grateful for all the work done here.

I'm able to get the .app binary built correctly, but when I run it this is what I see after the intro logo animations...

Seems like none of the renderers are loading correctly.

Any idea?

image

Permission denied running build.sh (git pull is up-to-date but stuck on .215)

Heya,

I am having some issues getting the game up to the latest release. I noticed running ./build.sh even after a git pull was only getting me to .215.

I tried to replace the build.sh file with a newer one from here, but now I am getting a "permission denied error"

Thanks in advance for your help and the great work on this port.

Automatic Updates

Hey team

I noticed my games out of date, but i cant find instructions on updating the client and files to the latest versions automatically.

Instant crash after newest patch

Hi,

I've been playing a lot with this port up until maybe 3 or 4 patches ago. Now I hadn't played a while and wanted to update, so I pulled, deleted the contents of the "vendor" folder and ran the build.sh script to download everything again. My terminal says that 0.217.31 was installed successfully, but the game crashes instantly without even starting up when I want to open it.

I'm running Sonoma 14.1.1 on an M1 Pro.

Would it be of any help to attach the Mac OS crash report? It says that the "crashed thread" is called "2 AssetGarbageCollector"

Thanks!

Cannot sync cloud data: "Unable to resolve path with root WinAppDataLocalLow (12)"

It seems that there are some issues with resolving paths for the Cloud Sync, at least for me.

I get the following in ~/Library/Application Support/Steam/logs/cloud_log.txt:

[2023-04-03 17:54:49] [AppID 892970] Unable to resolve path with root WinAppDataLocalLow (12)
[2023-04-03 17:54:49] [AppID 892970] Unable to resolve path with root WinAppDataLocalLow (12)
[2023-04-03 17:54:49] [AppID 892970] Unable to resolve path with root WinAppDataLocalLow (12)
[2023-04-03 17:54:49] [AppID 892970] Unable to resolve path with root WinAppDataLocalLow (12)
[2023-04-03 17:54:49] [AppID 892970] Unable to resolve path with root WinAppDataLocalLow (12)

And a bit further down:

[2023-04-03 17:55:01] [AppID 892970] Starting sync (up,AC Exit,)
[2023-04-03 17:55:01] [AppID 892970] Running AutoCloud on exit. Looking for new and updated files
[2023-04-03 17:55:01] [AppID 892970]     Skipping rule 0 because ResolvePath (WinAppDataLocalLow, IronGate/Valheim/characters) failed
[2023-04-03 17:55:01] [AppID 892970]     Skipping rule 1 because ResolvePath (WinAppDataLocalLow, IronGate/Valheim/worlds) failed

I assume I'm missing some environmental variable which points to where the WinAppDataLocalLow is on macOS?

~/Library/Application Support/unity.IronGate.Valheim-macOS-Custom/ is empty, and ~/Library/Application Support/Steam/userdata/<steam id>/892970/ contains one file remotecache.vdf, and the subdirectory remote does not exist.

I've tried launching with different environment variables set, from different locations, and from Steam "as a non-Steam game", but all give me the same log message in cloud_log.txt.

The game runs well though :-)

I see all my saved stuff correctly at https://store.steampowered.com/account/remotestorageapp/?appid=892970 (I used to play on Linux if that matters)

A couple of tiny suggestions (and a big thanks!)

Hey,

First of all: thank you so much for making this work. I have a windows desktop but I am frequently on the road for which I only have a MacBook, and this repository with your work is a godsend for being able to play Valheim while not at home. I gave it a try yesterday and it all worked flawlessly!

If you want to add another performance spec to the list in the Readme: I have a 14'' MBP M2 Pro with 16GB of memory, and I achieved ca. 30-50 fps on 2k resolution and 50-70 fps on 1080p with all graphics settings maxed out, so it really worked well.

I have two very minor suggestions to improve the build script: First, I really appreciate the transparency as to what will be downloaded, but I feel that it might make the script more ergonomic if you would ask for a collective yes for all downloads -- the thing is, if we want to build the macOS Valheim app, we will need all of the packages, and it felt a bit tedious having to say yes four or five times in a row. It is definitely not a show stopper, but I feel it might make the whole experience more ergonomic.

Then, you mention that we need a steam account that owns Valheim, but I was a bit surprised (even though it was really to be expected) that I have to provide username and password for my steam account. Since I normally only log in to my steam account once when I install it on a new computer I had the pleasure of having to restart the script ten times because I forgot my credentials ๐Ÿ™ˆ I think adding a note that one will have to log in might make it less painful for people because one can collect all info beforehand and then run through everything!

As I said, these are only two minor suggestions and should not cast a shadow on this amazing work, thank you again!

Stuck On Loading Screen For Multiplayer

I just downloaded Valheim and when I opened it it reached the Valheim logo and then crashed.

Is it because you have to update Valheim for the latest version or something??

Cant find build folder

At step 4: Once the build script finishes, verify the presence of Valheim.app in the build folder.

I do not see a build folder. The Valheim.app is in the skeleton folder, and everything downloaded correctly, but I cannot run this file from the skeleton folder. I'm probably missing something obvious - where should the build folder be located?

Thank you!

Cannot finish build process

Screenshot 2023-04-10 at 8 29 47 PM

Keep getting hit with this error. This is my first time using a lot of this stuff, so is most likely user error.

Mod support

I do feel a bit selfish for immediately asking for this, but I've been wondering whether it is possible to get mods working with this setup?
The official BepInEx site mentions that it is compatible with macOS, but I couldn't get it to work on the first try.

Local saves Files location on macOS ?

Hi, I played for a while on this version of Valheim (incredible work, by the way), and I wanted to bring my save files to my Windows computer, but I can't find them. Cloud saves do not work. Thanks for future help.

Doesn't seem to work on MacOS Sonoma

I know it's a beta OS but I wanted to try if there is any performance differences between Ventura and Sonoma but couldn't get it run on Sonoma. Did a clean install but it is the same the game opens the logo shows but crashes right after. Also tried running on crossover and GPTK but the performance seems very very bad.

Game crashing

Hi,

first of all: Thank you for your absolute amazing work! It worked like a charm!

i have build it on the weekend, played a few hours with no problem (and finally dont need geforce now anymore :) )

However: I tried to play another round and the game crashes after the "Valheim" loading screen. I have rebuild it in development mode. See the log here: https://gist.github.com/powerdan/b2be58ca1bd8e1c9d50fd7a2b7b76af1

Best
Daniel

Can't download build

Trying to make ./build.sh and have this message:

Warning: Depot 892971 does not have branch named "Public". Trying public branch.
Depot 892971 () missing public subsection or manifest section.
Total downloaded: 0 bytes (0 bytes uncompressed) from 0 depots
Disconnected from Steam
Valheim data not found, exiting..

Could you please help?)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.