Xenonsmurf / FFxi-Navmesh-Builder

c# Application to help build navigation meshes for FFXI using collision data and Recast Detour.
GNU General Public License v3.0
12 stars 10 forks source link

ffxinav.dll memory leak #2

Open Xenonsmurf opened 3 years ago

Xenonsmurf commented 3 years ago

Possible memory leak when building the meshes.

this is causing the dump all meshes thread to fail as the system stops allocating memory to the builder.

Xenonsmurf commented 3 years ago

memory leak is taking a little longer to fix, sorry for the delay

dcasadevall commented 3 years ago

I can help with this if you open source the ffxinav dll itself.

FYI I made https://github.com/dcasadevall/FFXI-Navmesh-Builder which uses your source (attributed) but with a simplified UI. I didn't fork the repo given that the scaffold of the project is completely different, but respected all source code attributions etc...

Xenonsmurf commented 3 years ago

Hi, apologise for the slow reply. due to work and rl, development on this slowed right down. I appreciate the offer to help with the memory leak, but at the moment the dll will remain closed source.

I checked out you're project, good work, its nice to see someone clean up the code and make use of it etc.

/xen