Unable to launch Origin on Debian 11 Bullseye

Hi everyone,
I just managed to install lutris on my Chromebook OS (Debian 11 Bullseye). I install Origin from it but now it’s installed, it doesn’t want to launch. Here’s the error message i got :

Running /home/laura_lclrq/.local/share/lutris/runners/wine/lutris-GE-Proton8-2-x86_64/bin/wine /home/laura_lclrq/Games/origin/drive_c/Program Files (x86)/Origin/Origin.exe
Initial process has started with pid 8572
Waiting for game to start (first non-excluded process started)
wineserver: using server-side synchronization.
wine: RLIMIT_NICE is <= 20, unable to use setpriority safely
Fontconfig warning: line 5: unknown element “its:rules”
Fontconfig warning: line 6: unknown element “its:translateRule”
Fontconfig error: line 6: invalid attribute ‘translate’
Fontconfig error: line 6: invalid attribute ‘selector’
Fontconfig error: line 7: invalid attribute ‘xmlns:its’
Fontconfig error: line 7: invalid attribute ‘version’
Fontconfig warning: line 9: unknown element “description”
Fontconfig warning: “/etc/fonts/conf.d/10-hinting-slight.conf”, line 4: unknown element “its:rules”
Fontconfig warning: “/etc/fonts/conf.d/10-hinting-slight.conf”, line 5: unknown element “its:translateRule”
Fontconfig error: “/etc/fonts/conf.d/10-hinting-slight.conf”, line 5: invalid attribute ‘translate’
Fontconfig error: “/etc/fonts/conf.d/10-hinting-slight.conf”, line 5: invalid attribute ‘selector’
Fontconfig error: “/etc/fonts/conf.d/10-hinting-slight.conf”, line 6: invalid attribute ‘xmlns:its’
Fontconfig error: “/etc/fonts/conf.d/10-hinting-slight.conf”, line 6: invalid attribute ‘version’
Fontconfig warning: “/etc/fonts/conf.d/10-hinting-slight.conf”, line 8: unknown element “description”
Fontconfig warning: “/etc/fonts/conf.d/10-scale-bitmap-fonts.conf”, line 4: unknown element “its:rules”
Fontconfig warning: “/etc/fonts/conf.d/10-scale-bitmap-fonts.conf”, line 5: unknown element “its:translateRule”
Fontconfig error: “/etc/fonts/conf.d/10-scale-bitmap-fonts.conf”, line 5: invalid attribute ‘translate’
Fontconfig error: “/etc/fonts/conf.d/10-scale-bitmap-fonts.conf”, line 5: invalid attribute ‘selector’
Fontconfig error: “/etc/fonts/conf.d/10-scale-bitmap-fonts.conf”, line 6: invalid attribute ‘xmlns:its’
Fontconfig error: “/etc/fonts/conf.d/10-scale-bitmap-fonts.conf”, line 6: invalid attribute ‘version’
Fontconfig warning: “/etc/fonts/conf.d/10-scale-bitmap-fonts.conf”, line 8: unknown element “description”
Fontconfig warning: “/etc/fonts/conf.d/11-lcdfilter-default.conf”, line 4: unknown element “its:rules”
Fontconfig warning: “/etc/fonts/conf.d/11-lcdfilter-default.conf”, line 5: unknown element “its:translateRule”
Fontconfig error: “/etc/fonts/conf.d/11-lcdfilter-default.conf”, line 5: invalid attribute ‘translate’
Fontconfig error: “/etc/fonts/conf.d/11-lcdfilter-default.conf”, line 5: invalid attribute ‘selector’
Fontconfig error: “/etc/fonts/conf.d/11-lcdfilter-default.conf”, line 6: invalid attribute ‘xmlns:its’
Fontconfig error: “/etc/fonts/conf.d/11-lcdfilter-default.conf”, line 6: invalid attribute ‘version’
Fontconfig warning: “/etc/fonts/conf.d/11-lcdfilter-default.conf”, line 8: unknown element “description”
Fontconfig warning: “/etc/fonts/conf.d/20-unhint-small-vera.conf”, line 4: unknown element “its:rules”
Fontconfig warning: “/etc/fonts/conf.d/20-unhint-small-vera.conf”, line 5: unknown element “its:translateRule”
Fontconfig error: “/etc/fonts/conf.d/20-unhint-small-vera.conf”, line 5: invalid attribute ‘translate’
Fontconfig error: “/etc/fonts/conf.d/20-unhint-small-vera.conf”, line 5: invalid attribute ‘selector’
Fontconfig error: “/etc/fonts/conf.d/20-unhint-small-vera.conf”, line 6: invalid attribute ‘xmlns:its’
Fontconfig error: “/etc/fonts/conf.d/20-unhint-small-vera.conf”, line 6: invalid attribute ‘version’
Fontconfig warning: “/etc/fonts/conf.d/20-unhint-small-vera.conf”, line 8: unknown element “description”
Fontconfig warning: “/etc/fonts/conf.d/30-metric-aliases.conf”, line 4: unknown element “its:rules”
Fontconfig warning: “/etc/fonts/conf.d/30-metric-aliases.conf”, line 5: unknown element “its:translateRule”
Fontconfig error: “/etc/fonts/conf.d/30-metric-aliases.conf”, line 5: invalid attribute ‘translate’
Fontconfig error: “/etc/fonts/conf.d/30-metric-aliases.conf”, line 5: invalid attribute ‘selector’
Fontconfig error: “/etc/fonts/conf.d/30-metric-aliases.conf”, line 6: invalid attribute ‘xmlns:its’
Fontconfig error: “/etc/fonts/conf.d/30-metric-aliases.conf”, line 6: invalid attribute ‘version’
Fontconfig warning: “/etc/fonts/conf.d/30-metric-aliases.conf”, line 8: unknown element “description”
Fontconfig warning: “/etc/fonts/conf.d/40-nonlatin.conf”, line 4: unknown element “its:rules”
Fontconfig warning: “/etc/fonts/conf.d/40-nonlatin.conf”, line 5: unknown element “its:translateRule”
Fontconfig error: “/etc/fonts/conf.d/40-nonlatin.conf”, line 5: invalid attribute ‘translate’

And it continues…

I had difficulties to install lutris and I installed lutris_0.5.8.3-2_all.deb because it was the only one working. Maybe it’s too old, but I am a newbie in Lutris so I don’t really know how to fix this. I just hope it’s not because of the package gir1.2-webkit2-4.1 that apparently isn’t available on Debian 11…
If anyone knows how to fix this it would be awesome if you could help me ! I tried to look on forums but I didn’t find much…

Anyways thanks in advance everyone and have a great day !

The gir webkit thing would prevent the package from installing (there’s nothing actually wrong there except the erroneous package dependency), this is a problem with your fontconfig configuration files.

This happens when the version of fontconfig doesn’t match the .conf files. For example, fontconfig upgraded, configuration files not. Or (stupid) application bundles its own fontconfig in some containerized package (snap, flatpak or something)

Thanks for your answer ! I understand what’s the problem now but as I said, I am a newbie, so do you happen to know how to fix this ? I would be very grateful ! Thanks again !