Opticos / GWSL-Source

The actual code for GWSL. And some prebuilt releases.
https://opticos.github.io/gwsl/
Other
1.16k stars 80 forks source link

Price confusion / Where are the binaries? #173

Open Seeker14491 opened 1 year ago

Seeker14491 commented 1 year ago

https://github.com/Opticos/GWSL-Source/blob/3b393e48fa1c00a8f41da64c9c25490a5a565a23/README.md?plain=1#L12-L16

but those releases don't contain binaries, and again just link to the Windows Store.

GWSL is great and I don't mind having paid for it on the Windows Store, but I'm confused by these discrepancies.

Pololot64 commented 1 year ago

Hi,

Yep sorry about that. I was updating GWSL over my winter break and ran out of time before I could make the GitHub version. Because of this (and because I haven't changed the site yet), there is the discrepancy. I have not discontinued the GitHub version but do not have the resources at the moment :( . I hesitate to edit the website since it is still FOSS and for now simply have the release pointing to the store. When I have more time I will try to figure this out...

Paul

Pololot64 commented 1 year ago

Ok, I temporarily edited the readme to explain 👍

thijse commented 1 year ago

Connected to this: I don't mind paying, but it would be great if there would be another way to get the binaries than the Windows Store alone. I am trying to run GWSL on my just-trying-stuff Windows 2022 Server, and there I do not have access to the Windows Store.

As a gap-filler for now, if I do a paypal donation of slightly more than a coffee and significantly less than a Tesla CyberTruck, could you mail me the most recent binaries?

Pololot64 commented 1 year ago

Haha yeah I can do that. Just email the email on the GWSL website :). I have to go dig up a recent version though. It will not be the most recent but still ok

serpro69 commented 1 year ago

Hi @Pololot64 , and thanks a lot for this app! Any chance this issue will be resolved soon and binaries will be available via github releases?

Pololot64 commented 1 year ago

No :/ extremely busy at school @serpro69 If you don't have store access like mentioned above, feel free to email me though.

serpro69 commented 1 year ago

I see. Thanks for the quick answer anyways :) I do have 1.4.0 installer saved from before, which works fine so far as I can tell. Still, would be nice to be able to get latest version. I guess the workaround for now would be to build it from source.

Pololot64 commented 1 year ago

The 1.4.5 build is mostly theming changes and bug fixes so if you don't notice anything you should be fine tbh.

wcrossley commented 1 year ago

Related to this, I was able to build the binaries myself, getting the "dist" directory, with a bunch of stuff underneath it. Running GWSL.exe seems to do what I want. But, I don't see any kind of installer. So how do I correctly install this after the build?

Pololot64 commented 1 year ago

Just put the folder anywhere. There will not be any difference to actually installing it.

hendra-jti commented 1 year ago

I see. Thanks for the quick answer anyways :) I do have 1.4.0 installer saved from before, which works fine so far as I can tell. Still, would be nice to be able to get latest version. I guess the workaround for now would be to build it from source.

if you dont mind, can you send me the installer ? direct link or gdrive link maybe thank you

serpro69 commented 1 year ago

if you dont mind, can you send me the installer ? direct link or gdrive link maybe thank you

I personally don't mind, but I'm not sure that I can share it (thinking about license etc) since it's not openly available anymore. I think your best option is to compile it yourself, or wait for the maintainers to fix this. Sorry.

Pololot64 commented 1 year ago

I see. Thanks for the quick answer anyways :) I do have 1.4.0 installer saved from before, which works fine so far as I can tell. Still, would be nice to be able to get latest version. I guess the workaround for now would be to build it from source.

if you dont mind, can you send me the installer ? direct link or gdrive link maybe thank you

Just noting be careful sharing binaries around. It is safer to build yourself.

hendra-jti commented 1 year ago

if you dont mind, can you send me the installer ? direct link or gdrive link maybe thank you

I personally don't mind, but I'm not sure that I can share it (thinking about license etc) since it's not openly available anymore. I think your best option is to compile it yourself, or wait for the maintainers to fix this. Sorry.

thanks for your reply. i have to build my self but some feature is not working

hendra-jti commented 1 year ago

I see. Thanks for the quick answer anyways :) I do have 1.4.0 installer saved from before, which works fine so far as I can tell. Still, would be nice to be able to get latest version. I guess the workaround for now would be to build it from source.

if you dont mind, can you send me the installer ? direct link or gdrive link maybe thank you

Just noting be careful sharing binaries around. It is safer to build yourself.

i was, but somehow i dont know exactly why i failed to build this

Pololot64 commented 1 year ago

Did you install all the libraries and run build.py? I can help with building it.

mahfoozm commented 1 year ago

receiving this error after building (all deps installed, Python 3.7)

image

Pololot64 commented 1 year ago

What file in what folder did you run? There are several folders made in /dist

mahfoozm commented 1 year ago

./build.py, tried running all 3 of the GWSL.exe's

mahfoozm commented 1 year ago

fixed after uncommenting --hidden-import=pkg_resources.py2_warn in build.py

Pololot64 commented 1 year ago

Cool

hendra-jti commented 1 year ago

Did you install all the libraries and run build.py? I can help with building it.

Sure, but this happen. image

when i screenshot it, it display as it should Screenshot_11

hendra-jti commented 1 year ago

Did you install all the libraries and run build.py? I can help with building it.

Sure, but this happen. image

when i screenshot it, it display as it should Screenshot_11

image i successfully build the app, there's not any error.

Pololot64 commented 1 year ago

You now need to go into the configuration and set acrylic_enabled to false. HDR breaks things for some reason.

hendra-jti commented 1 year ago

You now need to go into the configuration and set acrylic_enabled to false. HDR breaks things for some reason.

image but i can't enable auto export display/sound. whats wrong ?

Pololot64 commented 1 year ago

Have you themed your shell at all? (bash or zsh)

hendra-jti commented 1 year ago

Have you themed your shell at all? (bash or zsh)

I'm using zsh, but i was doing it from more shell option. It also doesnt work

Pololot64 commented 1 year ago

Hmm... can you post what your shell profile file looks like? (only the end)

hendra-jti commented 1 year ago

Hmm... can you post what your shell profile file looks like? (only the end)

image

Pololot64 commented 1 year ago

You can probably add the export code manually. export DISPLAY=\$(cat /etc/resolv.conf | grep nameserver | awk '{print \$2; exit;}'):0.0 #GWSL I believe it is that

hendra-jti commented 1 year ago

export DISPLAY=\$(cat /etc/resolv.conf | grep nameserver | awk '{print \$2; exit;}'):0.0 #GWSL

add it in the zsh ? if so, i have added it manually and repeat the proccess but still, i cant enable

hendra-jti commented 1 year ago

You can probably add the export code manually. export DISPLAY=\$(cat /etc/resolv.conf | grep nameserver | awk '{print \$2; exit;}'):0.0 #GWSL I believe it is that

i remember something that i was change the resolv.conf. why ? becasuse i while i using vpn wsl cant have access internet. so my resolv.conf right now is like this : nameserver 8.8.8.8

Pololot64 commented 1 year ago

I am not sure. I know VPN's have messed things up in the past

wowitsjack commented 9 months ago

I see. Thanks for the quick answer anyways :) I do have 1.4.0 installer saved from before, which works fine so far as I can tell. Still, would be nice to be able to get latest version. I guess the workaround for now would be to build it from source.

Can you post a link?

serpro69 commented 9 months ago

Can you post a link?

Sorry, I don't have any links. You'll need to build it from source or wait for the author to resolve this issue.

Pololot64 commented 9 months ago

I recommend building it from the source since I won't have the infrastructure to make any new builds any time soon (I'm a student). Otherwise, there were only a few changes in the latest version. You won't miss much staying with 1.4.0.