Skip to content

AssimpContext.ExportFile broken #62

@Xeeynamo

Description

@Xeeynamo

Using ExportFile method always results to a crash, regardless the format I am exporting to:
using var ctx = new AssimpContext(); ctx.ExportFile(new Scene(), fileName, "obj");

Exception:
System.AccessViolationException: 'Attempted to read or write protected memory. This is often an indication that other memory is corrupt.'

I am using .Net Core 3.1 and AssimpNet 4.1.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions