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

"Start Lisp Instance" not working #74

Closed
frankiechz opened this issue May 9, 2023 · 5 comments
Closed

"Start Lisp Instance" not working #74

frankiechz opened this issue May 9, 2023 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@frankiechz
Copy link

frankiechz commented May 9, 2023

Plugin version: 0.5.1

When pressing the "Start Lisp Instance" button I get the following error:

java.lang.AssertionError
	at com.en_circle.slt.plugin.SltLibrary.extractAndCopy(SltLibrary.java:42)
	at com.en_circle.slt.plugin.SltLibrary.getSltPath(SltLibrary.java:35)
	at com.en_circle.slt.plugin.SltLibrary.getLibraryInitFile(SltLibrary.java:18)
	at com.en_circle.slt.plugin.environment.SltSBCLEnvironment.prepareProcessEnvironment(SltSBCLEnvironment.java:52)
	at com.en_circle.slt.plugin.environment.SltLispEnvironmentProcess.start(SltLispEnvironmentProcess.java:34)
	at com.en_circle.slt.plugin.services.lisp.LispEnvironmentServiceImpl.doStart(LispEnvironmentServiceImpl.java:185)
	at com.en_circle.slt.plugin.services.lisp.LispEnvironmentServiceImpl.lambda$start$1(LispEnvironmentServiceImpl.java:129)
	at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:252)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base/java.lang.Thread.run(Thread.java:833)
@Enerccio
Copy link
Owner

Enerccio commented May 9, 2023

How did you install it?

@Enerccio Enerccio self-assigned this May 9, 2023
@Enerccio Enerccio added the bug Something isn't working label May 9, 2023
@Enerccio
Copy link
Owner

Enerccio commented May 9, 2023

Hmm, looks like something went wrong with building the images. Sigh.

@Enerccio Enerccio added this to the 0.5.2 milestone May 9, 2023
@Enerccio
Copy link
Owner

Enerccio commented May 9, 2023

Looks like they changed gradle build to use "instrumented" versions of the build which means my zip task was invoked too late. Making a hotfix and sending it for approval right now. For now you have to downgrade.

@Enerccio Enerccio removed this from the 0.5.2 milestone May 9, 2023
@Enerccio
Copy link
Owner

Enerccio commented May 9, 2023

Sorry about this. I released new manual release and sent plugin for reverification. I should have caught that.

@Enerccio Enerccio closed this as completed May 9, 2023
@frankiechz
Copy link
Author

No problem! This project is so impressive! Expect another patron soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants