mindcandy / Teamcity-unity3d-build-runner-plugin

A Teamcity plugin for building Unity3d projects. NOTE: this has an MIT license so feel free to copy / adapt as you need to.
107 stars 59 forks source link

incompatible runner or incompatible agent #26

Open Dracool2006 opened 9 years ago

Dracool2006 commented 9 years ago

My greeting. Trying to bring unity3d-runner to work on Teamcity9. After successfully install of plugin and adding Unity build step, i've started to fight with a problem - there is no compatible agents to build project.

On the Agent Requirements page there is two messages.

TC_agent Incompatible runner: Unity Unmet requirements: unity.latest exists

I thought in two ways - 1) Unity plugin doesn't see my Unity package. (btw it was installed in default folder) 2) I have incompatible Java version on the agent. (at this moment i've upgrated to JDK 1.8.0_45 on teamcity server and 1.8_60 on agent ... doesn't help).

That's why i can't understand, what does plugin wants from me =). There is still error messages in teamcity_agent log :

java.lang.UnsupportedClassVersionError: unityRunner/agent/AgentListener : Unsupported major.minor version 52.0

and no compatible agents.

Thank you in advance.

Dracool2006 commented 9 years ago

The Problem Solved ! that was all about versions, but not JDK version . it was buildagent. After reinstall buildagent (it was incorectly updated from teamcity 8 to tc9 version) problem disapeared