Open jcbritobr opened 1 year ago
Can you provide more information on the julia and PackageCompiler versions. Thanks
Can you provide more information on the julia and PackageCompiler versions. Thanks
Hello. I update the description. PackageCompiler - v2.1.4
Did it work previously?
Can you add the detail of the sysimage you're building
Did it work previously?
Can you add the detail of the sysimage you're building
Hello. Was the first time I tryed to build a sysimage. I only had added PackageCompiler and used the function:
create_package([:Pluto, :Plots], sysimage_path="sysexplore.dll")
This is running on windows 10 x64 with julia 1.8.5
All the compilation process runned without issues. The problem only happens when I load the image, add Pluto and run Pluto.run(). The interface loads, and when a tried to load the notebook it crashes,
Another info I got here. This issue only happens when loading a notebook. If I create one it works as expected.
Can you share the notebook that you're trying to load?
Off corse. Here it is. explorer.zip
It happens when loading in everyone notebook.
Hello, good afternoon.
Pluto.jl is crashing running as precompiled package in sysimage. Dont know if the bug is from Pluto or PackageCompile, but as it crashes in a sysimage I will post the stack below.
julia - 1.8.5 PackageCompiler - v2.1.4 Pluto - v0.19.19