Problemas para rodar jogos feitos em Unity via Wine

Olá! Estou tentando jogar um jogo via Wine, mas ele não abre. Quando eu executo o jogo, aparece uma splash screen e ao final do carregamento nada acontece. Isso já aconteceu com dois jogos, ambos feitos no Unity, então eu imagino que tenha alguma ligação.

O jogo que eu estou tentando jogar é um jogo indie chamado Krusty Zombies, e quando eu o executo pelo terminal via wine executavel_do_jogo.exe, o terminal apresenta isso:

pedro@pedro-Aspire-E1-431:~/Downloads/Krusty_Zombies_b5.0$ wine Krusty_Zombies.exe
0036:fixme:ntdll:EtwEventRegister ({5eec90ab-c022-44b2-a5dd-fd716a222a15}, 0x2971124, 0x2e02020, 0x2e02040) stub.
0036:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x2dc19a0, 43) stub
0036:fixme:seh:RtlAddGrowableFunctionTable (0xca2f8, 0xccd00, 0, 513, 51249152, 51314688) semi-stub!
0038:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0038:err:dbghelp_msc:pe_load_debug_directory Got a page fault while loading symbols
0038:err:dbghelp_msc:pe_load_debug_directory Got a page fault while loading symbols
0038:err:dbghelp_msc:pe_load_debug_directory Got a page fault while loading symbols
wine: Unhandled page fault on read access to 0xc000cccf8 at address 0x7bc97dad (thread 0036), starting debugger...
0038:fixme:file:CancelSynchronousIo (0x64): stub
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
003c:fixme:dbghelp:elf_search_auxv can't find symbol in module
0038:fixme:file:CancelSynchronousIo (0x64): stub
0038:fixme:file:CancelSynchronousIo (0x64): stub
0038:fixme:file:CancelSynchronousIo (0x64): stub
pedro@pedro-Aspire-E1-431:~/Downloads/Krusty_Zombies_b5.0$ 0038:fixme:kernelbase:AppPolicyGetProcessTerminationMethod 0xfffffffffffffffa, 0x23fd10
003e:fixme:kernelbase:AppPolicyGetProcessTerminationMethod 0xfffffffffffffffa, 0x23fd10

Já tentei pesquisar se há alguma relação entre o Wine e jogos feitos no Unity mas não encontro nenhum problema parecido. Alguém tem alguma pista?