Skip to content
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

Cool idea. Dies a horrible death under Wayland #2

Closed
mlongval opened this issue Feb 13, 2023 · 4 comments
Closed

Cool idea. Dies a horrible death under Wayland #2

mlongval opened this issue Feb 13, 2023 · 4 comments

Comments

@mlongval
Copy link

Cloned the repository and chmod +x run-linux.sh, then ran it....

(scapp:3787030): Gdk-CRITICAL **: 14:47:43.381: gdk_wayland_window_set_dbus_properties_libgtk_only: assertion 'GDK_IS_WAYLAND_WINDOW (window)' failed
root [object Object]
tape [object Object]
tape [object Object]

(scapp:3787030): Gdk-WARNING **: 14:47:44.781: ../../../../../gdk/x11/gdkwindow-x11.c:5653 drawable is not a native X11 window
Segmentation fault (core dumped)

Running on Ubuntu 22.04 Gnome on Wayland

@4silvertooth
Copy link
Owner

4silvertooth commented Feb 14, 2023

That was a known bug in Sciter sdk, I've updated the sdk to latest now, can you try again? I don't have access to Linux box right now to test it.

@mlongval
Copy link
Author

Ok. Redownloaded. Did the chmod +x thing. Now it runs. I can add text, move up and down, add lines, but if I add an operation OTHER than +, ie (*) x or / (division) it segfaults.

./run-linux.sh: line 5: 19820 Segmentation fault (core dumped) sdk/bin/linux/x64/scapp src/main.htm
Is there some logfile I could send you?

@4silvertooth
Copy link
Owner

4silvertooth commented Feb 15, 2023

There are no logs as such, mult and div to replace the symbol uses plaintext transaction which had a bug-fix in SDK recently, I'll see into any regression bug.

@mlongval can you check if it segfaults if you turn off mult and div symbol replacement in seetings (click the gear icon)

4silvertooth added a commit that referenced this issue Feb 17, 2023
sdk: sciter sdk update to v5.0.2.5
@4silvertooth
Copy link
Owner

@mlongval
This commit should fix the division and multiplication symbol replacement crash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants