Skip to content

EntryPointNotFoundException: ZkWayNet_getEdges (ZKCS: 1.3.0-cs.1) #18

@JaXt0r

Description

@JaXt0r

Current Behavior

When calling WayPointEdges on a Gothic world (tested with G1 and G2 worlds), the following exception occurs:

EntryPointNotFoundException: ZkWayNet_getEdges assembly:<unknown assembly> type:<unknown type> member:(null)
ZenKit.WayNet.get_Edges () (at <f44f6a1570f1473c812371570723a85c>:0)
ZenKit.WayNet.Cache () (at <f44f6a1570f1473c812371570723a85c>:0)

Reproduction

var world = new ZenKit.World(Vfs, "AnyWorld.zen");
var WayNet = (CachedWayNet)world.WayNet.Cache() // <- Caching calls the WP Edges and crashes.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions