duelists-unite / omega-releases

A hub for duelists that play card games.
https://duelistsunite.org/
168 stars 17 forks source link

Game crashes on startup on linux #26

Open TheJollyDuck opened 4 months ago

TheJollyDuck commented 4 months ago

Hi, I'm using the Linux version of this game. The game used to work but crashed when changing video settings and now will no longer start properly. Redownloading the game doesn't fix the problem so I assume the game also has other file locations, but I couldn't find any in .config or in .local/share/ or even as a .dir in ~?

I looked at the troubleshooting post here but that doesn't seem to help me as amdgpu is being used here.

~ > lspci -nnk | grep -iA3 vga                                                                                                                                                                                                   at 22:50:28
03:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Barcelo [1002:15e7] (rev c1)
        Subsystem: Lenovo Device [17aa:3b27]
        Kernel driver in use: amdgpu
        Kernel modules: amdgpu

Operating system: Arch Linux

TheJollyDuck commented 4 months ago

Output of running program:

linux-x64 > ./YGO\ Omega.x86_64 --reset                                                                                                                                                                                          at 23:03:02
[UnityMemory] Configuration Parameters - Can be set up in boot.config
    "memorysetup-bucket-allocator-granularity=16"
    "memorysetup-bucket-allocator-bucket-count=8"
    "memorysetup-bucket-allocator-block-size=4194304"
    "memorysetup-bucket-allocator-block-count=1"
    "memorysetup-main-allocator-block-size=16777216"
    "memorysetup-thread-allocator-block-size=16777216"
    "memorysetup-gfx-main-allocator-block-size=16777216"
    "memorysetup-gfx-thread-allocator-block-size=16777216"
    "memorysetup-cache-allocator-block-size=4194304"
    "memorysetup-typetree-allocator-block-size=2097152"
    "memorysetup-profiler-bucket-allocator-granularity=16"
    "memorysetup-profiler-bucket-allocator-bucket-count=8"
    "memorysetup-profiler-bucket-allocator-block-size=4194304"
    "memorysetup-profiler-bucket-allocator-block-count=1"
    "memorysetup-profiler-allocator-block-size=16777216"
    "memorysetup-profiler-editor-allocator-block-size=1048576"
    "memorysetup-temp-allocator-size-main=4194304"
    "memorysetup-job-temp-allocator-block-size=2097152"
    "memorysetup-job-temp-allocator-block-size-background=1048576"
    "memorysetup-job-temp-allocator-reduction-small-platforms=262144"
    "memorysetup-allocator-temp-initial-block-size-main=262144"
    "memorysetup-allocator-temp-initial-block-size-worker=262144"
    "memorysetup-temp-allocator-size-background-worker=32768"
    "memorysetup-temp-allocator-size-job-worker=262144"
    "memorysetup-temp-allocator-size-preload-manager=262144"
    "memorysetup-temp-allocator-size-nav-mesh-worker=65536"
    "memorysetup-temp-allocator-size-audio-worker=65536"
    "memorysetup-temp-allocator-size-cloud-worker=32768"
    "memorysetup-temp-allocator-size-gfx=262144"
zsh: segmentation fault (core dumped)