openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.97k stars 2.55k forks source link

Nightly build with old project generator #8053

Closed roymacdonald closed 3 weeks ago

roymacdonald commented 3 months ago

Hi, The nightly build has an old and very buggy version of PG. Also, the one linked in the PG readme is this same older one. Please update the nightly download so it contains the newer and without so many bugs version of PG.

I guess that it just implies to run a remote build of PG.

@ofTheo

ofTheo commented 3 months ago

oh huh - I guess that we need to find a better way to keep the head up to date.

edit - actually the PG at https://github.com/openframeworks/projectGenerator/releases is up to date - last built 2 days ago. does that one not show up in the OF nightly download?

going to take a look now. pinging @danoli3 and @dimitre

ofTheo commented 3 months ago

Hmm - yeah the nightly one does seem busted.

If I use the PG app from April 2024 everything works fine.

Screenshot 2024-07-17 at 8 01 40 PM

If I use the nightly build I get:

Screenshot 2024-07-17 at 8 02 48 PM

It doesn't seem to be making the folder for the project name in OF/apps/myApps - so the generation errors out.

danoli3 commented 3 months ago

Shall look into this more. No issues on my local end, shall do more folder tests it might be downloads folder permissions

On Thu, 18 Jul 2024 at 1:05 PM, Theodore Watson @.***> wrote:

Hmm - yeah the nightly one does seem busted.

If I use the PG app from April 2024 everything works fine. Screenshot.2024-07-17.at.8.01.40.PM.png (view on web) https://github.com/user-attachments/assets/38135706-4f7f-4ebc-acc3-f17bd3ad29f7

If I use the nightly build I get: Screenshot.2024-07-17.at.8.02.48.PM.png (view on web) https://github.com/user-attachments/assets/4238d0a2-e840-47ce-b032-7820a4187b36

It doesn't seem to be making the folder for the project name in OF/apps/myApps - so the generation errors out.

— Reply to this email directly, view it on GitHub https://github.com/openframeworks/openFrameworks/issues/8053#issuecomment-2235219395, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGK2HFH2LUEONEFRF2NE5DZM4WINAVCNFSM6AAAAABLBNOB2GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZVGIYTSMZZGU . You are receiving this because you were mentioned.Message ID: @.***>

danoli3 commented 3 months ago

Nightly says April but files are recent

On Thu, 18 Jul 2024 at 5:03 PM, Dan Rosser @.***> wrote:

Shall look into this more. No issues on my local end, shall do more folder tests it might be downloads folder permissions

On Thu, 18 Jul 2024 at 1:05 PM, Theodore Watson @.***> wrote:

Hmm - yeah the nightly one does seem busted.

If I use the PG app from April 2024 everything works fine. Screenshot.2024-07-17.at.8.01.40.PM.png (view on web) https://github.com/user-attachments/assets/38135706-4f7f-4ebc-acc3-f17bd3ad29f7

If I use the nightly build I get: Screenshot.2024-07-17.at.8.02.48.PM.png (view on web) https://github.com/user-attachments/assets/4238d0a2-e840-47ce-b032-7820a4187b36

It doesn't seem to be making the folder for the project name in OF/apps/myApps - so the generation errors out.

— Reply to this email directly, view it on GitHub https://github.com/openframeworks/openFrameworks/issues/8053#issuecomment-2235219395, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGK2HFH2LUEONEFRF2NE5DZM4WINAVCNFSM6AAAAABLBNOB2GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZVGIYTSMZZGU . You are receiving this because you were mentioned.Message ID: @.***>

danoli3 commented 3 months ago

Wait what. I just tested the latest nightly, osx: no issues:

Screenshot 2024-07-18 at 7 10 37 PM

What are the steps to produce this error.

danoli3 commented 3 months ago

Oh generating a new project, not updating: gotcha! yeah none of the damn checks do that

danoli3 commented 3 months ago

Also if you want Debug Console with the PG run it from double clicking on the macOS

Screenshot 2024-07-18 at 7 16 34 PM
danoli3 commented 3 months ago

Yeah there was heaps of busted stuff in PG recently why I dived into it to fix it up and figure out the monster, I must not have checked new project alas!

I suspect a few more teething issues thanks for report @roymacdonald

roymacdonald commented 3 months ago

Thanks to you @danoli3 for all the energy and time you put into OF.

danoli3 commented 3 months ago

Nightly still busted projectGenerator shall be fixed for today