View Single Post
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 08-25-2016 , 08:49   Re: Dynamic Objects and Properties - v.0.0.16 - [2016.07.14]
Reply With Quote #104

Steps towards FindByMemberValue(Dynamic params)
- Fixed .Push* methods not storing membernames correctly
- Fixed .CompareString/ByOffset
- Some more tests added to SelfTest
- First version of .FindByMemberValue
- Add garbage collection to OnLibraryRemoved forward
- Reset player settings on post disconnect
- Implement .Reset
- Implement .GetName properly
- Fix SelfTest reporting errors for Vector conversions

Quote:
Originally Posted by PUNKSNOTDEAF View Post
New update works fine. I only get the following error each mapchange.

Code:
L 08/25/2016 - 10:24:03: Error log file session closed.
L 08/25/2016 - 10:24:04: SourceMod error session started
L 08/25/2016 - 10:24:04: Info (map "de_mirage") (file "errors_20160825.log")
L 08/25/2016 - 10:24:04: [SM] Exception reported: Could not read Handle b8490022 (error 1)
L 08/25/2016 - 10:24:04: [SM] Blaming: third/dynamic.smx()
L 08/25/2016 - 10:24:04: [SM] Call stack trace:
L 08/25/2016 - 10:24:04: [SM]   [0] GetPluginStatus
L 08/25/2016 - 10:24:04: [SM]   [1] Line 131, dynamic.sp::OnMapStart()
Be careful storing Handles. This makes me think a piece of code is calling delete on your handle, and is NOT calling .SetHandle("member", null);

Also update to the latest Dynamic master branch download as I had recently fixed a similar bug around Handles.
__________________
Neuro Toxin is offline