WineHQ

Nexus Mod Manager

Open beta, description from website: "The Nexus Mod Manager (NMM) is a free and open source piece of software that allows you to download, install, update and manage your files through an easy to use interface. It integrates with the Nexus sites to provide you with a fast, efficient and much less hassled modding experience."

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

Free Download Download from nexusmods.com

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

It was possible to install the tool after installing .NET 3.5 via winetricks.

Nexus Mod Manager loaded fine and tried searching but crashed with "The given path's format is not supported". Log file showed "NotSupportedException while getting files from: Z:\var\lib\bluetooth\00:26:83:2F:88:E7"

Removed Z: drive from winecfg, ran search and found applications ok, then closed application. Re-enabled Z: drive, loaded application, started fine.

The game selection screen was then shown.

What does not

After selecting the required game, a loading splash image was shown, but the application then crashed, erroring with:

The UriTemplate 'Sessions/?Login&username={p_strUsername}&password={p_strPassword}' is not valid; each portion of the query string must be of the form 'name=value'. See the documentation for UriTemplate for more details.

This prevents any further progress.

See also this thread where someone else has reported the same problem: http://forums.nexusmods.com/index.php?/topic/1001171-nexus-mod-manager-on-wine/

Noted also this thread where it has happened to a Windows user and was resolved by removing and re-installing .NET: http://forums.nexusmods.com/index.php?/topic/808068-help/

Workarounds

What was not tested

Unable to get login form to appear, so unable to test any mod functionality.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

Note that dotnet30sp1 failed but was fixable as per https://code.google.com/p/winetricks/issues/detail?id=263 cd ~/.cache/winetricks/dotnet30sp1 wine msiexec /i XPSEP%20XP%20and%20Server%202003%2032%20bit.msi Sourceforge release code (uses Mercurial) here: http://sourceforge.net/p/nexusmodmanager/codehg/ci/default/tree/

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowUbuntu 12.04 "Precise" amd64 (+ variants like Kubuntu)Oct 28 20131.7.4Yes Yes GoldDr.MoPo3ilo 
CurrentLinux Mint 15 "Olivia" x86_64Aug 12 20131.6Yes No GarbageRob Whalley 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

Comments

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

Crash Scanning Z: drive in wine.
by Travis Greenman on Monday December 16th 2013, 13:09
You have to stop the scanning process of the other games it doesn't instantly find a match to before they reach the Z: drive in wine otherwise it'll crash when it hits files with characters that are invalid in windows, like ones with : in them.

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)
RE: Crash Scanning Z: drive in wine.
by azkay on Wednesday December 25th 2013, 5:22
I got past the scanning problem by opening up winecfg and removing the Z / drive, can add it back after.
Additional Info
by Dr.MoPo3ilo on Monday October 28th 2013, 5:25
Sorry, forgot two moments.
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
RE: Additional Info
by Igor Zinovyev on Monday October 28th 2013, 6:12
It is very good that you have gone to such great lengths as to fix and compile some dlls yourself. But it looks like you're violating the GPL license by posting the DLLs without providing the corresponding source code.

Check out the section 4 of the GPLv2 license:
www.gnu.org/licenses/old-licenses/lgpl-2.0.html
RE: Additional Info
by Dr.MoPo3ilo on Monday October 28th 2013, 7:03
Back