-
Notifications
You must be signed in to change notification settings - Fork 47
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
Floresta.exeerror #304
Comments
Can you provide more details ? Firstly, how did you install it ? My guess is:
But please, provide more context so we can help you. |
I just downloaded the .exe file and opened. I am presuming that's wrong. |
Hmm. To be honest, I just use the out-of-the-box cross compilation to windows, but never tried to run it. We need to figure out the best way to ship stuff for windows. Probably need some installer to get @jaoleal did you succeed in running on windows? |
Also, @Davidson-Souza I wanted to find out if there's plans for a Start9 plugin. Cos that'll be nice as well |
This may be unrelated to this issue. You can open a discussion or tag us from discord to chat abour floresta... let this ambience for solving problems.
No, got the same error. Supporting this kind of binaries for windows will be a pain. Looks like the solution is to include statically the missing lib while compiling.
The best way is just telling them to use wsl2 instead of offering native support. Windows, by principle, is not a proper ambience to run Floresta: Windows is not optimized like unix systems and the development paradigm is different... it follows a GUI approach instead of TUI in unix systems. This makes harder to maintain and will force us to maintain it when the project evolves, possibly compromising Floresta in how it works and we already have some untested features which can be possibly broken on Im not against windows, i love to play games and i recognize that, in the moment, is the best OS for this... And i cant find any other way to talk any good about windows if not by gaming... |
I think that windows support is important. Just include the damn thing with I had to do this recently at Strata with macOS. EDIT: Also this is |
We should support windows, yes, but trough
Yes, delivering culture for them.
In the last quote, you notice how they made
(Yes, in windows you can access some users accounts if you have access do the device and a generic rescue ISO).
Yes, we can do native support. But we can do it smartly by supporting |
No, bitcoin-core does not support through WSL. In my humble opinion, what you should do: Just cross-compile it to an windows Then if that works, then you should close this off with:
You can do that with this GitHub action: https://github.com/ncipollo/release-action In fact, here's an example with macOS and Linux: https://github.com/storopoli/stoic-quotes/blob/4d0f58276be6189c77a276023d5391b256d932c6/.github/workflows/release.yml |
To be fair, whatever gets enabled, I want to, as an app dev, build a Wallet that runs Floresta, that'll help for scanning for Silent Payment and not having to worry about doing that as a light client. That's one of the futures I see for this project, asides using for my DATUM server to call GBT rpc in the future while pointing to Ocean pool |
I agree that having first-class support for Windows is a priority. Leaning towards statically building it, like I'm doing with *nix systems. Btw, it's really nice that now we have people using it in other environments, so we can find this kind of stuff. |
@Gudnessuche A solution to run the executable that were offering RN (without static link) is to run inside the git bash binary, the one that comes with git installation on windows or including libc on environment variables(which i personally recomend you to do to avoid encountering this type of issue again). Im just taking some tests inside a VM to upload the PR to solve this. |
LFG!!!!!!!!!!!! @jaoleal 🚀🚀 |
Once PR gets merged, we also need articulate documentation. I'd proof read the hell outta that and shill to normies at bitdevs |
I got it working on a Windows 11 using this. I'm also working on an actual installer. |
🔥🔥🔥🚀🚀🚀🚀🚀🫡🫡🫡🫡 |
Click here to view screenshot of the process from my Twitter. |
How do I fix this error?
The text was updated successfully, but these errors were encountered: