Giter Club home page Giter Club logo

drc-sim-client's People

Contributors

rolandoislas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

drc-sim-client's Issues

is there touchpad support, ie. can I access wii U settings with this?

Hi,

I have a wii U without gamepad, and I was wondering if I can use this to access the settings menu in the wii u? I heard that settings requires the touchpad functionality, and I wonder if that is possible with your mobile client.

Thank you for taking the time to share the code!

Can you add Xbox Controller support?

There is native xbox controller support on android, all you have to do is make it work with the app somehow as opposed to the god awful on screen interaction.

missing home button and +/- buttons from desktop client

Dear Roland, I just noticed, I cannot find in the keyboard/controller configuration settings, any options to set the home button or the +/- buttons on the gamepad controller. The Android client offers at least the home button.

Update Config System

The current state of config handling is a mess. There are only ints and the only get method is for strings.

Wrap the config properly and have more than just int values.

I am surprised #10 has not happed more frequently.

gamepad "blow" button like in Cemu emulator

Hi Roland,

Just read that CEMU emulator has a button option to emulate the "blow" on the mic for Captain Toad games. I don't know if this could be an added button in the drc-sim-client?

Thanks for all the great work, btw

Add way to clear/remove control.

I accidentally set a control for two settings, and see no way to clear either a individual control, or all.

Maybe long press clears?
Edit: I can't tag? Should be enhancement?

Tilt input capabilities?

Hi, the drc-sim + drc-sim-client has been working great for me (Lubuntu Linux in Parallalels on Mac). I just have one last feature request: gamepad tilt inputs? There are some games (eg. Nintendo land, Star Fox Zero, Splatoon) where the training modes or certain levels require tilt actions and I can't get past them without it. Perhaps this tilt input could be taken from the mouse? Or maybe in the case of smartphone client, the built in accelerometer? Just need to add this into the configuration menu where to take the x-y-z inputs I guess.

Audio Crash

java.lang.IllegalStateException: 
  at android.media.AudioTrack.native_write_byte(Native Method:0)
  at android.media.AudioTrack.write(AudioTrack.java:1920)
  at android.media.AudioTrack.write(AudioTrack.java:1857)
  at com.rolandoislas.drcsimclient.android.audio.AudioDevice.write(AudioDevice.java:41)
  at com.rolandoislas.drcsimclient.android.audio.AudioDevice.write(AudioDevice.java:36)
  at com.rolandoislas.drcsimclient.audio.AudioUtil.addData(AudioUtil.java:17)
  at com.rolandoislas.drcsimclient.audio.AudioThread.run(AudioThread.java:27)

wii u wants to upgrade gamepad - region incompatible?

I have got the backend and the java client to work the first few times. With the client I was able to access Wii U settings and change my internet connection settings.

After one day the Wii U is now asking to update the gamepad, but I get an error 165-9901 and the screen says the gamepad is not region compatible (I am in Europe) and that it must do a reset.

Is there a way to set the region for the gamepad? or the version of the gamepad firmware?

Can't get keyboard nor Mouse input in the client.

In the client I can't get inputs to work. Touching anything in the client (with the mouse) results in nothing. I've messed around in the settings trying to fix it but I can't seem to find a fix for it.

"Audio format not supported by system." warning

I'm getting the listed warning whenever I start the client. No audio ends up being played. How would I go about fixing this? I'm using Arch Linux on a desktop.

EDIT: Modified the source of the client to make it output more detailed errors, and I got "line with format PCM_SIGNED 48000.0 Hz, 16 bit, stereo, 4 bytes/frame, little-endian not supported" as the error Java is throwing. Which makes no sense to me, because 48kHz 16-bit LE stereo is definitely supported on my system - it's what I've been using.

Exception in thread "LWJGL Application" when 2nd display plugged in

So this happened when I had my TV plugged in to my PC:

wg93589@DS-Ubuntu:~$ java -jar '/home/wg93589/Desktop/drc-sim-client-2.0-beta-3.jar'
Sun Jun 11 18:29:22 MDT 2017 WARNING:drcsim Failed to create log file.
Sun Jun 11 18:29:22 MDT 2017 INFO:drcsim Starting DRC Sim Client version 2.0
Exception in thread "LWJGL Application" java.lang.ExceptionInInitializerError
at com.badlogic.gdx.backends.lwjgl.LwjglGraphics.setVSync(LwjglGraphics.java:558)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:122)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
at org.lwjgl.opengl.LinuxDisplay.getAvailableDisplayModes(LinuxDisplay.java:954)
at org.lwjgl.opengl.LinuxDisplay.init(LinuxDisplay.java:738)
at org.lwjgl.opengl.Display.(Display.java:138)
... 2 more
AL lib: (EE) alc_cleanup: 1 device not closed

It fixed its self after I unplugged it.

OS: Ubuntu 16.04
Java Version: openjdk version "1.8.0_131"

I have a question...

In the controller settings, when mapping a joystick up/down or any other directions, it only shows one of those directions. If it only shows one of those directions, would it only go that direction?

Resize Crash

Possible dispose error. Fix applied in dev branch.

java.lang.IllegalArgumentException: 
  at com.badlogic.gdx.utils.BufferUtils.disposeUnsafeByteBuffer(BufferUtils.java:507)
  at com.badlogic.gdx.graphics.glutils.VertexArray.dispose(VertexArray.java:65)
  at com.badlogic.gdx.graphics.Mesh.dispose(Mesh.java:507)
  at com.badlogic.gdx.graphics.g2d.SpriteBatch.dispose(SpriteBatch.java:1013)
  at com.badlogic.gdx.scenes.scene2d.Stage.dispose(Stage.java:825)
  at com.rolandoislas.drcsimclient.Client.setStage(Client.java:71)
  at com.rolandoislas.drcsimclient.stage.Stage.resize(Stage.java:43)
  at com.rolandoislas.drcsimclient.Client.resize(Client.java:95)
  at com.badlogic.gdx.backends.android.AndroidGraphics.onSurfaceChanged(AndroidGraphics.java:281)
  at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1546)
  at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1262)

Joystick input causing socket errors in Linux Desktop version

Hi Roland,

I am getting this error regarding my joystick input. I am using Qjoypad and openJDK on my virtual machine ubuntu linux box with the drc-sim-client. Should I be using another joystick input program/driver?

I have tried two separate gamepads, but get a similar error

image

image
image

Waiting for data - Couldn't load pixmap from image data

Hi,

My drc-sim-client is stucked on "Waiting for data" with two exceptions in logs.

image

drc-sim-server OS : debian 8 - 3.16.0-4
Wii U firmware : 3.1.0 (??)
drc-sim : Windows 10
Wi-Fi dongle : Ralink WDN-3200 N600

Can you help me with these exceptions ?

Best regards

@sh4444dow

Some OTHER controller input not working.

So now buttons are fine, axis are good, but no pov/hat/dpad. It doesn't register as buttons.

I will tool around and try to find out what I get as input from the controller.

I can't built it at all.

When i try .gradlew desktop:dist it says: `FAILURE: Build failed with an exception.

  • What went wrong:
    Could not determine java version from '11.0.8'.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.`

Config Crash

The crash appears to happen after a config option is changed.

java.lang.ClassCastException: 
  at android.app.SharedPreferencesImpl.getString(SharedPreferencesImpl.java:235)
  at com.badlogic.gdx.backends.android.AndroidPreferences.getString(AndroidPreferences.java:106)
  at com.rolandoislas.drcsimclient.config.ConfigControllerConfig.get(ConfigControllerConfig.java:51)
  at com.rolandoislas.drcsimclient.stage.StageConfigController.addItems(StageConfigController.java:64)
  at com.rolandoislas.drcsimclient.stage.StageConfigController.<init>(StageConfigController.java:56)
  at java.lang.Class.newInstance(Native Method:0)
  at com.rolandoislas.drcsimclient.stage.StageList$2.changed(StageList.java:110)
  at com.rolandoislas.drcsimclient.stage.StageList.listItemSelected(StageList.java:97)
  at com.rolandoislas.drcsimclient.stage.StageList.access$000(StageList.java:21)
  at com.rolandoislas.drcsimclient.stage.StageList$1.changed(StageList.java:44)
  at com.badlogic.gdx.scenes.scene2d.utils.ChangeListener.handle(ChangeListener.java:28)
  at com.badlogic.gdx.scenes.scene2d.Actor.notify(Actor.java:181)
  at com.badlogic.gdx.scenes.scene2d.Actor.fire(Actor.java:146)
  at com.badlogic.gdx.scenes.scene2d.utils.Selection.fireChangeEvent(Selection.java:218)
  at com.badlogic.gdx.scenes.scene2d.utils.Selection.choose(Selection.java:52)
  at com.badlogic.gdx.scenes.scene2d.utils.ArraySelection.choose(ArraySelection.java:46)
  at com.badlogic.gdx.scenes.scene2d.ui.List.touchDown(List.java:86)
  at com.badlogic.gdx.scenes.scene2d.ui.List$1.touchDown(List.java:70)
  at com.badlogic.gdx.scenes.scene2d.InputListener.handle(InputListener.java:56)
  at com.badlogic.gdx.scenes.scene2d.Actor.notify(Actor.java:181)
  at com.badlogic.gdx.scenes.scene2d.Actor.fire(Actor.java:146)
  at com.badlogic.gdx.scenes.scene2d.Stage.touchDown(Stage.java:282)
  at com.badlogic.gdx.backends.android.AndroidInput.processEvents(AndroidInput.java:375)
  at com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java:457)
  at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1548)
  at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1259)

DRC-SIM CLIENT no longer showing server

DRC-SIM CLIENT no longer showing server.

This was working on all devices, but now that I moved my setup to a new location, the server does not appear on any other device other than the host machine.

I can only connect the client to the server from the machine that is hosting the server. But my machine is not powerful enough to keep a connection, I get video error, and the backend gray screen from the host machine after being connected for a few seconds.

I have Lubuntu 16.4, I have tested drc-sim server on both master, and developer, everything works but the client on other devices.

Can't Build IOS IPA

`Sean:drc-sim-client-master frenden$ ./gradlew ios:createIPA
Configuration on demand is an incubating feature.
:core:compileJava UP-TO-DATE
:core:processResources UP-TO-DATE
:core:classes UP-TO-DATE
:core:jar UP-TO-DATE
:ios:compileJava UP-TO-DATE
:ios:processResources UP-TO-DATE
:ios:classes UP-TO-DATE
:ios:jar UP-TO-DATE
:ios:assemble UP-TO-DATE
:ios:compileTestJava UP-TO-DATE
:ios:processTestResources UP-TO-DATE
:ios:testClasses UP-TO-DATE
:ios:test UP-TO-DATE
:ios:check UP-TO-DATE
:ios:build UP-TO-DATE
:ios:createIPA FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':ios:createIPA'.

Could not transfer artifact com.mobidevelop.robovm:robovm-dist:tar.gz:nocompiler:2.2.0 from/to maven-central (http://repo1.maven.org/maven2/): Failed to transfer file: http://repo1.maven.org/maven2/com/mobidevelop/robovm/robovm-dist/2.2.0/robovm-dist-2.2.0-nocompiler.tar.gz. Return code is: 501 , ReasonPhrase:HTTPS Required.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 2.828 secs`

If I knew how to replace where it says "http" to https I would. Any help is appreciated.
Just for shits I tried downloading the file "robovm-dist-2.2.0-nocompiler.tar.gz"
by replacing "http" with "https" just from the browser and it worked, but I do not know what to do with this.

I am on Mac OSX Mojave 10.14.6 this build will be for an iPhone 7 13.3.1

Linux version not opening (Ubuntu)

I downloaded the jar file expecting it to be like how it was on windows. I HAD installed java, yet when I opened the file nothing popped up. I then ran it in the terminal, and it said something about illegal reflective access warning. What should i do?

Can't build (iOS) with gradle

I'm trying to build the ios version, but it fails. it seems like it can't download some maven things so it fails.(Edit: I have also tried using gradle 4.3.1 to build but that fails too)

Here's the output of the build command:

`PS C:\Users\samsu\Downloads\drc-sim-client-master\drc-sim-client-master> ./gradlew ios:createIPA
Downloading https://services.gradle.org/distributions/gradle-2.14.1-all.zip
...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Unzipping C:\Users\samsu.gradle\wrapper\dists\gradle-2.14.1-all\4cj8p00t3e5ni9e8iofg8ghvk7\gradle-2.14.1-all.zip to C:\Users\samsu.gradle\wrapper\dists\gradle-2.14.1-all\4cj8p00t3e5ni9e8iofg8ghvk7
Starting a new Gradle Daemon for this build (subsequent builds will be faster).

Configuration on demand is an incubating feature.
Download https://jcenter.bintray.com/com/android/tools/build/gradle/2.2.2/gradle-2.2.2.pom
Download https://jcenter.bintray.com/com/mobidevelop/robovm/robovm-gradle-plugin/2.2.0/robovm-gradle-plugin-2.2.0.pom
Download https://jcenter.bintray.com/com/android/tools/build/gradle-core/2.2.2/gradle-core-2.2.2.pom
Download https://jcenter.bintray.com/org/sonatype/aether/aether-connector-wagon/1.13.1/aether-connector-wagon-1.13.1.pom
Download https://jcenter.bintray.com/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
Download https://jcenter.bintray.com/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Download https://jcenter.bintray.com/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom
Download https://jcenter.bintray.com/org/apache/commons/commons-parent/28/commons-parent-28.pom
Download https://jcenter.bintray.com/org/apache/apache/13/apache-13.pom
Download https://jcenter.bintray.com/com/mobidevelop/robovm/robovm-dist-compiler/2.2.0/robovm-dist-compiler-2.2.0.pom
Download https://jcenter.bintray.com/com/mobidevelop/robovm/robovm-dist-parent/2.2.0/robovm-dist-parent-2.2.0.pom
Download https://jcenter.bintray.com/com/mobidevelop/robovm/robovm-parent/2.2.0/robovm-parent-2.2.0.pom
Download https://jcenter.bintray.com/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom
Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
Download https://jcenter.bintray.com/org/apache/maven/maven-parent/23/maven-parent-23.pom
Download https://jcenter.bintray.com/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.pom
Download https://jcenter.bintray.com/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
Download https://jcenter.bintray.com/org/apache/maven/maven-parent/21/maven-parent-21.pom
Download https://jcenter.bintray.com/org/apache/apache/10/apache-10.pom
Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-http/2.4/wagon-http-2.4.pom
Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-providers/2.4/wagon-providers-2.4.pom
Download https://jcenter.bintray.com/com/android/tools/build/builder/2.2.2/builder-2.2.2.pom
Download https://jcenter.bintray.com/com/android/tools/lint/lint/25.2.2/lint-25.2.2.pom
Download https://jcenter.bintray.com/com/android/tools/build/transform-api/2.0.0-deprecated-use-gradle-api/transform-api-2.0.0-deprecated-use-gradle-api.pom
Download https://jcenter.bintray.com/com/android/tools/build/gradle-api/2.2.2/gradle-api-2.2.2.pom
Download https://jcenter.bintray.com/com/android/databinding/compilerCommon/2.2.2/compilerCommon-2.2.2.pom
Download https://jcenter.bintray.com/org/ow2/asm/asm/5.0.4/asm-5.0.4.pom
Download https://jcenter.bintray.com/org/ow2/asm/asm-parent/5.0.4/asm-parent-5.0.4.pom
Download https://jcenter.bintray.com/org/ow2/ow2/1.3/ow2-1.3.pom
Download https://jcenter.bintray.com/org/ow2/asm/asm-commons/5.0.4/asm-commons-5.0.4.pom
Download https://jcenter.bintray.com/net/sf/proguard/proguard-gradle/5.2.1/proguard-gradle-5.2.1.pom
Download https://jcenter.bintray.com/net/sf/proguard/proguard-parent/5.2.1/proguard-parent-5.2.1.pom
Download https://jcenter.bintray.com/org/jacoco/org.jacoco.core/0.7.5.201505241946/org.jacoco.core-0.7.5.201505241946.pom
Download https://jcenter.bintray.com/org/jacoco/org.jacoco.build/0.7.5.201505241946/org.jacoco.build-0.7.5.201505241946.pom
Download https://jcenter.bintray.com/org/jacoco/org.jacoco.report/0.7.5.201505241946/org.jacoco.report-0.7.5.201505241946.pom
Download https://jcenter.bintray.com/net/sf/jopt-simple/jopt-simple/4.9/jopt-simple-4.9.pom
Download https://jcenter.bintray.com/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.pom
Download https://jcenter.bintray.com/com/google/google/1/google-1.pom
Download https://jcenter.bintray.com/org/antlr/antlr/3.5.2/antlr-3.5.2.pom
Download https://jcenter.bintray.com/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom
Download https://jcenter.bintray.com/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Download https://jcenter.bintray.com/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
Download https://jcenter.bintray.com/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom
Download https://jcenter.bintray.com/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-utils/2.0.7/plexus-utils-2.0.7.pom
Download https://jcenter.bintray.com/org/sonatype/sisu/sisu-inject-plexus/2.2.3/sisu-inject-plexus-2.2.3.pom
Download https://jcenter.bintray.com/org/sonatype/sisu/inject/guice-plexus/2.2.3/guice-plexus-2.2.3.pom
Download https://jcenter.bintray.com/org/sonatype/sisu/inject/guice-bean/2.2.3/guice-bean-2.2.3.pom
Download https://jcenter.bintray.com/org/sonatype/sisu/inject/containers/2.2.3/containers-2.2.3.pom
Download https://jcenter.bintray.com/org/sonatype/sisu/sisu-inject/2.2.3/sisu-inject-2.2.3.pom
Download https://jcenter.bintray.com/org/sonatype/sisu/sisu-parent/2.2.3/sisu-parent-2.2.3.pom
Download https://jcenter.bintray.com/org/sonatype/forge/forge-parent/9/forge-parent-9.pom
Download https://jcenter.bintray.com/org/tukaani/xz/1.2/xz-1.2.pom
Download https://jcenter.bintray.com/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
Download https://jcenter.bintray.com/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.pom
Download https://jcenter.bintray.com/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.pom
Download https://jcenter.bintray.com/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-http-shared4/2.4/wagon-http-shared4-2.4.pom
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom
Download https://jcenter.bintray.com/org/apache/httpcomponents/project/6/project-6.pom
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.2.3/httpcore-4.2.3.pom
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcomponents-core/4.2.3/httpcomponents-core-4.2.3.pom
Download https://jcenter.bintray.com/com/android/tools/build/builder-model/2.2.2/builder-model-2.2.2.pom
Download https://jcenter.bintray.com/com/android/tools/build/builder-test-api/2.2.2/builder-test-api-2.2.2.pom
Download https://jcenter.bintray.com/com/android/tools/sdklib/25.2.2/sdklib-25.2.2.pom
Download https://jcenter.bintray.com/com/android/tools/sdk-common/25.2.2/sdk-common-25.2.2.pom
Download https://jcenter.bintray.com/com/android/tools/common/25.2.2/common-25.2.2.pom
Download https://jcenter.bintray.com/com/android/tools/build/manifest-merger/25.2.2/manifest-merger-25.2.2.pom
Download https://jcenter.bintray.com/com/android/tools/ddms/ddmlib/25.2.2/ddmlib-25.2.2.pom
Download https://jcenter.bintray.com/com/android/tools/jack/jack-api/0.11.0/jack-api-0.11.0.pom
Download https://jcenter.bintray.com/com/android/tools/jill/jill-api/0.10.0/jill-api-0.10.0.pom
Download https://jcenter.bintray.com/com/android/tools/analytics-library/protos/25.2.2/protos-25.2.2.pom
Download https://jcenter.bintray.com/com/android/tools/analytics-library/shared/25.2.2/shared-25.2.2.pom
Download https://jcenter.bintray.com/com/android/tools/analytics-library/tracker/25.2.2/tracker-25.2.2.pom
Download https://jcenter.bintray.com/com/squareup/javawriter/2.5.0/javawriter-2.5.0.pom
Download https://jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.pom
Download https://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.pom
Download https://jcenter.bintray.com/org/ow2/asm/asm-tree/5.0.4/asm-tree-5.0.4.pom
Download https://jcenter.bintray.com/com/android/tools/lint/lint-checks/25.2.2/lint-checks-25.2.2.pom
Download https://jcenter.bintray.com/org/eclipse/jdt/core/compiler/ecj/4.5.1/ecj-4.5.1.pom
Download https://jcenter.bintray.com/com/google/guava/guava/17.0/guava-17.0.pom
Download https://jcenter.bintray.com/com/google/guava/guava-parent/17.0/guava-parent-17.0.pom
Download https://jcenter.bintray.com/com/android/databinding/baseLibrary/2.2.2/baseLibrary-2.2.2.pom
Download https://jcenter.bintray.com/org/antlr/antlr4/4.5.3/antlr4-4.5.3.pom
Download https://jcenter.bintray.com/org/antlr/antlr4-master/4.5.3/antlr4-master-4.5.3.pom
Download https://jcenter.bintray.com/commons-io/commons-io/2.4/commons-io-2.4.pom
Download https://jcenter.bintray.com/org/apache/commons/commons-parent/25/commons-parent-25.pom
Download https://jcenter.bintray.com/org/apache/apache/9/apache-9.pom
Download https://jcenter.bintray.com/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.pom
Download https://jcenter.bintray.com/com/android/tools/annotations/24.5.0/annotations-24.5.0.pom
Download https://jcenter.bintray.com/net/sf/proguard/proguard-base/5.2.1/proguard-base-5.2.1.pom
Download https://jcenter.bintray.com/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.pom
Download https://jcenter.bintray.com/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom
Download https://jcenter.bintray.com/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom
Download https://jcenter.bintray.com/org/antlr/ST4/4.0.8/ST4-4.0.8.pom
Download https://jcenter.bintray.com/org/sonatype/sisu/sisu-inject-bean/2.2.3/sisu-inject-bean-2.2.3.pom
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Download https://jcenter.bintray.com/org/jsoup/jsoup/1.7.1/jsoup-1.7.1.pom
Download https://jcenter.bintray.com/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
Download https://jcenter.bintray.com/org/apache/commons/commons-parent/5/commons-parent-5.pom
Download https://jcenter.bintray.com/org/apache/apache/4/apache-4.pom
Download https://jcenter.bintray.com/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
Download https://jcenter.bintray.com/org/apache/commons/commons-parent/22/commons-parent-22.pom
Download https://jcenter.bintray.com/com/android/tools/layoutlib/layoutlib-api/25.2.2/layoutlib-api-25.2.2.pom
Download https://jcenter.bintray.com/com/android/tools/dvlib/25.2.2/dvlib-25.2.2.pom
Download https://jcenter.bintray.com/com/android/tools/repository/25.2.2/repository-25.2.2.pom
Download https://jcenter.bintray.com/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom Download https://jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.1/httpmime-4.1.pom
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
Download https://jcenter.bintray.com/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
Download https://jcenter.bintray.com/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom
Download https://jcenter.bintray.com/com/android/tools/lint/lint-api/25.2.2/lint-api-25.2.2.pom
Download https://jcenter.bintray.com/org/ow2/asm/asm-analysis/5.0.4/asm-analysis-5.0.4.pom
Download https://jcenter.bintray.com/org/sonatype/sisu/sisu-guice/3.0.3/sisu-guice-3.0.3.pom
Download https://jcenter.bintray.com/org/sonatype/sisu/inject/guice-parent/3.0.3/guice-parent-3.0.3.pom
Download https://jcenter.bintray.com/com/intellij/annotations/12.0/annotations-12.0.pom
Download https://jcenter.bintray.com/com/google/jimfs/jimfs/1.1/jimfs-1.1.pom
Download https://jcenter.bintray.com/com/google/jimfs/jimfs-parent/1.1/jimfs-parent-1.1.pom
Download https://jcenter.bintray.com/com/android/tools/external/lombok/lombok-ast/0.2.3/lombok-ast-0.2.3.pom
Download https://jcenter.bintray.com/com/android/tools/external/com-intellij/uast/145.597.3/uast-145.597.3.pom
Download https://jcenter.bintray.com/cglib/cglib/2.2.2/cglib-2.2.2.pom
Download https://jcenter.bintray.com/asm/asm/3.3.1/asm-3.3.1.pom
Download https://jcenter.bintray.com/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Download https://jcenter.bintray.com/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Download https://jcenter.bintray.com/com/android/tools/annotations/25.2.2/annotations-25.2.2.pom
Download https://jcenter.bintray.com/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.pom
Download https://jcenter.bintray.com/org/apache/commons/commons-parent/33/commons-parent-33.pom
Download https://jcenter.bintray.com/com/google/guava/guava/18.0/guava-18.0.pom
Download https://jcenter.bintray.com/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom
Download https://jcenter.bintray.com/com/android/tools/build/gradle/2.2.2/gradle-2.2.2.jar
Download https://jcenter.bintray.com/com/mobidevelop/robovm/robovm-gradle-plugin/2.2.0/robovm-gradle-plugin-2.2.0.jar
Download https://jcenter.bintray.com/com/android/tools/build/gradle-core/2.2.2/gradle-core-2.2.2.jar
Download https://jcenter.bintray.com/org/sonatype/aether/aether-connector-wagon/1.13.1/aether-connector-wagon-1.13.1.jar
Download https://jcenter.bintray.com/com/mobidevelop/robovm/robovm-dist-compiler/2.2.0/robovm-dist-compiler-2.2.0.jar
Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar
Download https://jcenter.bintray.com/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.jar
Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-http/2.4/wagon-http-2.4.jar
Download https://jcenter.bintray.com/com/android/tools/build/builder/2.2.2/builder-2.2.2.jar
Download https://jcenter.bintray.com/com/android/tools/lint/lint/25.2.2/lint-25.2.2.jar
Download https://jcenter.bintray.com/com/android/tools/build/transform-api/2.0.0-deprecated-use-gradle-api/transform-api-2.0.0-deprecated-use-gradle-api.jar
Download https://jcenter.bintray.com/com/android/tools/build/gradle-api/2.2.2/gradle-api-2.2.2.jar
Download https://jcenter.bintray.com/com/android/databinding/compilerCommon/2.2.2/compilerCommon-2.2.2.jar
Download https://jcenter.bintray.com/org/ow2/asm/asm/5.0.4/asm-5.0.4.jar
Download https://jcenter.bintray.com/org/ow2/asm/asm-commons/5.0.4/asm-commons-5.0.4.jar
Download https://jcenter.bintray.com/net/sf/proguard/proguard-gradle/5.2.1/proguard-gradle-5.2.1.jar
Download https://jcenter.bintray.com/org/jacoco/org.jacoco.core/0.7.5.201505241946/org.jacoco.core-0.7.5.201505241946.jar
Download https://jcenter.bintray.com/org/jacoco/org.jacoco.report/0.7.5.201505241946/org.jacoco.report-0.7.5.201505241946.jar
Download https://jcenter.bintray.com/net/sf/jopt-simple/jopt-simple/4.9/jopt-simple-4.9.jar
Download https://jcenter.bintray.com/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.jar
Download https://jcenter.bintray.com/org/antlr/antlr/3.5.2/antlr-3.5.2.jar
Download https://jcenter.bintray.com/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
Download https://jcenter.bintray.com/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar
Download https://jcenter.bintray.com/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
Download https://jcenter.bintray.com/org/sonatype/sisu/sisu-inject-plexus/2.2.3/sisu-inject-plexus-2.2.3.jar
Download https://jcenter.bintray.com/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar
Download https://jcenter.bintray.com/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.jar
Download https://jcenter.bintray.com/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.jar
Download https://jcenter.bintray.com/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-http-shared4/2.4/wagon-http-shared4-2.4.jar
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.2.3/httpcore-4.2.3.jar
Download https://jcenter.bintray.com/com/android/tools/build/builder-model/2.2.2/builder-model-2.2.2.jar
Download https://jcenter.bintray.com/com/android/tools/build/builder-test-api/2.2.2/builder-test-api-2.2.2.jar
Download https://jcenter.bintray.com/com/android/tools/sdklib/25.2.2/sdklib-25.2.2.jar
Download https://jcenter.bintray.com/com/android/tools/sdk-common/25.2.2/sdk-common-25.2.2.jar
Download https://jcenter.bintray.com/com/android/tools/common/25.2.2/common-25.2.2.jar
Download https://jcenter.bintray.com/com/android/tools/build/manifest-merger/25.2.2/manifest-merger-25.2.2.jar
Download https://jcenter.bintray.com/com/android/tools/ddms/ddmlib/25.2.2/ddmlib-25.2.2.jar
Download https://jcenter.bintray.com/com/android/tools/jack/jack-api/0.11.0/jack-api-0.11.0.jar
Download https://jcenter.bintray.com/com/android/tools/jill/jill-api/0.10.0/jill-api-0.10.0.jar
Download https://jcenter.bintray.com/com/android/tools/analytics-library/protos/25.2.2/protos-25.2.2.jar
Download https://jcenter.bintray.com/com/android/tools/analytics-library/shared/25.2.2/shared-25.2.2.jar
Download https://jcenter.bintray.com/com/android/tools/analytics-library/tracker/25.2.2/tracker-25.2.2.jar
Download https://jcenter.bintray.com/com/squareup/javawriter/2.5.0/javawriter-2.5.0.jar
Download https://jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar
Download https://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar
Download https://jcenter.bintray.com/org/ow2/asm/asm-tree/5.0.4/asm-tree-5.0.4.jar
Download https://jcenter.bintray.com/com/android/tools/lint/lint-checks/25.2.2/lint-checks-25.2.2.jar
Download https://jcenter.bintray.com/org/eclipse/jdt/core/compiler/ecj/4.5.1/ecj-4.5.1.jar
Download https://jcenter.bintray.com/com/android/databinding/baseLibrary/2.2.2/baseLibrary-2.2.2.jar
Download https://jcenter.bintray.com/org/antlr/antlr4/4.5.3/antlr4-4.5.3.jar
Download https://jcenter.bintray.com/commons-io/commons-io/2.4/commons-io-2.4.jar
Download https://jcenter.bintray.com/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.jar
Download https://jcenter.bintray.com/net/sf/proguard/proguard-base/5.2.1/proguard-base-5.2.1.jar
Download https://jcenter.bintray.com/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.jar
Download https://jcenter.bintray.com/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar
Download https://jcenter.bintray.com/org/antlr/ST4/4.0.8/ST4-4.0.8.jar
Download https://jcenter.bintray.com/org/sonatype/sisu/sisu-inject-bean/2.2.3/sisu-inject-bean-2.2.3.jar
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Download https://jcenter.bintray.com/org/jsoup/jsoup/1.7.1/jsoup-1.7.1.jar
Download https://jcenter.bintray.com/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
Download https://jcenter.bintray.com/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
Download https://jcenter.bintray.com/com/android/tools/layoutlib/layoutlib-api/25.2.2/layoutlib-api-25.2.2.jar
Download https://jcenter.bintray.com/com/android/tools/dvlib/25.2.2/dvlib-25.2.2.jar
Download https://jcenter.bintray.com/com/android/tools/repository/25.2.2/repository-25.2.2.jar
Download https://jcenter.bintray.com/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.1/httpmime-4.1.jar
Download https://jcenter.bintray.com/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.jar
Download https://jcenter.bintray.com/com/android/tools/lint/lint-api/25.2.2/lint-api-25.2.2.jar
Download https://jcenter.bintray.com/org/ow2/asm/asm-analysis/5.0.4/asm-analysis-5.0.4.jar
Download https://jcenter.bintray.com/org/sonatype/sisu/sisu-guice/3.0.3/sisu-guice-3.0.3-no_aop.jar
Download https://jcenter.bintray.com/com/intellij/annotations/12.0/annotations-12.0.jar
Download https://jcenter.bintray.com/com/google/jimfs/jimfs/1.1/jimfs-1.1.jar
Download https://jcenter.bintray.com/com/android/tools/external/lombok/lombok-ast/0.2.3/lombok-ast-0.2.3.jar
Download https://jcenter.bintray.com/com/android/tools/external/com-intellij/uast/145.597.3/uast-145.597.3.jar
Download https://jcenter.bintray.com/cglib/cglib/2.2.2/cglib-2.2.2.jar
Download https://jcenter.bintray.com/asm/asm/3.3.1/asm-3.3.1.jar
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
Download https://jcenter.bintray.com/com/android/tools/annotations/25.2.2/annotations-25.2.2.jar
Download https://jcenter.bintray.com/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
Download https://jcenter.bintray.com/com/google/guava/guava/18.0/guava-18.0.jar
:core:compileJava
Download https://oss.sonatype.org/content/repositories/releases/com/badlogicgames/gdx/gdx/1.9.4/gdx-1.9.4.pom
Download https://oss.sonatype.org/content/repositories/releases/com/badlogicgames/gdx/gdx-parent/1.9.4/gdx-parent-1.9.4.pom
Download https://oss.sonatype.org/content/repositories/releases/com/badlogicgames/gdx/gdx-controllers/1.9.4/gdx-controllers-1.9.4.pom
Download https://oss.sonatype.org/content/repositories/releases/com/badlogicgames/gdx/gdx-controllers-parent/1.9.4/gdx-controllers-parent-1.9.4.pom
Download https://oss.sonatype.org/content/repositories/releases/com/google/guava/guava/19.0/guava-19.0.pom
Download https://oss.sonatype.org/content/repositories/releases/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom
Download https://oss.sonatype.org/content/repositories/releases/com/badlogicgames/gdx/gdx-freetype/1.9.4/gdx-freetype-1.9.4.pom

FAILURE: Build failed with an exception.

  • What went wrong:
    Could not resolve all dependencies for configuration ':core:compileClasspath'.

Could not resolve com.badlogicgames.gdx:gdx:1.9.4.
Required by:
drc-sim-client-master:core:2.0
Could not resolve com.badlogicgames.gdx:gdx:1.9.4.
> Could not get resource 'https://repo1.maven.org/maven2/com/badlogicgames/gdx/gdx/1.9.4/gdx-1.9.4.pom'.
> Could not GET 'https://repo1.maven.org/maven2/com/badlogicgames/gdx/gdx/1.9.4/gdx-1.9.4.pom'.
> Host name 'repo1.maven.org' does not match the certificate subject provided by the peer (CN=repo.maven.apache.org, O="Sonatype, Inc", L=Fulton, ST=MD, C=US)
Could not resolve com.badlogicgames.gdx:gdx:1.9.4.
> Could not parse POM https://oss.sonatype.org/content/repositories/releases/com/badlogicgames/gdx/gdx/1.9.4/gdx-1.9.4.pom
> Could not resolve com.badlogicgames.gdx:gdx-parent:1.9.4.
> Could not resolve com.badlogicgames.gdx:gdx-parent:1.9.4.
> Could not get resource 'https://repo1.maven.org/maven2/com/badlogicgames/gdx/gdx-parent/1.9.4/gdx-parent-1.9.4.pom'.
> Could not GET 'https://repo1.maven.org/maven2/com/badlogicgames/gdx/gdx-parent/1.9.4/gdx-parent-1.9.4.pom'.
> Host name 'repo1.maven.org' does not match the certificate subject provided by the peer (CN=repo.maven.apache.org, O="Sonatype, Inc", L=Fulton, ST=MD, C=US)
> Could not resolve com.badlogicgames.gdx:gdx-parent:1.9.4.
> Could not parse POM https://oss.sonatype.org/content/repositories/releases/com/badlogicgames/gdx/gdx-parent/1.9.4/gdx-parent-1.9.4.pom
> Could not resolve org.sonatype.oss:oss-parent:5.
> Could not resolve org.sonatype.oss:oss-parent:5.
> Could not get resource 'https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom'.
> Could not GET 'https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom'.
> Host name 'repo1.maven.org' does not match the certificate subject provided by the peer (CN=repo.maven.apache.org, O="Sonatype, Inc", L=Fulton, ST=MD, C=US)
Could not resolve com.badlogicgames.gdx:gdx-controllers:1.9.4.
Required by:
drc-sim-client-master:core:2.0
Could not resolve com.badlogicgames.gdx:gdx-controllers:1.9.4.
> Could not get resource 'https://repo1.maven.org/maven2/com/badlogicgames/gdx/gdx-controllers/1.9.4/gdx-controllers-1.9.4.pom'.
> Could not GET 'https://repo1.maven.org/maven2/com/badlogicgames/gdx/gdx-controllers/1.9.4/gdx-controllers-1.9.4.pom'.
> Host name 'repo1.maven.org' does not match the certificate subject provided by the peer (CN=repo.maven.apache.org, O="Sonatype, Inc", L=Fulton, ST=MD, C=US)
Could not resolve com.badlogicgames.gdx:gdx-controllers:1.9.4.
> Could not parse POM https://oss.sonatype.org/content/repositories/releases/com/badlogicgames/gdx/gdx-controllers/1.9.4/gdx-controllers-1.9.4.pom
> Could not resolve com.badlogicgames.gdx:gdx-controllers-parent:1.9.4.
> Could not resolve com.badlogicgames.gdx:gdx-controllers-parent:1.9.4.
> Could not get resource 'https://repo1.maven.org/maven2/com/badlogicgames/gdx/gdx-controllers-parent/1.9.4/gdx-controllers-parent-1.9.4.pom'.
> Could not GET 'https://repo1.maven.org/maven2/com/badlogicgames/gdx/gdx-controllers-parent/1.9.4/gdx-controllers-parent-1.9.4.pom'.
> Host name 'repo1.maven.org' does not match the certificate subject provided by the peer (CN=repo.maven.apache.org, O="Sonatype, Inc", L=Fulton, ST=MD, C=US)
> Could not resolve com.badlogicgames.gdx:gdx-controllers-parent:1.9.4.
> Could not parse POM https://oss.sonatype.org/content/repositories/releases/com/badlogicgames/gdx/gdx-controllers-parent/1.9.4/gdx-controllers-parent-1.9.4.pom
> Could not resolve com.badlogicgames.gdx:gdx-parent:1.9.4.
> Could not resolve com.badlogicgames.gdx:gdx-parent:1.9.4.
> Could not get resource 'https://repo1.maven.org/maven2/com/badlogicgames/gdx/gdx-parent/1.9.4/gdx-parent-1.9.4.pom'.
> Could not HEAD 'https://repo1.maven.org/maven2/com/badlogicgames/gdx/gdx-parent/1.9.4/gdx-parent-1.9.4.pom'.
> Host name 'repo1.maven.org' does not match the certificate subject provided by the peer (CN=repo.maven.apache.org, O="Sonatype, Inc", L=Fulton, ST=MD, C=US)
> Could not resolve com.badlogicgames.gdx:gdx-parent:1.9.4.
> Could not parse POM https://oss.sonatype.org/content/repositories/releases/com/badlogicgames/gdx/gdx-parent/1.9.4/gdx-parent-1.9.4.pom
> Could not resolve org.sonatype.oss:oss-parent:5.
> Could not resolve org.sonatype.oss:oss-parent:5.
> Could not get resource 'https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom'.
> Could not GET 'https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom'.
> Host name 'repo1.maven.org' does not match the certificate subject provided by the peer (CN=repo.maven.apache.org, O="Sonatype, Inc", L=Fulton, ST=MD, C=US)
Could not resolve com.google.guava:guava:19.0.
Required by:
drc-sim-client-master:core:2.0
Could not resolve com.google.guava:guava:19.0.
> Could not get resource 'https://repo1.maven.org/maven2/com/google/guava/guava/19.0/guava-19.0.pom'.
> Could not GET 'https://repo1.maven.org/maven2/com/google/guava/guava/19.0/guava-19.0.pom'.
> Host name 'repo1.maven.org' does not match the certificate subject provided by the peer (CN=repo.maven.apache.org, O="Sonatype, Inc", L=Fulton, ST=MD, C=US)
Could not resolve com.google.guava:guava:19.0.
> Could not parse POM https://oss.sonatype.org/content/repositories/releases/com/google/guava/guava/19.0/guava-19.0.pom
> Could not resolve com.google.guava:guava-parent:19.0.
> Could not resolve com.google.guava:guava-parent:19.0.
> Could not get resource 'https://repo1.maven.org/maven2/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom'.
> Could not GET 'https://repo1.maven.org/maven2/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom'.
> Host name 'repo1.maven.org' does not match the certificate subject provided by the peer (CN=repo.maven.apache.org, O="Sonatype, Inc", L=Fulton, ST=MD, C=US)
> Could not resolve com.google.guava:guava-parent:19.0.
> Could not parse POM https://oss.sonatype.org/content/repositories/releases/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom
> Could not resolve org.sonatype.oss:oss-parent:7.
> Could not resolve org.sonatype.oss:oss-parent:7.
> Could not get resource 'https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom'.
> Could not HEAD 'https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom'.
> Host name 'repo1.maven.org' does not match the certificate subject provided by the peer (CN=repo.maven.apache.org, O="Sonatype, Inc", L=Fulton, ST=MD, C=US)
Could not resolve com.badlogicgames.gdx:gdx-freetype:1.9.4.
Required by:
drc-sim-client-master:core:2.0
Could not resolve com.badlogicgames.gdx:gdx-freetype:1.9.4.
> Could not get resource 'https://repo1.maven.org/maven2/com/badlogicgames/gdx/gdx-freetype/1.9.4/gdx-freetype-1.9.4.pom'.
> Could not GET 'https://repo1.maven.org/maven2/com/badlogicgames/gdx/gdx-freetype/1.9.4/gdx-freetype-1.9.4.pom'.
> Host name 'repo1.maven.org' does not match the certificate subject provided by the peer (CN=repo.maven.apache.org, O="Sonatype, Inc", L=Fulton, ST=MD, C=US)
Could not resolve com.badlogicgames.gdx:gdx-freetype:1.9.4.
> Could not parse POM https://oss.sonatype.org/content/repositories/releases/com/badlogicgames/gdx/gdx-freetype/1.9.4/gdx-freetype-1.9.4.pom
> Could not resolve com.badlogicgames.gdx:gdx-parent:1.9.4.
> Could not resolve com.badlogicgames.gdx:gdx-parent:1.9.4.
> Could not get resource 'https://repo1.maven.org/maven2/com/badlogicgames/gdx/gdx-parent/1.9.4/gdx-parent-1.9.4.pom'.
> Could not HEAD 'https://repo1.maven.org/maven2/com/badlogicgames/gdx/gdx-parent/1.9.4/gdx-parent-1.9.4.pom'.
> Host name 'repo1.maven.org' does not match the certificate subject provided by the peer (CN=repo.maven.apache.org, O="Sonatype, Inc", L=Fulton, ST=MD, C=US)
> Could not resolve com.badlogicgames.gdx:gdx-parent:1.9.4.
> Could not parse POM https://oss.sonatype.org/content/repositories/releases/com/badlogicgames/gdx/gdx-parent/1.9.4/gdx-parent-1.9.4.pom
> Could not resolve org.sonatype.oss:oss-parent:5.
> Could not resolve org.sonatype.oss:oss-parent:5.
> Could not get resource 'https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom'.
> Could not GET 'https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom'.
> Host name 'repo1.maven.org' does not match the certificate subject provided by the peer (CN=repo.maven.apache.org, O="Sonatype, Inc", L=Fulton, ST=MD, C=US)

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 9 mins 12.692 secs`

Controller (Dis)Connect Events are not Being Called

The libGDX controller manager does not detect a disconnect. The controller instance is still returned by Controllers.getControllers() with whatever state it had last.

Steps to reproduce:

  • Start DRC Sim with a controller plugged into the device.
  • Disconnect and reconnect the controller. (Optional press a button or move a joystick while disconnecting.)
  • The controller state will no longer be updated.

TODO: Investigate and report to libGDX if necessary.

Xbox Controller not mapping correctly

I was trying to map my xbox controller like how i did on windows(im using ubuntu), but when i get to the controller section, there are many inputs, 4 being xbox 360 wireless receiver and 1 being my controller. I pick the controller. When i go and put in inputs, it reverts to wireless receiver every time. I though okay, ill just map one by one. But then, the only button i can map to becomes the LT trigger, and nothing else responds. What do i do?

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.