lem icon indicating copy to clipboard operation
lem copied to clipboard

Cannot start lem again after exit

Open rpx99 opened this issue 1 year ago • 4 comments

Once I exit Lem and fall back on the sbcl repl I cannot start lem again (sdl2).

(:LEM-SDL2)
* (lem:lem)
NIL
* (lem:lem)
NIL

I need to quit sbcl and quickload again to be able to start lem again.

rpx99 avatar Sep 19 '23 17:09 rpx99

Indeed, that maybe a problem, Lem is not intended to be launch using the REPL, you can compile the lem to an image using the make command: make build-sdl2

https://lem-project.github.io/lem-page/installation/getting-started/#with-make

Sasanidas avatar Sep 20 '23 16:09 Sasanidas

Hm, but why ? :-)

rpx99 avatar Sep 20 '23 18:09 rpx99

I'm not sure, but it's probably to some initialization configuration :thinking:

Sasanidas avatar Nov 17 '23 15:11 Sasanidas

Thank you for the report. This problem has been neglected, but I want to fix.

cxxxr avatar Nov 17 '23 15:11 cxxxr