Ru/Source SDK Known Issues: Difference between revisions

From Valve Developer Community
< Ru
Jump to navigation Jump to search
(Created page with 'This is a list of known and verified issues with the Source SDK release, and potential workarounds. == General issues == === Visual Studio 2002 is no longer supported (Since 8/…')
 
m (obsolete language category)
 
(27 intermediate revisions by 10 users not shown)
Line 1: Line 1:
This is a list of known and verified issues with the Source SDK release, and potential workarounds.
{{lang|Source SDK Known Issues|title=Известные проблемы Source SDK}}
{{translate}}
{{finishtranslation}}
Это - список известных и проверенных проблем с Source SDK, а так же способы их решения
== Основные Проблемы ==


== General issues ==
=== Visual Studio 2002 не поддерживается (с 8/4/2006)===


=== Visual Studio 2002 is no longer supported (Since 8/4/2006)===
В этом релизе SDK Visual Studio 2002 не поддерживается. Приносим извинения за связанные с этим неудобства.


As of this SDK Release Visual Studio 2002 is no longer supported. We are sorry for the inconvenience that this causes our customers.
Однако есть патч, разрешающий {{L|Compiling under VS2002|компиляцию в VS 2002}}.


For those who are brave there is a patch that allows for [[Compiling under VS2002|VS 2002 compilation]].
{{Note|Этот патч приводится здесь для удобства и Valve не осуществляет его поддержку.}}


{{note|This patch is provided here as a convenience. Valve does not maintain or support it.}}
== Проблемы с Hammer Editor'ом ==


== Hammer Editor issues ==
=== Не работают ярлыки с Hammer'ом (с 8/4/2006)===


=== Direct shortcuts to hammer will not work (Since 8/4/2006)===
В этой версии SDK вы получите сообщение об ошибке при попытке запустить hammer.exe из директории 'sourcesdk\bin'. Вот лучший способ исправить эту проблему:


With this version of the SDK you will get an error if you attempt to run hammer.exe from the 'sourcesdk\bin' directory. Here is the best way to work around this issue:
# Кликните правой кнопкой на '''Source SDK''' в меню '''Инструменты''' в Steam.
 
# Выберите '''Создать ярлык на рабочем столе'''.
# Right-click on the '''Source SDK''' item on the '''Tools''' tab in Steam.
# Добавьте <code>-runhammer</code> в конец командной строки к steam.exe.
# Select '''Create desktop shortcut'''.
#:Для примера: <code>C:\Program Files\Valve\Steam\Steam.exe -applaunch 211 -runhammer</code>
# Add <code>-runhammer</code> to the end of the steam.exe command line.
# Переименуйте ярлык на что-то соответствующее, например "Hammer Editor".
#:For example: <code>C:\Program Files\Valve\Steam\Steam.exe -applaunch 211 -runhammer</code>
# Rename the desktop shortcut to something appropriate, such as "Hammer Editor".


This has the added benefit of actually launching the SDK Launcher before Hammer, making sure it is the latest version.
This has the added benefit of actually launching the SDK Launcher before Hammer, making sure it is the latest version.


{{note|Shortcuts for Model Viewer and FacePoser can be created by following the same procedure and replacing <code>-runhammer</code> with one of these command line arguments: <code>-runmodelviewer</code> or <code>-runfaceposer</code>.}}
{{Note|Ярлыки для Model Viewer'а и FacePoser'а могут быть созданы следуя этой же процедуре, но не забывайте заменить <code>-runhammer</code> с одной из этих аргументов командной строки: <code>-runmodelviewer</code> или <code>-runfaceposer</code>.}}


=== 3D Lighting Preview View in Hammer causes strange behavior and crashes (Since 8/4/2006)===
=== 3D Lighting Preview в Hammer'е странно себя ведет и вылетает (С 8/4/2006)===
There is a main menu item for 3D Lighting Preview that should not be exposed at this point. Please do not use it as it does not work.
Это элемент в главном меню для просмотра 3D освещения, который не должен быть там на данный момент. Пожалуйста, не используйте это потому что оно не работает.


''This issue is addressed and the fix will be available in the next release.''
''Эта проблема устранена, а исправление будет доступно в следующем обновлении.''


=== 3D View in Hammer appears empty (Since 8/4/2006)===
=== 3D окно в Hammer'е остается пустым (С 8/4/2006)===
The newest release of Hammer requires that at least on Camera be placed in the map in order for the 3D Views to work. If you are experiencing empty 3D views simply [[Hammer_Camera_Tool|place a camera]] in your map.
Новейший релиз Hammer'а требует расположения на карте камеры для того, чтобы работал 3D просмотр. Если Вы столкнулить с таким багом, просто {{L|Hammer_Camera_Tool|поместите камеру}} на вашей карте.


=== Error when running maps from within a mod (Since 8/4/2006)===
=== Ошибка при запуске карт из мода (С 8/4/2006)===
When attempting to run a map from within Hammer you may come across the following error message:
При попытке запустить карту из Hammer'а, можно встретить следующюю ошибку:


[[Image:MountAppFilesystemFailed.JPG]]
[[File:MountAppFilesystemFailed.JPG]]


Here is the process for working around this issue until it is addressed in the SDK:
Вот схема действий для того, чтобы обойти этот баг:


# On Hammer's Tools > Options > Build Tools page change the '''Game Executable''' to be:
# В Hammer'е откройте меню Tools > Options > зайдите на вкладку Build Programs, и измените параметр '''Game Executable''' на:
#: <code>$SteamDir\steam.exe</code> instead of <code>$SteamUserDir\half-life 2\hl2.exe</code><br /><br />
#: <code>$SteamDir\steam.exe</code> вместо <code>$SteamUserDir\half-life 2\hl2.exe</code><br /><br />
#: [[Image:SteamFSError-Sol1.JPG]]
#: [[File:SteamFSError-Sol1.JPG]]
# From the '''Run Map''' dialog, prepend the <code>-applaunch 215</code> parameter for the '$game_exe' command:
# Из диалогового окна '''Run Map''', в конце вставьте параметр <code>-applaunch 215</code> для команды '$game_exe':
#: [[Image:SteamFSError-Sol2.JPG]]
#: [[File:SteamFSError-Sol2.JPG]]


What this will do is run Steam and instruct it to launch 'Source SDK base' and point it to the map defined by the remainder of the <code>$game_exe</code> parameters. One thing to look out for is that you will need to build the DLL's for your mod before running it.
Это запускает 'Source SDK Base' из Steam'а с параметрами из <code>$game_exe</code>. Единственное, что - Вы должны построить DLL для своего мода прежде чем запускать его.


== SDK code issues ==
== Проблемы с SDK ==


=== Error running a new mod (Since 8/4/2006)===
=== Ошибка при запуске нового мода (С 8/4/2006)===
[[Image:Couldnotloadclient.JPG]]
[[File:Couldnotloadclient.JPG]]


In the new SDK it is necessary to build the client and server DLLs before running the mod. Please build them if you see this message when trying to run the mod.
В новом SDK необходимо построить клиентские и серверные библиотеки прежде чем запускать мод. Пожалуйста, постройте их если Вам попадется такая ошибка.


=== From scratch mod exits when launching from Steam Menu (Since 8/4/2006)===
=== Мод, созданный с нуля вылетает при запуске из Steam (С 8/4/2006)===
Launching a (Make a mod from scratch) mod from the Steam menu enters the game, shows the game menu, dings, and then exits, no error. Although, launching from a command line works fine.
При запуске мода, созданного с нуля (Make a mod from scratch) из Steam, игра показывает меню, издаёт звук, а затем вылетает без ошибок. Причем, запуск мода из командной строки работает верно.


: Well actually it should work fine. Though note that if you have compiled your DLLs in debug mode you have to add <code>-allowdebug</code> to the mod's launch options! The <code>run_mod.bat</code> already adds it.
: Ну, на данный момент всё должно работать хорошо. Думаю, из-за того, что когда вы компилируете ваши DLL в режиме отладки, вы должны добавить в параметры запуска ключ <code>-allowdebug</code>. В батнике <code>run_mod.bat</code> он уже есть.


== See also ==
== Смотрите также ==
* [[Source SDK Release Notes]]
* {{L|Source SDK Release Notes|Примечания к выпуску Source SDK}}


[[Category:Steam]][[Category:Changelists]]
{{ACategory|Steam}}{{ACategory|Changelists}}[[Category:Russian]]

Latest revision as of 04:06, 22 August 2024

English (en)Русский (ru)Translate (Translate)
Info content.png
This page needs to be translated.
This page either contains information that is only partially or incorrectly translated, or there isn't a translation yet.
If this page cannot be translated for some reason, or is left untranslated for an extended period of time after this notice is posted, the page should be requested to be deleted.
Also, please make sure the article complies with the alternate languages guide.(en)
Info content.png
This page has not been fully translated.
You can help by finishing the translation.
If this page cannot be translated for some reason, or is left untranslated for an extended period of time after this notice is posted, the page should be requested to be deleted.
Also, please make sure the article complies with the alternate languages guide.(en)

Это - список известных и проверенных проблем с Source SDK, а так же способы их решения

Основные Проблемы

Visual Studio 2002 не поддерживается (с 8/4/2006)

В этом релизе SDK Visual Studio 2002 не поддерживается. Приносим извинения за связанные с этим неудобства.

Однако есть патч, разрешающий компиляцию в VS 2002(en).

Note.pngПримечание:Этот патч приводится здесь для удобства и Valve не осуществляет его поддержку.

Проблемы с Hammer Editor'ом

Не работают ярлыки с Hammer'ом (с 8/4/2006)

В этой версии SDK вы получите сообщение об ошибке при попытке запустить hammer.exe из директории 'sourcesdk\bin'. Вот лучший способ исправить эту проблему:

  1. Кликните правой кнопкой на Source SDK в меню Инструменты в Steam.
  2. Выберите Создать ярлык на рабочем столе.
  3. Добавьте -runhammer в конец командной строки к steam.exe.
    Для примера: C:\Program Files\Valve\Steam\Steam.exe -applaunch 211 -runhammer
  4. Переименуйте ярлык на что-то соответствующее, например "Hammer Editor".

This has the added benefit of actually launching the SDK Launcher before Hammer, making sure it is the latest version.

Note.pngПримечание:Ярлыки для Model Viewer'а и FacePoser'а могут быть созданы следуя этой же процедуре, но не забывайте заменить -runhammer с одной из этих аргументов командной строки: -runmodelviewer или -runfaceposer.

3D Lighting Preview в Hammer'е странно себя ведет и вылетает (С 8/4/2006)

Это элемент в главном меню для просмотра 3D освещения, который не должен быть там на данный момент. Пожалуйста, не используйте это потому что оно не работает.

Эта проблема устранена, а исправление будет доступно в следующем обновлении.

3D окно в Hammer'е остается пустым (С 8/4/2006)

Новейший релиз Hammer'а требует расположения на карте камеры для того, чтобы работал 3D просмотр. Если Вы столкнулить с таким багом, просто поместите камеру(en) на вашей карте.

Ошибка при запуске карт из мода (С 8/4/2006)

При попытке запустить карту из Hammer'а, можно встретить следующюю ошибку:

MountAppFilesystemFailed.JPG

Вот схема действий для того, чтобы обойти этот баг:

  1. В Hammer'е откройте меню Tools > Options > зайдите на вкладку Build Programs, и измените параметр Game Executable на:
    $SteamDir\steam.exe вместо $SteamUserDir\half-life 2\hl2.exe

    SteamFSError-Sol1.JPG
  2. Из диалогового окна Run Map, в конце вставьте параметр -applaunch 215 для команды '$game_exe':
    SteamFSError-Sol2.JPG

Это запускает 'Source SDK Base' из Steam'а с параметрами из $game_exe. Единственное, что - Вы должны построить DLL для своего мода прежде чем запускать его.

Проблемы с SDK

Ошибка при запуске нового мода (С 8/4/2006)

Couldnotloadclient.JPG

В новом SDK необходимо построить клиентские и серверные библиотеки прежде чем запускать мод. Пожалуйста, постройте их если Вам попадется такая ошибка.

Мод, созданный с нуля вылетает при запуске из Steam (С 8/4/2006)

При запуске мода, созданного с нуля (Make a mod from scratch) из Steam, игра показывает меню, издаёт звук, а затем вылетает без ошибок. Причем, запуск мода из командной строки работает верно.

Ну, на данный момент всё должно работать хорошо. Думаю, из-за того, что когда вы компилируете ваши DLL в режиме отладки, вы должны добавить в параметры запуска ключ -allowdebug. В батнике run_mod.bat он уже есть.

Смотрите также