Coder Social home page Coder Social logo

Comments (10)

MAXOUXAX avatar MAXOUXAX commented on August 21, 2024

Most likely linked to #54
You can temporarly set only-allow-proxy-connections to false if you want to be able to connect to your Proxy (see #54 (comment))

from realip.

trev-sharp avatar trev-sharp commented on August 21, 2024

Make sure you are using the latest build of TCPShield and using at least Java 11 (Follow The Instructions On How To Build With Gradle) then try it again. If no errors are present, open a support ticket on the discord, but if there are errors present, send them here so we can further assist. This issue could be linked to issue #54, but this issue was fully resolved with the lastest build, as mentioned by my comment

from realip.

MAXOUXAX avatar MAXOUXAX commented on August 21, 2024

Make sure you are using the latest build of TCPShield and using at least Java 11 (Follow The Instructions On How To Build With Gradle) then try it again. If no errors are present, open a support ticket on the discord, but if there are errors present, send them here so we can further assist. This issue could be linked to issue #54, but this issue was fully resolved with the lastest build, as mentioned by my comment

I cloned the repo and tried to build the project, but Gradle is giving me this error.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':processResources'.
> Entry bungee.yml is a duplicate but no duplicate handling strategy has been set. Please refer to https://docs.gradle.org/7.1.1/dsl/org.gradle.api.tasks.Copy.html#org.gradle.api.tasks.Copy:duplicatesStrategy for details.

Do you have any JAR for us to test?

from realip.

 avatar commented on August 21, 2024

Make sure you are using the latest build of TCPShield and using at least Java 11 (Follow The Instructions On How To Build With Gradle) then try it again. If no errors are present, open a support ticket on the discord, but if there are errors present, send them here so we can further assist. This issue could be linked to issue #54, but this issue was fully resolved with the lastest build, as mentioned by my comment

where is latest build?
if you mean v2.5, then this issue is not resolved on this version

from realip.

trev-sharp avatar trev-sharp commented on August 21, 2024

Make sure you are using the latest build of TCPShield and using at least Java 11 (Follow The Instructions On How To Build With Gradle) then try it again. If no errors are present, open a support ticket on the discord, but if there are errors present, send them here so we can further assist. This issue could be linked to issue #54, but this issue was fully resolved with the lastest build, as mentioned by my comment

where is latest build?

if you mean v2.5, then this issue is not resolved on this version

You will need to build the current GitHub repository with Gradle (Follow the instructions in the README) The v2.5 release is a few commits behind the latest code; we have since fixed a handle of bugs.

from realip.

 avatar commented on August 21, 2024

Make sure you are using the latest build of TCPShield and using at least Java 11 (Follow The Instructions On How To Build With Gradle) then try it again. If no errors are present, open a support ticket on the discord, but if there are errors present, send them here so we can further assist. This issue could be linked to issue #54, but this issue was fully resolved with the lastest build, as mentioned by my comment

where is latest build?
if you mean v2.5, then this issue is not resolved on this version

You will need to build the current GitHub repository with Gradle (Follow the instructions in the README) The v2.5 release is a few commits behind the latest code; we have since fixed a handle of bugs.

i build it from sources and this still doesn't working

from realip.

viper12358 avatar viper12358 commented on August 21, 2024

where is latest build?

Try using this one:
https://drive.google.com/file/d/113s01ZlT-d9oCJnpOcgboSF4eJAw4CNd/view?usp=sharing

i build it from sources and this still doesn't working

And make sure that you are using AdoptOpenJDK (do java -version to check). That's the only discrepancy that we've found with one of our customer who also have this problem.

I have personally tested Velocity 1.8.8 and above (upto 3.0.0) with Paper, Yatopia and they works fine.

from realip.

GitReboot avatar GitReboot commented on August 21, 2024

Make sure you are using the latest build of TCPShield and using at least Java 11 (Follow The Instructions On How To Build With Gradle) then try it again. If no errors are present, open a support ticket on the discord, but if there are errors present, send them here so we can further assist. This issue could be linked to issue #54, but this issue was fully resolved with the lastest build, as mentioned by my comment

I cloned the repo and tried to build the project, but Gradle is giving me this error.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':processResources'.
> Entry bungee.yml is a duplicate but no duplicate handling strategy has been set. Please refer to https://docs.gradle.org/7.1.1/dsl/org.gradle.api.tasks.Copy.html#org.gradle.api.tasks.Copy:duplicatesStrategy for details.

Do you have any JAR for us to test?

I am having the same issue. Any solution?

from realip.

GitReboot avatar GitReboot commented on August 21, 2024

Make sure you are using the latest build of TCPShield and using at least Java 11 (Follow The Instructions On How To Build With Gradle) then try it again. If no errors are present, open a support ticket on the discord, but if there are errors present, send them here so we can further assist. This issue could be linked to issue #54, but this issue was fully resolved with the lastest build, as mentioned by my comment

I cloned the repo and tried to build the project, but Gradle is giving me this error.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':processResources'.
> Entry bungee.yml is a duplicate but no duplicate handling strategy has been set. Please refer to https://docs.gradle.org/7.1.1/dsl/org.gradle.api.tasks.Copy.html#org.gradle.api.tasks.Copy:duplicatesStrategy for details.

Do you have any JAR for us to test?

I am having the same issue. Any solution?

Nevermind. Just had to add this to build.gradle
processResources {
duplicatesStrategy = 'exclude'
}
}

from realip.

DylanKeir avatar DylanKeir commented on August 21, 2024

If this is still an issue, please create a ticket at https://discord.gg/tcpshield and we'll help you through fixing it.

from realip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.