Перейти к публикации

Непонятная ошибка при запуске на macOS


Рекомендованные сообщения

Ошибка из latest.log выглядит вот так:

P.S: Java установлена и даже рекомендуемая Вами

"

[14:55:29] [INFO]: Loading display...
[14:55:29] [INFO]: Platform:
[14:55:29] [INFO]:   Display:
[14:55:29] [INFO]:       Resolution: 1440x900
[14:55:29] [INFO]:       Scale: auto (min: x1, max: x1)
[14:55:29] [INFO]:       Styles:
[14:55:29] [INFO]:           - "default"
[14:55:29] [INFO]:   OS: MAC (Mac OS X)
[14:55:29] [INFO]:   Arch: x64 (x86_64)
[14:55:29] [INFO]:   Total memory: 8192mb
[14:55:29] [INFO]:   Allowed memory: 8192mb
[14:55:29] [INFO]: Loading textures of style <default>...
[14:55:29] [INFO]:    assets/textures/gui/default/dialog/window.default.png
[14:55:29] [INFO]:    assets/textures/gui/default/dialog/btn.app.close.png
[14:55:29] [INFO]:    assets/textures/gui/default/main/header.social.vk.png
[14:55:29] [INFO]:    assets/textures/gui/default/main/window.png
[14:55:29] [INFO]:    assets/textures/gui/default/dialog/settings/launcher.memory.slider.png
[14:55:29] [INFO]:    assets/textures/gui/default/main/client.icon.png
[14:55:29] [INFO]:    assets/textures/gui/default/auth/field.pass.png
[14:55:29] [INFO]:    assets/textures/gui/default/dialog/settings/launcher.scale.background.png
[14:55:29] [INFO]:    assets/textures/gui/default/dialog/progressbar.download.png
[14:55:30] [INFO]:    assets/textures/gui/default/main/header.profile.popup.png
[14:55:30] [INFO]:    assets/textures/gui/default/dialog/settings/btn.confirm.png
[14:55:30] [INFO]:    assets/textures/gui/default/main/client.background.png
[14:55:30] [INFO]:    assets/textures/gui/default/main/header.logo.png
[14:55:30] [INFO]:    assets/textures/gui/default/auth/btn.sign.icon.png
[14:55:30] [INFO]:    assets/textures/gui/default/dialog/settings/client.dlc.checkbox.png
[14:55:30] [INFO]:    assets/textures/gui/default/comp/checkbox.png
[14:55:30] [INFO]:    assets/textures/gui/default/main/header.social.discord.png
[14:55:30] [INFO]:    assets/textures/gui/default/main/header.profile.user.steve.png
[14:55:30] [INFO]:    assets/textures/gui/default/dialog/settings/launcher.scale.arrow.png
[14:55:30] [INFO]:    assets/textures/gui/default/dialog/window.downloader.png
[14:55:30] [INFO]:    assets/textures/gui/default/main/client.options.png
[14:55:30] [INFO]:    assets/textures/gui/default/main/header.app.minimize.png
[14:55:30] [INFO]:    assets/textures/gui/default/dialog/settings/client.dlc.background.png
[14:55:30] [INFO]:    assets/textures/gui/default/main/header.profile.form.png
[14:55:30] [INFO]:    assets/textures/gui/default/main/header.background.png
[14:55:30] [INFO]:    assets/textures/gui/default/main/header.profile.user.mask.png
[14:55:30] [INFO]:    assets/textures/gui/default/dialog/settings/btn.default.png
[14:55:30] [INFO]:    assets/textures/gui/default/dialog/field.secret_key.png
[14:55:30] [INFO]:    assets/textures/gui/default/main/root.scrollbar.png
[14:55:30] [INFO]:    assets/textures/gui/default/dialog/btn.app.minimize.png
[14:55:30] [INFO]:    assets/textures/gui/default/dialog/logo.loader.png
[14:55:30] [INFO]:    assets/textures/gui/default/auth/btn.sign.background.png
[14:55:30] [INFO]:    assets/textures/gui/default/dialog/window.loader.png
[14:55:30] [INFO]:    assets/textures/gui/default/dialog/btn.default.png
[14:55:30] [INFO]:    assets/textures/gui/default/main/header.logout.png
[14:55:30] [INFO]:    assets/textures/gui/default/main/client.play.png
[14:55:30] [INFO]:    assets/textures/gui/default/auth/field.login.png
[14:55:30] [INFO]:    assets/textures/gui/default/auth/btn.join.png
[14:55:30] [INFO]:    assets/textures/gui/default/main/header.app.close.png
[14:55:30] [INFO]:    assets/textures/gui/default/dialog/settings/client.dlc.scrollbar.png
[14:55:30] [INFO]:    assets/textures/gui/default/dialog/settings/comp.border.png
[14:55:30] [INFO]: Loading profile...
[14:55:30] [INFO]: Handshaking...
[14:55:32] [INFO]: Auth with login <GizzaS>
[14:55:33] [INFO]: Auth response: success
[14:55:33] [INFO]: Permissions:
[14:55:33] [INFO]:    - "dev.run.invalidate.post"
[14:55:33] [INFO]:    - "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzАБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдеёжзийклмнопрстуфхцчшщъыьэюя"
[14:55:33] [INFO]: Styles:
[14:55:33] [INFO]:    - "default"
[14:55:33] [INFO]: Saving display...
[14:55:33] [INFO]: Loading textures of style <default>...
[14:55:33] [WARN]: Could not load profile skin
javax.imageio.IIOException: Can't get input stream from URL!
    at javax.imageio.ImageIO.read(ImageIO.java:1395) ~[?:1.8.0_251]
    at ru.excalibur.launcher.t.e.m.H(va:388) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
Caused by: java.io.FileNotFoundException: http://ex-server.ru/skins/GizzaS.png
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896) ~[?:1.8.0_251]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_251]
    at java.net.URL.openStream(URL.java:1067) ~[?:1.8.0_251]
    at javax.imageio.ImageIO.read(ImageIO.java:1393) ~[?:1.8.0_251]
    ... 2 more
[14:55:33] [INFO]: Saving profile...
[14:55:33] [INFO]: Updating server-list...
[14:55:33] [INFO]: Loading server-list caches...
[14:55:34] [INFO]: Updating server-content <CLASSIC>...
[14:55:34] [INFO]: Updating server-content <INDUSTRIAL>...
[14:55:34] [INFO]: Updating server-content <GALAXY>...
[14:55:34] [INFO]: Updating server-content <TECHNOMAGIC>...
[14:55:34] [INFO]: Updating server-content <DRACONICEVO>...
[14:55:34] [INFO]: Updating server-content <MYSTICSKY>...
[14:55:34] [INFO]: Updating server-content <NEVERMINE>...
[14:55:34] [INFO]: Updating server-content <RPG>...
[14:55:34] [INFO]: Updating server-content <MAGIC>...
[14:55:34] [INFO]: Updating server-content <SANDBOX>...
[14:55:34] [INFO]: Updating server-content <TECHNOMAGICEVO>...
[14:55:34] [INFO]: Updating server-content <VOLCANOBLOCK>...
[14:55:34] [INFO]: Updating server-content <WONDERLAND>...
[14:55:34] [INFO]: Updating server-content <PIXELMON>...
[14:55:34] [INFO]: Updating server-content <TERRAFIRMACRAFT>...
[14:55:34] [INFO]: Updating server-content <TERRAFIRMACRAFTTEST>...
[14:55:34] [INFO]: Updating server-content <STALKER>...
[14:55:34] [INFO]: Updating server-content <STALKERTEST>...
[14:55:34] [INFO]: Updating server-content <STALKERV2>...
[14:55:34] [INFO]: Saving server-list caches...
[14:55:36] [INFO]: ------------------------------------
[14:55:36] [INFO]: Preparing client <TECHNOMAGICEVO>
[14:55:36] [INFO]: Checking content files...
[14:55:38] [INFO]: Downloading files...
[14:55:38] [INFO]: Total-size: 0 bytes
[14:55:38] [INFO]: ------------------------------------
[14:55:38] [INFO]: file: LIBS:JLINE
[14:55:38] [INFO]: size: 0 bytes
[14:55:38] [INFO]: from: http://ex-server.ru/1122_clients/libraries/jline/jline/3.5.1/jline-3.5.1.jar
[14:55:38] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/jline/jline/3.5.1/jline-3.5.1.jar
[14:55:38] [INFO]: downloading (attempt: 1)...
[14:55:38] [INFO]: Saving server-list caches...
[14:55:38] [INFO]: ------------------------------------
[14:55:38] [INFO]: Launching client <TECHNOMAGICEVO>
[14:55:38] [INFO]: Minecraft version: 1.12.2
[14:55:38] [INFO]: Performance mode: enbaled
[14:55:38] [INFO]: Memory size: 3810mb
[14:55:38] [WARN]: Java binary was not found! Trying to launch with preinstalled version!
[14:55:38] [INFO]: PRE validating context...
[14:55:39] [INFO]: Unrecognized VM option 'UseConcMarkSweepGC'
[14:55:39] [INFO]: Error: Could not create the Java Virtual Machine.
[14:55:39] [INFO]: Error: A fatal exception has occurred. Program will exit.
[14:55:39] [WARN]: 
ru.excalibur.launcher.t.I: process hasn't exited
    at java.lang.UNIXProcess.exitValue(UNIXProcess.java:421) ~[?:1.8.0_251]
    at ru.excalibur.launcher.j.e.k.H(b:10) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.j.e.k.H(b:128) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.j.e.e.H(ng:173) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.j.e.E.H(uj:185) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.j.e.E.H(uj:397) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.j.e.E.g(uj:197) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.a.H(oa:101) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) ~[launcher_build_59.jar:?]
[14:55:39] [INFO]: Sending notify...
[14:56:50] [INFO]: Downloading files...
[14:56:50] [INFO]: Total-size: 387926563 bytes
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:FORGE_2838
[14:56:50] [INFO]: size: 4400827 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:LAUNCHWRAPPER
[14:56:50] [INFO]: size: 32999 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:ASM_ALL
[14:56:50] [INFO]: size: 247787 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:JLINE
[14:56:50] [INFO]: size: 0 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/jline/jline/3.5.1/jline-3.5.1.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/jline/jline/3.5.1/jline-3.5.1.jar
[14:56:50] [INFO]: downloading (attempt: 1)...
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:AKKA_ACTOR
[14:56:50] [INFO]: size: 2553197 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:CONFIG
[14:56:50] [INFO]: size: 221173 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:SCALA_ACTORS_MIGRATION
[14:56:50] [INFO]: size: 58767 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:SCALA_COMPILER
[14:56:50] [INFO]: size: 13576400 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:SCALA_CONTINUATIONS_LIBRARY
[14:56:50] [INFO]: size: 26551 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:SCALA_CONTINUATIONS_PLUGIN
[14:56:50] [INFO]: size: 209882 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:SCALA_LIBRARY
[14:56:50] [INFO]: size: 5612286 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:SCALA_PARSER_COMBINATORS
[14:56:50] [INFO]: size: 430247 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:SCALA_REFLECT
[14:56:50] [INFO]: size: 4415437 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:SCALA_SWING
[14:56:50] [INFO]: size: 736831 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:SCALA_XML
[14:56:50] [INFO]: size: 660552 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:LZMA
[14:56:50] [INFO]: size: 5762 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:JOPT_SIMPLE
[14:56:50] [INFO]: size: 78175 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:VECMATH
[14:56:50] [INFO]: size: 318956 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:TROVE4J
[14:56:50] [INFO]: size: 2523218 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:MAVEN_ARTIFACT
[14:56:50] [INFO]: size: 54961 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:OSHI_CORE
[14:56:50] [INFO]: size: 30973 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:JNA_JNA
[14:56:50] [INFO]: size: 1091208 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:JNA_PLATFORM
[14:56:50] [INFO]: size: 913436 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:ICU4J_CORE_MOJANG
[14:56:50] [INFO]: size: 1634692 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:CODECJORBIS
[14:56:50] [INFO]: size: 103871 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:CODECWAV
[14:56:50] [INFO]: size: 5618 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:LIBRARYJAVASOUND
[14:56:50] [INFO]: size: 21679 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:LIBRARYLWJGLOPENAL
[14:56:50] [INFO]: size: 18981 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:SOUNDSYSTEM
[14:56:50] [INFO]: size: 65020 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar
[14:56:50] [INFO]: ------------------------------------
[14:56:50] [INFO]: file: LIBS:NETTY_ALL
[14:56:50] [INFO]: size: 3511093 bytes
[14:56:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar
[14:56:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: LIBS:GUAVA
[14:56:51] [INFO]: size: 2521113 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: LIBS:COMMONS_LANG
[14:56:51] [INFO]: size: 479881 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: LIBS:COMMONS_IO
[14:56:51] [INFO]: size: 208700 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: LIBS:COMMONS_CODEC
[14:56:51] [INFO]: size: 284184 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: LIBS:JINPUT
[14:56:51] [INFO]: size: 208338 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: LIBS:JUTILS
[14:56:51] [INFO]: size: 7508 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: LIBS:GSON
[14:56:51] [INFO]: size: 231952 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: LIBS:AUTHLIB_1_5_25
[14:56:51] [INFO]: size: 64560 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: LIBS:REALMS_1_10_22
[14:56:51] [INFO]: size: 7135057 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: LIBS:COMMONS_COMPRESS
[14:56:51] [INFO]: size: 365552 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: LIBS:HTTPCLIENT
[14:56:51] [INFO]: size: 589512 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: LIBS:COMMONS_LOGGING
[14:56:51] [INFO]: size: 62050 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: LIBS:HTTPCORE
[14:56:51] [INFO]: size: 282269 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: LIBS:FASTUTIL
[14:56:51] [INFO]: size: 17655579 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: LIBS:LOG4J_API
[14:56:51] [INFO]: size: 228859 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: LIBS:LOG4J_CORE
[14:56:51] [INFO]: size: 1402925 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: LIBS:LWJGL
[14:56:51] [INFO]: size: 1047168 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: LIBS:LWJGL_UTIL
[14:56:51] [INFO]: size: 173887 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: LIBS:TEXT2SPEECH
[14:56:51] [INFO]: size: 11055 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: LIBS:JAVA_OBJC_BRIDGE
[14:56:51] [INFO]: size: 40502 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: LIBS:RESOURCE
[14:56:51] [INFO]: size: 6679018 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/ex/1.12.2/resource-technomagicevo.jar
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/resource-technomagicevo.jar
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: LIBS:MINECRAFT_1_12_2
[14:56:51] [INFO]: size: 10180113 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/ex/1.12.2/minecraft_1.12.2.jar
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/minecraft_1.12.2.jar
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: SERVERLIST:MAIN
[14:56:51] [INFO]: size: 1966 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/server_list/technomagicevo_servers.dat
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/servers.dat
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: NATIVES:NATIVES_1_7_10
[14:56:51] [INFO]: size: 2116436 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/zip/natives_1122.zip
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/zip1122/natives_1122.zip
[14:56:51] [INFO]: extracting (attempt: 1)...
[14:56:51] [INFO]: ------------------------------------
[14:56:51] [INFO]: file: ASSETS:MAIN
[14:56:51] [INFO]: size: 114148310 bytes
[14:56:51] [INFO]: from: http://ex-server.ru/1122_clients/zip/assets_1122.zip
[14:56:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/zip1122/assets_1122.zip
[14:56:52] [INFO]: extracting (attempt: 1)...
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: RESOURCEPACKS_CONTENT_SHADERPACKS:SHADERPACKS_1122
[14:56:55] [INFO]: size: 8604303 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/zip_content/shaderpacks_1122.zip
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/zip1122/shaderpacks_1122.zip
[14:56:55] [INFO]: extracting (attempt: 1)...
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: ZIP:CONFIG
[14:56:55] [INFO]: size: 87218 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/zip/config_technomagicevo.zip
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/zip1122/config_technomagicevo.zip
[14:56:55] [INFO]: extracting (attempt: 1)...
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: ZIP:CONFIG_SCRIPTS
[14:56:55] [INFO]: size: 28669 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/zip/config_technomagicevo_scripts.zip
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/zip1122/config_technomagicevo_scripts.zip
[14:56:55] [INFO]: extracting (attempt: 1)...
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: ZIP:CONFIG_MINECRAFT
[14:56:55] [INFO]: size: 2607 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/zip/config_technomagicevo_minecraft.zip
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/zip1122/config_technomagicevo_minecraft.zip
[14:56:55] [INFO]: extracting (attempt: 1)...
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: ZIP:RESOURCEPACKS_DEFAULT_1122
[14:56:55] [INFO]: size: 21552 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/zip/resourcepacks_default_1122.zip
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/zip1122/resourcepacks_default_1122.zip
[14:56:55] [INFO]: extracting (attempt: 1)...
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: ZIP:ASSETS_WARDROBE
[14:56:55] [INFO]: size: 1924899 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/assets_wardrobe/assets_wardrobe.zip
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/assets_wardrobe/assets_wardrobe.zip
[14:56:55] [INFO]: extracting (attempt: 1)...
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: ZIP:ASSETS_HOLOGRAM
[14:56:55] [INFO]: size: 11820342 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/assets_hologram/assets_hologram.zip
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/assets_hologram/assets_hologram.zip
[14:56:55] [INFO]: extracting (attempt: 1)...
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_C0_CLIENTFIXER1122
[14:56:55] [INFO]: size: 10002 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C0-ClientFixer1122.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixer1122.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_C0_CLIENTFIXERFONT
[14:56:55] [INFO]: size: 18874 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C0-ClientFixerFont.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixerFont.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_C0_CLIENTFIXERMIXIN
[14:56:55] [INFO]: size: 893883 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C0-ClientFixerMixin1122.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixerMixin1122.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_C0_HARDWAREINFO
[14:56:55] [INFO]: size: 6273 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C0-HardwareInfo1122.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-HardwareInfo1122.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_C0_FOAMFIX
[14:56:55] [INFO]: size: 201683 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C0-foamfix01010.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-foamfix01010.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_C0_OPTIFINEAPI34
[14:56:55] [INFO]: size: 13534 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C0-OptifineAPI34.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-OptifineAPI34.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_C0_OPTIFINEHDUF5
[14:56:55] [INFO]: size: 2545903 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C0-OptiFineHDUF5.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-OptiFineHDUF5.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_C1_XAEROSMINIMAP_TECHNOMAGICEVO
[14:56:55] [INFO]: size: 523056 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods_minimap/mod-C1-XaerosMinimap20150_technomagicevo.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C1-XaerosMinimap20150_technomagicevo.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_C3_WORLDEDITCUI2212
[14:56:55] [INFO]: size: 461792 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C3-WorldEditCUI2212.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C3-WorldEditCUI2212.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_C8_MOREOVERLAYS1121
[14:56:55] [INFO]: size: 38081 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C8-moreoverlays1121.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C8-moreoverlays1121.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_C9_CODECHICKENLIB
[14:56:55] [INFO]: size: 704330 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C9-CodeChickenLib358.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-CodeChickenLib358.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_C9_JEI289
[14:56:55] [INFO]: size: 650541 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C9-jei289.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-jei289.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_C9_NOTENOUGHITEMS245
[14:56:55] [INFO]: size: 470831 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C9-NotEnoughItems245.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-NotEnoughItems245.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_C9_JUSTENOUGHRESOURCES
[14:56:55] [INFO]: size: 222270 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C9-JustEnoughResources09260.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JustEnoughResources09260.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_C9_THAUMICJEI16027
[14:56:55] [INFO]: size: 59213 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C9-ThaumicJEI16027.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-ThaumicJEI16027.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_C9_JEIBEES
[14:56:55] [INFO]: size: 117480 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C9-JeiBees0905.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JeiBees0905.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_C9_JUSTENOUGHENERGISTICS
[14:56:55] [INFO]: size: 22714 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C9-JustEnoughEnergistics-108.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JustEnoughEnergistics-108.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_C10_HWYLA1826B41
[14:56:55] [INFO]: size: 453778 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C10-Hwyla1826B41.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C10-Hwyla1826B41.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_C10_THAUMICWAILA
[14:56:55] [INFO]: size: 11986 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C10-ThaumicWaila-002.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C10-ThaumicWaila-002.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_MC1_VKFEED20
[14:56:55] [INFO]: size: 798193 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MC1-VKfeed20.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MC1-VKfeed20.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_MS1_ECONOMYMOD30CLIENT
[14:56:55] [INFO]: size: 629139 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS1-EconomyMod30client.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-EconomyMod30client.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_MS1_WARDROBE
[14:56:55] [INFO]: size: 84326 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS1-Wardrobe1122.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-Wardrobe1122.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_MS1_HOLOGRAM
[14:56:55] [INFO]: size: 105318 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS1-hologram-2.0-client.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-hologram-2.0-client.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_MS1_SUPERPICKAXECLIENT
[14:56:55] [INFO]: size: 11686 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS1-SuperPickaxe1122-client.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-SuperPickaxe1122-client.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_MS1_ECONOMYORECLIENT
[14:56:55] [INFO]: size: 77332 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS1-EconomyOre1122-Client.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-EconomyOre1122-Client.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_MS1_TREASURECHEST20CLIENT
[14:56:55] [INFO]: size: 3354115 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS1-TreasureChest20Client.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-TreasureChest20Client.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_MS1_CLANTAGS2CLIENT
[14:56:55] [INFO]: size: 57055 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS1-ClanTags2-client.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-ClanTags2-client.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_MS4_DAILYBONUS
[14:56:55] [INFO]: size: 468550 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS4-DailyBonus-client.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-DailyBonus-client.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_MS4_ENDERBAG2
[14:56:55] [INFO]: size: 8538 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS4-EnderBag2.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-EnderBag2.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_MS4_ITEMICON20CLIENT
[14:56:55] [INFO]: size: 560236 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS4-ItemIcon20Client.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-ItemIcon20Client.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_MS4_MORERECORDS2
[14:56:55] [INFO]: size: 14983673 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS4-MoreRecords2.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-MoreRecords2.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_MS7_TRADE
[14:56:55] [INFO]: size: 120641 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS7-Trade.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS7-Trade.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_MS8_WANDITEMS2
[14:56:55] [INFO]: size: 24319 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS8-wanditems2.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS8-wanditems2.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_MS9_ITEMFINDER
[14:56:55] [INFO]: size: 18660 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS9-ItemFinder-client.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS9-ItemFinder-client.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_S1_BIOMESOPLENTY
[14:56:55] [INFO]: size: 4702000 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-BiomesOPlenty-2444.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-BiomesOPlenty-2444.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_S1_BAUBLES152
[14:56:55] [INFO]: size: 108450 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-Baubles152.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Baubles152.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_S1_GUIDEAP21863_EX19
[14:56:55] [INFO]: size: 169528 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-GuideAP21863-EX19.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-GuideAP21863-EX19.jar
[14:56:55] [INFO]: ------------------------------------
[14:56:55] [INFO]: file: MODS:MOD_S1_THAUMCRAFT61BETA26
[14:56:55] [INFO]: size: 11318142 bytes
[14:56:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-Thaumcraft61BETA26.jar
[14:56:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Thaumcraft61BETA26.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_HAMMERCORE
[14:56:56] [INFO]: size: 2249618 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-HammerCore2055-EX61.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-HammerCore2055-EX61.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_THAUMICADDITIONS
[14:56:56] [INFO]: size: 5915643 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-ThaumicAdditions22r-EX61.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ThaumicAdditions22r-EX61.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_THAUMICWONDERS
[14:56:56] [INFO]: size: 1227375 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-thaumicwonders-182.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-thaumicwonders-182.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_THAUMICINVENTORYSCANNING2010
[14:56:56] [INFO]: size: 17224 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-ThaumicInventoryScanning2010.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ThaumicInventoryScanning2010.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_VAMPIRISM_EX19
[14:56:56] [INFO]: size: 9393211 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-Vampirism160-EX19.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Vampirism160-EX19.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_VAMPIRISMINTEGRATIONS
[14:56:56] [INFO]: size: 79470 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-VampirismIntegrations-110.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-VampirismIntegrations-110.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_BLOODMAGIC
[14:56:56] [INFO]: size: 7208643 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-BloodMagic-105.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-BloodMagic-105.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_BOTANIA
[14:56:56] [INFO]: size: 13747839 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-Botaniar1.10-363.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Botaniar1.10-363.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_EXTRABOTANY
[14:56:56] [INFO]: size: 2621281 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-ExtraBotany-r11-57.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ExtraBotany-r11-57.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_THAUMICENERGISTICS
[14:56:56] [INFO]: size: 586027 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-thaumicenergistics-224.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-thaumicenergistics-224.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_ADVANCEDMACHINES6101
[14:56:56] [INFO]: size: 190539 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-AdvancedMachines6101.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-AdvancedMachines6101.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_ADVANCEDSOLARPANELS430
[14:56:56] [INFO]: size: 316833 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-AdvancedSolarPanels430.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-AdvancedSolarPanels430.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_APPLIEDENERGISTICS2_RV6_STABLE_7
[14:56:56] [INFO]: size: 4012805 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-appliedenergistics2-rv6-stable-7.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-appliedenergistics2-rv6-stable-7.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_LIBNINE_EX22
[14:56:56] [INFO]: size: 370675 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-libnine-1.1.9-EX22.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-libnine-1.1.9-EX22.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_LAZYAE_EX22
[14:56:56] [INFO]: size: 386558 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-lazy-ae2-1.1.21-EX22.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-lazy-ae2-1.1.21-EX22.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_FORGELIN184_EX53
[14:56:56] [INFO]: size: 6278399 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-Forgelin184-EX53.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Forgelin184-EX53.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_GRAVITATIONSUITE_311
[14:56:56] [INFO]: size: 346051 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-GravitationSuite-3.1.1.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-GravitationSuite-3.1.1.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_INDUSTRIALCRAFT188_EX112
[14:56:56] [INFO]: size: 8465870 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-industrialcraft188-ex112.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-industrialcraft188-ex112.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_INDUSTRIALFOREGOING237_EX53
[14:56:56] [INFO]: size: 1580629 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-industrialforegoing237-EX53.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-industrialforegoing237-EX53.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_TESLA_CORE_LIB1015_EX53
[14:56:56] [INFO]: size: 1140374 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-tesla-core-lib1015-EX53.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-tesla-core-lib1015-EX53.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_MANTLE13355
[14:56:56] [INFO]: size: 843486 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-Mantle13355-EX40.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Mantle13355-EX40.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_TCONSTRUCT
[14:56:56] [INFO]: size: 3971984 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-TConstruct-2130171-EX40.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-TConstruct-2130171-EX40.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_CERAMICS
[14:56:56] [INFO]: size: 400538 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-Ceramics-137.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Ceramics-137.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_IMMERSIVEENGINEERING
[14:56:56] [INFO]: size: 6360959 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-ImmersiveEngineering-01298-EX22.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ImmersiveEngineering-01298-EX22.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_IMMERSIVEENGINEERING_CORE
[14:56:56] [INFO]: size: 7636 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-ImmersiveEngineering-core-01292-EX22.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ImmersiveEngineering-core-01292-EX22.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S1_IMMERSIVEPETROLEUM
[14:56:56] [INFO]: size: 906018 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-immersivepetroleum-119-EX22.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-immersivepetroleum-119-EX22.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S2_BRANDONSCORE_EX54
[14:56:56] [INFO]: size: 825615 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-BrandonsCore-2418210-EX54.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-BrandonsCore-2418210-EX54.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S2_DRACONICEVOLUTION_EX54
[14:56:56] [INFO]: size: 5688720 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-Draconic-Evolution-2326193-EX54.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-Draconic-Evolution-2326193-EX54.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S2_COFHCORE46327_EX52
[14:56:56] [INFO]: size: 847938 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-CoFHCore46327-EX52.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-CoFHCore46327-EX52.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S2_COFHWORLD1317_EX52
[14:56:56] [INFO]: size: 532040 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-CoFHWorld1317-EX52.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-CoFHWorld1317-EX52.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S2_REDSTONEFLUX2106_EX52
[14:56:56] [INFO]: size: 36278 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-RedstoneFlux2106-EX52.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-RedstoneFlux2106-EX52.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S2_THERMALCULTIVATION03312_EX52
[14:56:56] [INFO]: size: 106843 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-ThermalCultivation03312-EX52.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalCultivation03312-EX52.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S2_THERMALDYNAMICS25521_EX52
[14:56:56] [INFO]: size: 762980 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-ThermalDynamics25521-EX52.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalDynamics25521-EX52.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S2_THERMALEXPANSION55443_EX52
[14:56:56] [INFO]: size: 2426151 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-ThermalExpansion55443-EX52.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalExpansion55443-EX52.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S2_THERMALFOUNDATION26327_EX52
[14:56:56] [INFO]: size: 2312713 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-ThermalFoundation26327-EX52.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalFoundation26327-EX52.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S2_THERMALINNOVATION03312_EX52
[14:56:56] [INFO]: size: 197601 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-ThermalInnovation03312-EX52.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalInnovation03312-EX52.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S2_IRONCHEST847
[14:56:56] [INFO]: size: 956692 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-ironchest847.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ironchest847.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S2_STORAGEDRAWERS542_EX34
[14:56:56] [INFO]: size: 596845 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-StorageDrawers542-EX34.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-StorageDrawers542-EX34.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S2_CHAMELEON413_EX34
[14:56:56] [INFO]: size: 96859 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-Chameleon413-EX34.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-Chameleon413-EX34.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S3_EXTRAUTILS2_199
[14:56:56] [INFO]: size: 3210979 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S3-extrautils2-199.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S3-extrautils2-199.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S4_FORESTRY582_387
[14:56:56] [INFO]: size: 5165048 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S4-forestry582-387.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-forestry582-387.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S4_BINNIE_MODS
[14:56:56] [INFO]: size: 5857998 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S4-binnie-mods-251203.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-binnie-mods-251203.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S4_SCANNABLE16324
[14:56:56] [INFO]: size: 251845 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S4-Scannable16324.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-Scannable16324.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S4_ELEVATORMOD
[14:56:56] [INFO]: size: 56471 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S4-ElevatorMod1312.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-ElevatorMod1312.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S5_CORALREEF25
[14:56:56] [INFO]: size: 73465 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S5-CoralReef25.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S5-CoralReef25.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S10_CRAFTTWEAKER4119_EX10
[14:56:56] [INFO]: size: 1368377 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S10-CraftTweaker4119-EX10.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-CraftTweaker4119-EX10.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S10_MODTWEAKER4017_EX10
[14:56:56] [INFO]: size: 447874 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S10-modtweaker4017-EX10.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-modtweaker4017-EX10.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S10_MTLIB306_EX10
[14:56:56] [INFO]: size: 30002 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S10-MTLib306-EX10.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-MTLib306-EX10.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S10_IC2TWEAKER020_EX10
[14:56:56] [INFO]: size: 34806 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S10-ic2Tweaker020-EX10.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-ic2Tweaker020-EX10.jar
[14:56:56] [INFO]: ------------------------------------
[14:56:56] [INFO]: file: MODS:MOD_S16_DRAGONSRADIO
[14:56:56] [INFO]: size: 213950 bytes
[14:56:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S16-DragonsRadio1122.jar
[14:56:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S16-DragonsRadio1122.jar
[14:56:56] [INFO]: Saving server-list caches...
[14:56:58] [INFO]: ------------------------------------
[14:56:58] [INFO]: Preparing client <TECHNOMAGICEVO>
[14:56:58] [INFO]: Checking content files...
[14:56:59] [INFO]: Downloading files...
[14:56:59] [INFO]: Total-size: 0 bytes
[14:56:59] [INFO]: ------------------------------------
[14:56:59] [INFO]: file: LIBS:JLINE
[14:56:59] [INFO]: size: 0 bytes
[14:56:59] [INFO]: from: http://ex-server.ru/1122_clients/libraries/jline/jline/3.5.1/jline-3.5.1.jar
[14:56:59] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/jline/jline/3.5.1/jline-3.5.1.jar
[14:56:59] [INFO]: downloading (attempt: 1)...
[14:56:59] [INFO]: Saving server-list caches...
[14:56:59] [INFO]: ------------------------------------
[14:56:59] [INFO]: Launching client <TECHNOMAGICEVO>
[14:56:59] [INFO]: Minecraft version: 1.12.2
[14:56:59] [INFO]: Performance mode: enbaled
[14:56:59] [INFO]: Memory size: 3810mb
[14:57:00] [WARN]: Java binary was not found! Trying to launch with preinstalled version!
[14:57:00] [INFO]: PRE validating context...
[14:57:00] [INFO]: Unrecognized VM option 'UseConcMarkSweepGC'
[14:57:00] [INFO]: Error: Could not create the Java Virtual Machine.
[14:57:00] [INFO]: Error: A fatal exception has occurred. Program will exit.
[14:57:00] [WARN]: 
ru.excalibur.launcher.t.I: process hasn't exited
    at java.lang.UNIXProcess.exitValue(UNIXProcess.java:421) ~[?:1.8.0_251]
    at ru.excalibur.launcher.j.e.k.H(b:10) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.j.e.k.H(b:128) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.j.e.e.H(ng:173) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.j.e.E.H(uj:185) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.j.e.E.H(uj:397) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.j.e.E.g(uj:197) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.a.H(oa:101) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) ~[launcher_build_59.jar:?]
[14:57:00] [INFO]: Sending notify...
"

Ссылка на комментарий
  • Developer

Для запуска клиентов на MAC OS нужна версия Java 8.
Удаляйте все версии выше/ниже и устанавливайте версию Java 8 JDK. Не забудьте отключить автообновление.
Проверить текущую версию Java можно написав в терминале команду: java -version

Для того, чтобы работали клиенты 1.12.2, нужно установить версии Java 8 241
https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html

Только что, GizzaS сказал:

P.S: Java установлена и даже рекомендуемая Вами

 

она может быть не одна + не использоваться по умолчанию.

  • Лукасик 1
Ссылка на комментарий
15 минут назад, Prototype сказал:

Для запуска клиентов на MAC OS нужна версия Java 8.
Удаляйте все версии выше/ниже и устанавливайте версию Java 8 JDK. Не забудьте отключить автообновление.
Проверить текущую версию Java можно написав в терминале команду: java -version

Для того, чтобы работали клиенты 1.12.2, нужно установить версии Java 8 241
https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html

она может быть не одна + не использоваться по умолчанию.

Удалил полностью Java, накатил 8 версию и теперь у меня постоянно что-то подгружает при нажатии на сервер и выдает такую ошибку:

"

[15:15:33] [INFO]: Loading display...
[15:15:33] [INFO]: Platform:
[15:15:33] [INFO]:   Display:
[15:15:33] [INFO]:       Resolution: 1440x900
[15:15:33] [INFO]:       Scale: auto (min: x1, max: x1)
[15:15:33] [INFO]:       Styles:
[15:15:33] [INFO]:           - "default"
[15:15:33] [INFO]:   OS: MAC (Mac OS X)
[15:15:33] [INFO]:   Arch: x64 (x86_64)
[15:15:33] [INFO]:   Total memory: 8192mb
[15:15:33] [INFO]:   Allowed memory: 8192mb
[15:15:33] [INFO]: Loading textures of style <default>...
[15:15:33] [INFO]:    assets/textures/gui/default/dialog/window.default.png
[15:15:33] [INFO]:    assets/textures/gui/default/dialog/btn.app.close.png
[15:15:33] [INFO]:    assets/textures/gui/default/main/header.social.vk.png
[15:15:33] [INFO]:    assets/textures/gui/default/main/window.png
[15:15:33] [INFO]:    assets/textures/gui/default/dialog/settings/launcher.memory.slider.png
[15:15:33] [INFO]:    assets/textures/gui/default/main/client.icon.png
[15:15:33] [INFO]:    assets/textures/gui/default/auth/field.pass.png
[15:15:33] [INFO]:    assets/textures/gui/default/dialog/settings/launcher.scale.background.png
[15:15:33] [INFO]:    assets/textures/gui/default/dialog/progressbar.download.png
[15:15:33] [INFO]:    assets/textures/gui/default/main/header.profile.popup.png
[15:15:33] [INFO]:    assets/textures/gui/default/dialog/settings/btn.confirm.png
[15:15:33] [INFO]:    assets/textures/gui/default/main/client.background.png
[15:15:33] [INFO]:    assets/textures/gui/default/main/header.logo.png
[15:15:33] [INFO]:    assets/textures/gui/default/auth/btn.sign.icon.png
[15:15:33] [INFO]:    assets/textures/gui/default/dialog/settings/client.dlc.checkbox.png
[15:15:33] [INFO]:    assets/textures/gui/default/comp/checkbox.png
[15:15:33] [INFO]:    assets/textures/gui/default/main/header.social.discord.png
[15:15:33] [INFO]:    assets/textures/gui/default/main/header.profile.user.steve.png
[15:15:33] [INFO]:    assets/textures/gui/default/dialog/settings/launcher.scale.arrow.png
[15:15:33] [INFO]:    assets/textures/gui/default/dialog/window.downloader.png
[15:15:33] [INFO]:    assets/textures/gui/default/main/client.options.png
[15:15:33] [INFO]:    assets/textures/gui/default/main/header.app.minimize.png
[15:15:33] [INFO]:    assets/textures/gui/default/dialog/settings/client.dlc.background.png
[15:15:33] [INFO]:    assets/textures/gui/default/main/header.profile.form.png
[15:15:33] [INFO]:    assets/textures/gui/default/main/header.background.png
[15:15:33] [INFO]:    assets/textures/gui/default/main/header.profile.user.mask.png
[15:15:33] [INFO]:    assets/textures/gui/default/dialog/settings/btn.default.png
[15:15:33] [INFO]:    assets/textures/gui/default/dialog/field.secret_key.png
[15:15:33] [INFO]:    assets/textures/gui/default/main/root.scrollbar.png
[15:15:33] [INFO]:    assets/textures/gui/default/dialog/btn.app.minimize.png
[15:15:33] [INFO]:    assets/textures/gui/default/dialog/logo.loader.png
[15:15:33] [INFO]:    assets/textures/gui/default/auth/btn.sign.background.png
[15:15:33] [INFO]:    assets/textures/gui/default/dialog/window.loader.png
[15:15:33] [INFO]:    assets/textures/gui/default/dialog/btn.default.png
[15:15:33] [INFO]:    assets/textures/gui/default/main/header.logout.png
[15:15:33] [INFO]:    assets/textures/gui/default/main/client.play.png
[15:15:33] [INFO]:    assets/textures/gui/default/auth/field.login.png
[15:15:33] [INFO]:    assets/textures/gui/default/auth/btn.join.png
[15:15:33] [INFO]:    assets/textures/gui/default/main/header.app.close.png
[15:15:33] [INFO]:    assets/textures/gui/default/dialog/settings/client.dlc.scrollbar.png
[15:15:33] [INFO]:    assets/textures/gui/default/dialog/settings/comp.border.png
[15:15:33] [INFO]: Loading profile...
[15:15:33] [INFO]: Handshaking...
[15:15:34] [INFO]: Auth with login <GizzaS>
[15:15:35] [INFO]: Auth response: success
[15:15:35] [INFO]: Permissions:
[15:15:35] [INFO]:    - "dev.run.invalidate.post"
[15:15:35] [INFO]:    - "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzАБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдеёжзийклмнопрстуфхцчшщъыьэюя"
[15:15:35] [INFO]: Styles:
[15:15:35] [INFO]:    - "default"
[15:15:35] [INFO]: Saving display...
[15:15:35] [INFO]: Loading textures of style <default>...
[15:15:35] [WARN]: Could not load profile skin
javax.imageio.IIOException: Can't get input stream from URL!
    at javax.imageio.ImageIO.read(ImageIO.java:1395) ~[?:1.8.0_271]
    at ru.excalibur.launcher.t.e.m.H(va:388) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
Caused by: java.io.FileNotFoundException: http://ex-server.ru/skins/GizzaS.png
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896) ~[?:1.8.0_271]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_271]
    at java.net.URL.openStream(URL.java:1067) ~[?:1.8.0_271]
    at javax.imageio.ImageIO.read(ImageIO.java:1393) ~[?:1.8.0_271]
    ... 2 more
[15:15:35] [INFO]: Saving profile...
[15:15:35] [INFO]: Updating server-list...
[15:15:35] [INFO]: Loading server-list caches...
[15:15:35] [INFO]: Updating server-content <CLASSIC>...
[15:15:35] [INFO]: Updating server-content <INDUSTRIAL>...
[15:15:35] [INFO]: Updating server-content <GALAXY>...
[15:15:35] [INFO]: Updating server-content <TECHNOMAGIC>...
[15:15:35] [INFO]: Updating server-content <DRACONICEVO>...
[15:15:35] [INFO]: Updating server-content <MYSTICSKY>...
[15:15:35] [INFO]: Updating server-content <NEVERMINE>...
[15:15:35] [INFO]: Updating server-content <RPG>...
[15:15:35] [INFO]: Updating server-content <MAGIC>...
[15:15:35] [INFO]: Updating server-content <SANDBOX>...
[15:15:35] [INFO]: Updating server-content <TECHNOMAGICEVO>...
[15:15:35] [INFO]: Updating server-content <VOLCANOBLOCK>...
[15:15:35] [INFO]: Updating server-content <WONDERLAND>...
[15:15:35] [INFO]: Updating server-content <PIXELMON>...
[15:15:35] [INFO]: Updating server-content <TERRAFIRMACRAFT>...
[15:15:35] [INFO]: Updating server-content <TERRAFIRMACRAFTTEST>...
[15:15:35] [INFO]: Updating server-content <STALKER>...
[15:15:35] [INFO]: Updating server-content <STALKERTEST>...
[15:15:35] [INFO]: Updating server-content <STALKERV2>...
[15:15:35] [INFO]: Saving server-list caches...
[15:15:43] [INFO]: Saving profile...
[15:15:45] [INFO]: ------------------------------------
[15:15:45] [INFO]: Preparing client <TECHNOMAGICEVO>
[15:15:45] [INFO]: Checking content files...
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/resource-technomagicevo.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/minecraft_1.12.2.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/servers.dat>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixer1122.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixerFont.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixerMixin1122.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-HardwareInfo1122.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-foamfix01010.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-OptifineAPI34.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-OptiFineHDUF5.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C1-XaerosMinimap20150_technomagicevo.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C3-WorldEditCUI2212.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C8-moreoverlays1121.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-CodeChickenLib358.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-jei289.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-NotEnoughItems245.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JustEnoughResources09260.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-ThaumicJEI16027.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JeiBees0905.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JustEnoughEnergistics-108.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C10-Hwyla1826B41.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C10-ThaumicWaila-002.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MC1-VKfeed20.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-EconomyMod30client.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-Wardrobe1122.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-hologram-2.0-client.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-SuperPickaxe1122-client.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-EconomyOre1122-Client.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-TreasureChest20Client.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-ClanTags2-client.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-DailyBonus-client.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-EnderBag2.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-ItemIcon20Client.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-MoreRecords2.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS7-Trade.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS8-wanditems2.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS9-ItemFinder-client.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-BiomesOPlenty-2444.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Baubles152.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-GuideAP21863-EX19.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Thaumcraft61BETA26.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-HammerCore2055-EX61.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ThaumicAdditions22r-EX61.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-thaumicwonders-182.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ThaumicInventoryScanning2010.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Vampirism160-EX19.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-VampirismIntegrations-110.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-BloodMagic-105.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Botaniar1.10-363.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ExtraBotany-r11-57.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-thaumicenergistics-224.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-AdvancedMachines6101.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-AdvancedSolarPanels430.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-appliedenergistics2-rv6-stable-7.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-libnine-1.1.9-EX22.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-lazy-ae2-1.1.21-EX22.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Forgelin184-EX53.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-GravitationSuite-3.1.1.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-industrialcraft188-ex112.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-industrialforegoing237-EX53.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-tesla-core-lib1015-EX53.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Mantle13355-EX40.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-TConstruct-2130171-EX40.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Ceramics-137.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ImmersiveEngineering-01298-EX22.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ImmersiveEngineering-core-01292-EX22.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-immersivepetroleum-119-EX22.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-BrandonsCore-2418210-EX54.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-Draconic-Evolution-2326193-EX54.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-CoFHCore46327-EX52.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-CoFHWorld1317-EX52.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-RedstoneFlux2106-EX52.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalCultivation03312-EX52.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalDynamics25521-EX52.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalExpansion55443-EX52.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalFoundation26327-EX52.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalInnovation03312-EX52.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ironchest847.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-StorageDrawers542-EX34.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-Chameleon413-EX34.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S3-extrautils2-199.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-forestry582-387.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-binnie-mods-251203.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-Scannable16324.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-ElevatorMod1312.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S5-CoralReef25.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-CraftTweaker4119-EX10.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-modtweaker4017-EX10.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-MTLib306-EX10.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-ic2Tweaker020-EX10.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S16-DragonsRadio1122.jar>
[15:15:45] [INFO]: Downloading files...
[15:15:45] [INFO]: Total-size: 249172227 bytes
[15:15:45] [INFO]: ------------------------------------
[15:15:45] [INFO]: file: LIBS:FORGE_2838
[15:15:45] [INFO]: size: 4400827 bytes
[15:15:45] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar
[15:15:45] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar>
[15:15:45] [INFO]: downloading (attempt: 1)...
[15:15:45] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:45] [INFO]: getting timeout 350ms...
[15:15:45] [INFO]: downloading (attempt: 2)...
[15:15:45] [INFO]: ------------------------------------
[15:15:45] [INFO]: file: LIBS:LAUNCHWRAPPER
[15:15:45] [INFO]: size: 32999 bytes
[15:15:45] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar
[15:15:45] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar>
[15:15:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar>
[15:15:45] [INFO]: downloading (attempt: 1)...
[15:15:46] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:46] [INFO]: getting timeout 350ms...
[15:15:46] [INFO]: downloading (attempt: 2)...
[15:15:46] [INFO]: ------------------------------------
[15:15:46] [INFO]: file: LIBS:ASM_ALL
[15:15:46] [INFO]: size: 247787 bytes
[15:15:46] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar
[15:15:46] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar
[15:15:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar>
[15:15:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar>
[15:15:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar>
[15:15:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar>
[15:15:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar>
[15:15:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar>
[15:15:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar>
[15:15:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar>
[15:15:46] [INFO]: downloading (attempt: 1)...
[15:15:46] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:46] [INFO]: getting timeout 350ms...
[15:15:46] [INFO]: downloading (attempt: 2)...
[15:15:46] [INFO]: ------------------------------------
[15:15:46] [INFO]: file: LIBS:JLINE
[15:15:46] [INFO]: size: 0 bytes
[15:15:46] [INFO]: from: http://ex-server.ru/1122_clients/libraries/jline/jline/3.5.1/jline-3.5.1.jar
[15:15:46] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/jline/jline/3.5.1/jline-3.5.1.jar
[15:15:46] [INFO]: downloading (attempt: 1)...
[15:15:46] [INFO]: ------------------------------------
[15:15:46] [INFO]: file: LIBS:AKKA_ACTOR
[15:15:46] [INFO]: size: 2553197 bytes
[15:15:46] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar
[15:15:46] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar
[15:15:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar>
[15:15:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar>
[15:15:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar>
[15:15:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar>
[15:15:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar>
[15:15:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar>
[15:15:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar>
[15:15:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar>
[15:15:46] [INFO]: downloading (attempt: 1)...
[15:15:46] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:46] [INFO]: getting timeout 350ms...
[15:15:47] [INFO]: downloading (attempt: 2)...
[15:15:47] [INFO]: ------------------------------------
[15:15:47] [INFO]: file: LIBS:CONFIG
[15:15:47] [INFO]: size: 221173 bytes
[15:15:47] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar
[15:15:47] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar
[15:15:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar>
[15:15:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar>
[15:15:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar>
[15:15:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar>
[15:15:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar>
[15:15:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar>
[15:15:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar>
[15:15:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar>
[15:15:47] [INFO]: downloading (attempt: 1)...
[15:15:47] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:47] [INFO]: getting timeout 350ms...
[15:15:47] [INFO]: downloading (attempt: 2)...
[15:15:47] [INFO]: ------------------------------------
[15:15:47] [INFO]: file: LIBS:SCALA_ACTORS_MIGRATION
[15:15:47] [INFO]: size: 58767 bytes
[15:15:47] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar
[15:15:47] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar
[15:15:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar>
[15:15:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar>
[15:15:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar>
[15:15:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar>
[15:15:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar>
[15:15:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar>
[15:15:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar>
[15:15:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar>
[15:15:47] [INFO]: downloading (attempt: 1)...
[15:15:47] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:47] [INFO]: getting timeout 350ms...
[15:15:48] [INFO]: downloading (attempt: 2)...
[15:15:48] [INFO]: ------------------------------------
[15:15:48] [INFO]: file: LIBS:SCALA_COMPILER
[15:15:48] [INFO]: size: 13576400 bytes
[15:15:48] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar
[15:15:48] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar
[15:15:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar>
[15:15:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar>
[15:15:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar>
[15:15:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar>
[15:15:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar>
[15:15:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar>
[15:15:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar>
[15:15:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar>
[15:15:48] [INFO]: downloading (attempt: 1)...
[15:15:48] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:48] [INFO]: getting timeout 350ms...
[15:15:48] [INFO]: downloading (attempt: 2)...
[15:15:48] [INFO]: ------------------------------------
[15:15:48] [INFO]: file: LIBS:SCALA_CONTINUATIONS_LIBRARY
[15:15:48] [INFO]: size: 26551 bytes
[15:15:48] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar
[15:15:48] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar
[15:15:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar>
[15:15:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar>
[15:15:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar>
[15:15:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar>
[15:15:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar>
[15:15:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar>
[15:15:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar>
[15:15:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar>
[15:15:48] [INFO]: downloading (attempt: 1)...
[15:15:48] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:48] [INFO]: getting timeout 350ms...
[15:15:49] [INFO]: downloading (attempt: 2)...
[15:15:49] [INFO]: ------------------------------------
[15:15:49] [INFO]: file: LIBS:SCALA_CONTINUATIONS_PLUGIN
[15:15:49] [INFO]: size: 209882 bytes
[15:15:49] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar
[15:15:49] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar
[15:15:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar>
[15:15:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar>
[15:15:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar>
[15:15:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar>
[15:15:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar>
[15:15:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar>
[15:15:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar>
[15:15:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar>
[15:15:49] [INFO]: downloading (attempt: 1)...
[15:15:49] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:49] [INFO]: getting timeout 350ms...
[15:15:49] [INFO]: downloading (attempt: 2)...
[15:15:49] [INFO]: ------------------------------------
[15:15:49] [INFO]: file: LIBS:SCALA_LIBRARY
[15:15:49] [INFO]: size: 5612286 bytes
[15:15:49] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar
[15:15:49] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar
[15:15:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar>
[15:15:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar>
[15:15:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar>
[15:15:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar>
[15:15:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar>
[15:15:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar>
[15:15:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar>
[15:15:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar>
[15:15:49] [INFO]: downloading (attempt: 1)...
[15:15:49] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:49] [INFO]: getting timeout 350ms...
[15:15:50] [INFO]: downloading (attempt: 2)...
[15:15:50] [INFO]: ------------------------------------
[15:15:50] [INFO]: file: LIBS:SCALA_PARSER_COMBINATORS
[15:15:50] [INFO]: size: 430247 bytes
[15:15:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar
[15:15:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar
[15:15:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar>
[15:15:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar>
[15:15:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar>
[15:15:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar>
[15:15:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar>
[15:15:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar>
[15:15:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar>
[15:15:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar>
[15:15:50] [INFO]: downloading (attempt: 1)...
[15:15:50] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:50] [INFO]: getting timeout 350ms...
[15:15:50] [INFO]: downloading (attempt: 2)...
[15:15:50] [INFO]: ------------------------------------
[15:15:50] [INFO]: file: LIBS:SCALA_REFLECT
[15:15:50] [INFO]: size: 4415437 bytes
[15:15:50] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar
[15:15:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar
[15:15:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar>
[15:15:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar>
[15:15:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar>
[15:15:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar>
[15:15:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar>
[15:15:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar>
[15:15:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar>
[15:15:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar>
[15:15:50] [INFO]: downloading (attempt: 1)...
[15:15:50] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:50] [INFO]: getting timeout 350ms...
[15:15:51] [INFO]: downloading (attempt: 2)...
[15:15:51] [INFO]: ------------------------------------
[15:15:51] [INFO]: file: LIBS:SCALA_SWING
[15:15:51] [INFO]: size: 736831 bytes
[15:15:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar
[15:15:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar>
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar>
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar>
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar>
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar>
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar>
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar>
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar>
[15:15:51] [INFO]: downloading (attempt: 1)...
[15:15:51] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:51] [INFO]: getting timeout 350ms...
[15:15:51] [INFO]: downloading (attempt: 2)...
[15:15:51] [INFO]: ------------------------------------
[15:15:51] [INFO]: file: LIBS:SCALA_XML
[15:15:51] [INFO]: size: 660552 bytes
[15:15:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar
[15:15:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar>
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar>
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar>
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar>
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar>
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar>
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar>
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar>
[15:15:51] [INFO]: downloading (attempt: 1)...
[15:15:51] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:51] [INFO]: getting timeout 350ms...
[15:15:51] [INFO]: downloading (attempt: 2)...
[15:15:51] [INFO]: ------------------------------------
[15:15:51] [INFO]: file: LIBS:LZMA
[15:15:51] [INFO]: size: 5762 bytes
[15:15:51] [INFO]: from: http://ex-server.ru/1122_clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar
[15:15:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar>
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar>
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar>
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar>
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar>
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar>
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar>
[15:15:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar>
[15:15:51] [INFO]: downloading (attempt: 1)...
[15:15:52] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:52] [INFO]: getting timeout 350ms...
[15:15:52] [INFO]: downloading (attempt: 2)...
[15:15:52] [INFO]: ------------------------------------
[15:15:52] [INFO]: file: LIBS:JOPT_SIMPLE
[15:15:52] [INFO]: size: 78175 bytes
[15:15:52] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar
[15:15:52] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar
[15:15:52] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar>
[15:15:52] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar>
[15:15:52] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar>
[15:15:52] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar>
[15:15:52] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar>
[15:15:52] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar>
[15:15:52] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar>
[15:15:52] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar>
[15:15:52] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar>
[15:15:52] [INFO]: downloading (attempt: 1)...
[15:15:52] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:52] [INFO]: getting timeout 350ms...
[15:15:52] [INFO]: downloading (attempt: 2)...
[15:15:52] [INFO]: ------------------------------------
[15:15:52] [INFO]: file: LIBS:VECMATH
[15:15:52] [INFO]: size: 318956 bytes
[15:15:52] [INFO]: from: http://ex-server.ru/1122_clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar
[15:15:52] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar
[15:15:52] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar>
[15:15:52] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar>
[15:15:52] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar>
[15:15:52] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar>
[15:15:52] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar>
[15:15:52] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar>
[15:15:52] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar>
[15:15:52] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar>
[15:15:52] [INFO]: downloading (attempt: 1)...
[15:15:53] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:53] [INFO]: getting timeout 350ms...
[15:15:53] [INFO]: downloading (attempt: 2)...
[15:15:53] [INFO]: ------------------------------------
[15:15:53] [INFO]: file: LIBS:TROVE4J
[15:15:53] [INFO]: size: 2523218 bytes
[15:15:53] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar
[15:15:53] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar
[15:15:53] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar>
[15:15:53] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar>
[15:15:53] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar>
[15:15:53] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar>
[15:15:53] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar>
[15:15:53] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar>
[15:15:53] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar>
[15:15:53] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar>
[15:15:53] [INFO]: downloading (attempt: 1)...
[15:15:53] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:53] [INFO]: getting timeout 350ms...
[15:15:54] [INFO]: downloading (attempt: 2)...
[15:15:54] [INFO]: ------------------------------------
[15:15:54] [INFO]: file: LIBS:MAVEN_ARTIFACT
[15:15:54] [INFO]: size: 54961 bytes
[15:15:54] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar
[15:15:54] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar>
[15:15:54] [INFO]: downloading (attempt: 1)...
[15:15:54] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:54] [INFO]: getting timeout 350ms...
[15:15:54] [INFO]: downloading (attempt: 2)...
[15:15:54] [INFO]: ------------------------------------
[15:15:54] [INFO]: file: LIBS:OSHI_CORE
[15:15:54] [INFO]: size: 30973 bytes
[15:15:54] [INFO]: from: http://ex-server.ru/1122_clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar
[15:15:54] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:15:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:15:54] [INFO]: downloading (attempt: 1)...
[15:15:54] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:54] [INFO]: getting timeout 350ms...
[15:15:55] [INFO]: downloading (attempt: 2)...
[15:15:55] [INFO]: ------------------------------------
[15:15:55] [INFO]: file: LIBS:JNA_JNA
[15:15:55] [INFO]: size: 1091208 bytes
[15:15:55] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar
[15:15:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:15:55] [INFO]: downloading (attempt: 1)...
[15:15:55] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:55] [INFO]: getting timeout 350ms...
[15:15:55] [INFO]: downloading (attempt: 2)...
[15:15:55] [INFO]: ------------------------------------
[15:15:55] [INFO]: file: LIBS:JNA_PLATFORM
[15:15:55] [INFO]: size: 913436 bytes
[15:15:55] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
[15:15:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:15:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:15:55] [INFO]: downloading (attempt: 1)...
[15:15:56] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:56] [INFO]: getting timeout 350ms...
[15:15:56] [INFO]: downloading (attempt: 2)...
[15:15:56] [INFO]: ------------------------------------
[15:15:56] [INFO]: file: LIBS:ICU4J_CORE_MOJANG
[15:15:56] [INFO]: size: 1634692 bytes
[15:15:56] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar
[15:15:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar
[15:15:56] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar>
[15:15:56] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar>
[15:15:56] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar>
[15:15:56] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar>
[15:15:56] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar>
[15:15:56] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar>
[15:15:56] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar>
[15:15:56] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar>
[15:15:56] [INFO]: downloading (attempt: 1)...
[15:15:57] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:57] [INFO]: getting timeout 350ms...
[15:15:57] [INFO]: downloading (attempt: 2)...
[15:15:57] [INFO]: ------------------------------------
[15:15:57] [INFO]: file: LIBS:CODECJORBIS
[15:15:57] [INFO]: size: 103871 bytes
[15:15:57] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar
[15:15:57] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar
[15:15:57] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar>
[15:15:57] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar>
[15:15:57] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar>
[15:15:57] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar>
[15:15:57] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar>
[15:15:57] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar>
[15:15:57] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar>
[15:15:57] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar>
[15:15:57] [INFO]: downloading (attempt: 1)...
[15:15:57] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:57] [INFO]: getting timeout 350ms...
[15:15:57] [INFO]: downloading (attempt: 2)...
[15:15:57] [INFO]: ------------------------------------
[15:15:57] [INFO]: file: LIBS:CODECWAV
[15:15:57] [INFO]: size: 5618 bytes
[15:15:57] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar
[15:15:57] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar
[15:15:57] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar>
[15:15:57] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar>
[15:15:57] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar>
[15:15:57] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar>
[15:15:57] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar>
[15:15:57] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar>
[15:15:57] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar>
[15:15:57] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar>
[15:15:57] [INFO]: downloading (attempt: 1)...
[15:15:57] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:57] [INFO]: getting timeout 350ms...
[15:15:58] [INFO]: downloading (attempt: 2)...
[15:15:58] [INFO]: ------------------------------------
[15:15:58] [INFO]: file: LIBS:LIBRARYJAVASOUND
[15:15:58] [INFO]: size: 21679 bytes
[15:15:58] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar
[15:15:58] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar
[15:15:58] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar>
[15:15:58] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar>
[15:15:58] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar>
[15:15:58] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar>
[15:15:58] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar>
[15:15:58] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar>
[15:15:58] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar>
[15:15:58] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar>
[15:15:58] [INFO]: downloading (attempt: 1)...
[15:15:58] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:58] [INFO]: getting timeout 350ms...
[15:15:58] [INFO]: downloading (attempt: 2)...
[15:15:58] [INFO]: ------------------------------------
[15:15:58] [INFO]: file: LIBS:LIBRARYLWJGLOPENAL
[15:15:58] [INFO]: size: 18981 bytes
[15:15:58] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar
[15:15:58] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar
[15:15:58] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar>
[15:15:58] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar>
[15:15:58] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar>
[15:15:58] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar>
[15:15:58] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar>
[15:15:58] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar>
[15:15:58] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar>
[15:15:58] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar>
[15:15:58] [INFO]: downloading (attempt: 1)...
[15:15:58] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:58] [INFO]: getting timeout 350ms...
[15:15:59] [INFO]: downloading (attempt: 2)...
[15:15:59] [INFO]: ------------------------------------
[15:15:59] [INFO]: file: LIBS:SOUNDSYSTEM
[15:15:59] [INFO]: size: 65020 bytes
[15:15:59] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar
[15:15:59] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar
[15:15:59] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar>
[15:15:59] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar>
[15:15:59] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar>
[15:15:59] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar>
[15:15:59] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar>
[15:15:59] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar>
[15:15:59] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar>
[15:15:59] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar>
[15:15:59] [INFO]: downloading (attempt: 1)...
[15:15:59] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:59] [INFO]: getting timeout 350ms...
[15:15:59] [INFO]: downloading (attempt: 2)...
[15:15:59] [INFO]: ------------------------------------
[15:15:59] [INFO]: file: LIBS:NETTY_ALL
[15:15:59] [INFO]: size: 3511093 bytes
[15:15:59] [INFO]: from: http://ex-server.ru/1122_clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar
[15:15:59] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar
[15:15:59] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar>
[15:15:59] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar>
[15:15:59] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar>
[15:15:59] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar>
[15:15:59] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar>
[15:15:59] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar>
[15:15:59] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar>
[15:15:59] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar>
[15:15:59] [INFO]: downloading (attempt: 1)...
[15:15:59] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:15:59] [INFO]: getting timeout 350ms...
[15:16:00] [INFO]: downloading (attempt: 2)...
[15:16:00] [INFO]: ------------------------------------
[15:16:00] [INFO]: file: LIBS:GUAVA
[15:16:00] [INFO]: size: 2521113 bytes
[15:16:00] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar
[15:16:00] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar
[15:16:00] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar>
[15:16:00] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar>
[15:16:00] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar>
[15:16:00] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar>
[15:16:00] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar>
[15:16:00] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar>
[15:16:00] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar>
[15:16:00] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar>
[15:16:00] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar>
[15:16:00] [INFO]: downloading (attempt: 1)...
[15:16:00] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:00] [INFO]: getting timeout 350ms...
[15:16:00] [INFO]: downloading (attempt: 2)...
[15:16:00] [INFO]: ------------------------------------
[15:16:00] [INFO]: file: LIBS:COMMONS_LANG
[15:16:00] [INFO]: size: 479881 bytes
[15:16:00] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
[15:16:00] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
[15:16:00] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar>
[15:16:00] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar>
[15:16:00] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar>
[15:16:00] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar>
[15:16:00] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar>
[15:16:00] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar>
[15:16:00] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar>
[15:16:00] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar>
[15:16:00] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar>
[15:16:00] [INFO]: downloading (attempt: 1)...
[15:16:00] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:00] [INFO]: getting timeout 350ms...
[15:16:01] [INFO]: downloading (attempt: 2)...
[15:16:01] [INFO]: ------------------------------------
[15:16:01] [INFO]: file: LIBS:COMMONS_IO
[15:16:01] [INFO]: size: 208700 bytes
[15:16:01] [INFO]: from: http://ex-server.ru/1122_clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar
[15:16:01] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar>
[15:16:01] [INFO]: downloading (attempt: 1)...
[15:16:01] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:01] [INFO]: getting timeout 350ms...
[15:16:01] [INFO]: downloading (attempt: 2)...
[15:16:01] [INFO]: ------------------------------------
[15:16:01] [INFO]: file: LIBS:COMMONS_CODEC
[15:16:01] [INFO]: size: 284184 bytes
[15:16:01] [INFO]: from: http://ex-server.ru/1122_clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
[15:16:01] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar>
[15:16:01] [INFO]: downloading (attempt: 1)...
[15:16:01] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:01] [INFO]: getting timeout 350ms...
[15:16:01] [INFO]: downloading (attempt: 2)...
[15:16:01] [INFO]: ------------------------------------
[15:16:01] [INFO]: file: LIBS:JINPUT
[15:16:01] [INFO]: size: 208338 bytes
[15:16:01] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar
[15:16:01] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar>
[15:16:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar>
[15:16:01] [INFO]: downloading (attempt: 1)...
[15:16:01] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:01] [INFO]: getting timeout 350ms...
[15:16:02] [INFO]: downloading (attempt: 2)...
[15:16:02] [INFO]: ------------------------------------
[15:16:02] [INFO]: file: LIBS:JUTILS
[15:16:02] [INFO]: size: 7508 bytes
[15:16:02] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar
[15:16:02] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar
[15:16:02] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar>
[15:16:02] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar>
[15:16:02] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar>
[15:16:02] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar>
[15:16:02] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar>
[15:16:02] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar>
[15:16:02] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar>
[15:16:02] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar>
[15:16:02] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar>
[15:16:02] [INFO]: downloading (attempt: 1)...
[15:16:02] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:02] [INFO]: getting timeout 350ms...
[15:16:02] [INFO]: downloading (attempt: 2)...
[15:16:02] [INFO]: ------------------------------------
[15:16:02] [INFO]: file: LIBS:GSON
[15:16:02] [INFO]: size: 231952 bytes
[15:16:02] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar
[15:16:02] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar
[15:16:02] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar>
[15:16:02] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar>
[15:16:02] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar>
[15:16:02] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar>
[15:16:02] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar>
[15:16:02] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar>
[15:16:02] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar>
[15:16:02] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar>
[15:16:02] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar>
[15:16:02] [INFO]: downloading (attempt: 1)...
[15:16:02] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:02] [INFO]: getting timeout 350ms...
[15:16:03] [INFO]: downloading (attempt: 2)...
[15:16:03] [INFO]: ------------------------------------
[15:16:03] [INFO]: file: LIBS:AUTHLIB_1_5_25
[15:16:03] [INFO]: size: 64560 bytes
[15:16:03] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar
[15:16:03] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar
[15:16:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar>
[15:16:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar>
[15:16:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar>
[15:16:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar>
[15:16:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar>
[15:16:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar>
[15:16:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar>
[15:16:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar>
[15:16:03] [INFO]: downloading (attempt: 1)...
[15:16:03] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:03] [INFO]: getting timeout 350ms...
[15:16:03] [INFO]: downloading (attempt: 2)...
[15:16:03] [INFO]: ------------------------------------
[15:16:03] [INFO]: file: LIBS:REALMS_1_10_22
[15:16:03] [INFO]: size: 7135057 bytes
[15:16:03] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar
[15:16:03] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar
[15:16:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar>
[15:16:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar>
[15:16:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar>
[15:16:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar>
[15:16:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar>
[15:16:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar>
[15:16:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar>
[15:16:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar>
[15:16:03] [INFO]: downloading (attempt: 1)...
[15:16:03] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:03] [INFO]: getting timeout 350ms...
[15:16:04] [INFO]: downloading (attempt: 2)...
[15:16:04] [INFO]: ------------------------------------
[15:16:04] [INFO]: file: LIBS:COMMONS_COMPRESS
[15:16:04] [INFO]: size: 365552 bytes
[15:16:04] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
[15:16:04] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
[15:16:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar>
[15:16:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar>
[15:16:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar>
[15:16:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar>
[15:16:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar>
[15:16:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar>
[15:16:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar>
[15:16:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar>
[15:16:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar>
[15:16:04] [INFO]: downloading (attempt: 1)...
[15:16:04] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:04] [INFO]: getting timeout 350ms...
[15:16:04] [INFO]: downloading (attempt: 2)...
[15:16:04] [INFO]: ------------------------------------
[15:16:04] [INFO]: file: LIBS:HTTPCLIENT
[15:16:04] [INFO]: size: 589512 bytes
[15:16:04] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar
[15:16:04] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar
[15:16:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar>
[15:16:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar>
[15:16:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar>
[15:16:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar>
[15:16:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar>
[15:16:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar>
[15:16:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar>
[15:16:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar>
[15:16:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar>
[15:16:04] [INFO]: downloading (attempt: 1)...
[15:16:04] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:04] [INFO]: getting timeout 350ms...
[15:16:05] [INFO]: downloading (attempt: 2)...
[15:16:05] [INFO]: ------------------------------------
[15:16:05] [INFO]: file: LIBS:COMMONS_LOGGING
[15:16:05] [INFO]: size: 62050 bytes
[15:16:05] [INFO]: from: http://ex-server.ru/1122_clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
[15:16:05] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar>
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar>
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar>
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar>
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar>
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar>
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar>
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar>
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar>
[15:16:05] [INFO]: downloading (attempt: 1)...
[15:16:05] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:05] [INFO]: getting timeout 350ms...
[15:16:05] [INFO]: downloading (attempt: 2)...
[15:16:05] [INFO]: ------------------------------------
[15:16:05] [INFO]: file: LIBS:HTTPCORE
[15:16:05] [INFO]: size: 282269 bytes
[15:16:05] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
[15:16:05] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar>
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar>
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar>
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar>
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar>
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar>
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar>
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar>
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar>
[15:16:05] [INFO]: downloading (attempt: 1)...
[15:16:05] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:05] [INFO]: getting timeout 350ms...
[15:16:05] [INFO]: downloading (attempt: 2)...
[15:16:05] [INFO]: ------------------------------------
[15:16:05] [INFO]: file: LIBS:FASTUTIL
[15:16:05] [INFO]: size: 17655579 bytes
[15:16:05] [INFO]: from: http://ex-server.ru/1122_clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar
[15:16:05] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar>
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar>
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar>
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar>
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar>
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar>
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar>
[15:16:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar>
[15:16:05] [INFO]: downloading (attempt: 1)...
[15:16:06] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:06] [INFO]: getting timeout 350ms...
[15:16:06] [INFO]: downloading (attempt: 2)...
[15:16:06] [INFO]: ------------------------------------
[15:16:06] [INFO]: file: LIBS:LOG4J_API
[15:16:06] [INFO]: size: 228859 bytes
[15:16:06] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar
[15:16:06] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar
[15:16:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar>
[15:16:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar>
[15:16:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar>
[15:16:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar>
[15:16:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar>
[15:16:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar>
[15:16:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar>
[15:16:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar>
[15:16:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar>
[15:16:06] [INFO]: downloading (attempt: 1)...
[15:16:06] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:06] [INFO]: getting timeout 350ms...
[15:16:06] [INFO]: downloading (attempt: 2)...
[15:16:06] [INFO]: ------------------------------------
[15:16:06] [INFO]: file: LIBS:LOG4J_CORE
[15:16:06] [INFO]: size: 1402925 bytes
[15:16:06] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar
[15:16:06] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar
[15:16:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar>
[15:16:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar>
[15:16:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar>
[15:16:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar>
[15:16:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar>
[15:16:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar>
[15:16:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar>
[15:16:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar>
[15:16:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar>
[15:16:06] [INFO]: downloading (attempt: 1)...
[15:16:06] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:06] [INFO]: getting timeout 350ms...
[15:16:07] [INFO]: downloading (attempt: 2)...
[15:16:07] [INFO]: ------------------------------------
[15:16:07] [INFO]: file: LIBS:LWJGL
[15:16:07] [INFO]: size: 1047168 bytes
[15:16:07] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar
[15:16:07] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar
[15:16:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar>
[15:16:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar>
[15:16:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar>
[15:16:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar>
[15:16:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar>
[15:16:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar>
[15:16:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar>
[15:16:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar>
[15:16:07] [INFO]: downloading (attempt: 1)...
[15:16:07] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:07] [INFO]: getting timeout 350ms...
[15:16:07] [INFO]: downloading (attempt: 2)...
[15:16:07] [INFO]: ------------------------------------
[15:16:07] [INFO]: file: LIBS:LWJGL_UTIL
[15:16:07] [INFO]: size: 173887 bytes
[15:16:07] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar
[15:16:07] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar
[15:16:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar>
[15:16:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar>
[15:16:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar>
[15:16:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar>
[15:16:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar>
[15:16:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar>
[15:16:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar>
[15:16:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar>
[15:16:07] [INFO]: downloading (attempt: 1)...
[15:16:07] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:07] [INFO]: getting timeout 350ms...
[15:16:08] [INFO]: downloading (attempt: 2)...
[15:16:08] [INFO]: ------------------------------------
[15:16:08] [INFO]: file: LIBS:TEXT2SPEECH
[15:16:08] [INFO]: size: 11055 bytes
[15:16:08] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar
[15:16:08] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar
[15:16:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar>
[15:16:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar>
[15:16:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar>
[15:16:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar>
[15:16:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar>
[15:16:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar>
[15:16:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar>
[15:16:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar>
[15:16:08] [INFO]: downloading (attempt: 1)...
[15:16:08] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:08] [INFO]: getting timeout 350ms...
[15:16:08] [INFO]: downloading (attempt: 2)...
[15:16:08] [INFO]: ------------------------------------
[15:16:08] [INFO]: file: LIBS:JAVA_OBJC_BRIDGE
[15:16:08] [INFO]: size: 40502 bytes
[15:16:08] [INFO]: from: http://ex-server.ru/1122_clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar
[15:16:08] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar
[15:16:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar>
[15:16:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar>
[15:16:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar>
[15:16:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar>
[15:16:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar>
[15:16:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar>
[15:16:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar>
[15:16:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar>
[15:16:08] [INFO]: downloading (attempt: 1)...
[15:16:08] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:08] [INFO]: getting timeout 350ms...
[15:16:09] [INFO]: downloading (attempt: 2)...
[15:16:09] [INFO]: ------------------------------------
[15:16:09] [INFO]: file: LIBS:RESOURCE
[15:16:09] [INFO]: size: 6679018 bytes
[15:16:09] [INFO]: from: http://ex-server.ru/1122_clients/libraries/ex/1.12.2/resource-technomagicevo.jar
[15:16:09] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/resource-technomagicevo.jar
[15:16:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/resource-technomagicevo.jar>
[15:16:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/resource-technomagicevo.jar>
[15:16:09] [INFO]: downloading (attempt: 1)...
[15:16:09] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/resource-technomagicevo.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:09] [INFO]: getting timeout 350ms...
[15:16:09] [INFO]: downloading (attempt: 2)...
[15:16:09] [INFO]: ------------------------------------
[15:16:09] [INFO]: file: LIBS:MINECRAFT_1_12_2
[15:16:09] [INFO]: size: 10180113 bytes
[15:16:09] [INFO]: from: http://ex-server.ru/1122_clients/libraries/ex/1.12.2/minecraft_1.12.2.jar
[15:16:09] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/minecraft_1.12.2.jar
[15:16:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/minecraft_1.12.2.jar>
[15:16:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/minecraft_1.12.2.jar>
[15:16:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/minecraft_1.12.2.jar>
[15:16:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/minecraft_1.12.2.jar>
[15:16:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/minecraft_1.12.2.jar>
[15:16:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/minecraft_1.12.2.jar>
[15:16:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/minecraft_1.12.2.jar>
[15:16:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/minecraft_1.12.2.jar>
[15:16:09] [INFO]: downloading (attempt: 1)...
[15:16:09] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/minecraft_1.12.2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:09] [INFO]: getting timeout 350ms...
[15:16:10] [INFO]: downloading (attempt: 2)...
[15:16:10] [INFO]: ------------------------------------
[15:16:10] [INFO]: file: SERVERLIST:MAIN
[15:16:10] [INFO]: size: 1966 bytes
[15:16:10] [INFO]: from: http://ex-server.ru/server_list/technomagicevo_servers.dat
[15:16:10] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/servers.dat
[15:16:10] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/servers.dat>
[15:16:10] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/servers.dat>
[15:16:10] [INFO]: downloading (attempt: 1)...
[15:16:10] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/servers.dat (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:10] [INFO]: getting timeout 350ms...
[15:16:10] [INFO]: downloading (attempt: 2)...
[15:16:10] [INFO]: ------------------------------------
[15:16:10] [INFO]: file: MODS:MOD_C0_CLIENTFIXER1122
[15:16:10] [INFO]: size: 10002 bytes
[15:16:10] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C0-ClientFixer1122.jar
[15:16:10] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixer1122.jar
[15:16:10] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixer1122.jar>
[15:16:10] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixer1122.jar>
[15:16:10] [INFO]: downloading (attempt: 1)...
[15:16:10] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixer1122.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:10] [INFO]: getting timeout 350ms...
[15:16:11] [INFO]: downloading (attempt: 2)...
[15:16:11] [INFO]: ------------------------------------
[15:16:11] [INFO]: file: MODS:MOD_C0_CLIENTFIXERFONT
[15:16:11] [INFO]: size: 18874 bytes
[15:16:11] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C0-ClientFixerFont.jar
[15:16:11] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixerFont.jar
[15:16:11] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixerFont.jar>
[15:16:11] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixerFont.jar>
[15:16:11] [INFO]: downloading (attempt: 1)...
[15:16:11] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixerFont.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:11] [INFO]: getting timeout 350ms...
[15:16:11] [INFO]: downloading (attempt: 2)...
[15:16:11] [INFO]: ------------------------------------
[15:16:11] [INFO]: file: MODS:MOD_C0_CLIENTFIXERMIXIN
[15:16:11] [INFO]: size: 893883 bytes
[15:16:11] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C0-ClientFixerMixin1122.jar
[15:16:11] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixerMixin1122.jar
[15:16:11] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixerMixin1122.jar>
[15:16:11] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixerMixin1122.jar>
[15:16:11] [INFO]: downloading (attempt: 1)...
[15:16:11] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixerMixin1122.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:11] [INFO]: getting timeout 350ms...
[15:16:11] [INFO]: downloading (attempt: 2)...
[15:16:11] [INFO]: ------------------------------------
[15:16:11] [INFO]: file: MODS:MOD_C0_HARDWAREINFO
[15:16:11] [INFO]: size: 6273 bytes
[15:16:11] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C0-HardwareInfo1122.jar
[15:16:11] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-HardwareInfo1122.jar
[15:16:11] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-HardwareInfo1122.jar>
[15:16:11] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-HardwareInfo1122.jar>
[15:16:11] [INFO]: downloading (attempt: 1)...
[15:16:12] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-HardwareInfo1122.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:12] [INFO]: getting timeout 350ms...
[15:16:12] [INFO]: downloading (attempt: 2)...
[15:16:12] [INFO]: ------------------------------------
[15:16:12] [INFO]: file: MODS:MOD_C0_FOAMFIX
[15:16:12] [INFO]: size: 201683 bytes
[15:16:12] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C0-foamfix01010.jar
[15:16:12] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-foamfix01010.jar
[15:16:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-foamfix01010.jar>
[15:16:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-foamfix01010.jar>
[15:16:12] [INFO]: downloading (attempt: 1)...
[15:16:12] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-foamfix01010.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:12] [INFO]: getting timeout 350ms...
[15:16:12] [INFO]: downloading (attempt: 2)...
[15:16:12] [INFO]: ------------------------------------
[15:16:12] [INFO]: file: MODS:MOD_C0_OPTIFINEAPI34
[15:16:12] [INFO]: size: 13534 bytes
[15:16:12] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C0-OptifineAPI34.jar
[15:16:12] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-OptifineAPI34.jar
[15:16:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-OptifineAPI34.jar>
[15:16:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-OptifineAPI34.jar>
[15:16:12] [INFO]: downloading (attempt: 1)...
[15:16:12] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-OptifineAPI34.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:12] [INFO]: getting timeout 350ms...
[15:16:13] [INFO]: downloading (attempt: 2)...
[15:16:13] [INFO]: ------------------------------------
[15:16:13] [INFO]: file: MODS:MOD_C0_OPTIFINEHDUF5
[15:16:13] [INFO]: size: 2545903 bytes
[15:16:13] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C0-OptiFineHDUF5.jar
[15:16:13] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-OptiFineHDUF5.jar
[15:16:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-OptiFineHDUF5.jar>
[15:16:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-OptiFineHDUF5.jar>
[15:16:13] [INFO]: downloading (attempt: 1)...
[15:16:13] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-OptiFineHDUF5.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:13] [INFO]: getting timeout 350ms...
[15:16:13] [INFO]: downloading (attempt: 2)...
[15:16:13] [INFO]: ------------------------------------
[15:16:13] [INFO]: file: MODS:MOD_C1_XAEROSMINIMAP_TECHNOMAGICEVO
[15:16:13] [INFO]: size: 523056 bytes
[15:16:13] [INFO]: from: http://ex-server.ru/1122_clients/mods_minimap/mod-C1-XaerosMinimap20150_technomagicevo.jar
[15:16:13] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C1-XaerosMinimap20150_technomagicevo.jar
[15:16:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C1-XaerosMinimap20150_technomagicevo.jar>
[15:16:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C1-XaerosMinimap20150_technomagicevo.jar>
[15:16:13] [INFO]: downloading (attempt: 1)...
[15:16:13] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C1-XaerosMinimap20150_technomagicevo.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:13] [INFO]: getting timeout 350ms...
[15:16:14] [INFO]: downloading (attempt: 2)...
[15:16:14] [INFO]: ------------------------------------
[15:16:14] [INFO]: file: MODS:MOD_C3_WORLDEDITCUI2212
[15:16:14] [INFO]: size: 461792 bytes
[15:16:14] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C3-WorldEditCUI2212.jar
[15:16:14] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C3-WorldEditCUI2212.jar
[15:16:14] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C3-WorldEditCUI2212.jar>
[15:16:14] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C3-WorldEditCUI2212.jar>
[15:16:14] [INFO]: downloading (attempt: 1)...
[15:16:14] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C3-WorldEditCUI2212.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:14] [INFO]: getting timeout 350ms...
[15:16:14] [INFO]: downloading (attempt: 2)...
[15:16:14] [INFO]: ------------------------------------
[15:16:14] [INFO]: file: MODS:MOD_C8_MOREOVERLAYS1121
[15:16:14] [INFO]: size: 38081 bytes
[15:16:14] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C8-moreoverlays1121.jar
[15:16:14] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C8-moreoverlays1121.jar
[15:16:14] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C8-moreoverlays1121.jar>
[15:16:14] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C8-moreoverlays1121.jar>
[15:16:14] [INFO]: downloading (attempt: 1)...
[15:16:14] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C8-moreoverlays1121.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:14] [INFO]: getting timeout 350ms...
[15:16:15] [INFO]: downloading (attempt: 2)...
[15:16:15] [INFO]: ------------------------------------
[15:16:15] [INFO]: file: MODS:MOD_C9_CODECHICKENLIB
[15:16:15] [INFO]: size: 704330 bytes
[15:16:15] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C9-CodeChickenLib358.jar
[15:16:15] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-CodeChickenLib358.jar
[15:16:15] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-CodeChickenLib358.jar>
[15:16:15] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-CodeChickenLib358.jar>
[15:16:15] [INFO]: downloading (attempt: 1)...
[15:16:15] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-CodeChickenLib358.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:15] [INFO]: getting timeout 350ms...
[15:16:15] [INFO]: downloading (attempt: 2)...
[15:16:15] [INFO]: ------------------------------------
[15:16:15] [INFO]: file: MODS:MOD_C9_JEI289
[15:16:15] [INFO]: size: 650541 bytes
[15:16:15] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C9-jei289.jar
[15:16:15] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-jei289.jar
[15:16:15] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-jei289.jar>
[15:16:15] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-jei289.jar>
[15:16:15] [INFO]: downloading (attempt: 1)...
[15:16:15] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-jei289.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:15] [INFO]: getting timeout 350ms...
[15:16:16] [INFO]: downloading (attempt: 2)...
[15:16:16] [INFO]: ------------------------------------
[15:16:16] [INFO]: file: MODS:MOD_C9_NOTENOUGHITEMS245
[15:16:16] [INFO]: size: 470831 bytes
[15:16:16] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C9-NotEnoughItems245.jar
[15:16:16] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-NotEnoughItems245.jar
[15:16:16] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-NotEnoughItems245.jar>
[15:16:16] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-NotEnoughItems245.jar>
[15:16:16] [INFO]: downloading (attempt: 1)...
[15:16:16] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-NotEnoughItems245.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:16] [INFO]: getting timeout 350ms...
[15:16:16] [INFO]: downloading (attempt: 2)...
[15:16:16] [INFO]: ------------------------------------
[15:16:16] [INFO]: file: MODS:MOD_C9_JUSTENOUGHRESOURCES
[15:16:16] [INFO]: size: 222270 bytes
[15:16:16] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C9-JustEnoughResources09260.jar
[15:16:16] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JustEnoughResources09260.jar
[15:16:16] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JustEnoughResources09260.jar>
[15:16:16] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JustEnoughResources09260.jar>
[15:16:16] [INFO]: downloading (attempt: 1)...
[15:16:16] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JustEnoughResources09260.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:16] [INFO]: getting timeout 350ms...
[15:16:16] [INFO]: downloading (attempt: 2)...
[15:16:17] [INFO]: ------------------------------------
[15:16:17] [INFO]: file: MODS:MOD_C9_THAUMICJEI16027
[15:16:17] [INFO]: size: 59213 bytes
[15:16:17] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C9-ThaumicJEI16027.jar
[15:16:17] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-ThaumicJEI16027.jar
[15:16:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-ThaumicJEI16027.jar>
[15:16:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-ThaumicJEI16027.jar>
[15:16:17] [INFO]: downloading (attempt: 1)...
[15:16:17] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-ThaumicJEI16027.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:17] [INFO]: getting timeout 350ms...
[15:16:17] [INFO]: downloading (attempt: 2)...
[15:16:17] [INFO]: ------------------------------------
[15:16:17] [INFO]: file: MODS:MOD_C9_JEIBEES
[15:16:17] [INFO]: size: 117480 bytes
[15:16:17] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C9-JeiBees0905.jar
[15:16:17] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JeiBees0905.jar
[15:16:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JeiBees0905.jar>
[15:16:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JeiBees0905.jar>
[15:16:17] [INFO]: downloading (attempt: 1)...
[15:16:17] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JeiBees0905.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:17] [INFO]: getting timeout 350ms...
[15:16:17] [INFO]: downloading (attempt: 2)...
[15:16:17] [INFO]: ------------------------------------
[15:16:17] [INFO]: file: MODS:MOD_C9_JUSTENOUGHENERGISTICS
[15:16:17] [INFO]: size: 22714 bytes
[15:16:17] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C9-JustEnoughEnergistics-108.jar
[15:16:17] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JustEnoughEnergistics-108.jar
[15:16:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JustEnoughEnergistics-108.jar>
[15:16:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JustEnoughEnergistics-108.jar>
[15:16:17] [INFO]: downloading (attempt: 1)...
[15:16:17] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JustEnoughEnergistics-108.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:17] [INFO]: getting timeout 350ms...
[15:16:18] [INFO]: downloading (attempt: 2)...
[15:16:18] [INFO]: ------------------------------------
[15:16:18] [INFO]: file: MODS:MOD_C10_HWYLA1826B41
[15:16:18] [INFO]: size: 453778 bytes
[15:16:18] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C10-Hwyla1826B41.jar
[15:16:18] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C10-Hwyla1826B41.jar
[15:16:18] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C10-Hwyla1826B41.jar>
[15:16:18] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C10-Hwyla1826B41.jar>
[15:16:18] [INFO]: downloading (attempt: 1)...
[15:16:18] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C10-Hwyla1826B41.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:18] [INFO]: getting timeout 350ms...
[15:16:18] [INFO]: downloading (attempt: 2)...
[15:16:18] [INFO]: ------------------------------------
[15:16:18] [INFO]: file: MODS:MOD_C10_THAUMICWAILA
[15:16:18] [INFO]: size: 11986 bytes
[15:16:18] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C10-ThaumicWaila-002.jar
[15:16:18] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C10-ThaumicWaila-002.jar
[15:16:18] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C10-ThaumicWaila-002.jar>
[15:16:18] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C10-ThaumicWaila-002.jar>
[15:16:18] [INFO]: downloading (attempt: 1)...
[15:16:18] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C10-ThaumicWaila-002.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:18] [INFO]: getting timeout 350ms...
[15:16:19] [INFO]: downloading (attempt: 2)...
[15:16:19] [INFO]: ------------------------------------
[15:16:19] [INFO]: file: MODS:MOD_MC1_VKFEED20
[15:16:19] [INFO]: size: 798193 bytes
[15:16:19] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MC1-VKfeed20.jar
[15:16:19] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MC1-VKfeed20.jar
[15:16:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MC1-VKfeed20.jar>
[15:16:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MC1-VKfeed20.jar>
[15:16:19] [INFO]: downloading (attempt: 1)...
[15:16:19] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MC1-VKfeed20.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:19] [INFO]: getting timeout 350ms...
[15:16:19] [INFO]: downloading (attempt: 2)...
[15:16:19] [INFO]: ------------------------------------
[15:16:19] [INFO]: file: MODS:MOD_MS1_ECONOMYMOD30CLIENT
[15:16:19] [INFO]: size: 629139 bytes
[15:16:19] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS1-EconomyMod30client.jar
[15:16:19] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-EconomyMod30client.jar
[15:16:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-EconomyMod30client.jar>
[15:16:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-EconomyMod30client.jar>
[15:16:19] [INFO]: downloading (attempt: 1)...
[15:16:19] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-EconomyMod30client.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:19] [INFO]: getting timeout 350ms...
[15:16:19] [INFO]: downloading (attempt: 2)...
[15:16:19] [INFO]: ------------------------------------
[15:16:19] [INFO]: file: MODS:MOD_MS1_WARDROBE
[15:16:19] [INFO]: size: 84326 bytes
[15:16:19] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS1-Wardrobe1122.jar
[15:16:19] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-Wardrobe1122.jar
[15:16:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-Wardrobe1122.jar>
[15:16:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-Wardrobe1122.jar>
[15:16:19] [INFO]: downloading (attempt: 1)...
[15:16:20] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-Wardrobe1122.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:20] [INFO]: getting timeout 350ms...
[15:16:20] [INFO]: downloading (attempt: 2)...
[15:16:20] [INFO]: ------------------------------------
[15:16:20] [INFO]: file: MODS:MOD_MS1_HOLOGRAM
[15:16:20] [INFO]: size: 105318 bytes
[15:16:20] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS1-hologram-2.0-client.jar
[15:16:20] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-hologram-2.0-client.jar
[15:16:20] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-hologram-2.0-client.jar>
[15:16:20] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-hologram-2.0-client.jar>
[15:16:20] [INFO]: downloading (attempt: 1)...
[15:16:20] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-hologram-2.0-client.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:20] [INFO]: getting timeout 350ms...
[15:16:20] [INFO]: downloading (attempt: 2)...
[15:16:20] [INFO]: ------------------------------------
[15:16:20] [INFO]: file: MODS:MOD_MS1_SUPERPICKAXECLIENT
[15:16:20] [INFO]: size: 11686 bytes
[15:16:20] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS1-SuperPickaxe1122-client.jar
[15:16:20] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-SuperPickaxe1122-client.jar
[15:16:20] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-SuperPickaxe1122-client.jar>
[15:16:20] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-SuperPickaxe1122-client.jar>
[15:16:20] [INFO]: downloading (attempt: 1)...
[15:16:20] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-SuperPickaxe1122-client.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:20] [INFO]: getting timeout 350ms...
[15:16:21] [INFO]: downloading (attempt: 2)...
[15:16:21] [INFO]: ------------------------------------
[15:16:21] [INFO]: file: MODS:MOD_MS1_ECONOMYORECLIENT
[15:16:21] [INFO]: size: 77332 bytes
[15:16:21] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS1-EconomyOre1122-Client.jar
[15:16:21] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-EconomyOre1122-Client.jar
[15:16:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-EconomyOre1122-Client.jar>
[15:16:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-EconomyOre1122-Client.jar>
[15:16:21] [INFO]: downloading (attempt: 1)...
[15:16:21] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-EconomyOre1122-Client.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:21] [INFO]: getting timeout 350ms...
[15:16:21] [INFO]: downloading (attempt: 2)...
[15:16:21] [INFO]: ------------------------------------
[15:16:21] [INFO]: file: MODS:MOD_MS1_TREASURECHEST20CLIENT
[15:16:21] [INFO]: size: 3354115 bytes
[15:16:21] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS1-TreasureChest20Client.jar
[15:16:21] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-TreasureChest20Client.jar
[15:16:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-TreasureChest20Client.jar>
[15:16:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-TreasureChest20Client.jar>
[15:16:21] [INFO]: downloading (attempt: 1)...
[15:16:21] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-TreasureChest20Client.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:21] [INFO]: getting timeout 350ms...
[15:16:22] [INFO]: downloading (attempt: 2)...
[15:16:22] [INFO]: ------------------------------------
[15:16:22] [INFO]: file: MODS:MOD_MS1_CLANTAGS2CLIENT
[15:16:22] [INFO]: size: 57055 bytes
[15:16:22] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS1-ClanTags2-client.jar
[15:16:22] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-ClanTags2-client.jar
[15:16:22] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-ClanTags2-client.jar>
[15:16:22] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-ClanTags2-client.jar>
[15:16:22] [INFO]: downloading (attempt: 1)...
[15:16:22] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-ClanTags2-client.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:22] [INFO]: getting timeout 350ms...
[15:16:22] [INFO]: downloading (attempt: 2)...
[15:16:22] [INFO]: ------------------------------------
[15:16:22] [INFO]: file: MODS:MOD_MS4_DAILYBONUS
[15:16:22] [INFO]: size: 468550 bytes
[15:16:22] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS4-DailyBonus-client.jar
[15:16:22] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-DailyBonus-client.jar
[15:16:22] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-DailyBonus-client.jar>
[15:16:22] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-DailyBonus-client.jar>
[15:16:22] [INFO]: downloading (attempt: 1)...
[15:16:22] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-DailyBonus-client.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:22] [INFO]: getting timeout 350ms...
[15:16:23] [INFO]: downloading (attempt: 2)...
[15:16:23] [INFO]: ------------------------------------
[15:16:23] [INFO]: file: MODS:MOD_MS4_ENDERBAG2
[15:16:23] [INFO]: size: 8538 bytes
[15:16:23] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS4-EnderBag2.jar
[15:16:23] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-EnderBag2.jar
[15:16:23] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-EnderBag2.jar>
[15:16:23] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-EnderBag2.jar>
[15:16:23] [INFO]: downloading (attempt: 1)...
[15:16:23] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-EnderBag2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:23] [INFO]: getting timeout 350ms...
[15:16:23] [INFO]: downloading (attempt: 2)...
[15:16:23] [INFO]: ------------------------------------
[15:16:23] [INFO]: file: MODS:MOD_MS4_ITEMICON20CLIENT
[15:16:23] [INFO]: size: 560236 bytes
[15:16:23] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS4-ItemIcon20Client.jar
[15:16:23] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-ItemIcon20Client.jar
[15:16:23] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-ItemIcon20Client.jar>
[15:16:23] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-ItemIcon20Client.jar>
[15:16:23] [INFO]: downloading (attempt: 1)...
[15:16:23] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-ItemIcon20Client.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:23] [INFO]: getting timeout 350ms...
[15:16:24] [INFO]: downloading (attempt: 2)...
[15:16:24] [INFO]: ------------------------------------
[15:16:24] [INFO]: file: MODS:MOD_MS4_MORERECORDS2
[15:16:24] [INFO]: size: 14983673 bytes
[15:16:24] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS4-MoreRecords2.jar
[15:16:24] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-MoreRecords2.jar
[15:16:24] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-MoreRecords2.jar>
[15:16:24] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-MoreRecords2.jar>
[15:16:24] [INFO]: downloading (attempt: 1)...
[15:16:24] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-MoreRecords2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:24] [INFO]: getting timeout 350ms...
[15:16:24] [INFO]: downloading (attempt: 2)...
[15:16:24] [INFO]: ------------------------------------
[15:16:24] [INFO]: file: MODS:MOD_MS7_TRADE
[15:16:24] [INFO]: size: 120641 bytes
[15:16:24] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS7-Trade.jar
[15:16:24] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS7-Trade.jar
[15:16:24] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS7-Trade.jar>
[15:16:24] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS7-Trade.jar>
[15:16:24] [INFO]: downloading (attempt: 1)...
[15:16:24] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS7-Trade.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:24] [INFO]: getting timeout 350ms...
[15:16:25] [INFO]: downloading (attempt: 2)...
[15:16:25] [INFO]: ------------------------------------
[15:16:25] [INFO]: file: MODS:MOD_MS8_WANDITEMS2
[15:16:25] [INFO]: size: 24319 bytes
[15:16:25] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS8-wanditems2.jar
[15:16:25] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS8-wanditems2.jar
[15:16:25] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS8-wanditems2.jar>
[15:16:25] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS8-wanditems2.jar>
[15:16:25] [INFO]: downloading (attempt: 1)...
[15:16:25] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS8-wanditems2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:25] [INFO]: getting timeout 350ms...
[15:16:25] [INFO]: downloading (attempt: 2)...
[15:16:25] [INFO]: ------------------------------------
[15:16:25] [INFO]: file: MODS:MOD_MS9_ITEMFINDER
[15:16:25] [INFO]: size: 18660 bytes
[15:16:25] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS9-ItemFinder-client.jar
[15:16:25] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS9-ItemFinder-client.jar
[15:16:25] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS9-ItemFinder-client.jar>
[15:16:25] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS9-ItemFinder-client.jar>
[15:16:25] [INFO]: downloading (attempt: 1)...
[15:16:25] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS9-ItemFinder-client.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:25] [INFO]: getting timeout 350ms...
[15:16:25] [INFO]: downloading (attempt: 2)...
[15:16:25] [INFO]: ------------------------------------
[15:16:25] [INFO]: file: MODS:MOD_S1_BIOMESOPLENTY
[15:16:25] [INFO]: size: 4702000 bytes
[15:16:25] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-BiomesOPlenty-2444.jar
[15:16:25] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-BiomesOPlenty-2444.jar
[15:16:25] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-BiomesOPlenty-2444.jar>
[15:16:25] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-BiomesOPlenty-2444.jar>
[15:16:25] [INFO]: downloading (attempt: 1)...
[15:16:25] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-BiomesOPlenty-2444.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:25] [INFO]: getting timeout 350ms...
[15:16:26] [INFO]: downloading (attempt: 2)...
[15:16:26] [INFO]: ------------------------------------
[15:16:26] [INFO]: file: MODS:MOD_S1_BAUBLES152
[15:16:26] [INFO]: size: 108450 bytes
[15:16:26] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-Baubles152.jar
[15:16:26] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Baubles152.jar
[15:16:26] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Baubles152.jar>
[15:16:26] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Baubles152.jar>
[15:16:26] [INFO]: downloading (attempt: 1)...
[15:16:26] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Baubles152.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:26] [INFO]: getting timeout 350ms...
[15:16:26] [INFO]: downloading (attempt: 2)...
[15:16:26] [INFO]: ------------------------------------
[15:16:26] [INFO]: file: MODS:MOD_S1_GUIDEAP21863_EX19
[15:16:26] [INFO]: size: 169528 bytes
[15:16:26] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-GuideAP21863-EX19.jar
[15:16:26] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-GuideAP21863-EX19.jar
[15:16:26] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-GuideAP21863-EX19.jar>
[15:16:26] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-GuideAP21863-EX19.jar>
[15:16:26] [INFO]: downloading (attempt: 1)...
[15:16:26] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-GuideAP21863-EX19.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:26] [INFO]: getting timeout 350ms...
[15:16:27] [INFO]: downloading (attempt: 2)...
[15:16:27] [INFO]: ------------------------------------
[15:16:27] [INFO]: file: MODS:MOD_S1_THAUMCRAFT61BETA26
[15:16:27] [INFO]: size: 11318142 bytes
[15:16:27] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-Thaumcraft61BETA26.jar
[15:16:27] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Thaumcraft61BETA26.jar
[15:16:27] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Thaumcraft61BETA26.jar>
[15:16:27] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Thaumcraft61BETA26.jar>
[15:16:27] [INFO]: downloading (attempt: 1)...
[15:16:27] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Thaumcraft61BETA26.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:27] [INFO]: getting timeout 350ms...
[15:16:27] [INFO]: downloading (attempt: 2)...
[15:16:27] [INFO]: ------------------------------------
[15:16:27] [INFO]: file: MODS:MOD_S1_HAMMERCORE
[15:16:27] [INFO]: size: 2249618 bytes
[15:16:27] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-HammerCore2055-EX61.jar
[15:16:27] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-HammerCore2055-EX61.jar
[15:16:27] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-HammerCore2055-EX61.jar>
[15:16:27] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-HammerCore2055-EX61.jar>
[15:16:27] [INFO]: downloading (attempt: 1)...
[15:16:27] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-HammerCore2055-EX61.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:27] [INFO]: getting timeout 350ms...
[15:16:28] [INFO]: downloading (attempt: 2)...
[15:16:28] [INFO]: ------------------------------------
[15:16:28] [INFO]: file: MODS:MOD_S1_THAUMICADDITIONS
[15:16:28] [INFO]: size: 5915643 bytes
[15:16:28] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-ThaumicAdditions22r-EX61.jar
[15:16:28] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ThaumicAdditions22r-EX61.jar
[15:16:28] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ThaumicAdditions22r-EX61.jar>
[15:16:28] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ThaumicAdditions22r-EX61.jar>
[15:16:28] [INFO]: downloading (attempt: 1)...
[15:16:28] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ThaumicAdditions22r-EX61.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:28] [INFO]: getting timeout 350ms...
[15:16:28] [INFO]: downloading (attempt: 2)...
[15:16:28] [INFO]: ------------------------------------
[15:16:28] [INFO]: file: MODS:MOD_S1_THAUMICWONDERS
[15:16:28] [INFO]: size: 1227375 bytes
[15:16:28] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-thaumicwonders-182.jar
[15:16:28] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-thaumicwonders-182.jar
[15:16:28] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-thaumicwonders-182.jar>
[15:16:28] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-thaumicwonders-182.jar>
[15:16:28] [INFO]: downloading (attempt: 1)...
[15:16:28] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-thaumicwonders-182.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:28] [INFO]: getting timeout 350ms...
[15:16:29] [INFO]: downloading (attempt: 2)...
[15:16:29] [INFO]: ------------------------------------
[15:16:29] [INFO]: file: MODS:MOD_S1_THAUMICINVENTORYSCANNING2010
[15:16:29] [INFO]: size: 17224 bytes
[15:16:29] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-ThaumicInventoryScanning2010.jar
[15:16:29] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ThaumicInventoryScanning2010.jar
[15:16:29] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ThaumicInventoryScanning2010.jar>
[15:16:29] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ThaumicInventoryScanning2010.jar>
[15:16:29] [INFO]: downloading (attempt: 1)...
[15:16:29] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ThaumicInventoryScanning2010.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:29] [INFO]: getting timeout 350ms...
[15:16:29] [INFO]: downloading (attempt: 2)...
[15:16:29] [INFO]: ------------------------------------
[15:16:29] [INFO]: file: MODS:MOD_S1_VAMPIRISM_EX19
[15:16:29] [INFO]: size: 9393211 bytes
[15:16:29] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-Vampirism160-EX19.jar
[15:16:29] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Vampirism160-EX19.jar
[15:16:29] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Vampirism160-EX19.jar>
[15:16:29] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Vampirism160-EX19.jar>
[15:16:29] [INFO]: downloading (attempt: 1)...
[15:16:29] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Vampirism160-EX19.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:29] [INFO]: getting timeout 350ms...
[15:16:30] [INFO]: downloading (attempt: 2)...
[15:16:30] [INFO]: ------------------------------------
[15:16:30] [INFO]: file: MODS:MOD_S1_VAMPIRISMINTEGRATIONS
[15:16:30] [INFO]: size: 79470 bytes
[15:16:30] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-VampirismIntegrations-110.jar
[15:16:30] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-VampirismIntegrations-110.jar
[15:16:30] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-VampirismIntegrations-110.jar>
[15:16:30] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-VampirismIntegrations-110.jar>
[15:16:30] [INFO]: downloading (attempt: 1)...
[15:16:30] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-VampirismIntegrations-110.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:30] [INFO]: getting timeout 350ms...
[15:16:30] [INFO]: downloading (attempt: 2)...
[15:16:30] [INFO]: ------------------------------------
[15:16:30] [INFO]: file: MODS:MOD_S1_BLOODMAGIC
[15:16:30] [INFO]: size: 7208643 bytes
[15:16:30] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-BloodMagic-105.jar
[15:16:30] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-BloodMagic-105.jar
[15:16:30] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-BloodMagic-105.jar>
[15:16:30] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-BloodMagic-105.jar>
[15:16:30] [INFO]: downloading (attempt: 1)...
[15:16:30] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-BloodMagic-105.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:30] [INFO]: getting timeout 350ms...
[15:16:31] [INFO]: downloading (attempt: 2)...
[15:16:31] [INFO]: ------------------------------------
[15:16:31] [INFO]: file: MODS:MOD_S1_BOTANIA
[15:16:31] [INFO]: size: 13747839 bytes
[15:16:31] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-Botaniar1.10-363.jar
[15:16:31] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Botaniar1.10-363.jar
[15:16:31] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Botaniar1.10-363.jar>
[15:16:31] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Botaniar1.10-363.jar>
[15:16:31] [INFO]: downloading (attempt: 1)...
[15:16:31] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Botaniar1.10-363.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:31] [INFO]: getting timeout 350ms...
[15:16:31] [INFO]: downloading (attempt: 2)...
[15:16:31] [INFO]: ------------------------------------
[15:16:31] [INFO]: file: MODS:MOD_S1_EXTRABOTANY
[15:16:31] [INFO]: size: 2621281 bytes
[15:16:31] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-ExtraBotany-r11-57.jar
[15:16:31] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ExtraBotany-r11-57.jar
[15:16:31] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ExtraBotany-r11-57.jar>
[15:16:31] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ExtraBotany-r11-57.jar>
[15:16:31] [INFO]: downloading (attempt: 1)...
[15:16:31] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ExtraBotany-r11-57.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:31] [INFO]: getting timeout 350ms...
[15:16:32] [INFO]: downloading (attempt: 2)...
[15:16:32] [INFO]: ------------------------------------
[15:16:32] [INFO]: file: MODS:MOD_S1_THAUMICENERGISTICS
[15:16:32] [INFO]: size: 586027 bytes
[15:16:32] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-thaumicenergistics-224.jar
[15:16:32] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-thaumicenergistics-224.jar
[15:16:32] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-thaumicenergistics-224.jar>
[15:16:32] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-thaumicenergistics-224.jar>
[15:16:32] [INFO]: downloading (attempt: 1)...
[15:16:32] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-thaumicenergistics-224.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:32] [INFO]: getting timeout 350ms...
[15:16:32] [INFO]: downloading (attempt: 2)...
[15:16:32] [INFO]: ------------------------------------
[15:16:32] [INFO]: file: MODS:MOD_S1_ADVANCEDMACHINES6101
[15:16:32] [INFO]: size: 190539 bytes
[15:16:32] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-AdvancedMachines6101.jar
[15:16:32] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-AdvancedMachines6101.jar
[15:16:32] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-AdvancedMachines6101.jar>
[15:16:32] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-AdvancedMachines6101.jar>
[15:16:32] [INFO]: downloading (attempt: 1)...
[15:16:32] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-AdvancedMachines6101.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:32] [INFO]: getting timeout 350ms...
[15:16:33] [INFO]: downloading (attempt: 2)...
[15:16:33] [INFO]: ------------------------------------
[15:16:33] [INFO]: file: MODS:MOD_S1_ADVANCEDSOLARPANELS430
[15:16:33] [INFO]: size: 316833 bytes
[15:16:33] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-AdvancedSolarPanels430.jar
[15:16:33] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-AdvancedSolarPanels430.jar
[15:16:33] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-AdvancedSolarPanels430.jar>
[15:16:33] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-AdvancedSolarPanels430.jar>
[15:16:33] [INFO]: downloading (attempt: 1)...
[15:16:33] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-AdvancedSolarPanels430.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:33] [INFO]: getting timeout 350ms...
[15:16:33] [INFO]: downloading (attempt: 2)...
[15:16:33] [INFO]: ------------------------------------
[15:16:33] [INFO]: file: MODS:MOD_S1_APPLIEDENERGISTICS2_RV6_STABLE_7
[15:16:33] [INFO]: size: 4012805 bytes
[15:16:33] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-appliedenergistics2-rv6-stable-7.jar
[15:16:33] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-appliedenergistics2-rv6-stable-7.jar
[15:16:33] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-appliedenergistics2-rv6-stable-7.jar>
[15:16:33] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-appliedenergistics2-rv6-stable-7.jar>
[15:16:33] [INFO]: downloading (attempt: 1)...
[15:16:33] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-appliedenergistics2-rv6-stable-7.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:33] [INFO]: getting timeout 350ms...
[15:16:33] [INFO]: downloading (attempt: 2)...
[15:16:33] [INFO]: ------------------------------------
[15:16:33] [INFO]: file: MODS:MOD_S1_LIBNINE_EX22
[15:16:33] [INFO]: size: 370675 bytes
[15:16:33] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-libnine-1.1.9-EX22.jar
[15:16:33] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-libnine-1.1.9-EX22.jar
[15:16:33] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-libnine-1.1.9-EX22.jar>
[15:16:33] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-libnine-1.1.9-EX22.jar>
[15:16:33] [INFO]: downloading (attempt: 1)...
[15:16:33] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-libnine-1.1.9-EX22.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:33] [INFO]: getting timeout 350ms...
[15:16:34] [INFO]: downloading (attempt: 2)...
[15:16:34] [INFO]: ------------------------------------
[15:16:34] [INFO]: file: MODS:MOD_S1_LAZYAE_EX22
[15:16:34] [INFO]: size: 386558 bytes
[15:16:34] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-lazy-ae2-1.1.21-EX22.jar
[15:16:34] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-lazy-ae2-1.1.21-EX22.jar
[15:16:34] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-lazy-ae2-1.1.21-EX22.jar>
[15:16:34] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-lazy-ae2-1.1.21-EX22.jar>
[15:16:34] [INFO]: downloading (attempt: 1)...
[15:16:34] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-lazy-ae2-1.1.21-EX22.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:34] [INFO]: getting timeout 350ms...
[15:16:34] [INFO]: downloading (attempt: 2)...
[15:16:34] [INFO]: ------------------------------------
[15:16:34] [INFO]: file: MODS:MOD_S1_FORGELIN184_EX53
[15:16:34] [INFO]: size: 6278399 bytes
[15:16:34] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-Forgelin184-EX53.jar
[15:16:34] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Forgelin184-EX53.jar
[15:16:34] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Forgelin184-EX53.jar>
[15:16:34] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Forgelin184-EX53.jar>
[15:16:34] [INFO]: downloading (attempt: 1)...
[15:16:34] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Forgelin184-EX53.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:34] [INFO]: getting timeout 350ms...
[15:16:35] [INFO]: downloading (attempt: 2)...
[15:16:35] [INFO]: ------------------------------------
[15:16:35] [INFO]: file: MODS:MOD_S1_GRAVITATIONSUITE_311
[15:16:35] [INFO]: size: 346051 bytes
[15:16:35] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-GravitationSuite-3.1.1.jar
[15:16:35] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-GravitationSuite-3.1.1.jar
[15:16:35] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-GravitationSuite-3.1.1.jar>
[15:16:35] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-GravitationSuite-3.1.1.jar>
[15:16:35] [INFO]: downloading (attempt: 1)...
[15:16:35] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-GravitationSuite-3.1.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:35] [INFO]: getting timeout 350ms...
[15:16:35] [INFO]: downloading (attempt: 2)...
[15:16:35] [INFO]: ------------------------------------
[15:16:35] [INFO]: file: MODS:MOD_S1_INDUSTRIALCRAFT188_EX112
[15:16:35] [INFO]: size: 8465870 bytes
[15:16:35] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-industrialcraft188-ex112.jar
[15:16:35] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-industrialcraft188-ex112.jar
[15:16:35] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-industrialcraft188-ex112.jar>
[15:16:35] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-industrialcraft188-ex112.jar>
[15:16:35] [INFO]: downloading (attempt: 1)...
[15:16:35] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-industrialcraft188-ex112.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:35] [INFO]: getting timeout 350ms...
[15:16:36] [INFO]: downloading (attempt: 2)...
[15:16:36] [INFO]: ------------------------------------
[15:16:36] [INFO]: file: MODS:MOD_S1_INDUSTRIALFOREGOING237_EX53
[15:16:36] [INFO]: size: 1580629 bytes
[15:16:36] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-industrialforegoing237-EX53.jar
[15:16:36] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-industrialforegoing237-EX53.jar
[15:16:36] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-industrialforegoing237-EX53.jar>
[15:16:36] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-industrialforegoing237-EX53.jar>
[15:16:36] [INFO]: downloading (attempt: 1)...
[15:16:36] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-industrialforegoing237-EX53.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:36] [INFO]: getting timeout 350ms...
[15:16:36] [INFO]: downloading (attempt: 2)...
[15:16:36] [INFO]: ------------------------------------
[15:16:36] [INFO]: file: MODS:MOD_S1_TESLA_CORE_LIB1015_EX53
[15:16:36] [INFO]: size: 1140374 bytes
[15:16:36] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-tesla-core-lib1015-EX53.jar
[15:16:36] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-tesla-core-lib1015-EX53.jar
[15:16:36] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-tesla-core-lib1015-EX53.jar>
[15:16:36] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-tesla-core-lib1015-EX53.jar>
[15:16:36] [INFO]: downloading (attempt: 1)...
[15:16:36] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-tesla-core-lib1015-EX53.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:36] [INFO]: getting timeout 350ms...
[15:16:37] [INFO]: downloading (attempt: 2)...
[15:16:37] [INFO]: ------------------------------------
[15:16:37] [INFO]: file: MODS:MOD_S1_MANTLE13355
[15:16:37] [INFO]: size: 843486 bytes
[15:16:37] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-Mantle13355-EX40.jar
[15:16:37] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Mantle13355-EX40.jar
[15:16:37] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Mantle13355-EX40.jar>
[15:16:37] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Mantle13355-EX40.jar>
[15:16:37] [INFO]: downloading (attempt: 1)...
[15:16:37] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Mantle13355-EX40.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:37] [INFO]: getting timeout 350ms...
[15:16:37] [INFO]: downloading (attempt: 2)...
[15:16:37] [INFO]: ------------------------------------
[15:16:37] [INFO]: file: MODS:MOD_S1_TCONSTRUCT
[15:16:37] [INFO]: size: 3971984 bytes
[15:16:37] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-TConstruct-2130171-EX40.jar
[15:16:37] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-TConstruct-2130171-EX40.jar
[15:16:37] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-TConstruct-2130171-EX40.jar>
[15:16:37] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-TConstruct-2130171-EX40.jar>
[15:16:37] [INFO]: downloading (attempt: 1)...
[15:16:37] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-TConstruct-2130171-EX40.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:37] [INFO]: getting timeout 350ms...
[15:16:38] [INFO]: downloading (attempt: 2)...
[15:16:38] [INFO]: ------------------------------------
[15:16:38] [INFO]: file: MODS:MOD_S1_CERAMICS
[15:16:38] [INFO]: size: 400538 bytes
[15:16:38] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-Ceramics-137.jar
[15:16:38] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Ceramics-137.jar
[15:16:38] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Ceramics-137.jar>
[15:16:38] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Ceramics-137.jar>
[15:16:38] [INFO]: downloading (attempt: 1)...
[15:16:38] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Ceramics-137.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:38] [INFO]: getting timeout 350ms...
[15:16:38] [INFO]: downloading (attempt: 2)...
[15:16:38] [INFO]: ------------------------------------
[15:16:38] [INFO]: file: MODS:MOD_S1_IMMERSIVEENGINEERING
[15:16:38] [INFO]: size: 6360959 bytes
[15:16:38] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-ImmersiveEngineering-01298-EX22.jar
[15:16:38] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ImmersiveEngineering-01298-EX22.jar
[15:16:38] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ImmersiveEngineering-01298-EX22.jar>
[15:16:38] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ImmersiveEngineering-01298-EX22.jar>
[15:16:38] [INFO]: downloading (attempt: 1)...
[15:16:38] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ImmersiveEngineering-01298-EX22.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:38] [INFO]: getting timeout 350ms...
[15:16:39] [INFO]: downloading (attempt: 2)...
[15:16:39] [INFO]: ------------------------------------
[15:16:39] [INFO]: file: MODS:MOD_S1_IMMERSIVEENGINEERING_CORE
[15:16:39] [INFO]: size: 7636 bytes
[15:16:39] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-ImmersiveEngineering-core-01292-EX22.jar
[15:16:39] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ImmersiveEngineering-core-01292-EX22.jar
[15:16:39] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ImmersiveEngineering-core-01292-EX22.jar>
[15:16:39] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ImmersiveEngineering-core-01292-EX22.jar>
[15:16:39] [INFO]: downloading (attempt: 1)...
[15:16:39] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ImmersiveEngineering-core-01292-EX22.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:39] [INFO]: getting timeout 350ms...
[15:16:39] [INFO]: downloading (attempt: 2)...
[15:16:39] [INFO]: ------------------------------------
[15:16:39] [INFO]: file: MODS:MOD_S1_IMMERSIVEPETROLEUM
[15:16:39] [INFO]: size: 906018 bytes
[15:16:39] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-immersivepetroleum-119-EX22.jar
[15:16:39] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-immersivepetroleum-119-EX22.jar
[15:16:39] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-immersivepetroleum-119-EX22.jar>
[15:16:39] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-immersivepetroleum-119-EX22.jar>
[15:16:39] [INFO]: downloading (attempt: 1)...
[15:16:39] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-immersivepetroleum-119-EX22.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:39] [INFO]: getting timeout 350ms...
[15:16:40] [INFO]: downloading (attempt: 2)...
[15:16:40] [INFO]: ------------------------------------
[15:16:40] [INFO]: file: MODS:MOD_S2_BRANDONSCORE_EX54
[15:16:40] [INFO]: size: 825615 bytes
[15:16:40] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-BrandonsCore-2418210-EX54.jar
[15:16:40] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-BrandonsCore-2418210-EX54.jar
[15:16:40] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-BrandonsCore-2418210-EX54.jar>
[15:16:40] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-BrandonsCore-2418210-EX54.jar>
[15:16:40] [INFO]: downloading (attempt: 1)...
[15:16:40] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-BrandonsCore-2418210-EX54.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:40] [INFO]: getting timeout 350ms...
[15:16:40] [INFO]: downloading (attempt: 2)...
[15:16:40] [INFO]: ------------------------------------
[15:16:40] [INFO]: file: MODS:MOD_S2_DRACONICEVOLUTION_EX54
[15:16:40] [INFO]: size: 5688720 bytes
[15:16:40] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-Draconic-Evolution-2326193-EX54.jar
[15:16:40] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-Draconic-Evolution-2326193-EX54.jar
[15:16:40] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-Draconic-Evolution-2326193-EX54.jar>
[15:16:40] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-Draconic-Evolution-2326193-EX54.jar>
[15:16:40] [INFO]: downloading (attempt: 1)...
[15:16:40] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-Draconic-Evolution-2326193-EX54.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:40] [INFO]: getting timeout 350ms...
[15:16:41] [INFO]: downloading (attempt: 2)...
[15:16:41] [INFO]: ------------------------------------
[15:16:41] [INFO]: file: MODS:MOD_S2_COFHCORE46327_EX52
[15:16:41] [INFO]: size: 847938 bytes
[15:16:41] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-CoFHCore46327-EX52.jar
[15:16:41] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-CoFHCore46327-EX52.jar
[15:16:41] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-CoFHCore46327-EX52.jar>
[15:16:41] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-CoFHCore46327-EX52.jar>
[15:16:41] [INFO]: downloading (attempt: 1)...
[15:16:41] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-CoFHCore46327-EX52.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:41] [INFO]: getting timeout 350ms...
[15:16:41] [INFO]: downloading (attempt: 2)...
[15:16:41] [INFO]: ------------------------------------
[15:16:41] [INFO]: file: MODS:MOD_S2_COFHWORLD1317_EX52
[15:16:41] [INFO]: size: 532040 bytes
[15:16:41] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-CoFHWorld1317-EX52.jar
[15:16:41] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-CoFHWorld1317-EX52.jar
[15:16:41] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-CoFHWorld1317-EX52.jar>
[15:16:41] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-CoFHWorld1317-EX52.jar>
[15:16:41] [INFO]: downloading (attempt: 1)...
[15:16:42] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-CoFHWorld1317-EX52.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:42] [INFO]: getting timeout 350ms...
[15:16:42] [INFO]: downloading (attempt: 2)...
[15:16:42] [INFO]: ------------------------------------
[15:16:42] [INFO]: file: MODS:MOD_S2_REDSTONEFLUX2106_EX52
[15:16:42] [INFO]: size: 36278 bytes
[15:16:42] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-RedstoneFlux2106-EX52.jar
[15:16:42] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-RedstoneFlux2106-EX52.jar
[15:16:42] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-RedstoneFlux2106-EX52.jar>
[15:16:42] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-RedstoneFlux2106-EX52.jar>
[15:16:42] [INFO]: downloading (attempt: 1)...
[15:16:42] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-RedstoneFlux2106-EX52.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:42] [INFO]: getting timeout 350ms...
[15:16:42] [INFO]: downloading (attempt: 2)...
[15:16:42] [INFO]: ------------------------------------
[15:16:42] [INFO]: file: MODS:MOD_S2_THERMALCULTIVATION03312_EX52
[15:16:42] [INFO]: size: 106843 bytes
[15:16:42] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-ThermalCultivation03312-EX52.jar
[15:16:42] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalCultivation03312-EX52.jar
[15:16:42] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalCultivation03312-EX52.jar>
[15:16:42] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalCultivation03312-EX52.jar>
[15:16:42] [INFO]: downloading (attempt: 1)...
[15:16:43] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalCultivation03312-EX52.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:43] [INFO]: getting timeout 350ms...
[15:16:43] [INFO]: downloading (attempt: 2)...
[15:16:43] [INFO]: ------------------------------------
[15:16:43] [INFO]: file: MODS:MOD_S2_THERMALDYNAMICS25521_EX52
[15:16:43] [INFO]: size: 762980 bytes
[15:16:43] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-ThermalDynamics25521-EX52.jar
[15:16:43] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalDynamics25521-EX52.jar
[15:16:43] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalDynamics25521-EX52.jar>
[15:16:43] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalDynamics25521-EX52.jar>
[15:16:43] [INFO]: downloading (attempt: 1)...
[15:16:43] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalDynamics25521-EX52.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:43] [INFO]: getting timeout 350ms...
[15:16:43] [INFO]: downloading (attempt: 2)...
[15:16:43] [INFO]: ------------------------------------
[15:16:43] [INFO]: file: MODS:MOD_S2_THERMALEXPANSION55443_EX52
[15:16:43] [INFO]: size: 2426151 bytes
[15:16:43] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-ThermalExpansion55443-EX52.jar
[15:16:43] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalExpansion55443-EX52.jar
[15:16:43] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalExpansion55443-EX52.jar>
[15:16:43] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalExpansion55443-EX52.jar>
[15:16:43] [INFO]: downloading (attempt: 1)...
[15:16:43] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalExpansion55443-EX52.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:43] [INFO]: getting timeout 350ms...
[15:16:44] [INFO]: downloading (attempt: 2)...
[15:16:44] [INFO]: ------------------------------------
[15:16:44] [INFO]: file: MODS:MOD_S2_THERMALFOUNDATION26327_EX52
[15:16:44] [INFO]: size: 2312713 bytes
[15:16:44] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-ThermalFoundation26327-EX52.jar
[15:16:44] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalFoundation26327-EX52.jar
[15:16:44] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalFoundation26327-EX52.jar>
[15:16:44] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalFoundation26327-EX52.jar>
[15:16:44] [INFO]: downloading (attempt: 1)...
[15:16:44] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalFoundation26327-EX52.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:44] [INFO]: getting timeout 350ms...
[15:16:44] [INFO]: downloading (attempt: 2)...
[15:16:44] [INFO]: ------------------------------------
[15:16:44] [INFO]: file: MODS:MOD_S2_THERMALINNOVATION03312_EX52
[15:16:44] [INFO]: size: 197601 bytes
[15:16:44] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-ThermalInnovation03312-EX52.jar
[15:16:44] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalInnovation03312-EX52.jar
[15:16:44] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalInnovation03312-EX52.jar>
[15:16:44] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalInnovation03312-EX52.jar>
[15:16:44] [INFO]: downloading (attempt: 1)...
[15:16:45] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalInnovation03312-EX52.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:45] [INFO]: getting timeout 350ms...
[15:16:45] [INFO]: downloading (attempt: 2)...
[15:16:45] [INFO]: ------------------------------------
[15:16:45] [INFO]: file: MODS:MOD_S2_IRONCHEST847
[15:16:45] [INFO]: size: 956692 bytes
[15:16:45] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-ironchest847.jar
[15:16:45] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ironchest847.jar
[15:16:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ironchest847.jar>
[15:16:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ironchest847.jar>
[15:16:45] [INFO]: downloading (attempt: 1)...
[15:16:45] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ironchest847.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:45] [INFO]: getting timeout 350ms...
[15:16:45] [INFO]: downloading (attempt: 2)...
[15:16:45] [INFO]: ------------------------------------
[15:16:45] [INFO]: file: MODS:MOD_S2_STORAGEDRAWERS542_EX34
[15:16:45] [INFO]: size: 596845 bytes
[15:16:45] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-StorageDrawers542-EX34.jar
[15:16:45] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-StorageDrawers542-EX34.jar
[15:16:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-StorageDrawers542-EX34.jar>
[15:16:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-StorageDrawers542-EX34.jar>
[15:16:45] [INFO]: downloading (attempt: 1)...
[15:16:45] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-StorageDrawers542-EX34.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:45] [INFO]: getting timeout 350ms...
[15:16:46] [INFO]: downloading (attempt: 2)...
[15:16:46] [INFO]: ------------------------------------
[15:16:46] [INFO]: file: MODS:MOD_S2_CHAMELEON413_EX34
[15:16:46] [INFO]: size: 96859 bytes
[15:16:46] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-Chameleon413-EX34.jar
[15:16:46] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-Chameleon413-EX34.jar
[15:16:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-Chameleon413-EX34.jar>
[15:16:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-Chameleon413-EX34.jar>
[15:16:46] [INFO]: downloading (attempt: 1)...
[15:16:46] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-Chameleon413-EX34.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:46] [INFO]: getting timeout 350ms...
[15:16:46] [INFO]: downloading (attempt: 2)...
[15:16:46] [INFO]: ------------------------------------
[15:16:46] [INFO]: file: MODS:MOD_S3_EXTRAUTILS2_199
[15:16:46] [INFO]: size: 3210979 bytes
[15:16:46] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S3-extrautils2-199.jar
[15:16:46] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S3-extrautils2-199.jar
[15:16:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S3-extrautils2-199.jar>
[15:16:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S3-extrautils2-199.jar>
[15:16:46] [INFO]: downloading (attempt: 1)...
[15:16:46] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S3-extrautils2-199.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:46] [INFO]: getting timeout 350ms...
[15:16:47] [INFO]: downloading (attempt: 2)...
[15:16:47] [INFO]: ------------------------------------
[15:16:47] [INFO]: file: MODS:MOD_S4_FORESTRY582_387
[15:16:47] [INFO]: size: 5165048 bytes
[15:16:47] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S4-forestry582-387.jar
[15:16:47] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-forestry582-387.jar
[15:16:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-forestry582-387.jar>
[15:16:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-forestry582-387.jar>
[15:16:47] [INFO]: downloading (attempt: 1)...
[15:16:47] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-forestry582-387.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:47] [INFO]: getting timeout 350ms...
[15:16:47] [INFO]: downloading (attempt: 2)...
[15:16:47] [INFO]: ------------------------------------
[15:16:47] [INFO]: file: MODS:MOD_S4_BINNIE_MODS
[15:16:47] [INFO]: size: 5857998 bytes
[15:16:47] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S4-binnie-mods-251203.jar
[15:16:47] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-binnie-mods-251203.jar
[15:16:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-binnie-mods-251203.jar>
[15:16:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-binnie-mods-251203.jar>
[15:16:47] [INFO]: downloading (attempt: 1)...
[15:16:47] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-binnie-mods-251203.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:47] [INFO]: getting timeout 350ms...
[15:16:48] [INFO]: downloading (attempt: 2)...
[15:16:48] [INFO]: ------------------------------------
[15:16:48] [INFO]: file: MODS:MOD_S4_SCANNABLE16324
[15:16:48] [INFO]: size: 251845 bytes
[15:16:48] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S4-Scannable16324.jar
[15:16:48] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-Scannable16324.jar
[15:16:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-Scannable16324.jar>
[15:16:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-Scannable16324.jar>
[15:16:48] [INFO]: downloading (attempt: 1)...
[15:16:48] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-Scannable16324.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:48] [INFO]: getting timeout 350ms...
[15:16:48] [INFO]: downloading (attempt: 2)...
[15:16:48] [INFO]: ------------------------------------
[15:16:48] [INFO]: file: MODS:MOD_S4_ELEVATORMOD
[15:16:48] [INFO]: size: 56471 bytes
[15:16:48] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S4-ElevatorMod1312.jar
[15:16:48] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-ElevatorMod1312.jar
[15:16:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-ElevatorMod1312.jar>
[15:16:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-ElevatorMod1312.jar>
[15:16:48] [INFO]: downloading (attempt: 1)...
[15:16:48] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-ElevatorMod1312.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:48] [INFO]: getting timeout 350ms...
[15:16:49] [INFO]: downloading (attempt: 2)...
[15:16:49] [INFO]: ------------------------------------
[15:16:49] [INFO]: file: MODS:MOD_S5_CORALREEF25
[15:16:49] [INFO]: size: 73465 bytes
[15:16:49] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S5-CoralReef25.jar
[15:16:49] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S5-CoralReef25.jar
[15:16:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S5-CoralReef25.jar>
[15:16:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S5-CoralReef25.jar>
[15:16:49] [INFO]: downloading (attempt: 1)...
[15:16:49] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S5-CoralReef25.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:49] [INFO]: getting timeout 350ms...
[15:16:49] [INFO]: downloading (attempt: 2)...
[15:16:49] [INFO]: ------------------------------------
[15:16:49] [INFO]: file: MODS:MOD_S10_CRAFTTWEAKER4119_EX10
[15:16:49] [INFO]: size: 1368377 bytes
[15:16:49] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S10-CraftTweaker4119-EX10.jar
[15:16:49] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-CraftTweaker4119-EX10.jar
[15:16:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-CraftTweaker4119-EX10.jar>
[15:16:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-CraftTweaker4119-EX10.jar>
[15:16:49] [INFO]: downloading (attempt: 1)...
[15:16:49] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-CraftTweaker4119-EX10.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:49] [INFO]: getting timeout 350ms...
[15:16:50] [INFO]: downloading (attempt: 2)...
[15:16:50] [INFO]: ------------------------------------
[15:16:50] [INFO]: file: MODS:MOD_S10_MODTWEAKER4017_EX10
[15:16:50] [INFO]: size: 447874 bytes
[15:16:50] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S10-modtweaker4017-EX10.jar
[15:16:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-modtweaker4017-EX10.jar
[15:16:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-modtweaker4017-EX10.jar>
[15:16:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-modtweaker4017-EX10.jar>
[15:16:50] [INFO]: downloading (attempt: 1)...
[15:16:50] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-modtweaker4017-EX10.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:50] [INFO]: getting timeout 350ms...
[15:16:50] [INFO]: downloading (attempt: 2)...
[15:16:50] [INFO]: ------------------------------------
[15:16:50] [INFO]: file: MODS:MOD_S10_MTLIB306_EX10
[15:16:50] [INFO]: size: 30002 bytes
[15:16:50] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S10-MTLib306-EX10.jar
[15:16:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-MTLib306-EX10.jar
[15:16:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-MTLib306-EX10.jar>
[15:16:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-MTLib306-EX10.jar>
[15:16:50] [INFO]: downloading (attempt: 1)...
[15:16:50] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-MTLib306-EX10.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:50] [INFO]: getting timeout 350ms...
[15:16:51] [INFO]: downloading (attempt: 2)...
[15:16:51] [INFO]: ------------------------------------
[15:16:51] [INFO]: file: MODS:MOD_S10_IC2TWEAKER020_EX10
[15:16:51] [INFO]: size: 34806 bytes
[15:16:51] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S10-ic2Tweaker020-EX10.jar
[15:16:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-ic2Tweaker020-EX10.jar
[15:16:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-ic2Tweaker020-EX10.jar>
[15:16:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-ic2Tweaker020-EX10.jar>
[15:16:51] [INFO]: downloading (attempt: 1)...
[15:16:51] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-ic2Tweaker020-EX10.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:51] [INFO]: getting timeout 350ms...
[15:16:51] [INFO]: downloading (attempt: 2)...
[15:16:51] [INFO]: ------------------------------------
[15:16:51] [INFO]: file: MODS:MOD_S16_DRAGONSRADIO
[15:16:51] [INFO]: size: 213950 bytes
[15:16:51] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S16-DragonsRadio1122.jar
[15:16:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S16-DragonsRadio1122.jar
[15:16:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S16-DragonsRadio1122.jar>
[15:16:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S16-DragonsRadio1122.jar>
[15:16:51] [INFO]: downloading (attempt: 1)...
[15:16:51] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S16-DragonsRadio1122.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:16:51] [INFO]: getting timeout 350ms...
[15:16:51] [INFO]: downloading (attempt: 2)...
[15:16:51] [INFO]: Saving server-list caches...
[15:16:51] [INFO]: ------------------------------------
[15:16:51] [INFO]: Launching client <TECHNOMAGICEVO>
[15:16:51] [INFO]: Minecraft version: 1.12.2
[15:16:51] [INFO]: Performance mode: enbaled
[15:16:51] [INFO]: Memory size: 3995mb
[15:16:52] [WARN]: Java binary was not found! Trying to launch with preinstalled version!
[15:16:52] [INFO]: PRE validating context...
[15:16:52] [WARN]: 
ru.excalibur.launcher.t.I: null
    at ru.excalibur.launcher.o.e.k.H(f:159) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.j.e.e.H(ng:57) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.j.e.e.H(ng:112) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.j.e.E.H(uj:185) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.j.e.E.H(uj:397) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.j.e.E.g(uj:197) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.a.H(oa:101) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) ~[launcher_build_59.jar:?]
[15:16:52] [INFO]: Sending notify...
[15:17:03] [INFO]: ------------------------------------
[15:17:03] [INFO]: Preparing client <TECHNOMAGICEVO>
[15:17:03] [INFO]: Checking content files...
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/resource-technomagicevo.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/minecraft_1.12.2.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/servers.dat>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixer1122.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixerFont.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixerMixin1122.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-HardwareInfo1122.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-foamfix01010.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-OptifineAPI34.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-OptiFineHDUF5.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C1-XaerosMinimap20150_technomagicevo.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C3-WorldEditCUI2212.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C8-moreoverlays1121.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-CodeChickenLib358.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-jei289.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-NotEnoughItems245.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JustEnoughResources09260.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-ThaumicJEI16027.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JeiBees0905.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JustEnoughEnergistics-108.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C10-Hwyla1826B41.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C10-ThaumicWaila-002.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MC1-VKfeed20.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-EconomyMod30client.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-Wardrobe1122.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-hologram-2.0-client.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-SuperPickaxe1122-client.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-EconomyOre1122-Client.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-TreasureChest20Client.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-ClanTags2-client.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-DailyBonus-client.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-EnderBag2.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-ItemIcon20Client.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-MoreRecords2.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS7-Trade.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS8-wanditems2.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS9-ItemFinder-client.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-BiomesOPlenty-2444.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Baubles152.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-GuideAP21863-EX19.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Thaumcraft61BETA26.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-HammerCore2055-EX61.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ThaumicAdditions22r-EX61.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-thaumicwonders-182.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ThaumicInventoryScanning2010.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Vampirism160-EX19.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-VampirismIntegrations-110.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-BloodMagic-105.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Botaniar1.10-363.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ExtraBotany-r11-57.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-thaumicenergistics-224.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-AdvancedMachines6101.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-AdvancedSolarPanels430.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-appliedenergistics2-rv6-stable-7.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-libnine-1.1.9-EX22.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-lazy-ae2-1.1.21-EX22.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Forgelin184-EX53.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-GravitationSuite-3.1.1.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-industrialcraft188-ex112.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-industrialforegoing237-EX53.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-tesla-core-lib1015-EX53.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Mantle13355-EX40.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-TConstruct-2130171-EX40.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Ceramics-137.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ImmersiveEngineering-01298-EX22.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ImmersiveEngineering-core-01292-EX22.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-immersivepetroleum-119-EX22.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-BrandonsCore-2418210-EX54.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-Draconic-Evolution-2326193-EX54.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-CoFHCore46327-EX52.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-CoFHWorld1317-EX52.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-RedstoneFlux2106-EX52.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalCultivation03312-EX52.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalDynamics25521-EX52.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalExpansion55443-EX52.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalFoundation26327-EX52.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalInnovation03312-EX52.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ironchest847.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-StorageDrawers542-EX34.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-Chameleon413-EX34.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S3-extrautils2-199.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-forestry582-387.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-binnie-mods-251203.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-Scannable16324.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-ElevatorMod1312.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S5-CoralReef25.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-CraftTweaker4119-EX10.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-modtweaker4017-EX10.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-MTLib306-EX10.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-ic2Tweaker020-EX10.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S16-DragonsRadio1122.jar>
[15:17:03] [INFO]: Downloading files...
[15:17:03] [INFO]: Total-size: 249172227 bytes
[15:17:03] [INFO]: ------------------------------------
[15:17:03] [INFO]: file: LIBS:FORGE_2838
[15:17:03] [INFO]: size: 4400827 bytes
[15:17:03] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar
[15:17:03] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar>
[15:17:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar>
[15:17:03] [INFO]: downloading (attempt: 1)...
[15:17:03] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838v3.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:03] [INFO]: getting timeout 350ms...
[15:17:04] [INFO]: downloading (attempt: 2)...
[15:17:04] [INFO]: ------------------------------------
[15:17:04] [INFO]: file: LIBS:LAUNCHWRAPPER
[15:17:04] [INFO]: size: 32999 bytes
[15:17:04] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar
[15:17:04] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar
[15:17:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar>
[15:17:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar>
[15:17:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar>
[15:17:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar>
[15:17:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar>
[15:17:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar>
[15:17:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar>
[15:17:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar>
[15:17:04] [INFO]: downloading (attempt: 1)...
[15:17:04] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:04] [INFO]: getting timeout 350ms...
[15:17:04] [INFO]: downloading (attempt: 2)...
[15:17:04] [INFO]: ------------------------------------
[15:17:04] [INFO]: file: LIBS:ASM_ALL
[15:17:04] [INFO]: size: 247787 bytes
[15:17:04] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar
[15:17:04] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar
[15:17:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar>
[15:17:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar>
[15:17:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar>
[15:17:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar>
[15:17:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar>
[15:17:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar>
[15:17:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar>
[15:17:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar>
[15:17:04] [INFO]: downloading (attempt: 1)...
[15:17:04] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:04] [INFO]: getting timeout 350ms...
[15:17:05] [INFO]: downloading (attempt: 2)...
[15:17:05] [INFO]: ------------------------------------
[15:17:05] [INFO]: file: LIBS:JLINE
[15:17:05] [INFO]: size: 0 bytes
[15:17:05] [INFO]: from: http://ex-server.ru/1122_clients/libraries/jline/jline/3.5.1/jline-3.5.1.jar
[15:17:05] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/jline/jline/3.5.1/jline-3.5.1.jar
[15:17:05] [INFO]: downloading (attempt: 1)...
[15:17:05] [INFO]: ------------------------------------
[15:17:05] [INFO]: file: LIBS:AKKA_ACTOR
[15:17:05] [INFO]: size: 2553197 bytes
[15:17:05] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar
[15:17:05] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar
[15:17:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar>
[15:17:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar>
[15:17:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar>
[15:17:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar>
[15:17:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar>
[15:17:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar>
[15:17:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar>
[15:17:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar>
[15:17:05] [INFO]: downloading (attempt: 1)...
[15:17:05] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:05] [INFO]: getting timeout 350ms...
[15:17:05] [INFO]: downloading (attempt: 2)...
[15:17:05] [INFO]: ------------------------------------
[15:17:05] [INFO]: file: LIBS:CONFIG
[15:17:05] [INFO]: size: 221173 bytes
[15:17:05] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar
[15:17:05] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar
[15:17:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar>
[15:17:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar>
[15:17:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar>
[15:17:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar>
[15:17:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar>
[15:17:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar>
[15:17:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar>
[15:17:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar>
[15:17:05] [INFO]: downloading (attempt: 1)...
[15:17:05] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:05] [INFO]: getting timeout 350ms...
[15:17:06] [INFO]: downloading (attempt: 2)...
[15:17:06] [INFO]: ------------------------------------
[15:17:06] [INFO]: file: LIBS:SCALA_ACTORS_MIGRATION
[15:17:06] [INFO]: size: 58767 bytes
[15:17:06] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar
[15:17:06] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar>
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar>
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar>
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar>
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar>
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar>
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar>
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar>
[15:17:06] [INFO]: downloading (attempt: 1)...
[15:17:06] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:06] [INFO]: getting timeout 350ms...
[15:17:06] [INFO]: downloading (attempt: 2)...
[15:17:06] [INFO]: ------------------------------------
[15:17:06] [INFO]: file: LIBS:SCALA_COMPILER
[15:17:06] [INFO]: size: 13576400 bytes
[15:17:06] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar
[15:17:06] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar>
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar>
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar>
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar>
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar>
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar>
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar>
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar>
[15:17:06] [INFO]: downloading (attempt: 1)...
[15:17:06] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:06] [INFO]: getting timeout 350ms...
[15:17:06] [INFO]: downloading (attempt: 2)...
[15:17:06] [INFO]: ------------------------------------
[15:17:06] [INFO]: file: LIBS:SCALA_CONTINUATIONS_LIBRARY
[15:17:06] [INFO]: size: 26551 bytes
[15:17:06] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar
[15:17:06] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar>
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar>
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar>
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar>
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar>
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar>
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar>
[15:17:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar>
[15:17:06] [INFO]: downloading (attempt: 1)...
[15:17:07] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:07] [INFO]: getting timeout 350ms...
[15:17:07] [INFO]: downloading (attempt: 2)...
[15:17:07] [INFO]: ------------------------------------
[15:17:07] [INFO]: file: LIBS:SCALA_CONTINUATIONS_PLUGIN
[15:17:07] [INFO]: size: 209882 bytes
[15:17:07] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar
[15:17:07] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar
[15:17:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar>
[15:17:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar>
[15:17:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar>
[15:17:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar>
[15:17:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar>
[15:17:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar>
[15:17:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar>
[15:17:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar>
[15:17:07] [INFO]: downloading (attempt: 1)...
[15:17:07] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:07] [INFO]: getting timeout 350ms...
[15:17:07] [INFO]: downloading (attempt: 2)...
[15:17:07] [INFO]: ------------------------------------
[15:17:07] [INFO]: file: LIBS:SCALA_LIBRARY
[15:17:07] [INFO]: size: 5612286 bytes
[15:17:07] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar
[15:17:07] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar
[15:17:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar>
[15:17:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar>
[15:17:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar>
[15:17:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar>
[15:17:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar>
[15:17:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar>
[15:17:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar>
[15:17:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar>
[15:17:07] [INFO]: downloading (attempt: 1)...
[15:17:07] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:07] [INFO]: getting timeout 350ms...
[15:17:08] [INFO]: downloading (attempt: 2)...
[15:17:08] [INFO]: ------------------------------------
[15:17:08] [INFO]: file: LIBS:SCALA_PARSER_COMBINATORS
[15:17:08] [INFO]: size: 430247 bytes
[15:17:08] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar
[15:17:08] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar
[15:17:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar>
[15:17:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar>
[15:17:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar>
[15:17:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar>
[15:17:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar>
[15:17:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar>
[15:17:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar>
[15:17:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar>
[15:17:08] [INFO]: downloading (attempt: 1)...
[15:17:08] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:08] [INFO]: getting timeout 350ms...
[15:17:08] [INFO]: downloading (attempt: 2)...
[15:17:08] [INFO]: ------------------------------------
[15:17:08] [INFO]: file: LIBS:SCALA_REFLECT
[15:17:08] [INFO]: size: 4415437 bytes
[15:17:08] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar
[15:17:08] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar
[15:17:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar>
[15:17:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar>
[15:17:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar>
[15:17:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar>
[15:17:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar>
[15:17:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar>
[15:17:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar>
[15:17:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar>
[15:17:08] [INFO]: downloading (attempt: 1)...
[15:17:09] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:09] [INFO]: getting timeout 350ms...
[15:17:09] [INFO]: downloading (attempt: 2)...
[15:17:09] [INFO]: ------------------------------------
[15:17:09] [INFO]: file: LIBS:SCALA_SWING
[15:17:09] [INFO]: size: 736831 bytes
[15:17:09] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar
[15:17:09] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar
[15:17:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar>
[15:17:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar>
[15:17:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar>
[15:17:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar>
[15:17:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar>
[15:17:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar>
[15:17:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar>
[15:17:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar>
[15:17:09] [INFO]: downloading (attempt: 1)...
[15:17:09] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:09] [INFO]: getting timeout 350ms...
[15:17:09] [INFO]: downloading (attempt: 2)...
[15:17:09] [INFO]: ------------------------------------
[15:17:09] [INFO]: file: LIBS:SCALA_XML
[15:17:09] [INFO]: size: 660552 bytes
[15:17:09] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar
[15:17:09] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar
[15:17:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar>
[15:17:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar>
[15:17:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar>
[15:17:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar>
[15:17:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar>
[15:17:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar>
[15:17:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar>
[15:17:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar>
[15:17:09] [INFO]: downloading (attempt: 1)...
[15:17:09] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:09] [INFO]: getting timeout 350ms...
[15:17:10] [INFO]: downloading (attempt: 2)...
[15:17:10] [INFO]: ------------------------------------
[15:17:10] [INFO]: file: LIBS:LZMA
[15:17:10] [INFO]: size: 5762 bytes
[15:17:10] [INFO]: from: http://ex-server.ru/1122_clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar
[15:17:10] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar
[15:17:10] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar>
[15:17:10] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar>
[15:17:10] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar>
[15:17:10] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar>
[15:17:10] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar>
[15:17:10] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar>
[15:17:10] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar>
[15:17:10] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar>
[15:17:10] [INFO]: downloading (attempt: 1)...
[15:17:10] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:10] [INFO]: getting timeout 350ms...
[15:17:10] [INFO]: downloading (attempt: 2)...
[15:17:10] [INFO]: ------------------------------------
[15:17:10] [INFO]: file: LIBS:JOPT_SIMPLE
[15:17:10] [INFO]: size: 78175 bytes
[15:17:10] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar
[15:17:10] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar
[15:17:10] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar>
[15:17:10] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar>
[15:17:10] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar>
[15:17:10] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar>
[15:17:10] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar>
[15:17:10] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar>
[15:17:10] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar>
[15:17:10] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar>
[15:17:10] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar>
[15:17:10] [INFO]: downloading (attempt: 1)...
[15:17:10] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:10] [INFO]: getting timeout 350ms...
[15:17:11] [INFO]: downloading (attempt: 2)...
[15:17:11] [INFO]: ------------------------------------
[15:17:11] [INFO]: file: LIBS:VECMATH
[15:17:11] [INFO]: size: 318956 bytes
[15:17:11] [INFO]: from: http://ex-server.ru/1122_clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar
[15:17:11] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar
[15:17:11] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar>
[15:17:11] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar>
[15:17:11] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar>
[15:17:11] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar>
[15:17:11] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar>
[15:17:11] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar>
[15:17:11] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar>
[15:17:11] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar>
[15:17:11] [INFO]: downloading (attempt: 1)...
[15:17:11] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:11] [INFO]: getting timeout 350ms...
[15:17:11] [INFO]: downloading (attempt: 2)...
[15:17:11] [INFO]: ------------------------------------
[15:17:11] [INFO]: file: LIBS:TROVE4J
[15:17:11] [INFO]: size: 2523218 bytes
[15:17:11] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar
[15:17:11] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar
[15:17:11] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar>
[15:17:11] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar>
[15:17:11] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar>
[15:17:11] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar>
[15:17:11] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar>
[15:17:11] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar>
[15:17:11] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar>
[15:17:11] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar>
[15:17:11] [INFO]: downloading (attempt: 1)...
[15:17:11] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:11] [INFO]: getting timeout 350ms...
[15:17:12] [INFO]: downloading (attempt: 2)...
[15:17:12] [INFO]: ------------------------------------
[15:17:12] [INFO]: file: LIBS:MAVEN_ARTIFACT
[15:17:12] [INFO]: size: 54961 bytes
[15:17:12] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar
[15:17:12] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar>
[15:17:12] [INFO]: downloading (attempt: 1)...
[15:17:12] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:12] [INFO]: getting timeout 350ms...
[15:17:12] [INFO]: downloading (attempt: 2)...
[15:17:12] [INFO]: ------------------------------------
[15:17:12] [INFO]: file: LIBS:OSHI_CORE
[15:17:12] [INFO]: size: 30973 bytes
[15:17:12] [INFO]: from: http://ex-server.ru/1122_clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar
[15:17:12] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar>
[15:17:12] [INFO]: downloading (attempt: 1)...
[15:17:12] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:12] [INFO]: getting timeout 350ms...
[15:17:12] [INFO]: downloading (attempt: 2)...
[15:17:12] [INFO]: ------------------------------------
[15:17:12] [INFO]: file: LIBS:JNA_JNA
[15:17:12] [INFO]: size: 1091208 bytes
[15:17:12] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar
[15:17:12] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:17:12] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar>
[15:17:12] [INFO]: downloading (attempt: 1)...
[15:17:13] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:13] [INFO]: getting timeout 350ms...
[15:17:13] [INFO]: downloading (attempt: 2)...
[15:17:13] [INFO]: ------------------------------------
[15:17:13] [INFO]: file: LIBS:JNA_PLATFORM
[15:17:13] [INFO]: size: 913436 bytes
[15:17:13] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
[15:17:13] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar>
[15:17:13] [INFO]: downloading (attempt: 1)...
[15:17:13] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:13] [INFO]: getting timeout 350ms...
[15:17:13] [INFO]: downloading (attempt: 2)...
[15:17:13] [INFO]: ------------------------------------
[15:17:13] [INFO]: file: LIBS:ICU4J_CORE_MOJANG
[15:17:13] [INFO]: size: 1634692 bytes
[15:17:13] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar
[15:17:13] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar>
[15:17:13] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar>
[15:17:13] [INFO]: downloading (attempt: 1)...
[15:17:14] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:14] [INFO]: getting timeout 350ms...
[15:17:14] [INFO]: downloading (attempt: 2)...
[15:17:14] [INFO]: ------------------------------------
[15:17:14] [INFO]: file: LIBS:CODECJORBIS
[15:17:14] [INFO]: size: 103871 bytes
[15:17:14] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar
[15:17:14] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar
[15:17:14] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar>
[15:17:14] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar>
[15:17:14] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar>
[15:17:14] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar>
[15:17:14] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar>
[15:17:14] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar>
[15:17:14] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar>
[15:17:14] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar>
[15:17:14] [INFO]: downloading (attempt: 1)...
[15:17:14] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:14] [INFO]: getting timeout 350ms...
[15:17:14] [INFO]: downloading (attempt: 2)...
[15:17:14] [INFO]: ------------------------------------
[15:17:14] [INFO]: file: LIBS:CODECWAV
[15:17:14] [INFO]: size: 5618 bytes
[15:17:14] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar
[15:17:14] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar
[15:17:14] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar>
[15:17:14] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar>
[15:17:14] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar>
[15:17:14] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar>
[15:17:14] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar>
[15:17:14] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar>
[15:17:14] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar>
[15:17:14] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar>
[15:17:14] [INFO]: downloading (attempt: 1)...
[15:17:15] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:15] [INFO]: getting timeout 350ms...
[15:17:15] [INFO]: downloading (attempt: 2)...
[15:17:15] [INFO]: ------------------------------------
[15:17:15] [INFO]: file: LIBS:LIBRARYJAVASOUND
[15:17:15] [INFO]: size: 21679 bytes
[15:17:15] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar
[15:17:15] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar
[15:17:15] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar>
[15:17:15] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar>
[15:17:15] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar>
[15:17:15] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar>
[15:17:15] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar>
[15:17:15] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar>
[15:17:15] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar>
[15:17:15] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar>
[15:17:15] [INFO]: downloading (attempt: 1)...
[15:17:15] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:15] [INFO]: getting timeout 350ms...
[15:17:16] [INFO]: downloading (attempt: 2)...
[15:17:16] [INFO]: ------------------------------------
[15:17:16] [INFO]: file: LIBS:LIBRARYLWJGLOPENAL
[15:17:16] [INFO]: size: 18981 bytes
[15:17:16] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar
[15:17:16] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar
[15:17:16] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar>
[15:17:16] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar>
[15:17:16] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar>
[15:17:16] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar>
[15:17:16] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar>
[15:17:16] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar>
[15:17:16] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar>
[15:17:16] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar>
[15:17:16] [INFO]: downloading (attempt: 1)...
[15:17:16] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:16] [INFO]: getting timeout 350ms...
[15:17:16] [INFO]: downloading (attempt: 2)...
[15:17:16] [INFO]: ------------------------------------
[15:17:16] [INFO]: file: LIBS:SOUNDSYSTEM
[15:17:16] [INFO]: size: 65020 bytes
[15:17:16] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar
[15:17:16] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar
[15:17:16] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar>
[15:17:16] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar>
[15:17:16] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar>
[15:17:16] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar>
[15:17:16] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar>
[15:17:16] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar>
[15:17:16] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar>
[15:17:16] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar>
[15:17:16] [INFO]: downloading (attempt: 1)...
[15:17:16] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:16] [INFO]: getting timeout 350ms...
[15:17:17] [INFO]: downloading (attempt: 2)...
[15:17:17] [INFO]: ------------------------------------
[15:17:17] [INFO]: file: LIBS:NETTY_ALL
[15:17:17] [INFO]: size: 3511093 bytes
[15:17:17] [INFO]: from: http://ex-server.ru/1122_clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar
[15:17:17] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar>
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar>
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar>
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar>
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar>
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar>
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar>
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar>
[15:17:17] [INFO]: downloading (attempt: 1)...
[15:17:17] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:17] [INFO]: getting timeout 350ms...
[15:17:17] [INFO]: downloading (attempt: 2)...
[15:17:17] [INFO]: ------------------------------------
[15:17:17] [INFO]: file: LIBS:GUAVA
[15:17:17] [INFO]: size: 2521113 bytes
[15:17:17] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar
[15:17:17] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar>
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar>
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar>
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar>
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar>
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar>
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar>
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar>
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar>
[15:17:17] [INFO]: downloading (attempt: 1)...
[15:17:17] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/guava/guava/21.0/guava-21.0.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:17] [INFO]: getting timeout 350ms...
[15:17:17] [INFO]: downloading (attempt: 2)...
[15:17:17] [INFO]: ------------------------------------
[15:17:17] [INFO]: file: LIBS:COMMONS_LANG
[15:17:17] [INFO]: size: 479881 bytes
[15:17:17] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
[15:17:17] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar>
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar>
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar>
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar>
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar>
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar>
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar>
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar>
[15:17:17] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar>
[15:17:17] [INFO]: downloading (attempt: 1)...
[15:17:18] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:18] [INFO]: getting timeout 350ms...
[15:17:18] [INFO]: downloading (attempt: 2)...
[15:17:18] [INFO]: ------------------------------------
[15:17:18] [INFO]: file: LIBS:COMMONS_IO
[15:17:18] [INFO]: size: 208700 bytes
[15:17:18] [INFO]: from: http://ex-server.ru/1122_clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar
[15:17:18] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar
[15:17:18] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar>
[15:17:18] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar>
[15:17:18] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar>
[15:17:18] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar>
[15:17:18] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar>
[15:17:18] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar>
[15:17:18] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar>
[15:17:18] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar>
[15:17:18] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar>
[15:17:18] [INFO]: downloading (attempt: 1)...
[15:17:18] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:18] [INFO]: getting timeout 350ms...
[15:17:18] [INFO]: downloading (attempt: 2)...
[15:17:18] [INFO]: ------------------------------------
[15:17:18] [INFO]: file: LIBS:COMMONS_CODEC
[15:17:18] [INFO]: size: 284184 bytes
[15:17:18] [INFO]: from: http://ex-server.ru/1122_clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
[15:17:18] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
[15:17:18] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar>
[15:17:18] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar>
[15:17:18] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar>
[15:17:18] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar>
[15:17:18] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar>
[15:17:18] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar>
[15:17:18] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar>
[15:17:18] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar>
[15:17:18] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar>
[15:17:18] [INFO]: downloading (attempt: 1)...
[15:17:19] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:19] [INFO]: getting timeout 350ms...
[15:17:19] [INFO]: downloading (attempt: 2)...
[15:17:19] [INFO]: ------------------------------------
[15:17:19] [INFO]: file: LIBS:JINPUT
[15:17:19] [INFO]: size: 208338 bytes
[15:17:19] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar
[15:17:19] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar
[15:17:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar>
[15:17:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar>
[15:17:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar>
[15:17:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar>
[15:17:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar>
[15:17:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar>
[15:17:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar>
[15:17:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar>
[15:17:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar>
[15:17:19] [INFO]: downloading (attempt: 1)...
[15:17:19] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:19] [INFO]: getting timeout 350ms...
[15:17:19] [INFO]: downloading (attempt: 2)...
[15:17:19] [INFO]: ------------------------------------
[15:17:19] [INFO]: file: LIBS:JUTILS
[15:17:19] [INFO]: size: 7508 bytes
[15:17:19] [INFO]: from: http://ex-server.ru/1122_clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar
[15:17:19] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar
[15:17:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar>
[15:17:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar>
[15:17:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar>
[15:17:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar>
[15:17:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar>
[15:17:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar>
[15:17:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar>
[15:17:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar>
[15:17:19] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar>
[15:17:19] [INFO]: downloading (attempt: 1)...
[15:17:19] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:19] [INFO]: getting timeout 350ms...
[15:17:20] [INFO]: downloading (attempt: 2)...
[15:17:20] [INFO]: ------------------------------------
[15:17:20] [INFO]: file: LIBS:GSON
[15:17:20] [INFO]: size: 231952 bytes
[15:17:20] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar
[15:17:20] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar
[15:17:20] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar>
[15:17:20] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar>
[15:17:20] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar>
[15:17:20] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar>
[15:17:20] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar>
[15:17:20] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar>
[15:17:20] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar>
[15:17:20] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar>
[15:17:20] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar>
[15:17:20] [INFO]: downloading (attempt: 1)...
[15:17:20] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:20] [INFO]: getting timeout 350ms...
[15:17:20] [INFO]: downloading (attempt: 2)...
[15:17:20] [INFO]: ------------------------------------
[15:17:20] [INFO]: file: LIBS:AUTHLIB_1_5_25
[15:17:20] [INFO]: size: 64560 bytes
[15:17:20] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar
[15:17:20] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar
[15:17:20] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar>
[15:17:20] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar>
[15:17:20] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar>
[15:17:20] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar>
[15:17:20] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar>
[15:17:20] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar>
[15:17:20] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar>
[15:17:20] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar>
[15:17:20] [INFO]: downloading (attempt: 1)...
[15:17:20] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25-uuid2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:20] [INFO]: getting timeout 350ms...
[15:17:21] [INFO]: downloading (attempt: 2)...
[15:17:21] [INFO]: ------------------------------------
[15:17:21] [INFO]: file: LIBS:REALMS_1_10_22
[15:17:21] [INFO]: size: 7135057 bytes
[15:17:21] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar
[15:17:21] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar>
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar>
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar>
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar>
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar>
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar>
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar>
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar>
[15:17:21] [INFO]: downloading (attempt: 1)...
[15:17:21] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:21] [INFO]: getting timeout 350ms...
[15:17:21] [INFO]: downloading (attempt: 2)...
[15:17:21] [INFO]: ------------------------------------
[15:17:21] [INFO]: file: LIBS:COMMONS_COMPRESS
[15:17:21] [INFO]: size: 365552 bytes
[15:17:21] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
[15:17:21] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar>
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar>
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar>
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar>
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar>
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar>
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar>
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar>
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar>
[15:17:21] [INFO]: downloading (attempt: 1)...
[15:17:21] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:21] [INFO]: getting timeout 350ms...
[15:17:21] [INFO]: downloading (attempt: 2)...
[15:17:21] [INFO]: ------------------------------------
[15:17:21] [INFO]: file: LIBS:HTTPCLIENT
[15:17:21] [INFO]: size: 589512 bytes
[15:17:21] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar
[15:17:21] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar>
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar>
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar>
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar>
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar>
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar>
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar>
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar>
[15:17:21] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar>
[15:17:21] [INFO]: downloading (attempt: 1)...
[15:17:21] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:21] [INFO]: getting timeout 350ms...
[15:17:22] [INFO]: downloading (attempt: 2)...
[15:17:22] [INFO]: ------------------------------------
[15:17:22] [INFO]: file: LIBS:COMMONS_LOGGING
[15:17:22] [INFO]: size: 62050 bytes
[15:17:22] [INFO]: from: http://ex-server.ru/1122_clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
[15:17:22] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
[15:17:22] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar>
[15:17:22] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar>
[15:17:22] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar>
[15:17:22] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar>
[15:17:22] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar>
[15:17:22] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar>
[15:17:22] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar>
[15:17:22] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar>
[15:17:22] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar>
[15:17:22] [INFO]: downloading (attempt: 1)...
[15:17:22] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:22] [INFO]: getting timeout 350ms...
[15:17:22] [INFO]: downloading (attempt: 2)...
[15:17:22] [INFO]: ------------------------------------
[15:17:22] [INFO]: file: LIBS:HTTPCORE
[15:17:22] [INFO]: size: 282269 bytes
[15:17:22] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
[15:17:22] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
[15:17:22] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar>
[15:17:22] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar>
[15:17:22] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar>
[15:17:22] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar>
[15:17:22] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar>
[15:17:22] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar>
[15:17:22] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar>
[15:17:22] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar>
[15:17:22] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar>
[15:17:22] [INFO]: downloading (attempt: 1)...
[15:17:22] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:22] [INFO]: getting timeout 350ms...
[15:17:23] [INFO]: downloading (attempt: 2)...
[15:17:23] [INFO]: ------------------------------------
[15:17:23] [INFO]: file: LIBS:FASTUTIL
[15:17:23] [INFO]: size: 17655579 bytes
[15:17:23] [INFO]: from: http://ex-server.ru/1122_clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar
[15:17:23] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar
[15:17:23] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar>
[15:17:23] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar>
[15:17:23] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar>
[15:17:23] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar>
[15:17:23] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar>
[15:17:23] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar>
[15:17:23] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar>
[15:17:23] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar>
[15:17:23] [INFO]: downloading (attempt: 1)...
[15:17:23] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:23] [INFO]: getting timeout 350ms...
[15:17:23] [INFO]: downloading (attempt: 2)...
[15:17:23] [INFO]: ------------------------------------
[15:17:23] [INFO]: file: LIBS:LOG4J_API
[15:17:23] [INFO]: size: 228859 bytes
[15:17:23] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar
[15:17:23] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar
[15:17:23] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar>
[15:17:23] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar>
[15:17:23] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar>
[15:17:23] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar>
[15:17:23] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar>
[15:17:23] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar>
[15:17:23] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar>
[15:17:23] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar>
[15:17:23] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar>
[15:17:23] [INFO]: downloading (attempt: 1)...
[15:17:23] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:23] [INFO]: getting timeout 350ms...
[15:17:24] [INFO]: downloading (attempt: 2)...
[15:17:24] [INFO]: ------------------------------------
[15:17:24] [INFO]: file: LIBS:LOG4J_CORE
[15:17:24] [INFO]: size: 1402925 bytes
[15:17:24] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar
[15:17:24] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar
[15:17:24] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar>
[15:17:24] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar>
[15:17:24] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar>
[15:17:24] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar>
[15:17:24] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar>
[15:17:24] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar>
[15:17:24] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar>
[15:17:24] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar>
[15:17:24] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar>
[15:17:24] [INFO]: downloading (attempt: 1)...
[15:17:24] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:24] [INFO]: getting timeout 350ms...
[15:17:24] [INFO]: downloading (attempt: 2)...
[15:17:24] [INFO]: ------------------------------------
[15:17:24] [INFO]: file: LIBS:LWJGL
[15:17:24] [INFO]: size: 1047168 bytes
[15:17:24] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar
[15:17:24] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar
[15:17:24] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar>
[15:17:24] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar>
[15:17:24] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar>
[15:17:24] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar>
[15:17:24] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar>
[15:17:24] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar>
[15:17:24] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar>
[15:17:24] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar>
[15:17:24] [INFO]: downloading (attempt: 1)...
[15:17:24] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:24] [INFO]: getting timeout 350ms...
[15:17:25] [INFO]: downloading (attempt: 2)...
[15:17:25] [INFO]: ------------------------------------
[15:17:25] [INFO]: file: LIBS:LWJGL_UTIL
[15:17:25] [INFO]: size: 173887 bytes
[15:17:25] [INFO]: from: http://ex-server.ru/1122_clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar
[15:17:25] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar
[15:17:25] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar>
[15:17:25] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar>
[15:17:25] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar>
[15:17:25] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar>
[15:17:25] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar>
[15:17:25] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar>
[15:17:25] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar>
[15:17:25] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar>
[15:17:25] [INFO]: downloading (attempt: 1)...
[15:17:25] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:25] [INFO]: getting timeout 350ms...
[15:17:25] [INFO]: downloading (attempt: 2)...
[15:17:25] [INFO]: ------------------------------------
[15:17:25] [INFO]: file: LIBS:TEXT2SPEECH
[15:17:25] [INFO]: size: 11055 bytes
[15:17:25] [INFO]: from: http://ex-server.ru/1122_clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar
[15:17:25] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar
[15:17:25] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar>
[15:17:25] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar>
[15:17:25] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar>
[15:17:25] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar>
[15:17:25] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar>
[15:17:25] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar>
[15:17:25] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar>
[15:17:25] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar>
[15:17:25] [INFO]: downloading (attempt: 1)...
[15:17:25] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:25] [INFO]: getting timeout 350ms...
[15:17:26] [INFO]: downloading (attempt: 2)...
[15:17:26] [INFO]: ------------------------------------
[15:17:26] [INFO]: file: LIBS:JAVA_OBJC_BRIDGE
[15:17:26] [INFO]: size: 40502 bytes
[15:17:26] [INFO]: from: http://ex-server.ru/1122_clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar
[15:17:26] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar
[15:17:26] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar>
[15:17:26] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar>
[15:17:26] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar>
[15:17:26] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar>
[15:17:26] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar>
[15:17:26] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar>
[15:17:26] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar>
[15:17:26] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar>
[15:17:26] [INFO]: downloading (attempt: 1)...
[15:17:26] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:26] [INFO]: getting timeout 350ms...
[15:17:26] [INFO]: downloading (attempt: 2)...
[15:17:26] [INFO]: ------------------------------------
[15:17:26] [INFO]: file: LIBS:RESOURCE
[15:17:26] [INFO]: size: 6679018 bytes
[15:17:26] [INFO]: from: http://ex-server.ru/1122_clients/libraries/ex/1.12.2/resource-technomagicevo.jar
[15:17:26] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/resource-technomagicevo.jar
[15:17:26] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/resource-technomagicevo.jar>
[15:17:26] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/resource-technomagicevo.jar>
[15:17:26] [INFO]: downloading (attempt: 1)...
[15:17:26] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/resource-technomagicevo.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:26] [INFO]: getting timeout 350ms...
[15:17:27] [INFO]: downloading (attempt: 2)...
[15:17:27] [INFO]: ------------------------------------
[15:17:27] [INFO]: file: LIBS:MINECRAFT_1_12_2
[15:17:27] [INFO]: size: 10180113 bytes
[15:17:27] [INFO]: from: http://ex-server.ru/1122_clients/libraries/ex/1.12.2/minecraft_1.12.2.jar
[15:17:27] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/minecraft_1.12.2.jar
[15:17:27] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/minecraft_1.12.2.jar>
[15:17:27] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/minecraft_1.12.2.jar>
[15:17:27] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/minecraft_1.12.2.jar>
[15:17:27] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/minecraft_1.12.2.jar>
[15:17:27] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/minecraft_1.12.2.jar>
[15:17:27] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/minecraft_1.12.2.jar>
[15:17:27] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/minecraft_1.12.2.jar>
[15:17:27] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/minecraft_1.12.2.jar>
[15:17:27] [INFO]: downloading (attempt: 1)...
[15:17:27] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/libraries/ex/1.12.2/minecraft_1.12.2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:27] [INFO]: getting timeout 350ms...
[15:17:27] [INFO]: downloading (attempt: 2)...
[15:17:27] [INFO]: ------------------------------------
[15:17:27] [INFO]: file: SERVERLIST:MAIN
[15:17:27] [INFO]: size: 1966 bytes
[15:17:27] [INFO]: from: http://ex-server.ru/server_list/technomagicevo_servers.dat
[15:17:27] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/servers.dat
[15:17:27] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/servers.dat>
[15:17:27] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/servers.dat>
[15:17:27] [INFO]: downloading (attempt: 1)...
[15:17:27] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/servers.dat (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:27] [INFO]: getting timeout 350ms...
[15:17:27] [INFO]: downloading (attempt: 2)...
[15:17:27] [INFO]: ------------------------------------
[15:17:27] [INFO]: file: MODS:MOD_C0_CLIENTFIXER1122
[15:17:27] [INFO]: size: 10002 bytes
[15:17:27] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C0-ClientFixer1122.jar
[15:17:27] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixer1122.jar
[15:17:27] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixer1122.jar>
[15:17:27] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixer1122.jar>
[15:17:27] [INFO]: downloading (attempt: 1)...
[15:17:28] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixer1122.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:28] [INFO]: getting timeout 350ms...
[15:17:28] [INFO]: downloading (attempt: 2)...
[15:17:28] [INFO]: ------------------------------------
[15:17:28] [INFO]: file: MODS:MOD_C0_CLIENTFIXERFONT
[15:17:28] [INFO]: size: 18874 bytes
[15:17:28] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C0-ClientFixerFont.jar
[15:17:28] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixerFont.jar
[15:17:28] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixerFont.jar>
[15:17:28] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixerFont.jar>
[15:17:28] [INFO]: downloading (attempt: 1)...
[15:17:28] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixerFont.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:28] [INFO]: getting timeout 350ms...
[15:17:28] [INFO]: downloading (attempt: 2)...
[15:17:28] [INFO]: ------------------------------------
[15:17:28] [INFO]: file: MODS:MOD_C0_CLIENTFIXERMIXIN
[15:17:28] [INFO]: size: 893883 bytes
[15:17:28] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C0-ClientFixerMixin1122.jar
[15:17:28] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixerMixin1122.jar
[15:17:28] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixerMixin1122.jar>
[15:17:28] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixerMixin1122.jar>
[15:17:28] [INFO]: downloading (attempt: 1)...
[15:17:28] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-ClientFixerMixin1122.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:28] [INFO]: getting timeout 350ms...
[15:17:29] [INFO]: downloading (attempt: 2)...
[15:17:29] [INFO]: ------------------------------------
[15:17:29] [INFO]: file: MODS:MOD_C0_HARDWAREINFO
[15:17:29] [INFO]: size: 6273 bytes
[15:17:29] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C0-HardwareInfo1122.jar
[15:17:29] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-HardwareInfo1122.jar
[15:17:29] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-HardwareInfo1122.jar>
[15:17:29] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-HardwareInfo1122.jar>
[15:17:29] [INFO]: downloading (attempt: 1)...
[15:17:29] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-HardwareInfo1122.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:29] [INFO]: getting timeout 350ms...
[15:17:29] [INFO]: downloading (attempt: 2)...
[15:17:29] [INFO]: ------------------------------------
[15:17:29] [INFO]: file: MODS:MOD_C0_FOAMFIX
[15:17:29] [INFO]: size: 201683 bytes
[15:17:29] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C0-foamfix01010.jar
[15:17:29] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-foamfix01010.jar
[15:17:29] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-foamfix01010.jar>
[15:17:29] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-foamfix01010.jar>
[15:17:29] [INFO]: downloading (attempt: 1)...
[15:17:29] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-foamfix01010.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:29] [INFO]: getting timeout 350ms...
[15:17:30] [INFO]: downloading (attempt: 2)...
[15:17:30] [INFO]: ------------------------------------
[15:17:30] [INFO]: file: MODS:MOD_C0_OPTIFINEAPI34
[15:17:30] [INFO]: size: 13534 bytes
[15:17:30] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C0-OptifineAPI34.jar
[15:17:30] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-OptifineAPI34.jar
[15:17:30] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-OptifineAPI34.jar>
[15:17:30] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-OptifineAPI34.jar>
[15:17:30] [INFO]: downloading (attempt: 1)...
[15:17:30] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-OptifineAPI34.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:30] [INFO]: getting timeout 350ms...
[15:17:30] [INFO]: downloading (attempt: 2)...
[15:17:30] [INFO]: ------------------------------------
[15:17:30] [INFO]: file: MODS:MOD_C0_OPTIFINEHDUF5
[15:17:30] [INFO]: size: 2545903 bytes
[15:17:30] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C0-OptiFineHDUF5.jar
[15:17:30] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-OptiFineHDUF5.jar
[15:17:30] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-OptiFineHDUF5.jar>
[15:17:30] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-OptiFineHDUF5.jar>
[15:17:30] [INFO]: downloading (attempt: 1)...
[15:17:30] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C0-OptiFineHDUF5.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:30] [INFO]: getting timeout 350ms...
[15:17:31] [INFO]: downloading (attempt: 2)...
[15:17:31] [INFO]: ------------------------------------
[15:17:31] [INFO]: file: MODS:MOD_C1_XAEROSMINIMAP_TECHNOMAGICEVO
[15:17:31] [INFO]: size: 523056 bytes
[15:17:31] [INFO]: from: http://ex-server.ru/1122_clients/mods_minimap/mod-C1-XaerosMinimap20150_technomagicevo.jar
[15:17:31] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C1-XaerosMinimap20150_technomagicevo.jar
[15:17:31] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C1-XaerosMinimap20150_technomagicevo.jar>
[15:17:31] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C1-XaerosMinimap20150_technomagicevo.jar>
[15:17:31] [INFO]: downloading (attempt: 1)...
[15:17:31] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C1-XaerosMinimap20150_technomagicevo.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:31] [INFO]: getting timeout 350ms...
[15:17:31] [INFO]: downloading (attempt: 2)...
[15:17:31] [INFO]: ------------------------------------
[15:17:31] [INFO]: file: MODS:MOD_C3_WORLDEDITCUI2212
[15:17:31] [INFO]: size: 461792 bytes
[15:17:31] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C3-WorldEditCUI2212.jar
[15:17:31] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C3-WorldEditCUI2212.jar
[15:17:31] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C3-WorldEditCUI2212.jar>
[15:17:31] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C3-WorldEditCUI2212.jar>
[15:17:31] [INFO]: downloading (attempt: 1)...
[15:17:31] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C3-WorldEditCUI2212.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:31] [INFO]: getting timeout 350ms...
[15:17:32] [INFO]: downloading (attempt: 2)...
[15:17:32] [INFO]: ------------------------------------
[15:17:32] [INFO]: file: MODS:MOD_C8_MOREOVERLAYS1121
[15:17:32] [INFO]: size: 38081 bytes
[15:17:32] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C8-moreoverlays1121.jar
[15:17:32] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C8-moreoverlays1121.jar
[15:17:32] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C8-moreoverlays1121.jar>
[15:17:32] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C8-moreoverlays1121.jar>
[15:17:32] [INFO]: downloading (attempt: 1)...
[15:17:32] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C8-moreoverlays1121.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:32] [INFO]: getting timeout 350ms...
[15:17:32] [INFO]: downloading (attempt: 2)...
[15:17:32] [INFO]: ------------------------------------
[15:17:32] [INFO]: file: MODS:MOD_C9_CODECHICKENLIB
[15:17:32] [INFO]: size: 704330 bytes
[15:17:32] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C9-CodeChickenLib358.jar
[15:17:32] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-CodeChickenLib358.jar
[15:17:32] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-CodeChickenLib358.jar>
[15:17:32] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-CodeChickenLib358.jar>
[15:17:32] [INFO]: downloading (attempt: 1)...
[15:17:32] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-CodeChickenLib358.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:32] [INFO]: getting timeout 350ms...
[15:17:32] [INFO]: downloading (attempt: 2)...
[15:17:33] [INFO]: ------------------------------------
[15:17:33] [INFO]: file: MODS:MOD_C9_JEI289
[15:17:33] [INFO]: size: 650541 bytes
[15:17:33] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C9-jei289.jar
[15:17:33] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-jei289.jar
[15:17:33] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-jei289.jar>
[15:17:33] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-jei289.jar>
[15:17:33] [INFO]: downloading (attempt: 1)...
[15:17:33] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-jei289.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:33] [INFO]: getting timeout 350ms...
[15:17:33] [INFO]: downloading (attempt: 2)...
[15:17:33] [INFO]: ------------------------------------
[15:17:33] [INFO]: file: MODS:MOD_C9_NOTENOUGHITEMS245
[15:17:33] [INFO]: size: 470831 bytes
[15:17:33] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C9-NotEnoughItems245.jar
[15:17:33] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-NotEnoughItems245.jar
[15:17:33] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-NotEnoughItems245.jar>
[15:17:33] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-NotEnoughItems245.jar>
[15:17:33] [INFO]: downloading (attempt: 1)...
[15:17:33] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-NotEnoughItems245.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:33] [INFO]: getting timeout 350ms...
[15:17:33] [INFO]: downloading (attempt: 2)...
[15:17:33] [INFO]: ------------------------------------
[15:17:33] [INFO]: file: MODS:MOD_C9_JUSTENOUGHRESOURCES
[15:17:33] [INFO]: size: 222270 bytes
[15:17:33] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C9-JustEnoughResources09260.jar
[15:17:33] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JustEnoughResources09260.jar
[15:17:33] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JustEnoughResources09260.jar>
[15:17:33] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JustEnoughResources09260.jar>
[15:17:33] [INFO]: downloading (attempt: 1)...
[15:17:34] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JustEnoughResources09260.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:34] [INFO]: getting timeout 350ms...
[15:17:34] [INFO]: downloading (attempt: 2)...
[15:17:34] [INFO]: ------------------------------------
[15:17:34] [INFO]: file: MODS:MOD_C9_THAUMICJEI16027
[15:17:34] [INFO]: size: 59213 bytes
[15:17:34] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C9-ThaumicJEI16027.jar
[15:17:34] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-ThaumicJEI16027.jar
[15:17:34] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-ThaumicJEI16027.jar>
[15:17:34] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-ThaumicJEI16027.jar>
[15:17:34] [INFO]: downloading (attempt: 1)...
[15:17:34] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-ThaumicJEI16027.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:34] [INFO]: getting timeout 350ms...
[15:17:34] [INFO]: downloading (attempt: 2)...
[15:17:34] [INFO]: ------------------------------------
[15:17:34] [INFO]: file: MODS:MOD_C9_JEIBEES
[15:17:34] [INFO]: size: 117480 bytes
[15:17:34] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C9-JeiBees0905.jar
[15:17:34] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JeiBees0905.jar
[15:17:34] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JeiBees0905.jar>
[15:17:34] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JeiBees0905.jar>
[15:17:34] [INFO]: downloading (attempt: 1)...
[15:17:34] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JeiBees0905.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:34] [INFO]: getting timeout 350ms...
[15:17:35] [INFO]: downloading (attempt: 2)...
[15:17:35] [INFO]: ------------------------------------
[15:17:35] [INFO]: file: MODS:MOD_C9_JUSTENOUGHENERGISTICS
[15:17:35] [INFO]: size: 22714 bytes
[15:17:35] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C9-JustEnoughEnergistics-108.jar
[15:17:35] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JustEnoughEnergistics-108.jar
[15:17:35] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JustEnoughEnergistics-108.jar>
[15:17:35] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JustEnoughEnergistics-108.jar>
[15:17:35] [INFO]: downloading (attempt: 1)...
[15:17:35] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C9-JustEnoughEnergistics-108.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:35] [INFO]: getting timeout 350ms...
[15:17:35] [INFO]: downloading (attempt: 2)...
[15:17:35] [INFO]: ------------------------------------
[15:17:35] [INFO]: file: MODS:MOD_C10_HWYLA1826B41
[15:17:35] [INFO]: size: 453778 bytes
[15:17:35] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C10-Hwyla1826B41.jar
[15:17:35] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C10-Hwyla1826B41.jar
[15:17:35] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C10-Hwyla1826B41.jar>
[15:17:35] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C10-Hwyla1826B41.jar>
[15:17:35] [INFO]: downloading (attempt: 1)...
[15:17:35] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C10-Hwyla1826B41.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:35] [INFO]: getting timeout 350ms...
[15:17:36] [INFO]: downloading (attempt: 2)...
[15:17:36] [INFO]: ------------------------------------
[15:17:36] [INFO]: file: MODS:MOD_C10_THAUMICWAILA
[15:17:36] [INFO]: size: 11986 bytes
[15:17:36] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-C10-ThaumicWaila-002.jar
[15:17:36] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C10-ThaumicWaila-002.jar
[15:17:36] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C10-ThaumicWaila-002.jar>
[15:17:36] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C10-ThaumicWaila-002.jar>
[15:17:36] [INFO]: downloading (attempt: 1)...
[15:17:36] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-C10-ThaumicWaila-002.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:36] [INFO]: getting timeout 350ms...
[15:17:36] [INFO]: downloading (attempt: 2)...
[15:17:36] [INFO]: ------------------------------------
[15:17:36] [INFO]: file: MODS:MOD_MC1_VKFEED20
[15:17:36] [INFO]: size: 798193 bytes
[15:17:36] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MC1-VKfeed20.jar
[15:17:36] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MC1-VKfeed20.jar
[15:17:36] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MC1-VKfeed20.jar>
[15:17:36] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MC1-VKfeed20.jar>
[15:17:36] [INFO]: downloading (attempt: 1)...
[15:17:36] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MC1-VKfeed20.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:36] [INFO]: getting timeout 350ms...
[15:17:37] [INFO]: downloading (attempt: 2)...
[15:17:37] [INFO]: ------------------------------------
[15:17:37] [INFO]: file: MODS:MOD_MS1_ECONOMYMOD30CLIENT
[15:17:37] [INFO]: size: 629139 bytes
[15:17:37] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS1-EconomyMod30client.jar
[15:17:37] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-EconomyMod30client.jar
[15:17:37] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-EconomyMod30client.jar>
[15:17:37] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-EconomyMod30client.jar>
[15:17:37] [INFO]: downloading (attempt: 1)...
[15:17:37] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-EconomyMod30client.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:37] [INFO]: getting timeout 350ms...
[15:17:37] [INFO]: downloading (attempt: 2)...
[15:17:37] [INFO]: ------------------------------------
[15:17:37] [INFO]: file: MODS:MOD_MS1_WARDROBE
[15:17:37] [INFO]: size: 84326 bytes
[15:17:37] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS1-Wardrobe1122.jar
[15:17:37] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-Wardrobe1122.jar
[15:17:37] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-Wardrobe1122.jar>
[15:17:37] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-Wardrobe1122.jar>
[15:17:37] [INFO]: downloading (attempt: 1)...
[15:17:37] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-Wardrobe1122.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:37] [INFO]: getting timeout 350ms...
[15:17:37] [INFO]: downloading (attempt: 2)...
[15:17:37] [INFO]: ------------------------------------
[15:17:37] [INFO]: file: MODS:MOD_MS1_HOLOGRAM
[15:17:37] [INFO]: size: 105318 bytes
[15:17:37] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS1-hologram-2.0-client.jar
[15:17:37] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-hologram-2.0-client.jar
[15:17:37] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-hologram-2.0-client.jar>
[15:17:37] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-hologram-2.0-client.jar>
[15:17:37] [INFO]: downloading (attempt: 1)...
[15:17:37] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-hologram-2.0-client.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:37] [INFO]: getting timeout 350ms...
[15:17:38] [INFO]: downloading (attempt: 2)...
[15:17:38] [INFO]: ------------------------------------
[15:17:38] [INFO]: file: MODS:MOD_MS1_SUPERPICKAXECLIENT
[15:17:38] [INFO]: size: 11686 bytes
[15:17:38] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS1-SuperPickaxe1122-client.jar
[15:17:38] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-SuperPickaxe1122-client.jar
[15:17:38] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-SuperPickaxe1122-client.jar>
[15:17:38] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-SuperPickaxe1122-client.jar>
[15:17:38] [INFO]: downloading (attempt: 1)...
[15:17:38] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-SuperPickaxe1122-client.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:38] [INFO]: getting timeout 350ms...
[15:17:38] [INFO]: downloading (attempt: 2)...
[15:17:38] [INFO]: ------------------------------------
[15:17:38] [INFO]: file: MODS:MOD_MS1_ECONOMYORECLIENT
[15:17:38] [INFO]: size: 77332 bytes
[15:17:38] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS1-EconomyOre1122-Client.jar
[15:17:38] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-EconomyOre1122-Client.jar
[15:17:38] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-EconomyOre1122-Client.jar>
[15:17:38] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-EconomyOre1122-Client.jar>
[15:17:38] [INFO]: downloading (attempt: 1)...
[15:17:38] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-EconomyOre1122-Client.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:38] [INFO]: getting timeout 350ms...
[15:17:39] [INFO]: downloading (attempt: 2)...
[15:17:39] [INFO]: ------------------------------------
[15:17:39] [INFO]: file: MODS:MOD_MS1_TREASURECHEST20CLIENT
[15:17:39] [INFO]: size: 3354115 bytes
[15:17:39] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS1-TreasureChest20Client.jar
[15:17:39] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-TreasureChest20Client.jar
[15:17:39] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-TreasureChest20Client.jar>
[15:17:39] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-TreasureChest20Client.jar>
[15:17:39] [INFO]: downloading (attempt: 1)...
[15:17:39] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-TreasureChest20Client.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:39] [INFO]: getting timeout 350ms...
[15:17:39] [INFO]: downloading (attempt: 2)...
[15:17:39] [INFO]: ------------------------------------
[15:17:39] [INFO]: file: MODS:MOD_MS1_CLANTAGS2CLIENT
[15:17:39] [INFO]: size: 57055 bytes
[15:17:39] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS1-ClanTags2-client.jar
[15:17:39] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-ClanTags2-client.jar
[15:17:39] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-ClanTags2-client.jar>
[15:17:39] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-ClanTags2-client.jar>
[15:17:39] [INFO]: downloading (attempt: 1)...
[15:17:39] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS1-ClanTags2-client.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:39] [INFO]: getting timeout 350ms...
[15:17:40] [INFO]: downloading (attempt: 2)...
[15:17:40] [INFO]: ------------------------------------
[15:17:40] [INFO]: file: MODS:MOD_MS4_DAILYBONUS
[15:17:40] [INFO]: size: 468550 bytes
[15:17:40] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS4-DailyBonus-client.jar
[15:17:40] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-DailyBonus-client.jar
[15:17:40] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-DailyBonus-client.jar>
[15:17:40] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-DailyBonus-client.jar>
[15:17:40] [INFO]: downloading (attempt: 1)...
[15:17:40] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-DailyBonus-client.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:40] [INFO]: getting timeout 350ms...
[15:17:40] [INFO]: downloading (attempt: 2)...
[15:17:40] [INFO]: ------------------------------------
[15:17:40] [INFO]: file: MODS:MOD_MS4_ENDERBAG2
[15:17:40] [INFO]: size: 8538 bytes
[15:17:40] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS4-EnderBag2.jar
[15:17:40] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-EnderBag2.jar
[15:17:40] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-EnderBag2.jar>
[15:17:40] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-EnderBag2.jar>
[15:17:40] [INFO]: downloading (attempt: 1)...
[15:17:40] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-EnderBag2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:40] [INFO]: getting timeout 350ms...
[15:17:40] [INFO]: downloading (attempt: 2)...
[15:17:40] [INFO]: ------------------------------------
[15:17:40] [INFO]: file: MODS:MOD_MS4_ITEMICON20CLIENT
[15:17:40] [INFO]: size: 560236 bytes
[15:17:40] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS4-ItemIcon20Client.jar
[15:17:40] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-ItemIcon20Client.jar
[15:17:40] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-ItemIcon20Client.jar>
[15:17:40] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-ItemIcon20Client.jar>
[15:17:40] [INFO]: downloading (attempt: 1)...
[15:17:41] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-ItemIcon20Client.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:41] [INFO]: getting timeout 350ms...
[15:17:41] [INFO]: downloading (attempt: 2)...
[15:17:41] [INFO]: ------------------------------------
[15:17:41] [INFO]: file: MODS:MOD_MS4_MORERECORDS2
[15:17:41] [INFO]: size: 14983673 bytes
[15:17:41] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS4-MoreRecords2.jar
[15:17:41] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-MoreRecords2.jar
[15:17:41] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-MoreRecords2.jar>
[15:17:41] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-MoreRecords2.jar>
[15:17:41] [INFO]: downloading (attempt: 1)...
[15:17:41] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS4-MoreRecords2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:41] [INFO]: getting timeout 350ms...
[15:17:41] [INFO]: downloading (attempt: 2)...
[15:17:41] [INFO]: ------------------------------------
[15:17:41] [INFO]: file: MODS:MOD_MS7_TRADE
[15:17:41] [INFO]: size: 120641 bytes
[15:17:41] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS7-Trade.jar
[15:17:41] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS7-Trade.jar
[15:17:41] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS7-Trade.jar>
[15:17:41] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS7-Trade.jar>
[15:17:41] [INFO]: downloading (attempt: 1)...
[15:17:41] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS7-Trade.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:41] [INFO]: getting timeout 350ms...
[15:17:42] [INFO]: downloading (attempt: 2)...
[15:17:42] [INFO]: ------------------------------------
[15:17:42] [INFO]: file: MODS:MOD_MS8_WANDITEMS2
[15:17:42] [INFO]: size: 24319 bytes
[15:17:42] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS8-wanditems2.jar
[15:17:42] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS8-wanditems2.jar
[15:17:42] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS8-wanditems2.jar>
[15:17:42] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS8-wanditems2.jar>
[15:17:42] [INFO]: downloading (attempt: 1)...
[15:17:42] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS8-wanditems2.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:42] [INFO]: getting timeout 350ms...
[15:17:42] [INFO]: downloading (attempt: 2)...
[15:17:42] [INFO]: ------------------------------------
[15:17:42] [INFO]: file: MODS:MOD_MS9_ITEMFINDER
[15:17:42] [INFO]: size: 18660 bytes
[15:17:42] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-MS9-ItemFinder-client.jar
[15:17:42] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS9-ItemFinder-client.jar
[15:17:42] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS9-ItemFinder-client.jar>
[15:17:42] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS9-ItemFinder-client.jar>
[15:17:42] [INFO]: downloading (attempt: 1)...
[15:17:42] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-MS9-ItemFinder-client.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:42] [INFO]: getting timeout 350ms...
[15:17:43] [INFO]: downloading (attempt: 2)...
[15:17:43] [INFO]: ------------------------------------
[15:17:43] [INFO]: file: MODS:MOD_S1_BIOMESOPLENTY
[15:17:43] [INFO]: size: 4702000 bytes
[15:17:43] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-BiomesOPlenty-2444.jar
[15:17:43] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-BiomesOPlenty-2444.jar
[15:17:43] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-BiomesOPlenty-2444.jar>
[15:17:43] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-BiomesOPlenty-2444.jar>
[15:17:43] [INFO]: downloading (attempt: 1)...
[15:17:43] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-BiomesOPlenty-2444.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:43] [INFO]: getting timeout 350ms...
[15:17:43] [INFO]: downloading (attempt: 2)...
[15:17:43] [INFO]: ------------------------------------
[15:17:43] [INFO]: file: MODS:MOD_S1_BAUBLES152
[15:17:43] [INFO]: size: 108450 bytes
[15:17:43] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-Baubles152.jar
[15:17:43] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Baubles152.jar
[15:17:43] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Baubles152.jar>
[15:17:43] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Baubles152.jar>
[15:17:43] [INFO]: downloading (attempt: 1)...
[15:17:43] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Baubles152.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:43] [INFO]: getting timeout 350ms...
[15:17:44] [INFO]: downloading (attempt: 2)...
[15:17:44] [INFO]: ------------------------------------
[15:17:44] [INFO]: file: MODS:MOD_S1_GUIDEAP21863_EX19
[15:17:44] [INFO]: size: 169528 bytes
[15:17:44] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-GuideAP21863-EX19.jar
[15:17:44] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-GuideAP21863-EX19.jar
[15:17:44] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-GuideAP21863-EX19.jar>
[15:17:44] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-GuideAP21863-EX19.jar>
[15:17:44] [INFO]: downloading (attempt: 1)...
[15:17:44] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-GuideAP21863-EX19.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:44] [INFO]: getting timeout 350ms...
[15:17:44] [INFO]: downloading (attempt: 2)...
[15:17:44] [INFO]: ------------------------------------
[15:17:44] [INFO]: file: MODS:MOD_S1_THAUMCRAFT61BETA26
[15:17:44] [INFO]: size: 11318142 bytes
[15:17:44] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-Thaumcraft61BETA26.jar
[15:17:44] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Thaumcraft61BETA26.jar
[15:17:44] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Thaumcraft61BETA26.jar>
[15:17:44] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Thaumcraft61BETA26.jar>
[15:17:44] [INFO]: downloading (attempt: 1)...
[15:17:44] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Thaumcraft61BETA26.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:44] [INFO]: getting timeout 350ms...
[15:17:44] [INFO]: downloading (attempt: 2)...
[15:17:44] [INFO]: ------------------------------------
[15:17:44] [INFO]: file: MODS:MOD_S1_HAMMERCORE
[15:17:44] [INFO]: size: 2249618 bytes
[15:17:44] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-HammerCore2055-EX61.jar
[15:17:44] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-HammerCore2055-EX61.jar
[15:17:44] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-HammerCore2055-EX61.jar>
[15:17:44] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-HammerCore2055-EX61.jar>
[15:17:44] [INFO]: downloading (attempt: 1)...
[15:17:45] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-HammerCore2055-EX61.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:45] [INFO]: getting timeout 350ms...
[15:17:45] [INFO]: downloading (attempt: 2)...
[15:17:45] [INFO]: ------------------------------------
[15:17:45] [INFO]: file: MODS:MOD_S1_THAUMICADDITIONS
[15:17:45] [INFO]: size: 5915643 bytes
[15:17:45] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-ThaumicAdditions22r-EX61.jar
[15:17:45] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ThaumicAdditions22r-EX61.jar
[15:17:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ThaumicAdditions22r-EX61.jar>
[15:17:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ThaumicAdditions22r-EX61.jar>
[15:17:45] [INFO]: downloading (attempt: 1)...
[15:17:45] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ThaumicAdditions22r-EX61.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:45] [INFO]: getting timeout 350ms...
[15:17:45] [INFO]: downloading (attempt: 2)...
[15:17:45] [INFO]: ------------------------------------
[15:17:45] [INFO]: file: MODS:MOD_S1_THAUMICWONDERS
[15:17:45] [INFO]: size: 1227375 bytes
[15:17:45] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-thaumicwonders-182.jar
[15:17:45] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-thaumicwonders-182.jar
[15:17:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-thaumicwonders-182.jar>
[15:17:45] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-thaumicwonders-182.jar>
[15:17:45] [INFO]: downloading (attempt: 1)...
[15:17:46] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-thaumicwonders-182.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:46] [INFO]: getting timeout 350ms...
[15:17:46] [INFO]: downloading (attempt: 2)...
[15:17:46] [INFO]: ------------------------------------
[15:17:46] [INFO]: file: MODS:MOD_S1_THAUMICINVENTORYSCANNING2010
[15:17:46] [INFO]: size: 17224 bytes
[15:17:46] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-ThaumicInventoryScanning2010.jar
[15:17:46] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ThaumicInventoryScanning2010.jar
[15:17:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ThaumicInventoryScanning2010.jar>
[15:17:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ThaumicInventoryScanning2010.jar>
[15:17:46] [INFO]: downloading (attempt: 1)...
[15:17:46] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ThaumicInventoryScanning2010.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:46] [INFO]: getting timeout 350ms...
[15:17:46] [INFO]: downloading (attempt: 2)...
[15:17:46] [INFO]: ------------------------------------
[15:17:46] [INFO]: file: MODS:MOD_S1_VAMPIRISM_EX19
[15:17:46] [INFO]: size: 9393211 bytes
[15:17:46] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-Vampirism160-EX19.jar
[15:17:46] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Vampirism160-EX19.jar
[15:17:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Vampirism160-EX19.jar>
[15:17:46] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Vampirism160-EX19.jar>
[15:17:46] [INFO]: downloading (attempt: 1)...
[15:17:46] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Vampirism160-EX19.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:46] [INFO]: getting timeout 350ms...
[15:17:47] [INFO]: downloading (attempt: 2)...
[15:17:47] [INFO]: ------------------------------------
[15:17:47] [INFO]: file: MODS:MOD_S1_VAMPIRISMINTEGRATIONS
[15:17:47] [INFO]: size: 79470 bytes
[15:17:47] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-VampirismIntegrations-110.jar
[15:17:47] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-VampirismIntegrations-110.jar
[15:17:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-VampirismIntegrations-110.jar>
[15:17:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-VampirismIntegrations-110.jar>
[15:17:47] [INFO]: downloading (attempt: 1)...
[15:17:47] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-VampirismIntegrations-110.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:47] [INFO]: getting timeout 350ms...
[15:17:47] [INFO]: downloading (attempt: 2)...
[15:17:47] [INFO]: ------------------------------------
[15:17:47] [INFO]: file: MODS:MOD_S1_BLOODMAGIC
[15:17:47] [INFO]: size: 7208643 bytes
[15:17:47] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-BloodMagic-105.jar
[15:17:47] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-BloodMagic-105.jar
[15:17:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-BloodMagic-105.jar>
[15:17:47] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-BloodMagic-105.jar>
[15:17:47] [INFO]: downloading (attempt: 1)...
[15:17:47] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-BloodMagic-105.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:47] [INFO]: getting timeout 350ms...
[15:17:48] [INFO]: downloading (attempt: 2)...
[15:17:48] [INFO]: ------------------------------------
[15:17:48] [INFO]: file: MODS:MOD_S1_BOTANIA
[15:17:48] [INFO]: size: 13747839 bytes
[15:17:48] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-Botaniar1.10-363.jar
[15:17:48] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Botaniar1.10-363.jar
[15:17:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Botaniar1.10-363.jar>
[15:17:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Botaniar1.10-363.jar>
[15:17:48] [INFO]: downloading (attempt: 1)...
[15:17:48] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Botaniar1.10-363.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:48] [INFO]: getting timeout 350ms...
[15:17:48] [INFO]: downloading (attempt: 2)...
[15:17:48] [INFO]: ------------------------------------
[15:17:48] [INFO]: file: MODS:MOD_S1_EXTRABOTANY
[15:17:48] [INFO]: size: 2621281 bytes
[15:17:48] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-ExtraBotany-r11-57.jar
[15:17:48] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ExtraBotany-r11-57.jar
[15:17:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ExtraBotany-r11-57.jar>
[15:17:48] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ExtraBotany-r11-57.jar>
[15:17:48] [INFO]: downloading (attempt: 1)...
[15:17:48] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ExtraBotany-r11-57.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:48] [INFO]: getting timeout 350ms...
[15:17:49] [INFO]: downloading (attempt: 2)...
[15:17:49] [INFO]: ------------------------------------
[15:17:49] [INFO]: file: MODS:MOD_S1_THAUMICENERGISTICS
[15:17:49] [INFO]: size: 586027 bytes
[15:17:49] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-thaumicenergistics-224.jar
[15:17:49] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-thaumicenergistics-224.jar
[15:17:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-thaumicenergistics-224.jar>
[15:17:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-thaumicenergistics-224.jar>
[15:17:49] [INFO]: downloading (attempt: 1)...
[15:17:49] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-thaumicenergistics-224.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:49] [INFO]: getting timeout 350ms...
[15:17:49] [INFO]: downloading (attempt: 2)...
[15:17:49] [INFO]: ------------------------------------
[15:17:49] [INFO]: file: MODS:MOD_S1_ADVANCEDMACHINES6101
[15:17:49] [INFO]: size: 190539 bytes
[15:17:49] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-AdvancedMachines6101.jar
[15:17:49] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-AdvancedMachines6101.jar
[15:17:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-AdvancedMachines6101.jar>
[15:17:49] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-AdvancedMachines6101.jar>
[15:17:49] [INFO]: downloading (attempt: 1)...
[15:17:49] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-AdvancedMachines6101.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:49] [INFO]: getting timeout 350ms...
[15:17:50] [INFO]: downloading (attempt: 2)...
[15:17:50] [INFO]: ------------------------------------
[15:17:50] [INFO]: file: MODS:MOD_S1_ADVANCEDSOLARPANELS430
[15:17:50] [INFO]: size: 316833 bytes
[15:17:50] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-AdvancedSolarPanels430.jar
[15:17:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-AdvancedSolarPanels430.jar
[15:17:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-AdvancedSolarPanels430.jar>
[15:17:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-AdvancedSolarPanels430.jar>
[15:17:50] [INFO]: downloading (attempt: 1)...
[15:17:50] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-AdvancedSolarPanels430.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:50] [INFO]: getting timeout 350ms...
[15:17:50] [INFO]: downloading (attempt: 2)...
[15:17:50] [INFO]: ------------------------------------
[15:17:50] [INFO]: file: MODS:MOD_S1_APPLIEDENERGISTICS2_RV6_STABLE_7
[15:17:50] [INFO]: size: 4012805 bytes
[15:17:50] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-appliedenergistics2-rv6-stable-7.jar
[15:17:50] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-appliedenergistics2-rv6-stable-7.jar
[15:17:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-appliedenergistics2-rv6-stable-7.jar>
[15:17:50] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-appliedenergistics2-rv6-stable-7.jar>
[15:17:50] [INFO]: downloading (attempt: 1)...
[15:17:50] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-appliedenergistics2-rv6-stable-7.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:50] [INFO]: getting timeout 350ms...
[15:17:51] [INFO]: downloading (attempt: 2)...
[15:17:51] [INFO]: ------------------------------------
[15:17:51] [INFO]: file: MODS:MOD_S1_LIBNINE_EX22
[15:17:51] [INFO]: size: 370675 bytes
[15:17:51] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-libnine-1.1.9-EX22.jar
[15:17:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-libnine-1.1.9-EX22.jar
[15:17:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-libnine-1.1.9-EX22.jar>
[15:17:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-libnine-1.1.9-EX22.jar>
[15:17:51] [INFO]: downloading (attempt: 1)...
[15:17:51] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-libnine-1.1.9-EX22.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:51] [INFO]: getting timeout 350ms...
[15:17:51] [INFO]: downloading (attempt: 2)...
[15:17:51] [INFO]: ------------------------------------
[15:17:51] [INFO]: file: MODS:MOD_S1_LAZYAE_EX22
[15:17:51] [INFO]: size: 386558 bytes
[15:17:51] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-lazy-ae2-1.1.21-EX22.jar
[15:17:51] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-lazy-ae2-1.1.21-EX22.jar
[15:17:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-lazy-ae2-1.1.21-EX22.jar>
[15:17:51] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-lazy-ae2-1.1.21-EX22.jar>
[15:17:51] [INFO]: downloading (attempt: 1)...
[15:17:51] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-lazy-ae2-1.1.21-EX22.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:51] [INFO]: getting timeout 350ms...
[15:17:52] [INFO]: downloading (attempt: 2)...
[15:17:52] [INFO]: ------------------------------------
[15:17:52] [INFO]: file: MODS:MOD_S1_FORGELIN184_EX53
[15:17:52] [INFO]: size: 6278399 bytes
[15:17:52] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-Forgelin184-EX53.jar
[15:17:52] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Forgelin184-EX53.jar
[15:17:52] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Forgelin184-EX53.jar>
[15:17:52] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Forgelin184-EX53.jar>
[15:17:52] [INFO]: downloading (attempt: 1)...
[15:17:52] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Forgelin184-EX53.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:52] [INFO]: getting timeout 350ms...
[15:17:52] [INFO]: downloading (attempt: 2)...
[15:17:52] [INFO]: ------------------------------------
[15:17:52] [INFO]: file: MODS:MOD_S1_GRAVITATIONSUITE_311
[15:17:52] [INFO]: size: 346051 bytes
[15:17:52] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-GravitationSuite-3.1.1.jar
[15:17:52] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-GravitationSuite-3.1.1.jar
[15:17:52] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-GravitationSuite-3.1.1.jar>
[15:17:52] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-GravitationSuite-3.1.1.jar>
[15:17:52] [INFO]: downloading (attempt: 1)...
[15:17:52] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-GravitationSuite-3.1.1.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:52] [INFO]: getting timeout 350ms...
[15:17:52] [INFO]: downloading (attempt: 2)...
[15:17:52] [INFO]: ------------------------------------
[15:17:52] [INFO]: file: MODS:MOD_S1_INDUSTRIALCRAFT188_EX112
[15:17:52] [INFO]: size: 8465870 bytes
[15:17:52] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-industrialcraft188-ex112.jar
[15:17:52] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-industrialcraft188-ex112.jar
[15:17:52] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-industrialcraft188-ex112.jar>
[15:17:52] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-industrialcraft188-ex112.jar>
[15:17:52] [INFO]: downloading (attempt: 1)...
[15:17:53] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-industrialcraft188-ex112.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:53] [INFO]: getting timeout 350ms...
[15:17:53] [INFO]: downloading (attempt: 2)...
[15:17:53] [INFO]: ------------------------------------
[15:17:53] [INFO]: file: MODS:MOD_S1_INDUSTRIALFOREGOING237_EX53
[15:17:53] [INFO]: size: 1580629 bytes
[15:17:53] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-industrialforegoing237-EX53.jar
[15:17:53] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-industrialforegoing237-EX53.jar
[15:17:53] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-industrialforegoing237-EX53.jar>
[15:17:53] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-industrialforegoing237-EX53.jar>
[15:17:53] [INFO]: downloading (attempt: 1)...
[15:17:53] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-industrialforegoing237-EX53.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:53] [INFO]: getting timeout 350ms...
[15:17:53] [INFO]: downloading (attempt: 2)...
[15:17:53] [INFO]: ------------------------------------
[15:17:53] [INFO]: file: MODS:MOD_S1_TESLA_CORE_LIB1015_EX53
[15:17:53] [INFO]: size: 1140374 bytes
[15:17:53] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-tesla-core-lib1015-EX53.jar
[15:17:53] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-tesla-core-lib1015-EX53.jar
[15:17:53] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-tesla-core-lib1015-EX53.jar>
[15:17:53] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-tesla-core-lib1015-EX53.jar>
[15:17:53] [INFO]: downloading (attempt: 1)...
[15:17:54] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-tesla-core-lib1015-EX53.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:54] [INFO]: getting timeout 350ms...
[15:17:54] [INFO]: downloading (attempt: 2)...
[15:17:54] [INFO]: ------------------------------------
[15:17:54] [INFO]: file: MODS:MOD_S1_MANTLE13355
[15:17:54] [INFO]: size: 843486 bytes
[15:17:54] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-Mantle13355-EX40.jar
[15:17:54] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Mantle13355-EX40.jar
[15:17:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Mantle13355-EX40.jar>
[15:17:54] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Mantle13355-EX40.jar>
[15:17:54] [INFO]: downloading (attempt: 1)...
[15:17:54] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Mantle13355-EX40.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:54] [INFO]: getting timeout 350ms...
[15:17:55] [INFO]: downloading (attempt: 2)...
[15:17:55] [INFO]: ------------------------------------
[15:17:55] [INFO]: file: MODS:MOD_S1_TCONSTRUCT
[15:17:55] [INFO]: size: 3971984 bytes
[15:17:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-TConstruct-2130171-EX40.jar
[15:17:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-TConstruct-2130171-EX40.jar
[15:17:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-TConstruct-2130171-EX40.jar>
[15:17:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-TConstruct-2130171-EX40.jar>
[15:17:55] [INFO]: downloading (attempt: 1)...
[15:17:55] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-TConstruct-2130171-EX40.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:55] [INFO]: getting timeout 350ms...
[15:17:55] [INFO]: downloading (attempt: 2)...
[15:17:55] [INFO]: ------------------------------------
[15:17:55] [INFO]: file: MODS:MOD_S1_CERAMICS
[15:17:55] [INFO]: size: 400538 bytes
[15:17:55] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-Ceramics-137.jar
[15:17:55] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Ceramics-137.jar
[15:17:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Ceramics-137.jar>
[15:17:55] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Ceramics-137.jar>
[15:17:55] [INFO]: downloading (attempt: 1)...
[15:17:56] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-Ceramics-137.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:56] [INFO]: getting timeout 350ms...
[15:17:56] [INFO]: downloading (attempt: 2)...
[15:17:56] [INFO]: ------------------------------------
[15:17:56] [INFO]: file: MODS:MOD_S1_IMMERSIVEENGINEERING
[15:17:56] [INFO]: size: 6360959 bytes
[15:17:56] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-ImmersiveEngineering-01298-EX22.jar
[15:17:56] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ImmersiveEngineering-01298-EX22.jar
[15:17:56] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ImmersiveEngineering-01298-EX22.jar>
[15:17:56] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ImmersiveEngineering-01298-EX22.jar>
[15:17:56] [INFO]: downloading (attempt: 1)...
[15:17:56] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ImmersiveEngineering-01298-EX22.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:56] [INFO]: getting timeout 350ms...
[15:17:57] [INFO]: downloading (attempt: 2)...
[15:17:57] [INFO]: ------------------------------------
[15:17:57] [INFO]: file: MODS:MOD_S1_IMMERSIVEENGINEERING_CORE
[15:17:57] [INFO]: size: 7636 bytes
[15:17:57] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-ImmersiveEngineering-core-01292-EX22.jar
[15:17:57] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ImmersiveEngineering-core-01292-EX22.jar
[15:17:57] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ImmersiveEngineering-core-01292-EX22.jar>
[15:17:57] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ImmersiveEngineering-core-01292-EX22.jar>
[15:17:57] [INFO]: downloading (attempt: 1)...
[15:17:57] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-ImmersiveEngineering-core-01292-EX22.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:57] [INFO]: getting timeout 350ms...
[15:17:58] [INFO]: downloading (attempt: 2)...
[15:17:58] [INFO]: ------------------------------------
[15:17:58] [INFO]: file: MODS:MOD_S1_IMMERSIVEPETROLEUM
[15:17:58] [INFO]: size: 906018 bytes
[15:17:58] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S1-immersivepetroleum-119-EX22.jar
[15:17:58] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-immersivepetroleum-119-EX22.jar
[15:17:58] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-immersivepetroleum-119-EX22.jar>
[15:17:58] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-immersivepetroleum-119-EX22.jar>
[15:17:58] [INFO]: downloading (attempt: 1)...
[15:17:58] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S1-immersivepetroleum-119-EX22.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:58] [INFO]: getting timeout 350ms...
[15:17:58] [INFO]: downloading (attempt: 2)...
[15:17:58] [INFO]: ------------------------------------
[15:17:58] [INFO]: file: MODS:MOD_S2_BRANDONSCORE_EX54
[15:17:58] [INFO]: size: 825615 bytes
[15:17:58] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-BrandonsCore-2418210-EX54.jar
[15:17:58] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-BrandonsCore-2418210-EX54.jar
[15:17:58] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-BrandonsCore-2418210-EX54.jar>
[15:17:58] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-BrandonsCore-2418210-EX54.jar>
[15:17:58] [INFO]: downloading (attempt: 1)...
[15:17:58] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-BrandonsCore-2418210-EX54.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:58] [INFO]: getting timeout 350ms...
[15:17:58] [INFO]: downloading (attempt: 2)...
[15:17:58] [INFO]: ------------------------------------
[15:17:58] [INFO]: file: MODS:MOD_S2_DRACONICEVOLUTION_EX54
[15:17:58] [INFO]: size: 5688720 bytes
[15:17:58] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-Draconic-Evolution-2326193-EX54.jar
[15:17:58] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-Draconic-Evolution-2326193-EX54.jar
[15:17:58] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-Draconic-Evolution-2326193-EX54.jar>
[15:17:58] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-Draconic-Evolution-2326193-EX54.jar>
[15:17:58] [INFO]: downloading (attempt: 1)...
[15:17:58] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-Draconic-Evolution-2326193-EX54.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:58] [INFO]: getting timeout 350ms...
[15:17:59] [INFO]: downloading (attempt: 2)...
[15:17:59] [INFO]: ------------------------------------
[15:17:59] [INFO]: file: MODS:MOD_S2_COFHCORE46327_EX52
[15:17:59] [INFO]: size: 847938 bytes
[15:17:59] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-CoFHCore46327-EX52.jar
[15:17:59] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-CoFHCore46327-EX52.jar
[15:17:59] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-CoFHCore46327-EX52.jar>
[15:17:59] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-CoFHCore46327-EX52.jar>
[15:17:59] [INFO]: downloading (attempt: 1)...
[15:17:59] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-CoFHCore46327-EX52.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:17:59] [INFO]: getting timeout 350ms...
[15:17:59] [INFO]: downloading (attempt: 2)...
[15:17:59] [INFO]: ------------------------------------
[15:17:59] [INFO]: file: MODS:MOD_S2_COFHWORLD1317_EX52
[15:17:59] [INFO]: size: 532040 bytes
[15:17:59] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-CoFHWorld1317-EX52.jar
[15:17:59] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-CoFHWorld1317-EX52.jar
[15:17:59] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-CoFHWorld1317-EX52.jar>
[15:17:59] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-CoFHWorld1317-EX52.jar>
[15:17:59] [INFO]: downloading (attempt: 1)...
[15:18:00] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-CoFHWorld1317-EX52.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:18:00] [INFO]: getting timeout 350ms...
[15:18:00] [INFO]: downloading (attempt: 2)...
[15:18:00] [INFO]: ------------------------------------
[15:18:00] [INFO]: file: MODS:MOD_S2_REDSTONEFLUX2106_EX52
[15:18:00] [INFO]: size: 36278 bytes
[15:18:00] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-RedstoneFlux2106-EX52.jar
[15:18:00] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-RedstoneFlux2106-EX52.jar
[15:18:00] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-RedstoneFlux2106-EX52.jar>
[15:18:00] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-RedstoneFlux2106-EX52.jar>
[15:18:00] [INFO]: downloading (attempt: 1)...
[15:18:00] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-RedstoneFlux2106-EX52.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:18:00] [INFO]: getting timeout 350ms...
[15:18:00] [INFO]: downloading (attempt: 2)...
[15:18:00] [INFO]: ------------------------------------
[15:18:00] [INFO]: file: MODS:MOD_S2_THERMALCULTIVATION03312_EX52
[15:18:00] [INFO]: size: 106843 bytes
[15:18:00] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-ThermalCultivation03312-EX52.jar
[15:18:00] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalCultivation03312-EX52.jar
[15:18:00] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalCultivation03312-EX52.jar>
[15:18:00] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalCultivation03312-EX52.jar>
[15:18:00] [INFO]: downloading (attempt: 1)...
[15:18:00] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalCultivation03312-EX52.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:18:00] [INFO]: getting timeout 350ms...
[15:18:01] [INFO]: downloading (attempt: 2)...
[15:18:01] [INFO]: ------------------------------------
[15:18:01] [INFO]: file: MODS:MOD_S2_THERMALDYNAMICS25521_EX52
[15:18:01] [INFO]: size: 762980 bytes
[15:18:01] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-ThermalDynamics25521-EX52.jar
[15:18:01] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalDynamics25521-EX52.jar
[15:18:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalDynamics25521-EX52.jar>
[15:18:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalDynamics25521-EX52.jar>
[15:18:01] [INFO]: downloading (attempt: 1)...
[15:18:01] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalDynamics25521-EX52.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:18:01] [INFO]: getting timeout 350ms...
[15:18:01] [INFO]: downloading (attempt: 2)...
[15:18:01] [INFO]: ------------------------------------
[15:18:01] [INFO]: file: MODS:MOD_S2_THERMALEXPANSION55443_EX52
[15:18:01] [INFO]: size: 2426151 bytes
[15:18:01] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-ThermalExpansion55443-EX52.jar
[15:18:01] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalExpansion55443-EX52.jar
[15:18:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalExpansion55443-EX52.jar>
[15:18:01] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalExpansion55443-EX52.jar>
[15:18:01] [INFO]: downloading (attempt: 1)...
[15:18:01] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalExpansion55443-EX52.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:18:01] [INFO]: getting timeout 350ms...
[15:18:02] [INFO]: downloading (attempt: 2)...
[15:18:02] [INFO]: ------------------------------------
[15:18:02] [INFO]: file: MODS:MOD_S2_THERMALFOUNDATION26327_EX52
[15:18:02] [INFO]: size: 2312713 bytes
[15:18:02] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-ThermalFoundation26327-EX52.jar
[15:18:02] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalFoundation26327-EX52.jar
[15:18:02] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalFoundation26327-EX52.jar>
[15:18:02] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalFoundation26327-EX52.jar>
[15:18:02] [INFO]: downloading (attempt: 1)...
[15:18:02] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalFoundation26327-EX52.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:18:02] [INFO]: getting timeout 350ms...
[15:18:02] [INFO]: downloading (attempt: 2)...
[15:18:02] [INFO]: ------------------------------------
[15:18:02] [INFO]: file: MODS:MOD_S2_THERMALINNOVATION03312_EX52
[15:18:02] [INFO]: size: 197601 bytes
[15:18:02] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-ThermalInnovation03312-EX52.jar
[15:18:02] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalInnovation03312-EX52.jar
[15:18:02] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalInnovation03312-EX52.jar>
[15:18:02] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalInnovation03312-EX52.jar>
[15:18:02] [INFO]: downloading (attempt: 1)...
[15:18:02] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ThermalInnovation03312-EX52.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:18:02] [INFO]: getting timeout 350ms...
[15:18:03] [INFO]: downloading (attempt: 2)...
[15:18:03] [INFO]: ------------------------------------
[15:18:03] [INFO]: file: MODS:MOD_S2_IRONCHEST847
[15:18:03] [INFO]: size: 956692 bytes
[15:18:03] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-ironchest847.jar
[15:18:03] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ironchest847.jar
[15:18:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ironchest847.jar>
[15:18:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ironchest847.jar>
[15:18:03] [INFO]: downloading (attempt: 1)...
[15:18:03] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-ironchest847.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:18:03] [INFO]: getting timeout 350ms...
[15:18:03] [INFO]: downloading (attempt: 2)...
[15:18:03] [INFO]: ------------------------------------
[15:18:03] [INFO]: file: MODS:MOD_S2_STORAGEDRAWERS542_EX34
[15:18:03] [INFO]: size: 596845 bytes
[15:18:03] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-StorageDrawers542-EX34.jar
[15:18:03] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-StorageDrawers542-EX34.jar
[15:18:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-StorageDrawers542-EX34.jar>
[15:18:03] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-StorageDrawers542-EX34.jar>
[15:18:03] [INFO]: downloading (attempt: 1)...
[15:18:03] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-StorageDrawers542-EX34.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:18:03] [INFO]: getting timeout 350ms...
[15:18:04] [INFO]: downloading (attempt: 2)...
[15:18:04] [INFO]: ------------------------------------
[15:18:04] [INFO]: file: MODS:MOD_S2_CHAMELEON413_EX34
[15:18:04] [INFO]: size: 96859 bytes
[15:18:04] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S2-Chameleon413-EX34.jar
[15:18:04] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-Chameleon413-EX34.jar
[15:18:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-Chameleon413-EX34.jar>
[15:18:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-Chameleon413-EX34.jar>
[15:18:04] [INFO]: downloading (attempt: 1)...
[15:18:04] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S2-Chameleon413-EX34.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:18:04] [INFO]: getting timeout 350ms...
[15:18:04] [INFO]: downloading (attempt: 2)...
[15:18:04] [INFO]: ------------------------------------
[15:18:04] [INFO]: file: MODS:MOD_S3_EXTRAUTILS2_199
[15:18:04] [INFO]: size: 3210979 bytes
[15:18:04] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S3-extrautils2-199.jar
[15:18:04] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S3-extrautils2-199.jar
[15:18:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S3-extrautils2-199.jar>
[15:18:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S3-extrautils2-199.jar>
[15:18:04] [INFO]: downloading (attempt: 1)...
[15:18:04] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S3-extrautils2-199.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:18:04] [INFO]: getting timeout 350ms...
[15:18:04] [INFO]: downloading (attempt: 2)...
[15:18:04] [INFO]: ------------------------------------
[15:18:04] [INFO]: file: MODS:MOD_S4_FORESTRY582_387
[15:18:04] [INFO]: size: 5165048 bytes
[15:18:04] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S4-forestry582-387.jar
[15:18:04] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-forestry582-387.jar
[15:18:04] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-forestry582-387.jar>
[15:18:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-forestry582-387.jar>
[15:18:05] [INFO]: downloading (attempt: 1)...
[15:18:05] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-forestry582-387.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:18:05] [INFO]: getting timeout 350ms...
[15:18:05] [INFO]: downloading (attempt: 2)...
[15:18:05] [INFO]: ------------------------------------
[15:18:05] [INFO]: file: MODS:MOD_S4_BINNIE_MODS
[15:18:05] [INFO]: size: 5857998 bytes
[15:18:05] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S4-binnie-mods-251203.jar
[15:18:05] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-binnie-mods-251203.jar
[15:18:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-binnie-mods-251203.jar>
[15:18:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-binnie-mods-251203.jar>
[15:18:05] [INFO]: downloading (attempt: 1)...
[15:18:05] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-binnie-mods-251203.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:18:05] [INFO]: getting timeout 350ms...
[15:18:05] [INFO]: downloading (attempt: 2)...
[15:18:05] [INFO]: ------------------------------------
[15:18:05] [INFO]: file: MODS:MOD_S4_SCANNABLE16324
[15:18:05] [INFO]: size: 251845 bytes
[15:18:05] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S4-Scannable16324.jar
[15:18:05] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-Scannable16324.jar
[15:18:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-Scannable16324.jar>
[15:18:05] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-Scannable16324.jar>
[15:18:05] [INFO]: downloading (attempt: 1)...
[15:18:06] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-Scannable16324.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:18:06] [INFO]: getting timeout 350ms...
[15:18:06] [INFO]: downloading (attempt: 2)...
[15:18:06] [INFO]: ------------------------------------
[15:18:06] [INFO]: file: MODS:MOD_S4_ELEVATORMOD
[15:18:06] [INFO]: size: 56471 bytes
[15:18:06] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S4-ElevatorMod1312.jar
[15:18:06] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-ElevatorMod1312.jar
[15:18:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-ElevatorMod1312.jar>
[15:18:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-ElevatorMod1312.jar>
[15:18:06] [INFO]: downloading (attempt: 1)...
[15:18:06] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S4-ElevatorMod1312.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:18:06] [INFO]: getting timeout 350ms...
[15:18:06] [INFO]: downloading (attempt: 2)...
[15:18:06] [INFO]: ------------------------------------
[15:18:06] [INFO]: file: MODS:MOD_S5_CORALREEF25
[15:18:06] [INFO]: size: 73465 bytes
[15:18:06] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S5-CoralReef25.jar
[15:18:06] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S5-CoralReef25.jar
[15:18:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S5-CoralReef25.jar>
[15:18:06] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S5-CoralReef25.jar>
[15:18:06] [INFO]: downloading (attempt: 1)...
[15:18:06] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S5-CoralReef25.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:18:06] [INFO]: getting timeout 350ms...
[15:18:07] [INFO]: downloading (attempt: 2)...
[15:18:07] [INFO]: ------------------------------------
[15:18:07] [INFO]: file: MODS:MOD_S10_CRAFTTWEAKER4119_EX10
[15:18:07] [INFO]: size: 1368377 bytes
[15:18:07] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S10-CraftTweaker4119-EX10.jar
[15:18:07] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-CraftTweaker4119-EX10.jar
[15:18:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-CraftTweaker4119-EX10.jar>
[15:18:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-CraftTweaker4119-EX10.jar>
[15:18:07] [INFO]: downloading (attempt: 1)...
[15:18:07] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-CraftTweaker4119-EX10.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:18:07] [INFO]: getting timeout 350ms...
[15:18:07] [INFO]: downloading (attempt: 2)...
[15:18:07] [INFO]: ------------------------------------
[15:18:07] [INFO]: file: MODS:MOD_S10_MODTWEAKER4017_EX10
[15:18:07] [INFO]: size: 447874 bytes
[15:18:07] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S10-modtweaker4017-EX10.jar
[15:18:07] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-modtweaker4017-EX10.jar
[15:18:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-modtweaker4017-EX10.jar>
[15:18:07] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-modtweaker4017-EX10.jar>
[15:18:07] [INFO]: downloading (attempt: 1)...
[15:18:07] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-modtweaker4017-EX10.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:18:07] [INFO]: getting timeout 350ms...
[15:18:08] [INFO]: downloading (attempt: 2)...
[15:18:08] [INFO]: ------------------------------------
[15:18:08] [INFO]: file: MODS:MOD_S10_MTLIB306_EX10
[15:18:08] [INFO]: size: 30002 bytes
[15:18:08] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S10-MTLib306-EX10.jar
[15:18:08] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-MTLib306-EX10.jar
[15:18:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-MTLib306-EX10.jar>
[15:18:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-MTLib306-EX10.jar>
[15:18:08] [INFO]: downloading (attempt: 1)...
[15:18:08] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-MTLib306-EX10.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:18:08] [INFO]: getting timeout 350ms...
[15:18:08] [INFO]: downloading (attempt: 2)...
[15:18:08] [INFO]: ------------------------------------
[15:18:08] [INFO]: file: MODS:MOD_S10_IC2TWEAKER020_EX10
[15:18:08] [INFO]: size: 34806 bytes
[15:18:08] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S10-ic2Tweaker020-EX10.jar
[15:18:08] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-ic2Tweaker020-EX10.jar
[15:18:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-ic2Tweaker020-EX10.jar>
[15:18:08] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-ic2Tweaker020-EX10.jar>
[15:18:08] [INFO]: downloading (attempt: 1)...
[15:18:08] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S10-ic2Tweaker020-EX10.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:18:08] [INFO]: getting timeout 350ms...
[15:18:09] [INFO]: downloading (attempt: 2)...
[15:18:09] [INFO]: ------------------------------------
[15:18:09] [INFO]: file: MODS:MOD_S16_DRAGONSRADIO
[15:18:09] [INFO]: size: 213950 bytes
[15:18:09] [INFO]: from: http://ex-server.ru/1122_clients/mods/mod-S16-DragonsRadio1122.jar
[15:18:09] [INFO]: dest: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S16-DragonsRadio1122.jar
[15:18:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S16-DragonsRadio1122.jar>
[15:18:09] [WARN]: Failed to compute hash of file </Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S16-DragonsRadio1122.jar>
[15:18:09] [INFO]: downloading (attempt: 1)...
[15:18:09] [WARN]: Failed to transfer, cause:
java.io.FileNotFoundException: /Users/egorkozlov/Downloads/Windows/clients/technomagicevo/mods/mod-S16-DragonsRadio1122.jar (Operation not permitted)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_271]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_271]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_271]
    at ru.excalibur.launcher.o.e.M.H(e:107) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.F.H(u:446) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:230) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.C.g(u:376) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.D.H(u:174) [launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) [launcher_build_59.jar:?]
[15:18:09] [INFO]: getting timeout 350ms...
[15:18:09] [INFO]: downloading (attempt: 2)...
[15:18:09] [INFO]: Saving server-list caches...
[15:18:09] [INFO]: ------------------------------------
[15:18:09] [INFO]: Launching client <TECHNOMAGICEVO>
[15:18:09] [INFO]: Minecraft version: 1.12.2
[15:18:09] [INFO]: Performance mode: enbaled
[15:18:09] [INFO]: Memory size: 3995mb
[15:18:09] [WARN]: Java binary was not found! Trying to launch with preinstalled version!
[15:18:09] [INFO]: PRE validating context...
[15:18:09] [WARN]: 
ru.excalibur.launcher.t.I: null
    at ru.excalibur.launcher.o.e.k.H(f:159) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.j.e.e.H(ng:57) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.j.e.e.H(ng:112) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.j.e.E.H(uj:185) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.j.e.E.H(uj:397) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.j.e.E.g(uj:197) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.e.e.a.H(oa:101) ~[launcher_build_59.jar:?]
    at ru.excalibur.launcher.t.m.run(ma:147) ~[launcher_build_59.jar:?]
[15:18:09] [INFO]: Sending notify...
"

Ссылка на комментарий

Создайте аккаунт или войдите в него для комментирования

Вы должны быть пользователем, чтобы оставить комментарий

Создать аккаунт

Зарегистрируйтесь для получения аккаунта. Это просто!

Зарегистрировать аккаунт

Войти

Уже зарегистрированы? Войдите здесь.

Войти сейчас
  • Сейчас на странице   0 пользователей

    • Нет пользователей, просматривающих эту страницу.
×
×
  • Создать...