View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0021965 | AI War 2 | Crash/Exception | Oct 26, 2019 11:56 pm | Dec 12, 2020 2:32 pm | |
Reporter | mczarnek | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Product Version | 1.002 ARSes, Instigators, and Tech Vaults, Oh My | ||||
Summary | 0021965: Game crashes on Fedora | ||||
Description | I try to start the game, screen goes black for less than a second, then the whole thing crashes :( I'm using Fedora, version: 5.2.17-200.fc30.x86_64 Here's the 'Player.log' file in the Unity3d/Editor folder if helps, let me know if there is anything I can do it help fix this. I'm a programmer who love would to play this game: Desktop is 2560 x 1440 @ 60 Hz [Vulkan init] extensions: count=18 [Vulkan init] extensions: name=VK_KHR_device_group_creation, enabled=0 [Vulkan init] extensions: name=VK_KHR_display, enabled=1 [Vulkan init] extensions: name=VK_KHR_external_fence_capabilities, enabled=0 [Vulkan init] extensions: name=VK_KHR_external_memory_capabilities, enabled=0 [Vulkan init] extensions: name=VK_KHR_external_semaphore_capabilities, enabled=0 [Vulkan init] extensions: name=VK_KHR_get_display_properties2, enabled=0 [Vulkan init] extensions: name=VK_KHR_get_physical_device_properties2, enabled=0 [Vulkan init] extensions: name=VK_KHR_get_surface_capabilities2, enabled=0 [Vulkan init] extensions: name=VK_KHR_surface, enabled=1 [Vulkan init] extensions: name=VK_KHR_surface_protected_capabilities, enabled=0 [Vulkan init] extensions: name=VK_KHR_wayland_surface, enabled=1 [Vulkan init] extensions: name=VK_KHR_xcb_surface, enabled=0 [Vulkan init] extensions: name=VK_KHR_xlib_surface, enabled=1 [Vulkan init] extensions: name=VK_EXT_acquire_xlib_display, enabled=0 [Vulkan init] extensions: name=VK_EXT_debug_report, enabled=0 [Vulkan init] extensions: name=VK_EXT_direct_mode_display, enabled=0 [Vulkan init] extensions: name=VK_EXT_display_surface_counter, enabled=0 [Vulkan init] extensions: name=VK_EXT_debug_utils, enabled=0 Vulkan detection: 0 Initialize engine version: 2019.1.7f1 (f3c4928e5742) GfxDevice: creating device client; threaded=1 [Vulkan init] extensions: count=18 [Vulkan init] extensions: name=VK_KHR_device_group_creation, enabled=0 [Vulkan init] extensions: name=VK_KHR_display, enabled=1 [Vulkan init] extensions: name=VK_KHR_external_fence_capabilities, enabled=0 [Vulkan init] extensions: name=VK_KHR_external_memory_capabilities, enabled=0 [Vulkan init] extensions: name=VK_KHR_external_semaphore_capabilities, enabled=0 [Vulkan init] extensions: name=VK_KHR_get_display_properties2, enabled=0 [Vulkan init] extensions: name=VK_KHR_get_physical_device_properties2, enabled=0 [Vulkan init] extensions: name=VK_KHR_get_surface_capabilities2, enabled=0 [Vulkan init] extensions: name=VK_KHR_surface, enabled=1 [Vulkan init] extensions: name=VK_KHR_surface_protected_capabilities, enabled=0 [Vulkan init] extensions: name=VK_KHR_wayland_surface, enabled=1 [Vulkan init] extensions: name=VK_KHR_xcb_surface, enabled=0 [Vulkan init] extensions: name=VK_KHR_xlib_surface, enabled=1 [Vulkan init] extensions: name=VK_EXT_acquire_xlib_display, enabled=0 [Vulkan init] extensions: name=VK_EXT_debug_report, enabled=0 [Vulkan init] extensions: name=VK_EXT_direct_mode_display, enabled=0 [Vulkan init] extensions: name=VK_EXT_display_surface_counter, enabled=0 [Vulkan init] extensions: name=VK_EXT_debug_utils, enabled=0 Receiving unhandled NULL exception #0 0x00000000875f34 in (Unknown) 0000001 0x000000008a478b in (Unknown) 0000002 0x0000000082786f in (Unknown) 0000003 0x00000000c78ad2 in (Unknown) 0000004 0x00000000c7bd61 in (Unknown) 0000005 0x00000000b7bfeb in (Unknown) 0000006 0x00000000b8dff3 in (Unknown) 0000007 0x00000000434a15 in (Unknown) 0000008 0x007fade6b25f43 in __libc_start_main 0000009 0x00000000445803 in (Unknown) Let me know if you need anything else from me! | ||||
Tags | No tags attached. | ||||
|
I tried launching this one one more time, only this time I got a window allowing me to choose between OpenGL and Vulkan. I used OpenGL this time around, choose it and it worked. However, I swear I usually didn't get that option. Is that new? |
|
Turns out I didn't have Vulcan installed.. would recommend checking for it and automatically switching to OpenGL or at least throwing an error if so. |
|
That particular option for opengl or vulkan should have been there from the start, but it's part of Steam. We don't have a launcher for the game (steam or gog are the launchers), so we can't check for things like what you have on your system, etc. Unity is annoying with linux vulkan support in that the only way to provide it at all is if it's the default. Command line parameters allow us to override to opengl, but not the other way around, which can lead to situations like this. |
Date Modified | Username | Field | Change |
---|---|---|---|
Oct 26, 2019 11:56 pm | mczarnek | New Issue | |
Oct 28, 2019 12:28 am | mczarnek | Note Added: 0054053 | |
Oct 28, 2019 9:44 am | mczarnek | Note Added: 0054060 | |
Dec 12, 2020 2:32 pm | Chris_McElligottPark | Assigned To | => Chris_McElligottPark |
Dec 12, 2020 2:32 pm | Chris_McElligottPark | Status | new => resolved |
Dec 12, 2020 2:32 pm | Chris_McElligottPark | Resolution | open => fixed |
Dec 12, 2020 2:32 pm | Chris_McElligottPark | Note Added: 0059916 |