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

Unable to fetch *ANY* wine engine after staging x86 4.9 build #881

Closed
Kreyren opened this issue Mar 5, 2019 · 50 comments
Closed

Unable to fetch *ANY* wine engine after staging x86 4.9 build #881

Kreyren opened this issue Mar 5, 2019 · 50 comments
Labels

Comments

@Kreyren
Copy link
Contributor

Kreyren commented Mar 5, 2019

Results in:

image

HOTFIX: Install wine manually.

Suspect bug?

Originally posted by @Kreyren in #797 (comment)

@plata
Copy link
Collaborator

plata commented Mar 5, 2019

Any error during Wine installation? What exactly did you do?

@ImperatorS79
Copy link
Contributor

@Kreyren Are there files in .Phoenicis/engines/wine/staging-linux-x86/4.2/bin ?

@Zemogiter
Copy link
Contributor

Zemogiter commented Mar 5, 2019

This error mentions wine staging 4.2 x86 but there is no such wine in Engines tab.

java.lang.RuntimeException: java.io.IOException: Cannot run program "/home/jonasz/.Phoenicis/engines//wine/staging-linux-x86/4.2/bin/wine" (in directory "/home/jonasz/.Phoenicis/containers/wineprefix/League of Legends"): error=2, Nie ma takiego pliku ani katalogu
	at jdk.scripting.nashorn/jdk.nashorn.internal.runtime.linker.JavaAdapterServices.wrapThrowable(JavaAdapterServices.java:285)
	at jdk.nashorn.javaadapters.org_phoenicis_engines_Engine.run(Unknown Source)
	at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$913$4947AAAZZA$\^eval\_.run(engines.wine.engine.object:178)
	at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$912$219A$\^eval\_$cu1$restOf.regedit#open(engines.wine.plugins.regedit:12)
	at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$899$287$\^eval\_$cu1$restOf.luna(engines.wine.verbs.luna:29)
	at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$858$493$\^eval\_$cu1$restOf.go(engines.wine.quick_script.installer_script:72)
	at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$826$603$\^eval\_.run(<eval>:18)
	at jdk.nashorn.javaadapters.org_phoenicis_scripts_Installer.run(Unknown Source)
	at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$825$\^eval\_$cu1$restOf.:program(<eval>:133)
	at jdk.scripting.nashorn/jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:655)
	at jdk.scripting.nashorn/jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:513)
	at jdk.scripting.nashorn/jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:527)
	at jdk.scripting.nashorn/jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:456)
	at jdk.scripting.nashorn/jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:413)
	at jdk.scripting.nashorn/jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:409)
	at jdk.scripting.nashorn/jdk.nashorn.api.scripting.NashornScriptEngine.eval(NashornScriptEngine.java:162)
	at java.scripting/javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264)
	at org.phoenicis.scripts.nashorn.NashornEngine.eval(NashornEngine.java:50)
	at org.phoenicis.scripts.nashorn.NashornScriptInterpreter.runScript(NashornScriptInterpreter.java:35)
	at org.phoenicis.scripts.interpreter.BackgroundScriptInterpreter.lambda$runScript$0(BackgroundScriptInterpreter.java:35)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.io.IOException: Cannot run program "/home/jonasz/.Phoenicis/engines//wine/staging-linux-x86/4.2/bin/wine" (in directory "/home/jonasz/.Phoenicis/containers/wineprefix/League of Legends"): error=2, Nie ma takiego pliku ani katalogu
	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128)
	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071)
	at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$964$7066AAAZZA$\^eval\_$cu1$restOf.run(engines.wine.engine.implementation:267)
	... 22 more
Caused by: java.io.IOException: error=2, Nie ma takiego pliku ani katalogu
	at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
	at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:340)
	at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:271)
	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1107)
	... 24 more

This error is due to LATEST_STAGING_VERSION set to 4.2

@Kreyren
Copy link
Contributor Author

Kreyren commented Mar 7, 2019

@Kreyren Are there files in .Phoenicis/engines/wine/staging-linux-x86/4.2/bin ?

can't check atm

Kreyren pushed a commit to Kreyrenicis/compatibilators that referenced this issue Mar 7, 2019
Removed vcrun2008, vcrun2017, corefonts, adobeair and dxd9 since dependencies for league of legends are stagend.
Added hotfix for PhoenicisOrg#881

Signed-off-by: Jacob Hrbek <werifGX@gmail.com>
@Kreyren
Copy link
Contributor Author

Kreyren commented Mar 7, 2019

update: set version on 4.2 same issue, 4.1 is only present:

kreyren@debian:~$ ls .Phoenicis/engines/wine/staging-linux-amd64/
4.1

Phoenicis seems to trying to install 4.2:

ts from git-repository https://github.com/KREY-PhoenicisOrg/compatibilators.git, local folder: /home/kreyren/.Phoenicis/cache/git1877264162, branch: leagueoflegends
[INFO ] org.phoenicis.repository.types.GitRepository (l.76) - Begin fetching process of git-repository https://github.com/PhoenicisOrg/scripts.git, local folder: /home/kreyren/.Phoenicis/cache/git377944301, branch: master
[INFO ] org.phoenicis.repository.types.LocalRepository (l.77) - Reading directory : /home/kreyren/.Phoenicis/cache/git1877264162
[INFO ] org.phoenicis.repository.types.GitRepository (l.145) - Opening git-repository https://github.com/PhoenicisOrg/scripts.git, local folder: /home/kreyren/.Phoenicis/cache/git377944301, branch: master
[INFO ] org.phoenicis.repository.types.GitRepository (l.149) - Pulling new commits from git-repository https://github.com/PhoenicisOrg/scripts.git, local folder: /home/kreyren/.Phoenicis/cache/git377944301, branch: master
[INFO ] org.phoenicis.repository.types.LocalRepository (l.77) - Reading directory : /home/kreyren/.Phoenicis/cache/git377944301
Warning: Nashorn engine is planned to be removed from a future JDK release
[WARN ] org.phoenicis.javafx.views.mainwindow.installations.dto.InstallationDTO (l.56) - Installation ID (League of Legends_1551997877444) contains invalid characters, will remove them.
Installing version: 4.2
Installing version: 4.2

Kreyren pushed a commit to Kreyrenicis/compatibilators that referenced this issue Mar 7, 2019
Changed wine version from 4.2 on 4.1 since 4.2 is not downloaded PhoenicisOrg#881 (comment)

Signed-off-by: Jacob Hrbek <werifGX@gmail.com>
@plata
Copy link
Collaborator

plata commented Mar 8, 2019

Does this issue only occur with certain Wine versions? E.g. does stable 4.0 install?

@Kreyren
Copy link
Contributor Author

Kreyren commented Mar 8, 2019

@plata I understand that LATEST_STAGING is set on wine 4.2 that is not present in phoenicis based on entry from engines from GUI. Can you confirm?

Didn't check 4.0

@madoar
Copy link
Collaborator

madoar commented Mar 8, 2019

It seems like winebuild didn't build Wine 4.2 Staging for amd64 linux, see https://www.playonlinux.com/wine/binaries/phoenicis/staging-linux-amd64/

@plata
Copy link
Collaborator

plata commented Mar 8, 2019

That should be an issue in winebuild then.

@Kreyren
Copy link
Contributor Author

Kreyren commented Mar 8, 2019

@plata Move it in winebuild then, i wasn't aware what the issue was at the time of filing the bug.

@madoar
Copy link
Collaborator

madoar commented Mar 15, 2019

@Kreyren Wine 4.2 seems to be built now, can you try again?

@Kreyren
Copy link
Contributor Author

Kreyren commented Mar 16, 2019

.wineVersion(LATEST_STAGING_VERSION)

works fine
image


.wineVersion("4.2")

Still results in err
image

image

repos ware refreshed.

Also it works if installed in engines?
image

@Kreyren Kreyren changed the title BUG: Wine is not installed with a script. BLOCKER: Wine is not installed with a script. May 20, 2019
@Kreyren
Copy link
Contributor Author

Kreyren commented May 20, 2019

Changed on blocker since this issue breaks engine making phoenicis not usable.

@Kreyren
Copy link
Contributor Author

Kreyren commented May 20, 2019

image

Engines tab is not working resulting in hugeass output: https://gist.github.com/Kreyren/ff4726ca034ae2f30658ea8adaa15c4e

I believe that this is relevant to issue presented.

@Kreyren
Copy link
Contributor Author

Kreyren commented May 20, 2019

Probably relevant PhoenicisOrg/phoenicis-winebuild#79

@Kreyren
Copy link
Contributor Author

Kreyren commented May 20, 2019

Maybe caused by PhoenicisOrg/wine-sources#2 assuming ~/.Phoenicis removed after?

@ImperatorS79
Copy link
Contributor

I think this is caused when variable describing latest available wine version inside this repo are updated before they are actually built on the web service.

@Kreyren
Copy link
Contributor Author

Kreyren commented May 20, 2019

I think this is caused when variable describing latest available wine version inside this repo are updated before they are actually built on the web service.

tried with wine 4.2 which results in same issue.

@qparis qparis changed the title BLOCKER: Wine is not installed with a script. Wine is not installed with a script. May 20, 2019
@qparis qparis added the bug label May 20, 2019
@ImperatorS79
Copy link
Contributor

@Kreyren Could you go in one of the container which has been created with that wine version, and try to launch an application through wine to see what happens (Container tab -> engine tools -> open a terminal). Then post the output.

@Kreyren
Copy link
Contributor Author

Kreyren commented Jun 5, 2019

@ImperatorS79 I'm on debian now and i don't have this issue anymore, it might be something gentoo related.

EDIT: Using totally different system atm so it might be also hardware related

@ImperatorS79
Copy link
Contributor

I bet it was the runtime ^^. I will close this. Someone can open a new issue if he encounters this again.

@Kreyren
Copy link
Contributor Author

Kreyren commented Jun 5, 2019

called it

@Kreyren
Copy link
Contributor Author

Kreyren commented Jun 5, 2019

nwm it's fetching now
image

EDIT: Still fetching

EDIT2: Still fails

EDIT3: it's trying to install it, but fails

@qparis
Copy link
Member

qparis commented Jun 5, 2019

@qparis Did you update the environment because in the logs it still says that Mingw is missing.
Also the build was too fast... There seems to be a problem.

I have. But be careful, the logs are concatenated.
The build was fast but it ran correctly

@Kreyren
Copy link
Contributor Author

Kreyren commented Jun 5, 2019

Noticed new build finished.. now it fails with

javax.script.ScriptException: SyntaxError: Invalid JSON: <json>:1:0 Expected json literal but found eof

^ in engines.wine.engine.implementation at line number 124
	at jdk.scripting.nashorn/jdk.nashorn.api.scripting.NashornScriptEngine.throwAsScriptException(NashornScriptEngine.java:477)
	at jdk.scripting.nashorn/jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:461)
	at jdk.scripting.nashorn/jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:413)
	at jdk.scripting.nashorn/jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:409)
	at jdk.scripting.nashorn/jdk.nashorn.api.scripting.NashornScriptEngine.eval(NashornScriptEngine.java:162)
	at java.scripting/javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264)
	at org.phoenicis.scripts.nashorn.NashornEngine.eval(NashornEngine.java:50)
	at org.phoenicis.scripts.nashorn.NashornScriptInterpreter.runScript(NashornScriptInterpreter.java:35)
	at org.phoenicis.scripts.interpreter.BackgroundScriptInterpreter.lambda$runScript$0(BackgroundScriptInterpreter.java:35)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: engines.wine.engine.implementation:124 SyntaxError: Invalid JSON: <json>:1:0 Expected json literal but found eof

^
	at jdk.scripting.nashorn/jdk.nashorn.internal.runtime.ECMAErrors.error(ECMAErrors.java:57)
	at jdk.scripting.nashorn/jdk.nashorn.internal.runtime.ECMAErrors.syntaxError(ECMAErrors.java:160)
	at jdk.scripting.nashorn/jdk.nashorn.internal.runtime.ECMAErrors.syntaxError(ECMAErrors.java:145)
	at jdk.scripting.nashorn/jdk.nashorn.internal.runtime.JSONFunctions.parse(JSONFunctions.java:81)
	at jdk.scripting.nashorn/jdk.nashorn.internal.objects.NativeJSON.parse(NativeJSON.java:118)
	at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$1503$4170A$\^eval\_$cu1$restOf._installRuntime(engines.wine.engine.implementation:124)
	at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$1498$1596AA$\^eval\_$cu1$restOf.install(engines.wine.engine.implementation:36)
	at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$1496$11334AAAZZA$\^eval\_$cu1$restOf.run(engines.wine.engine.implementation:297)
	at jdk.nashorn.javaadapters.org_phoenicis_engines_Engine.run(Unknown Source)
	at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$1488$4949AAAZZA$\^eval\_.run(engines.wine.engine.object:178)
	at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$1487$219A$\^eval\_$cu1$restOf.regedit#open(engines.wine.plugins.regedit:12)
	at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$1473$287$\^eval\_$cu1$restOf.luna(engines.wine.verbs.luna:29)
	at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$1440$493$\^eval\_$cu1$restOf.go(engines.wine.quick_script.installer_script:72)
	at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$1376$340$\^eval\_.run(<eval>:11)
	at jdk.nashorn.javaadapters.org_phoenicis_scripts_Installer.run(Unknown Source)
	at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$1375$\^eval\_$cu1$restOf.:program(<eval>:34)
	at jdk.scripting.nashorn/jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:655)
	at jdk.scripting.nashorn/jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:513)
	at jdk.scripting.nashorn/jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:527)
	at jdk.scripting.nashorn/jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:456)
	... 10 more
Caused by: jdk.nashorn.internal.runtime.ParserException: <json>:1:0 Expected json literal but found eof

^
	at jdk.scripting.nashorn/jdk.nashorn.internal.parser.JSONParser.error(JSONParser.java:529)
	at jdk.scripting.nashorn/jdk.nashorn.internal.parser.JSONParser.error(JSONParser.java:533)
	at jdk.scripting.nashorn/jdk.nashorn.internal.parser.JSONParser.expectedError(JSONParser.java:541)
	at jdk.scripting.nashorn/jdk.nashorn.internal.parser.JSONParser.parseLiteral(JSONParser.java:161)
	at jdk.scripting.nashorn/jdk.nashorn.internal.parser.JSONParser.parse(JSONParser.java:148)
	at jdk.scripting.nashorn/jdk.nashorn.internal.runtime.JSONFunctions.parse(JSONFunctions.java:79)
	... 26 more

EDIT: Grabbing the commit w8

EDIT2: Same error after grabbing the commit.

@Kreyren
Copy link
Contributor Author

Kreyren commented Jun 5, 2019

@qparis

The build was fast but it ran correctly

Full doubt

@qparis
Copy link
Member

qparis commented Jun 5, 2019

@Kreyren
Copy link
Contributor Author

Kreyren commented Jun 5, 2019

@qparis

The build was fast but it ran correctly

Full doubt

Any proof? As far as I am concerned I'm confident that the build ran.

https://www.playonlinux.com/wine/binaries/phoenicis/staging-linux-x86/PlayOnLinux-wine-4.9-staging-linux-x86.tar.gz
https://www.playonlinux.com/wine/logs/staging-linux-x86/PlayOnLinux-wine-4.9-staging-linux-x86.log

--> #881 (comment) <--


Trying git pull and recompiling phoenicis again just to be sure.. -> Same issue, i can NOT fetch any wine engine now!

@Kreyren Kreyren changed the title LATEST_STAGING_VERSION has wrong definition for x86-4.9 wine. HIGH_PRIO: Unable to fetch *ANY* wine engine after staging x86 4.9 build Jun 5, 2019
@qparis
Copy link
Member

qparis commented Jun 5, 2019

@qparis

The build was fast but it ran correctly

Full doubt

Any proof? As far as I am concerned I'm confident that the build ran.
https://www.playonlinux.com/wine/binaries/phoenicis/staging-linux-x86/PlayOnLinux-wine-4.9-staging-linux-x86.tar.gz
https://www.playonlinux.com/wine/logs/staging-linux-x86/PlayOnLinux-wine-4.9-staging-linux-x86.log

--> #881 (comment) <--

This is absolutely not a proof that the build did not run. This is a proof that phoenicis, in your case cannot build it.

Please don't rename issues, we are now losing track.

I cannot reproduce the winebuild problem, so I will have to close the issue. Pleaase reopen an issue with more details and a clear explanation if the problem is proven

@qparis qparis closed this as completed Jun 5, 2019
@Kreyren
Copy link
Contributor Author

Kreyren commented Jun 5, 2019

@qparis provide info to diagnose it then i'm not familiar with your method to handle engines

@Kreyren Kreyren changed the title HIGH_PRIO: Unable to fetch *ANY* wine engine after staging x86 4.9 build Unable to fetch *ANY* wine engine after staging x86 4.9 build Jun 5, 2019
@qparis
Copy link
Member

qparis commented Jun 5, 2019

Reinstall Phoenicis, rename your .phoenicis directory and retry

@Kreyren
Copy link
Contributor Author

Kreyren commented Jun 5, 2019

@qparis works now, thanks <3

@Kreyren
Copy link
Contributor Author

Kreyren commented Jun 6, 2019

I have this issue again, this time i nuked ~/.Phoenicis and re-fetched git of phoenicis which result in: for any engine..

java.lang.RuntimeException: java.io.IOException: Cannot run program "/home/kreyren/.Phoenicis/engines//wine/staging-linux-x86/4.9/bin/wine" (in directory "/home/kreyren/.Phoenicis/containers/wineprefix/Magic The Gathering Arena"): error=2, No such file or directory
	at jdk.scripting.nashorn/jdk.nashorn.internal.runtime.linker.JavaAdapterServices.wrapThrowable(JavaAdapterServices.java:285)
	at jdk.nashorn.javaadapters.org_phoenicis_engines_Engine.run(Unknown Source)
	at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$502$4949AAAZZA$\^eval\_.run(engines.wine.engine.object:178)
	at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$501$219A$\^eval\_$cu1$restOf.regedit#open(engines.wine.plugins.regedit:12)
	at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$487$287$\^eval\_$cu1$restOf.luna(engines.wine.verbs.luna:29)
	at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$444$493$\^eval\_$cu1$restOf.go(engines.wine.quick_script.installer_script:72)
	at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$391$372$\^eval\_.run(<eval>:12)
	at jdk.nashorn.javaadapters.org_phoenicis_scripts_Installer.run(Unknown Source)
	at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$390$\^eval\_$cu1$restOf.:program(<eval>:32)
	at jdk.scripting.nashorn/jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:655)
	at jdk.scripting.nashorn/jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:513)
	at jdk.scripting.nashorn/jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:527)
	at jdk.scripting.nashorn/jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:456)
	at jdk.scripting.nashorn/jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:413)
	at jdk.scripting.nashorn/jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:409)
	at jdk.scripting.nashorn/jdk.nashorn.api.scripting.NashornScriptEngine.eval(NashornScriptEngine.java:162)
	at java.scripting/javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264)
	at org.phoenicis.scripts.nashorn.NashornEngine.eval(NashornEngine.java:50)
	at org.phoenicis.scripts.nashorn.NashornScriptInterpreter.runScript(NashornScriptInterpreter.java:35)
	at org.phoenicis.scripts.interpreter.BackgroundScriptInterpreter.lambda$runScript$0(BackgroundScriptInterpreter.java:35)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.io.IOException: Cannot run program "/home/kreyren/.Phoenicis/engines//wine/staging-linux-x86/4.9/bin/wine" (in directory "/home/kreyren/.Phoenicis/containers/wineprefix/Magic The Gathering Arena"): error=2, No such file or directory
	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128)
	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071)
	at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$542$11334AAAZZA$\^eval\_$cu1$restOf.run(engines.wine.engine.implementation:380)
	... 22 more
Caused by: java.io.IOException: error=2, No such file or directory
	at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
	at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:340)
	at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:271)
	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1107)
	... 24 more

@qparis any idea why is this happening? it's very common on my two different systems and it's super annoying..

@Kreyren
Copy link
Contributor Author

Kreyren commented Jun 7, 2019

@plata / @ImperatorS79 re-open and move in winebuild plz

@ImperatorS79
Copy link
Contributor

  1. Does the file exists ?
  2. Try to execute it with output log (container tab->engine tools->terminal)

@plata
Copy link
Collaborator

plata commented Jun 7, 2019

@Kreyren as it was working before and nothing changed in Phoenicis, I'm assuming that this is related to your setup rather than anything else.

@Kreyren
Copy link
Contributor Author

Kreyren commented Jun 8, 2019

Does the file exists ?

It does

Try to execute it with output log (container tab->engine tools->terminal)

Can't reproduce atm, reproducable on random.

I'm assuming that this is related to your setup rather than anything else.

Using standart debian buster setup and phoenicis was re-cloned from git..

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

No branches or pull requests

6 participants