screenpipe icon indicating copy to clipboard operation
screenpipe copied to clipboard

[bounty] The given version [19] is not supported, only version 1 to 10 is supported in this build

Open louis030195 opened this issue 11 months ago • 6 comments
trafficstars

Screenshot 2024-11-28 at 8 08 53 AM

/bounty 50

louis030195 avatar Nov 28 '24 16:11 louis030195

💎 $50 bounty • Screenpi.pe

Steps to solve:

  1. Start working: Comment /attempt #794 with your implementation plan
  2. Submit work: Create a pull request including /claim #794 in the PR body to claim the bounty
  3. Receive payment: 100% of the bounty is received 2-5 days post-reward. Make sure you are eligible for payouts

Thank you for contributing to mediar-ai/screenpipe!

Add a bounty • Share on socials

Attempt Started (GMT+0) Solution
🟢 @Neptune650 #830

algora-pbc[bot] avatar Nov 28 '24 16:11 algora-pbc[bot]

maybe its related to nvidia gpu + ort (its running on rtx4060)

louis030195 avatar Nov 28 '24 18:11 louis030195

maybe its related to nvidia gpu + ort (its running on rtx4060)

@louis030195 It's not related to the Nvidia GPU but rather the way that Windows handles dynamic libraries.

It's loading an older version of onnxruntime.dll at C:\Windows\System32

While it should be running the one that's packaged with Screenpipe. The DLL has to be in the same place as screenpipe.exe so Windows runs it first.

See https://github.com/microsoft/onnxruntime/issues/11230

Neptune650 avatar Nov 29 '24 01:11 Neptune650

well if you know how to fix and want to send a PR!

louis030195 avatar Nov 29 '24 18:11 louis030195

well if you know how to fix and want to send a PR!

@louis030195 The thing is that currently this doesn't happen with users, did you use Tauri in your build environment and are you sure there's an onnxruntime.dll where your screenpipe.exe is.

Neptune650 avatar Nov 30 '24 17:11 Neptune650

💡 @Neptune650 submitted a pull request that claims the bounty. You can visit your bounty board to reward.

algora-pbc[bot] avatar Dec 02 '24 22:12 algora-pbc[bot]

🎉🎈 @Neptune650 has been awarded $50! 🎈🎊

algora-pbc[bot] avatar Dec 03 '24 00:12 algora-pbc[bot]

for people who still have this issue, get the latest onnx runtime release from here: https://github.com/microsoft/onnxruntime/releases And extract the onnxruntime.dll to wherever your screenpipe.exe is.

This in itself is a bit a questionable thing btw. since it opens screenpipe to DLL sideloading attacks, but that imho is a different story.

WildDogOne avatar Dec 09 '24 15:12 WildDogOne