-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sigrock plugin, error on Windows #448
Comments
Thanks for test in Windows! I’m checking the spaces in the path for this os.
Anyway In the next days i’m updating icerock and i’m changing the capture.raw fonder to make more accessible.
Thanks!
…----- Mensaje original -----
De: aalku <[email protected]>
Para: FPGAwars/icestudio <[email protected]>
CC: Subscribed <[email protected]>
Enviado: Sat, 24 Oct 2020 15:49:19 +0200 (CEST)
Asunto: [FPGAwars/icestudio] Sigrock plugin, error on Windows (#448)
Sigrock plugin is not correcly working on windows.
I debugged two reasons.
1. It's using icestudio folder for the raw file. That's forbidden unless running as administrator. It should use for example `%userprofile%/.icestudio/`
2. It's not supporting blanks in the path to the raw file when calling pulseview.exe. Something's wrong there.
It's working nicelly if I override the default behaviour of windows by installing icestudio on `C:\icestudio` instead of the default `c:\program files\icestudio` and then running icestudio as administrator (equivalent to sudo on Windows).
Just a small issue of a work in progress plugin. Great work!
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#448
|
In develop branch is fixed, icerok.raw creates in the ice-build folder created in the same dir that your .ice file. If you dont save your .ice file or icestudio cant write in the .ice dir, uses temporal folder. Try it and tell us. This night will be a new nightly build if you want to download the binary. Stay this issue open until you tell us if it works. Thanks a lot! |
It's not working for me :( |
Yes this versión is a probé of concept i am redactoring it, wait some days!! 🙃
|
Sigrock plugin is not correcly working on windows.
I debugged two reasons.
%userprofile%/.icestudio/
It's working nicelly if I override the default behaviour of windows by installing icestudio on
C:\icestudio
instead of the defaultc:\program files\icestudio
and then running icestudio as administrator (equivalent to sudo on Windows).Just a small issue of a work in progress plugin. Great work!
The text was updated successfully, but these errors were encountered: