Glorious Alpha Two Testers!
Alpha Two Phase III testing has begun! During this phase, our realms will be open every day, and we'll only have downtime for updates and maintenance. We'll keep everyone up-to-date about downtimes in Discord.
If you have Alpha Two, you can download the game launcher here, and we encourage you to join us on our Official Discord Server for the most up to date testing news.
Alpha Two Phase III testing has begun! During this phase, our realms will be open every day, and we'll only have downtime for updates and maintenance. We'll keep everyone up-to-date about downtimes in Discord.
If you have Alpha Two, you can download the game launcher here, and we encourage you to join us on our Official Discord Server for the most up to date testing news.
Comments
It's been a while since i've run AOC on linux. I had previously had it setup with the lutris/steam setup and everything worked. Now I get the following
I've reinstalled everything including vulkan and wine libraries. It doesn't matter what proton version I chose I always get this. Here is some more vulkan info if anyone finds that interesting.
==========
VULKANINFO
==========
Vulkan Instance Version: 1.4.321
Instance Extensions: count = 24
VK_EXT_acquire_drm_display : extension revision 1
VK_EXT_acquire_xlib_display : extension revision 1
VK_EXT_debug_report : extension revision 10
VK_EXT_debug_utils : extension revision 2
VK_EXT_direct_mode_display : extension revision 1
VK_EXT_display_surface_counter : extension revision 1
VK_EXT_surface_maintenance1 : extension revision 1
VK_EXT_swapchain_colorspace : extension revision 5
VK_KHR_device_group_creation : extension revision 1
VK_KHR_display : extension revision 23
VK_KHR_external_fence_capabilities : extension revision 1
VK_KHR_external_memory_capabilities : extension revision 1
VK_KHR_external_semaphore_capabilities : extension revision 1
VK_KHR_get_display_properties2 : extension revision 1
VK_KHR_get_physical_device_properties2 : extension revision 2
VK_KHR_get_surface_capabilities2 : extension revision 1
VK_KHR_portability_enumeration : extension revision 1
VK_KHR_surface : extension revision 25
VK_KHR_surface_protected_capabilities : extension revision 1
VK_KHR_wayland_surface : extension revision 6
VK_KHR_xcb_surface : extension revision 6
VK_KHR_xlib_surface : extension revision 6
VK_LUNARG_direct_driver_loading : extension revision 1
VK_NV_display_stereo : extension revision 1
Instance Layers: count = 3
VK_LAYER_MANGOHUD_overlay_x86_64 Vulkan Hud Overlay 1.3.0 version 1
VK_LAYER_NV_optimus NVIDIA Optimus layer 1.4.312 version 1
VK_LAYER_NV_present NVIDIA GR2608 layer 1.4.312 version 1
Devices:
========
GPU0:
apiVersion = 1.4.312
driverVersion = 580.76.5.0
vendorID = 0x10de
deviceID = 0x2b85
deviceType = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
deviceName = NVIDIA GeForce RTX 5090
driverID = DRIVER_ID_NVIDIA_PROPRIETARY
driverName = NVIDIA
driverInfo = 580.76.05
conformanceVersion = 1.4.1.3
deviceUUID = 91bc0142-d27f-ef37-ad2d-1f52885c50b2
driverUUID = 19de5650-c11b-5b07-a5d9-acd7f6917fe8
GPU1:
apiVersion = 1.4.312
driverVersion = 580.76.5.0
vendorID = 0x10de
deviceID = 0x2b85
deviceType = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
deviceName = NVIDIA GeForce RTX 5090
driverID = DRIVER_ID_NVIDIA_PROPRIETARY
driverName = NVIDIA
driverInfo = 580.76.05
conformanceVersion = 1.4.1.3
deviceUUID = 91bc0142-d27f-ef37-ad2d-1f52885c50b2
driverUUID = 19de5650-c11b-5b07-a5d9-acd7f6917fe8
running the latest arch. Anyone seen or fixed this before? Chat GPT isn't able to figure it out!
Thank you! This would never have occurred to me but is exactly what's happening.
-DXVK_FILTER_DEVICE_NAME= deviceName, which I got from vulkaninfo --summary was what it wanted. The problem left is that I don't think I'm understanding something about the needed syntax.
using just in the launch options does work to force it to use the dedicated AMD GPU but runs into the error that prevents it from showing available servers.
This:
does not work, nor does adding the argument to the wrapper file @Sythriox suggested..
Did you try the updated tutorial on the first page?
When this is working
then maybe you need to write it before the %command% like
or you can try it outside the brackets
Yep. Tried starting 100% from scratch from the updated tutorial. No luck.
It wasn't enough to just tell it to run on the intel gpu, I had to make the main display device the intel GPU by plugging in all display out to the intel gpu and rebooting. Here are the arguments I am using.
Can you please type nvidia-smi and show me?
Also be sure you have nvidia-open and nvidia-utils for wayland installed, not the nvidia package as this brings known problems to the 50 series RTX.
https://wiki.archlinux.org/title/NVIDIA
Using the nvidia-open drivers; those are the only ones supported for blackwell anyways. Everythings installed as it should be as far as I can tell. This is the only game that is giving me issues. I can play every other game including UE5 games like dune with no issue.
"Out of video memory trying to allocate a rendering resource. Make sure your video card has the minimum required memory, try lowering the resolution and/or closing other applications that are running. Exiting..."
For the path on Faugus launcher, did you just put in AOCClient.exe? or did you set it to the launcher?
That's CalyxOS...a phone OS alternative to Android.
This is what I have:
I also had it working little over week ago by adding the installer to steam and running it in proton experimental and just launching it when installed, added the launcher as a non-steam game to it also for ease of use. Now that I tried to play I get stuck on the cloudflare authentication, it just keeps spinning.
No, absolutely not. That would be putting an environment variable declaration after a command / binary name.
Yes, it shouldn't work, because it's wrong. First of all, it's not -DXVK_FILTER_DEVICE_NAME="AMD Radeon RX 9070 XT" ... it's not a command line switch or argument, it's setting an environment variable.
DXVK_FILTER_DEVICE_NAME="AMD Radeon RX 9070 XT" eval $(%command% LauncherTetherPort=$(ss -ulpn | awk '/wineserv/ {split($4, a, ":"); print a[2]}') -USEEOS=0 -DXVK_FRAME_RATE=60) %command%]
^^ is what you want.
You could also set that variable for your entire session (.bashrc, .profile, what have you.)
EDIT: Also I don't know what that -USEEOS=0 -DXVK_FRAME_RATE=60 stuff is, best stick to the guide to get stuff working, then add your extra params, because people are having a hard time understanding what these lines do and where to put things.
Edit: That was on Arch using hyprland, also on my laptop running Omarchy (essentially the same thing). I tried installing on my computer running Nobara and managed to get past the cloudflare loop. The game is downloading.
E: I was able to get through install and launch using FunkyChickensTV method, but it would crash with a Code 31 every time at launch.
OS:PopOS