Skip to content

Regression in Silk.OpenAL #414

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions