Skip to content

[BUG] native library unloads on both sides #61

@SupinePandora43

Description

@SupinePandora43

Describe the bug
unloading module on server side, will unload native requirements, while client side uses them

To Reproduce

Example module with native dll requirement
SV: dotnet_load("Example")
CL: dotnet_load("Example")
SV: dotnet_unload("Example")
CL: try use code from native library
CL: System.AccessViolationException // something like nullpointerexception

Expected behavior

not unload native requirement

  • Garry's Mod Windows

i'm working on making my module server sided.
this can't be done easily i think.
it's not critical.
just todo maybe

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions