Cyrix126 / gupaxx

Fork of Gupax integrating the XMRvsBeast Raffle
https://xmrvsbeast.com
GNU General Public License v3.0
26 stars 3 forks source link

Crash at startup Windows #34

Closed Cyrix126 closed 2 hours ago

Cyrix126 commented 3 hours ago

OS & Version:

e.g: Windows 11, possibly Linux/Mac, since Gupaxx v1.4.2

Bug

Possibly the cause: Gupaxx was setting custom style for his visual. But if the OS ignore this theme and force his, code that calls specific object in the custom style will get nowhere and panic since a new style is set. Apparently on Windows (not all system ?), it changes the style just after starting which leads to a crash without the window even showing.

This happens upgrading egui to 0.29

The solution is to make the style apply not only to the current one but to all.

Cyrix126 commented 2 hours ago

fixed by https://github.com/Cyrix126/gupaxx/commit/b57fcb7207ac6df58949d64e4ea1b568dd42937e

Cyrix126 commented 2 hours ago

closed by release v1.5.2