Skip to content

Use older GLIBCXX ? #9511

Closed Answered by bburdette
bburdette asked this question in Q&A
Discussion options

You must be logged in to vote

Yep, back in business! Last thing was I had to change my old invoke declaration:

      // const { invoke } = window.__TAURI__.tauri;
      const invoke = window.__TAURI_INTERNALS__.invoke;

So to sum up:

  • rebuild flake dev environment with newer nixpkgs (was using an old custom one)
  • rebuild my system so DRI driver matches system DRI driver.
  • properly install nvidia drivers
  • run with WEBKIT_DISABLE_DMABUF_RENDERER=1
  • update tauri 'invoke' declaration

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by bburdette
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants