Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Gideros 2025.1 - Page 2 — Gideros Forum

Gideros 2025.1

2»

Comments

  • hgy29hgy29 Maintainer
    @keszegh, sorry I am very busy at the moment and it is difficult to find spare time to work on these. Luckily the player exhibit the issues, that should make it easier to reproduce and debug. I'll see what I can do today.
  • hgy29hgy29 Maintainer
    @keszegh, so I took some time to investigate both issues.
    On the Screen rendering side, I have no clue. Rendering code is called the same way as on Windows, it just doesn't draw anything. Resizing the window gives a glimpse of what its content should have been, but it is as if it was drawn on some kind of back buffer and never brought to front. QT or SO forums are not helpful so far, and I lack some kind of external OpenGL diagnostic tool on macOS.

    About the crash on exit, it is clear what happens: some statically allocated structures are destroyed in the wrong order when the application terminates, I am not sure yet how I will fix this, but I'll certainly find a way.

    Likes: MoKaLux, keszegh, pie

    +1 -1 (+3 / -0 )Share on Facebook
  • keszeghkeszegh Member
    thanks @hgy29, that's already some progress. i hope you can find the cause of the screen issue too, quite an important one (for me at least). let me know how i can help.
    e.g., should i try older versions of gideros to find where this error was introduced?

    Likes: MoKaLux

    +1 -1 (+1 / -0 )Share on Facebook
  • keszeghkeszegh Member
    edited 8:57PM
    UPDATED.
    some results of testing older gideros studios:
    2022-10 -screen issue YES, quit issue NO
    2021-01 -screen issue YES, quit issue NO
    2020-09 -studio does not start up
    2020-7-1 -studio does not start up
    2020-05 -studio does not start up, running directly player and loading the project, it seemed that screen issue YES, although second time it just froze, so i'm not sure i did it right.
    yet this one works:
    2020-04 screen issue NO, quit issue NO
    2019-12-1 -screen issue NO, quit issue NO

    so in any case it is a good start to look between 2020-04 and 2020-05


    Likes: MoKaLux

    +1 -1 (+1 / -0 )Share on Facebook
Sign In or Register to comment.