Menu

#5 IllegalMonitorState in GetGridRegion / Teleporting

v0.7
closed-fixed
None
5
2013-11-18
2013-10-11
Iain Price
No

GetGridRegion inside GridManager throws IllegalMonitorStateException's when the function tries to lock around the Name field in the callback.

I'm not a guru on how libomv ties all its stuff together but my hotfix seems to be

Line 582: synchronized(Name) { Name.notifyAll(); }
Line 596: synchronized(name) { name.wait(_Client.Settings.MAP_REQUEST_TIMEOUT); }

And that seems to make it all work for me.

Discussion

  •  Frederick Martian

    • status: open --> closed-fixed
    • assigned_to: Frederick Martian
     
  •  Frederick Martian

    fixed in repository: r1021

     

Log in to post a comment.

MongoDB Logo MongoDB