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

gradle "java.io.IOException: Unable to establish loopback connection" #1009

Closed
k7xzc1krh20nkrm6jfv opened this issue Jul 16, 2021 · 3 comments
Labels
fixed in next build Fixed in the next Sandboxie version Java-related Collection of Java issues Known issue Old known Sandboxie issues Workaround Temporary or alternative solution

Comments

@k7xzc1krh20nkrm6jfv
Copy link

Describe the bug

$ ./gradlew applyPatches
Starting a Gradle Daemon (subsequent builds will be faster)

FAILURE: Build failed with an exception.

* What went wrong:
java.io.IOException: Unable to establish loopback connection

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

To Reproduce
Steps to reproduce the behavior:

  1. Install oracle java 16 and git
  2. Open Git Bash in a sandbox
  3. $ git clone https://github.com/PaperMC/Paper.git
  4. $ cd Paper
  5. $ ./gradlew applyPatches
  6. See error

Expected behavior
Works fine

Screenshots
If applicable, add screenshots to help explain your problem.

System details and installed software (please provide the following information):

  • What is your Windows edition and version? (i.e. Windows 10 Pro 20H2). 21H1
  • What is your current Sandboxie edition and version? (i.e. Sandboxie Plus 0.7.2). 0.8.2 and 0.8.8
  • Please mention in which version this bug got introduced, because it acts as a guide for testers and developers.
  • Please mention any security software running in the background, even if the real-time protection is disabled.

Additional context
Add any other context about the problem here.

Sandboxie configuration
If applicable, consider to attach your sandboxie.ini configuration by copying the content at https://gist.github.com and sharing the resulting link here. If you decide to paste the configuration directly here, make sure to use the backticks around strings, like in this working example:

My initial sandboxie.ini settings

[GlobalSettings]

.....

[UserSettings_175D0429]

.....

[DefaultBox]

.....

@isaak654 isaak654 added the Confirmation pending Further confirmation is requested label Jul 18, 2021
@mio-19
Copy link

mio-19 commented Aug 7, 2021

Minecraft 1.17 also has similar problem

@worx7kbj
Copy link

worx7kbj commented Jan 6, 2022

Minecraft 1.17 also has similar problem

#1521

@isaak654 isaak654 added Known issue Old known Sandboxie issues to investigate and removed Confirmation pending Further confirmation is requested labels Jan 6, 2022
@isaak654 isaak654 added the Java-related Collection of Java issues label Jan 16, 2022
@DavidXanatos
Copy link
Member

please try adding

OpenFilePath=*\Temp\socket_*

to the sandbox and let me know if it fixed the issue

@DavidXanatos DavidXanatos added Workaround Temporary or alternative solution fixed in next build Fixed in the next Sandboxie version and removed to investigate labels Jan 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed in next build Fixed in the next Sandboxie version Java-related Collection of Java issues Known issue Old known Sandboxie issues Workaround Temporary or alternative solution
Projects
None yet
Development

No branches or pull requests

5 participants