M-Reimer / wine-lol

PKGBUILDs to package GloriousEggroll's LoL-patched wine version
162 stars 20 forks source link

wine-lol won't use my prefix #36

Closed unmellow closed 5 years ago

unmellow commented 5 years ago

i created this shell script in ion:

!/usr/local/bin/ion

let WINEARCH="win32" let WINEPREFIX="/home/melton/Games/lol" /opt/wine-lol/bin/wine $1 $2 $3 and bash

!/bin/bash

WINEARCH="win32" WINEPREFIX="/home/melton/Games/lol" /opt/wine-lol/bin/wine $1 $2 $3

but wine-lol won't use my custom set wine prefix when I run this shell script

unmellow commented 5 years ago

wine: '/home/melton/.wine' is a 64-bit installation, it cannot be used with a 32-bit wineserver. this is the error I get

unmellow commented 5 years ago

after alot of hacking i figured it out