<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум Guardant &mdash; Коды выхода автозащищенного приложения]]></title>
	<link rel="self" href="https://forum.guardant.ru/feed/atom/topic/804" />
	<updated>2018-03-14T12:27:56Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.guardant.ru/topic/804/</id>
		<entry>
			<title type="html"><![CDATA[Re: Коды выхода автозащищенного приложения]]></title>
			<link rel="alternate" href="https://forum.guardant.ru/post/3831/#p3831" />
			<content type="html"><![CDATA[<p>Маленькое дополнение. Нашел у себя в записях, что существует код выхода 2000 (20000?), который возвращается при отказе пользователем продолжать поиск сервера в случае, если сервер не был найден.</p>]]></content>
			<author>
				<name><![CDATA[IMT]]></name>
				<uri>https://forum.guardant.ru/user/99/</uri>
			</author>
			<updated>2018-03-14T12:27:56Z</updated>
			<id>https://forum.guardant.ru/post/3831/#p3831</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Коды выхода автозащищенного приложения]]></title>
			<link rel="alternate" href="https://forum.guardant.ru/post/3830/#p3830" />
			<content type="html"><![CDATA[<p>Огромное спасибо!</p>]]></content>
			<author>
				<name><![CDATA[IMT]]></name>
				<uri>https://forum.guardant.ru/user/99/</uri>
			</author>
			<updated>2018-03-14T10:30:50Z</updated>
			<id>https://forum.guardant.ru/post/3830/#p3830</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Коды выхода автозащищенного приложения]]></title>
			<link rel="alternate" href="https://forum.guardant.ru/post/3829/#p3829" />
			<content type="html"><![CDATA[<p>Здравствуйте. Сообщения автозащиты для пользователя содержатся в файле LicenseWizard.msg. Разработчик может создавать собственные сообщения вакцины, для этого нужно использовать опцию <a href="https://dev.guardant.ru/pages/viewpage.action?pageId=1279133">/MSG</a>.<br />Перечень ошибок<br />IDS_ErrDongleNotFound&nbsp; &nbsp;&quot;Ключ Guardant не обнаружен: Убедитесь, что электронный ключ подключен к компьютеру и установлена последняя версия драйвера Guardant&quot;<br />IDS_ErrInvalidDongle&nbsp; &nbsp; &quot;Обнаружен неверный ключ Guardant: Возможно, подключенный ключ не соответствует приложению. Если ошибка повторяется, обратитесь к поставщику программы&quot;<br />IDS_ErrGPIs0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;Счетчик запусков исчерпан: Обратитесь к поставщику программы для продления лицензии&quot;<br />IDS_ErrSystem&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;Системная ошибка: Перезапустите приложение. Если ошибка повторяется, обратитесь к поставщику программы&quot;<br />IDS_ErrServerNotFound&nbsp; &nbsp;&quot;Не найден сервер Guardant Net: Проверьте, что Guardant Net Server (GrdSrv.exe) запущен и доступен в сети. Убедитесь, что ключ Guardant Net подключен к серверу. Проверьте корректность настройки сети и конфигурационных файлов&quot;<br />IDS_ErrLicenceBusy&nbsp; &nbsp; &nbsp; &quot;Нет свободных лицензий в сетевом ключе Guardant: Подождите освобождения лицензий другими пользователями или обратитесь к разработчику программы за приобретением дополнительных лицензий&quot;<br />IDS_ErrLicenceExhaust&nbsp; &nbsp;&quot;Истекло время действия лицензии: Обратитесь к поставщику программы для продления лицензии&quot;<br />IDS_ErrRTC&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;Ошибка RTC или батарейки: Обратитесь к поставщику программы для замены ключа&quot;<br />IDS_ErrDongleBusy&nbsp; &nbsp; &nbsp; &nbsp;&quot;Ключ Guardant занят: Перезапустите программу. Если ошибка повторяется, обратитесь к поставщику программы&quot;<br />IDS_ErrDriverBusy&nbsp; &nbsp; &nbsp; &nbsp;&quot;Драйвер занят: Попробуйте увеличить таймаут в &quot;&quot;Панели управления - Драйверы Guardant&quot;&quot; и перезапустите программу. Если ошибка повторяется, обратитесь к поставщику программы&quot;<br />IDS_WarnCloseApp&nbsp; &nbsp; &nbsp; &nbsp; &quot;Приложение будет автоматически завершено через %d секунд. Сохраните свои данные и завершите работу&quot;</p><p>#define IDS_ErrNoErr&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 20100<br />#define IDS_ErrDongleNotFound&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;20101<br />#define IDS_ErrInvalidDongle&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 20102<br />#define IDS_ErrGPIs0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 20103<br />#define IDS_ErrSystem&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;20104<br />#define IDS_ErrServerNotFound&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;20105<br />#define IDS_ErrLicenceBusy&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 20106<br />#define IDS_ErrLicenceExhaust&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;20107<br />#define IDS_ErrRTC&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 20108<br />#define IDS_ErrDongleBusy&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;20109<br />#define IDS_ErrDriverBusy&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;20110<br />#define IDS_WarnCloseApp&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 20111<br />#define IDS_WarnLicenseTime&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;20112<br />#define IDS_WarnLicenseCount&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 20113<br />#define IDS_WarnURL&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;20114<br />#define IDS_ErrCodeDongle&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;20115<br />#define IDS_ErrLicenseGuardantSP&nbsp; &nbsp; &nbsp; &nbsp; 20116<br />#define IDS_ErrUnableToCreateIniFile&nbsp; &nbsp; 20117</p><br /><p>Так же существует <a href="https://dev.guardant.ru/pages/viewpage.action?pageId=1278194">набор ошибок Guardant API</a></p>]]></content>
			<author>
				<name><![CDATA[Тимофей Ершов]]></name>
				<uri>https://forum.guardant.ru/user/1116/</uri>
			</author>
			<updated>2018-03-14T10:23:00Z</updated>
			<id>https://forum.guardant.ru/post/3829/#p3829</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Коды выхода автозащищенного приложения]]></title>
			<link rel="alternate" href="https://forum.guardant.ru/post/3828/#p3828" />
			<content type="html"><![CDATA[<p>Сетевой ключ, я не сказал сразу.</p>]]></content>
			<author>
				<name><![CDATA[IMT]]></name>
				<uri>https://forum.guardant.ru/user/99/</uri>
			</author>
			<updated>2018-03-14T10:20:31Z</updated>
			<id>https://forum.guardant.ru/post/3828/#p3828</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Коды выхода автозащищенного приложения]]></title>
			<link rel="alternate" href="https://forum.guardant.ru/post/3827/#p3827" />
			<content type="html"><![CDATA[<p>Добрый день! Скриншотов у меня нет, вероятно, были стандартные сообщения автозащиты. Я смотрю записи логов. Могу сказать, что они все случались на старте.</p>]]></content>
			<author>
				<name><![CDATA[IMT]]></name>
				<uri>https://forum.guardant.ru/user/99/</uri>
			</author>
			<updated>2018-03-14T10:16:21Z</updated>
			<id>https://forum.guardant.ru/post/3827/#p3827</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Коды выхода автозащищенного приложения]]></title>
			<link rel="alternate" href="https://forum.guardant.ru/post/3825/#p3825" />
			<content type="html"><![CDATA[<p>Здравствуйте.Не могли бы вы прислать скриншот такой ошибки?</p>]]></content>
			<author>
				<name><![CDATA[Тимофей Ершов]]></name>
				<uri>https://forum.guardant.ru/user/1116/</uri>
			</author>
			<updated>2018-03-14T08:09:41Z</updated>
			<id>https://forum.guardant.ru/post/3825/#p3825</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Коды выхода автозащищенного приложения]]></title>
			<link rel="alternate" href="https://forum.guardant.ru/post/3824/#p3824" />
			<content type="html"><![CDATA[<p>Добрый день!</p><p>Подскажите, пожалуйста, есть ли в документации справка по кодам выхода (exit code) автозащищенного приложения? Нам встречались такие:<br />20104<br />20103<br />20101</p><p>Наше приложение запускается специальным ланчером, который может обработать код выхода. Было бы неплохо их понимать.</p>]]></content>
			<author>
				<name><![CDATA[IMT]]></name>
				<uri>https://forum.guardant.ru/user/99/</uri>
			</author>
			<updated>2018-03-13T20:57:26Z</updated>
			<id>https://forum.guardant.ru/post/3824/#p3824</id>
		</entry>
</feed>
