Jump to content

NMM 0.31.2 Released


Dark0ne

Recommended Posts

  • Replies 124
  • Created
  • Last Reply

Top Posters In This Topic

I don't seem to have a resume button. As far as I can recall because now as soon as I open NMM, it crashes.

 

I won't copy the entire tracelog here, just the bit where it mentions the unhandled exception;-

 

Tracing an Unhandled Exception:

Exception:

Message:

Object reference not set to an instance of an object.

Full Trace:

System.NullReferenceException: Object reference not set to an instance of an object.

 

Server stack trace:

at Nexus.Client.ModRepositories.Nexus.NexusModRepository.FindMods(String p_strModNameSearchString, String p_strModAuthor, Boolean p_booIncludeAllTerms)

at Nexus.Client.ModManagement.AutoUpdater.CheckForUpdate(IMod p_modMod)

at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)

at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)

 

Exception rethrown at [0]:

at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)

at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)

at System.Func`2.EndInvoke(IAsyncResult result)

at Nexus.Client.ModManagement.AutoUpdater.GotNewVersionNumber(IAsyncResult p_arsResult)

at System.Runtime.Remoting.Messaging.AsyncResult.SyncProcessMessage(IMessage msg)

at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)

at System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.ThreadPoolCallBack(Object o)

at System.Threading.ExecutionContext.runTryCode(Object userData)

at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)

at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)

at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)

at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)

 

Running Threads (0)

 

Going to go back to the previous version and see if that fixes it.

Edit - no it didn't. And having login issues now as well.

Link to comment
Share on other sites

Same issue here, login is not persistent and Nexus mod manager spams 6-8 exception errors before finally crashing (as in "no longer responding). Reinstall and downgrade to lower version did not work.

 

If it is helps - I included some extracts from two errorlogs below. I just hope its nothing too serious.

 

Regards

 

Jake

 

 

Tracing an Unhandled Exception:

Tracing an Unhandled Exception:

Message:

Object reference not set to an instance of an object.

Full Trace:

System.NullReferenceException: Object reference not set to an instance of an object.

 

 

Server stack trace:

at Nexus.Client.ModRepositories.Nexus.NexusModRepository.FindMods(String p_strModNameSearchString, String p_strModAuthor, Boolean p_booIncludeAllTerms)

at Nexus.Client.ModManagement.AutoUpdater.CheckForUpdate(IMod p_modMod)

at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)

at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)

 

Exception rethrown at [0]:

at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)

at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)

at System.Func`2.EndInvoke(IAsyncResult result)

at Nexus.Client.ModManagement.AutoUpdater.GotNewVersionNumber(IAsyncResult p_arsResult)

at System.Runtime.Remoting.Messaging.AsyncResult.SyncProcessMessage(IMessage msg)

at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)

at System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.ThreadPoolCallBack(Object o)

at System.Threading.ExecutionContext.runTryCode(Object userData)

at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)

at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)

at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)

at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)

 

Running Threads (0)

 

 

 

Server stack trace:

at Nexus.Client.ModRepositories.Nexus.NexusModRepository.FindMods(String p_strModNameSearchString, String p_strModAuthor, Boolean p_booIncludeAllTerms)

at Nexus.Client.ModManagement.AutoUpdater.CheckForUpdate(IMod p_modMod)

at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)

at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)

 

Exception rethrown at [0]:

at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)

at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)

at System.Func`2.EndInvoke(IAsyncResult result)

at Nexus.Client.ModManagement.AutoUpdater.GotNewVersionNumber(IAsyncResult p_arsResult)

at System.Runtime.Remoting.Messaging.AsyncResult.SyncProcessMessage(IMessage msg)

at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)

at System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.ThreadPoolCallBack(Object o)

at System.Threading.ExecutionContext.runTryCode(Object userData)

at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)

at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)

at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)

at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)

 

Running Threads (0)

 

Link to comment
Share on other sites

I am having same problem as ginnyfizz...

 

NMM keeps crashing with same thing in end of log report

Tracing an Unhandled Exception:

Exception:

Message:

Object reference not set to an instance of an object.

Full Trace:

System.NullReferenceException: Object reference not set to an instance of an object.

Link to comment
Share on other sites

Mine is not crashing, but logins won't stay. Every few minutes to an hour it makes me login again. Not a huge issue, but is is slightly annoying. I have a text file on me desktop with the password so I can just copy and paste into the box, so it only slows me down a little. I've never been able to retry download, resume if paused, yes, but if it fails there's no way to tell it to retry later nor even what the mod was that failed to download.

 

All in all though, thank you for the hard work everyone has put into NMM and Nexus in general. Now if we could get mod authors to call their README's something unique other than README.TXT... :)

 

Link to comment
Share on other sites

Now if we could get mod authors to call their README's something unique other than README.TXT... :)

 

I know exactly what you mean. Sadly, though, that would be just too easy. :psyduck:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...