Application Details:
Version: | 3.1.* |
License: | Open Source |
URL: | http://www.nexusmods.com/obliv... |
Votes: | 0 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 1.9.3 |
Maintainers: About Maintainership
What works
Tes4Edit loading and viewing. Little editings
Seems to be a slowdown to show text logged output
What does not
Rendering is not precise. Some spaces chars are rendered as squares.
Some background colors are not visible, or to subtle.
Some buttons or part of text are black or hidden. However they respond to clicking
Workarounds
What was not tested
Xedit others then TES4Edit (I don't have the other games installed)
Saving edited plugins.
Hardware tested
Graphics:
Additional Comments
Usable if you used tes4edit before.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Arch Linux x86_64 | Feb 19 2016 | 1.9.3 | N/A | Yes | Gold | llde |
Bug # | Description | Status | Resolution | Other apps affected |
Note that to do records edit operation you should apply filters for cleaning and then use Remove Identical to master records.
In all other instances the warning window with the countdown, never progress and the confirm button is never activated.
Need more information to file the bug.
wine 1.9.4
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by zpangwin on Tuesday October 1st 2019, 13:00
Smiley_McSmiles discovered that using wine v3.0 seems to be the key. They made a guide here:
www.afkmods.com/index.php?/topic/5509-xedit-and-linux-tutorial/
I have also posted there with some more detailed notes for a lutris setup. I will also try to post the important parts here just in case that one ever disappears on the same day that the way back machine becomes permanently abandoned.
First, I use Lutris. I also moved my winesteam folder to the same partition where my game installs are. So ~/.local/share/lutris/runners/winesteam was moved to /lutris/winesteam on my system (moved on filesystem, then updated in lutris). I keep all my other lutris wineprefixes under /lutris and have installed wine v3.0 in lutris as well (hence the lutris wine path in the very last line).
# note - i was lazy and just used my system wine (wine-staging v4.16) for setup; i only use v3.0 for the actual exe call further below
$ env WINEPREFIX="/lutris/xedit" WINEARCH=win32 wine wineboot
# if it matters i am using winetricks from github rather than from central repo (i don't think it matters tho)
$ env WINEPREFIX="/lutris/xedit" winetricks corefonts cmd dotnet40 win7
# note to anyone interested in using vortex; symlinks for it are pretty much identical to these
#
$ cd /lutris/xedit/drive_c
$ ln -s '/lutris/winesteam/prefix64/drive_c/Program Files (x86)/Steam' SteamGames
$ cd "/lutris/xedit/drive_c/users/$USER/My Documents/My Games"
$ ln -s '/lutris/winesteam/prefix64/drive_c/users/$USER/My Documents/My Games/FalloutNV" FalloutNV
$ cd "/lutris/xedit/drive_c/users/$USER/Local Settings/Application Data"
$ ln -s "/lutris/winesteam/prefix64/drive_c/users/$USER/Local Settings/Application Data/FalloutNV" FalloutNV
# This assumes that you have Lutris installed and have installed the wine v3.0 runner
# And probably a few other things like Steam version of FONV, etc
$ env WINEPREFIX="/lutris/xedit" "$HOME/.local/share/lutris/runners/wine/3.0-i386/bin/wine" "C:/SteamGames/steamapps/common/Fallout New Vegas/FNVEdit.exe"