Skip to content

gsapi_init_with_args returns -100 #127

@stephanstapel

Description

@stephanstapel

Hello,

I am trying the code from this pull request:
#126

which is basically a wrapper around Ghostscript.net, not adding additional behavior to the core of the library.

I am initializing Ghostscript here

int rc_init = _gs.gsapi_init_with_args(instance, args.Length, args);

with these parameters:

grafik

I have simplified all paths as good as possible, tried it with 32 bit and 64 bit Ghostscript (adopting compilation target as well). I have tried both gs9.56.1 and gs10.03.1. Unfortunately I have no idea what else I could try. As I guess it is hard to guess from a distance what the reason might be, is there any chance to get further insights on what might happen here?

Thanks a lot in advance!

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