Application Details:
Version: | 0.45.6 |
License: | Open Source |
URL: | http://oblivion.nexusmods.com/... |
Votes: | Marked as obsolete |
Latest Rating: | Gold |
Latest Wine Version Tested: | 1.7.4 |
Maintainers: About Maintainership
What works
Search games, select game, download, install & remove mods
What does not
Tab "Download" in settings
Workarounds
What was not tested
Other functions
Hardware tested
Graphics:
Additional Comments
Create clear wineprefix. Update winetricks. Disable window managment & decoration in winecfg because lags with focus on form when show hints. # GDI+ for .NET Framework (optionaly) winetricks -q gdiplus_winxp # MS XML 3 for .NET Framework 3.5 winetricks -q msxml3 # Internet Explorer required for work NMM winetricks -q ie8 # Remove winemono wine uninstaller --remove '{E45D8920-A758-4088-B6C6-31DBB276992E}' # DLL override for correct setup .NET Framework export WINEDLLOVERRIDES=ngen.exe,mscorsvw.exe=b # .NET Framework 2.0 SP2 (http://www.microsoft.com/en-us/download/details.aspx?id=1639) wine NetFx20SP2_x86.exe /lang:ENU /q # .NET Framework 3.5 SP1 (http://www.microsoft.com/en-us/download/details.aspx?id=25150) wine dotnetfx35.exe /lang:ENU /q Edit by maintainer: As stated by the OP, several game modes require replacing their respective DLLs with versions recompiled under Mono. Fallout3, FalloutNV, Morrorwind, Oblivion and Skyrim DLLs can be downloaded here: http://goo.gl/tZF4z6 The respective source code can be found here: https://github.com/mopo3ilo/nexusmodmanager/tree/mopo3ilo-mono
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 12.04 "Precise" amd64 (+ variants like Kubuntu) | Oct 28 2013 | 1.7.4 | Yes | Yes | Gold | Dr.MoPo3ilo | ||
Show | Linux Mint 15 "Olivia" x86_64 | Aug 12 2013 | 1.6 | Yes | No | Garbage | Rob Whalley |
Bug # | Description | Status | Resolution | Other apps affected |
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Travis Greenman on Monday December 16th 2013, 13:09
Error from hitting a file with an invalid character:
NotSupportedException while getting files from: Z:\run\xdmctl\dmctl-:0
Tracing an Unhandled Exception:
Exception:
Message:
The given path's format is not supported.
Full Trace:
System.NotSupportedException: The given path's format is not supported.
at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath)
at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath)
at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList)
at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath)
at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
at System.IO.Directory.GetDirectories(String path, String searchPattern, SearchOption searchOption)
at System.IO.Directory.GetDirectories(String path)
at Nexus.Client.Games.FileSearcher.DoWork(Object[] p_objArgs)
at Nexus.Client.ThreadedBackgroundTask.DoWork(Object[] p_objArgs, String& p_strMessage)
at Nexus.Client.ThreadedBackgroundTask.RunThreadedWork(Object p_objArgs)
at Nexus.Client.ThreadedBackgroundTask.RunThread(Object p_objArgs)
at Nexus.Client.Util.Threading.TrackedThread.RunParameterizedThread(Object p_objParam)
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart(Object obj)
by azkay on Wednesday December 25th 2013, 5:22
by Dr.MoPo3ilo on Monday October 28th 2013, 5:25
Full instruction: goo.gl/1KzXSJ
With five mods (Fallout3, FalloutNV, Morrorwind, Oblivion, Skyrim) show error on load. I fix and recompile them: goo.gl/tZF4z6
by Igor Zinovyev on Monday October 28th 2013, 6:12
Check out the section 4 of the GPLv2 license:
www.gnu.org/licenses/old-licenses/lgpl-2.0.html
by Dr.MoPo3ilo on Monday October 28th 2013, 7:03
github.com/mopo3ilo/nexusmodmanager/tree/mopo3ilo-mono