MiddleMan5 / steelseries-linux

SteelSeries linux support setup utilities
22 stars 1 forks source link

Install Error #5

Open xdonu2x opened 8 months ago

xdonu2x commented 8 months ago

Hi,

Appreciate some help, I followed the instructions, make install returns :

sudo mkdir -p "/etc/udev/rules.d/" sudo cp -f "/tmp/MiddleMan5/steelseries-linux/resources/98-steelseries.rules" "/etc/udev/rules.d/98-steelseries.rules" sudo mkdir -p "/etc/udev/rules.d/" sudo cp -f "/tmp/MiddleMan5/steelseries-linux/resources/98-steelseries-init.py" "/etc/udev/rules.d/98-steelseries-init.py" mkdir -p "/tmp/MiddleMan5/steelseries-linux/.temp/" curl "https://steelseries.com/gg/downloads/gg/latest/windows" -L --output "/tmp/MiddleMan5/steelseries-linux/.temp/SteelSeriesSetup.exe" % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 376M 100 376M 0 0 80.6M 0 0:00:04 0:00:04 --:--:-- 89.7M chmod +x "/tmp/MiddleMan5/steelseries-linux/.temp/SteelSeriesSetup.exe" bash "/tmp/MiddleMan5/steelseries-linux/resources/preinstall-check.sh" echo "Configuring wine" Configuring wine bash "/tmp/MiddleMan5/steelseries-linux/resources/wine-init.sh" Configuring wine registry for plug-and-play support wine: created the configuration directory '/home/don/.wine' wine: failed to start L"C:\windows\system32\wineboot.exe" 0024:err:environ:run_wineboot failed to start wineboot c000007b wine: failed to load start.exe: c000007b Creating directory /home/don/.wine/drive_c/windows/Fonts Error: Font arialbd.ttf not found in system fonts! make: *** [Makefile:32: install] Error 1

Adrian400811 commented 7 months ago

The wine-init script couldn't find the font in your system font folder.
You can download the required Arial and Arial Black ttf fonts manually and put it into /home/user/.wine/drive_c/windows/Fonts/
with the names arialbd.ttf and ariblk.ttf
then run make install again.