[SOLVED] Error while installing EA app on linux mint 21.2 Cinnamon

I’m trying to install EA app in Lutris on Linux Mint 21.2 cinnamon.
Everything goes fine, well nearly everything, couldn’t install georgi32.exe core font, the website https://mirrors.kernel.org/gentoo/distfiles/ is offline, so i had to manually download it and after all everything went fine until it reached to to install EA app itself.
I click on install app when the EA app window pop-up and nearly at the end of the installation it throws an error:

Started initial process 54076 from /home/max/.local/share/lutris/runners/wine/lutris-GE-Proton8-13-x86_64/bin/wine /home/max/.cache/lutris/installer/ea-app/setup/EAappInstaller.exe
Start monitoring process.
esync: up and running.
wine: RLIMIT_NICE is <= 20, unable to use setpriority safely
wine: Read access denied for device L"\??\Z:\“, FS volume label and serial are not available.
wine: Read access denied for device L”\??\Z:\“, FS volume label and serial are not available.
wine: Read access denied for device L”\??\Z:\“, FS volume label and serial are not available.
wine: Read access denied for device L”\??\Z:\“, FS volume label and serial are not available.
wine: Read access denied for device L”\??\Z:\“, FS volume label and serial are not available.
wine: Read access denied for device L”\??\Z:\“, FS volume label and serial are not available.
wine: Read access denied for device L”\??\Z:\“, FS volume label and serial are not available.
wine: Read access denied for device L”\??\Z:\", FS volume label and serial are not available.
libc++abi: terminating with uncaught exception of type std::bad_alloc: std::bad_alloc
Initial process has exited (return code: 768)
Monitored process exited.
Exit with return code 768

EDIT:
I’ve updated Lutris to latest 0.5.13, but pretty much the same error:

Started initial process 91126 from /home/max/.local/share/lutris/runners/wine/lutris-GE-Proton8-13-x86_64/bin/wine /home/max/.cache/lutris/installer/ea-app/setup/EAappInstaller.exe
Start monitoring process.
esync: up and running.
wine: RLIMIT_NICE is <= 20, unable to use setpriority safely
wine: Read access denied for device L"\??\Z:\“, FS volume label and serial are not available.
wine: Read access denied for device L”\??\Z:\“, FS volume label and serial are not available.
wine: Read access denied for device L”\??\Z:\“, FS volume label and serial are not available.
wine: Read access denied for device L”\??\Z:\“, FS volume label and serial are not available.
wine: Read access denied for device L”\??\Z:\“, FS volume label and serial are not available.
wine: Read access denied for device L”\??\Z:\“, FS volume label and serial are not available.
wine: Read access denied for device L”\??\Z:\“, FS volume label and serial are not available.
wine: Read access denied for device L”\??\Z:\", FS volume label and serial are not available.
info: Game: EABackgroundService.exe
info: DXVK: v2.2
info: Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x2d4ad3fd0
info: Built-in extension providers:
info: Win32 WSI
info: OpenVR
info: OpenXR
info: OpenVR: could not open registry key, status 2
info: OpenVR: Failed to locate module
info: Enabled instance extensions:
info: VK_KHR_get_surface_capabilities2
info: VK_KHR_surface
info: VK_KHR_win32_surface
warn: Skipping CPU adapter: llvmpipe (LLVM 15.0.7, 256 bits)
info: AMD Unknown (RADV RENOIR):
info: Driver : radv 23.0.4
info: Memory Heap[0]:
info: Size: 1706 MiB
info: Flags: 0x0
info: Memory Type[2]: Property Flags = 0x6
info: Memory Type[5]: Property Flags = 0xe
info: Memory Type[6]: Property Flags = 0xe
info: Memory Type[8]: Property Flags = 0xc6
info: Memory Type[10]: Property Flags = 0xce
info: Memory Heap[1]:
info: Size: 3413 MiB
info: Flags: 0x1
info: Memory Type[0]: Property Flags = 0x1
info: Memory Type[1]: Property Flags = 0x1
info: Memory Type[3]: Property Flags = 0x7
info: Memory Type[4]: Property Flags = 0x7
info: Memory Type[7]: Property Flags = 0xc1
info: Memory Type[9]: Property Flags = 0xc7
libc++abi: terminating with uncaught exception of type std::bad_alloc: std::bad_alloc
Initial process has exited (return code: 768)
Monitored process exited.
Exit with return code 768

SOLVED!
I’ve updated wine to the latest stable version 8.0.2 and then choose that version inside Lutris, and the installation went fine.

also one questions…during the installation it gave me bunch of warnings like:
“warning: You are running winetricks-20220411-next, latest upstream is winetricks-20230212!”, but I have the latest winetricks

also:
“warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.”

Is it safe to ignore those warnings?

@Maxcw , yes, those last error messages should be safe to ignore. You get them all the time.

1 Like