Failed Simulator in Eclipse

I’m having a problem running Simulator from Eclipse (I was able to do it before) , not sure that, why this happened, I also moved to “classpath ‘org.multi-os-engine:moe-gradle:1.3.1’” (from beta-2)

My app works from xcode, but I no longer able to run it from within eclipse ! below is the related error

Thanks in advance !

02:04:05.386 [DEBUG] [org.gradle.process.internal.DefaultExecHandle] Changing state to: STARTING
02:04:05.387 [DEB
UG] [org.gradle.process.internal.DefaultExecHandle] Waiting until process started: command '/Users/alaa/.moe/moe-sdk-1.3.0/tools/simlauncher'.

02:04:05.402 [DEBUG] [org.gradle.process.internal.DefaultExecHandle] Changing state to: STARTED
02:04:05.403 [DEBUG] [org.gradle.process.internal.ExecHandleRunner] waiting until streams are handled...
02:04:05.403 [INFO] [org.gradle.process.internal.DefaultExecHandle] Successfully started process 'command '/Users/alaa/.moe/moe-sdk-1.3.0/tools/simlauncher''

02:04:05.612 [DEBUG] [org.gradle.process.internal.DefaultExecHandle] Changing state to: FAILED
02:04:05.612 [DEBUG] [org.gradle.process.internal.DefaultExecHandle] Process 'command '/Users/alaa/.moe/moe-sdk-1.3.0/tools/simlauncher'' finished with exit value 134 (state: FAILED)
02:04:05.613 [DEBUG] [org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter] Finished executing task ':ios-moe:moeLaunch'
02:04:05.613 [LIFECYCLE] [class org.gradle.TaskExecutionLogger] :ios-moe:moeLaunch FAILED

02:04:05.609 [ERROR] [org.moe.gradle.tasks.Launchers] 2017-04-01 02:04:05.608 simlauncher[24439:16506273] ERROR: 
02:04:05.612 [ERROR] [org.moe.gradle.utils.TaskUtils] Command failed: [/Users/alaa/.moe/moe-sdk-1.3.0/tools/simlauncher, --udid=04D79575-95B1-4A24-AC8C-EE6D57FC6DE0, --app-path=/Users/alaa/git/appx-base/ios-moe/build/moe/xcodebuild/Debug-iphonesimulator/ios-moe.app, --launch-arg=-args]
02:04:05.612 [ERROR] [org.moe.gradle.utils.TaskUtils] 

02:04:05.616 [ERROR] [org.gradle.BuildExceptionReporter] 
02:04:05.617 [ERROR] [org.gradle.BuildExceptionReporter] FAILURE: Build failed with an exception.
02:04:05.617 [ERROR] [org.gradle.BuildExceptionReporter] 
02:04:05.617 [ERROR] [org.gradle.BuildExceptionReporter] * What went wrong:
02:04:05.617 [ERROR] [org.gradle.BuildExceptionReporter] Execution failed for task ':ios-moe:moeLaunch'.
02:04:05.617 [ERROR] [org.gradle.BuildExceptionReporter] > Process exited with non-zero exit value
02:04:05.617 [ERROR] [org.gradle.BuildExceptionReporter] 
02:04:05.618 [ERROR] [org.gradle.BuildExceptionReporter] * Exception is:
02:04:05.618 [ERROR] [org.gradle.BuildExceptionReporter] org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':ios-moe:moeLaunch'.
02:04:05.618 [ERROR] [org.gradle.BuildExceptionReporter] 	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:69)
02:04:05.618 [ERROR] [org.gradle.BuildExceptionReporter] 	at org.gradl
e.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:46)
02:04:05.618 [ERROR] [org.gradle.BuildExceptionReporter] 	at org.gradle.api.internal.tasks.execution.PostExecutionAnalysisTaskExecuter.execute(PostExecutionAnalysisTaskExecuter.java:35)
02:04:05.618 [ERROR] [org.gradle.BuildExceptionReporter] 	at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:66)
02:04:05.618 [ERROR] [org.gradle.BuildExceptionReporter] 	at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:58)
02:04:05.618 [ERROR] [org.gradle.BuildExceptionReporter] 	at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:52)
02:04:05.618 [ERROR] [org.gradle.BuildExceptionReporter] 	at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:52)
02:04:05.619

Please upgrade to 1.3.3, we updated the Simulator Launcher to support Xcode 8.3

1 Like

Works, thanks a million for this amazing support !

I’m having this same issue, but am not sure how to upgrade to 1.3.3. I’m using the IntelliJ plugin, and when I search their repo, version 1.3.1 shows up as the latest version.

Just change your build.gradle

dependencies {
    classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.6'
    classpath 'com.android.tools.build:gradle:2.2.3'
    classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.0'
    classpath 'org.multi-os-engine:moe-gradle:1.3.3'
}
1 Like

That worked, thank you!

Hi Clint,

I recommend that you upgrade to 1.3.6, which is the latest version.

Best Regards,
Gergely

I did, thank you! :slight_smile: