Skip to content

Regression in Silk.OpenAL #414

Closed
Closed
@Nihlus

Description

@Nihlus

Summary

During the 2.0 previews, _alContextApi.OpenDevice(null); worked as expected and selected the default device. On the 2.1 release, the call to the OpenDevice method (using a null argument) fails with a null pointer exception.

The stack trace suggests this error originates from a string marshalling operation, which should not be neccesary in the case of a null value.

Steps to reproduce

Call OpenDevice with a null argument.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions