You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quite frequently, about 1 out of 5 times, on startup of my application I get a panic from one of the various Unconvert functions in glc/convert.go. I have traced several of them down and they all seem to be getting 0s from the GetParameterInt function.
Are there sane defaults that can be chosen instead of panicking? Or maybe the error could be directly handled and recovered instead of panicking?
My env:
Arch Linux, with Nvidia + Intel Graphics using bumblebee I can provide the specific card details if it matters.
The text was updated successfully, but these errors were encountered:
Quite frequently, about 1 out of 5 times, on startup of my application I get a panic from one of the various Unconvert functions in glc/convert.go. I have traced several of them down and they all seem to be getting 0s from the GetParameterInt function.
Are there sane defaults that can be chosen instead of panicking? Or maybe the error could be directly handled and recovered instead of panicking?
My env:
Arch Linux, with Nvidia + Intel Graphics using bumblebee I can provide the specific card details if it matters.
The text was updated successfully, but these errors were encountered: