-
Notifications
You must be signed in to change notification settings - Fork 518
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
Failed to add image 'zbstudio/res/32/FOLDER-PROJECT.png' to the image list. #1171
Comments
@ildar, thank you for the report! I saw the first issue you describe on macOS and Windows and expected the commit fb564b9 to fix this (and it does fix it on macOS and Windows). Do you know if it works for you in v2.00 (before that commit is applied)? If it does, what's the value returned by With respect to the second issue, not sure what to say. I've never seen anything like what you describe. Does the local console work correctly for you (when you click)? Does the issue only show when you click? |
I am sorry I forgot to mention important infos: I'm using self-built wxlua (and other binaries).
So the result:
* 2.0 with bundled wx: works as usual
* 2.01 with bundled wx: no errors reported, icons shown, but vertical spacing in the Project tree is ~doubled.
* 2.0 with self-built wx: complains with errors, doesn't show the main window
* 2.01 with self-built wx: all the things in the bug description.
About page: Built with wxWidgets 3.2.1, wxLua 3.2.0.2, Scintilla 3.7.2
I might probably upgrade wxLua. Soon
|
2.0 with self-built wx:
|
and yes, `ide:GetContentScaleFactor()` surely == 2
|
Paul, have any idea how to fix that? maybe gather some logs?
|
oh! my fault.
the problem is seen only in XWayland (I moved ~ at that time).
I just checked: in the AwesomeWM (X11) icons look as usual.
So problem description should be extended with:
* WM: Hyprland (Wayland)
Yet I'm pretty sure that 2.0 worked fine in Hyprland.
|
@ildar, I'm a bit confused, as If this only happens in Wayland, I wonder if you could test with line package.lua:1130 to always be set to 1 (instead of |
Paul,
I am very sorry I missed you message again.
I'm still with 2.01 and after I changed the line like this:
- local scale = mac and 1 or ide:GetContentScaleFactor()
+ local scale = 1
I get ZBS crashing with log attached.
[1.log](https://github.com/pkulchenko/ZeroBraneStudio/files/15167462/1.log)
|
Greetings!
I just started ZBS v2.01 in the Wayland session and was glad to see it works (1.90 fails). Two errors I see:
e
in the workimage
and the cursor appears beforei
.The text was updated successfully, but these errors were encountered: