This is what i get when i switch prefix architecture to 32.
lutris-wrapper: FFXIV TexTools
Started initial process 20327 from /home/—/.local/share/lutris/runners/wine/lutris-fshack-6.21-6-x86_64/bin/wine /home/—/Games/textools/drive_c/Program Files (x86)/FFXIV TexTools2/FFXIV_TexTools.exe
Start monitoring process.
esync: up and running.
wine: WINEARCH set to win32 but ‘/home/—/Games/textools’ is a 64-bit installation.
Monitored process exited.
Initial process has exited (return code: 256)
Exit with return code 256
I have no idea how to install it with 32 bits. Quite new to this kind of stuff.
WINEPREFIX is where your wine folder is I would recommend making a new called .wine32 and install in that folder. WINEARCH is the one that decides if wine is 32 or 64 bit
open Terminal and put in WINEPREFIX="$HOME/.wine32" WINEARCH=win32 wine wineboot to make a 32bit wine folder.
then under your home folder, you can now see a folder called .wine32 if you have said show hidden folder. I’m not sure how you installed it but if you used an exe file then just put WINEARCH=win32 wine "exe location here" in the terminal and it will use the 32bit wine.
But when i use: $ WINEARCH=win32 wine "/home/******/Games/Install_TexTools.exe"
The response is: wine: WINEARCH set to win32 but '/home/********/.wine' is a 64-bit installation.
So what am i to do from here?
Will textool be able to reach FFXIV ?
hm… i only used Arch once so I can’t say for sure but it looks the same as on pop and ubuntu.
You can try WINEARCH=win32 WINEPREFIX=~/win32 wine "/home/******/Games/Install_TexTools.exe"
or export WINEARCH=win32 wine `"/home/******/Games/Install_TexTools.exe"
Also if you use ctrl+h then you can see a hidden file I bet there one called .wine it use and not the other folders which is why I recommend calling it .wine32
First of all, Thank you very much for the response. I’m loosing hope that i’ll get this to work.
So i ran: $ WINEARCH=win32 WINEPREFIX=~/win32 wine "/home/***/Games/Install_TexTools.exe"
And it seemed to install both textools and .NET. This after i’ve ran all sorts of installs via terminal incl $ winetricks dotnet472 Don’t think that helped me but hey, just one of all the stuff i tried.
So im not sure what did it, i renamed the folders to .win32 and .win64. Yes there is a folder called .wine but not .wine32. All seem to have stuff installed in them and at this point im not sure what installed what. Textools is installed in the .win32 folder. But FFXIV is installed in an all together diffrent folder under ~/Games/ and i don’t see how Textools would interact with the game as it is now.
What i do know is that: WINEARCH=win32 wine "/home/***/.win32/drive_c/Program Files/FFXIV TexTools/FFXIV_TexTools/FFXIV_TexTools.exe"
Still give’s me: wine: WINEARCH set to win32 but '/home/***/.wine' is a 64-bit installation.
remember to change the command to the right folder after renaming them so its WINEPREFIX=~/.win32
Also, I just saw that Lutris has an install scrip try that one to see if it works
Before i give it a new try.
My whole initial reason for opening this support thread comes from that lutris install (i just pressed install, open with lutris via browser).
All paste are from it.
Is there a difference between using the install button and actually downloading and running the script?
Should i report this somewhere else?
It worked! Ok, here’s what you do. You install the script with lutris, which will install the program for you, but it says it needs NETFramework 4.7.2 when you start it. it has also installed a folder called textools in your home folder if you have not changed the install location in lutris. You need to download this https://go.microsoft.com/fwlink/?linkid=2088631. It NETFramework 4.8 offline, the newest version. After downloading it, you open lutris, and in the top left corner, you click on the cross (add a new game) under the name you are just going to call it whatever you like. Under runner, you choose Wine. Then you click on game option on the top and under executable, you choose the exe you just downloaded. Under wine prefix, you select the textools folder, and that it click save and start the by double-click on it and wait to it finish after that, you should be able to run the program.
If its to hard to understand i could easily make a video showing you how.
Do you open it with lutris? Try to change the Wine version under runner options and see if that helps i had no problem on my pc to run it i just didn’t have anything to add to it.
ayers are currently experiencing extremely long wait times due to the dense concentration of play hours which far exceed our server capacity, especially during the peak times, and so we have decided to temporarily suspend the sale and delivery of FINAL FANTASY XIV Starter Edition and Complete Edition. Additionally, although those with an active subscription are prioritised to log in, Free Trial players are unable to log in outside of late night and early morning hours, and so we will also temporarily suspend new registrations for the Free Trial.
I tried to install the 4.7.2 but that just got stuck under the download phase of the install.
I do have Snap, flatpack and AUR enabled and this is what i get.
$ sudo pacman -S winehq-devel
error: target not found: winehq-devel
So i ventured on with some voodoo tricks and installed the Chaotic-AUR.
From there i tried a package wine-tkg-fsync-git, picked that for textools in lutris configuration, but that dident do the trick.
As far as i can tell the higher versions of wine you’re on has not become avalible to arch/manjaro yet. All i can do at this point is to wait.
Anyways. I’m considering moving to Pop_OS! because of the the compatibility with gaming. But i really like manjaro so far. Tobad i really don’t like gnome desktop. Maby I’ll install cinnamon.
From what i understand, you can change the gnome desktop to KDE or whatever you like i have not done so because I’m too lazy to change somthing that i don’t think matters as long it works.
I more or less use the terminal for everything. As soon you get the hang of it then its easier. Also, you can see what the program does if you open it in the terminal, which can help at the time. about the Wine as i said i never really used that OS so it was more a guees from my part.