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
I created a haskell desktop app using monomer (source). When users run the freshly compiled app on apple's M1 chip, resizing the window (or changing the display resolution while the app is running) causes the app to crash with:
Renderer: Apple M1 Pro
Version: 4.1 Metal - 88.1
UNSUPPORTED (log once): GLRTextureViewResource *makeTextureViewRscIfNeeded(GLRTextureResource *, const MTLPixelFormat, const MTLTextureType, const NSRange, const NSRange, const MTLTextureSwizzleKey): unhandled newTextureViewWithPixelFormat and diffSwizzleKey !!! THIS WILL BE WRONG !!!
[1] 98896 segmentation fault ./p2p-wallet
I read in this issue about possibly using appRenderOnMainThread so I had the users try adding that option to the AppConfig, and it solved the problem. But the haddocks say this config is no longer needed and is scheduled to be deprecated. Due to this bug, I think this config option is still needed.
The text was updated successfully, but these errors were encountered:
I created a haskell desktop app using monomer (source). When users run the freshly compiled app on apple's M1 chip, resizing the window (or changing the display resolution while the app is running) causes the app to crash with:
I read in this issue about possibly using
appRenderOnMainThread
so I had the users try adding that option to theAppConfig
, and it solved the problem. But the haddocks say this config is no longer needed and is scheduled to be deprecated. Due to this bug, I think this config option is still needed.The text was updated successfully, but these errors were encountered: