-
Notifications
You must be signed in to change notification settings - Fork 25
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
No GUI shown with compiled julia app using CImGui #68
Comments
MWE for this issue, I've run it on Windows: |
Does the JIT-ed version look good? |
Which version? |
I have the same problem when I work with 1.82.0. It works well with 1.79.1.
|
cc @pxl-th |
I just tried https://github.com/sairus7/CImGuiApp.jl. [10478] signal (11.1): Segmentation fault
in expression starting at /home/pxl-th/code/CImGuiApp.jl/test/runtests.jl:4
unknown function (ip: (nil))
Allocations: 55690543 (Pool: 55669430; Big: 21113); GC: 64 But then I just re-ran it second time and everything worked fine My info: julia> versioninfo()
Julia Version 1.9.0-beta4
Commit b75ddb787ff (2023-02-07 21:53 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 16 × AMD Ryzen 7 5800HS with Radeon Graphics
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-14.0.6 (ORCJIT, znver3)
Threads: 16 on 16 virtual cores
(CImGuiApp) pkg> st
Project CImGuiApp v0.1.0
Status `~/code/CImGuiApp.jl/Project.toml`
[5d785b6c] CImGui v1.82.0 `https://github.com/Gnimuc/CImGui.jl.git#master`
[e8efc688] ImPlot v0.3.0 `https://github.com/wsphillips/ImPlot.jl.git#main` |
Does this error happen with https://github.com/sairus7/CImGuiApp.jl or with something else? |
I tried https://github.com/sairus7/CImGuiApp.jl and found julia 1.8.5 would reproduce this problem and 1.9.0beta4 not. But as for my app, there is a bug report when I run my .exe compiled through 1.9.0beta4
|
The bug I met was caused by other reasons. My app now can be compiled successfully through julia 1.9.0beta4. |
I had the faded GUI issue with julia 1.8.5. I upgraded to 1.9.0 and I was able to compile successfully as well |
I have compiled an app using CImGui, but it doesn't show anything in main window:
Compilation script:
Entrypoint:
Any ideas why this can happen?
I'll try to make an MWE for this and link it below.
The text was updated successfully, but these errors were encountered: