---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://yandex.com/dev/games/doc/en/requirements/1/14.md
  - https://yandex.com/dev/games/doc/hi/requirements/1/14.md
  - https://yandex.com/dev/games/doc/ko/requirements/1/14.md
  - https://yandex.com/dev/games/doc/ru/requirements/1/14.md
  - https://yandex.com/dev/games/doc/tr/requirements/1/14.md
  - https://yandex.com/dev/games/doc/vi/requirements/1/14.md
  - https://yandex.com/dev/games/doc/zh/requirements/1/14.md
  - href: ko/requirements/1/14.md
    type: text/markdown
    title: Markdown version
  - href: ../../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/games/doc/ko/llms.txt

# 기술적 오류

{% note info "요구 사항 1.14" %}

사용자가 게임을 열거나 특정 작업을 완료한 후 기술적인 알림, 오류, 충돌 또는 멈춤이 발생하지 않습니다. 예를 들어 화면 회전, 게임에서 길게 탭하기, 제스처 또는 스와이프 완료, 브라우저 최소화, 광고 열기, 브라우저 기록에서 페이지 이동 등이 이에 해당합니다.

{% endnote %}

게임은 정상적으로 작동해야 합니다:

- 올바르게 [로드](#loading)되어야 합니다.
- [멈춤 현상](#lags)이 없어야 하며, 다른 화면으로 이동할 수 없거나 게임을 재개/새로 시작할 수 없는 막다른 화면이 포함되지 않아야 합니다.
- [기술적 텍스트](#text)나 팝업 메시지가 표시되지 않아야 합니다.
- [오류](#errors) 및 브라우저 알림이 발생하지 않아야 합니다.

## 게임 로딩 {#loading}

<div class="table-50">

#|
|| **게임** | **설명** ||
||::{align="center"} ![](../../_images/requirements/technical-errors/2-1-black-screen-downloading.gif) | 게임이 로드되지 않음: 게임 아이콘만 표시됩니다. ||
|| ![](../../_images/requirements/technical-errors/1-black-screen.gif) | 게임이 로드되지 않음: 검은 화면만 표시됩니다. ||
|| ![](../../_images/requirements/technical-errors/1-console.png) | 게임이 로드되지 않고 콘솔 오류가 발생합니다. ||
|| ![](../../_images/requirements/technical-errors/2-2-loads-only-after-click.gif) | 화면 클릭 후에야 게임이 로드되기 시작합니다. ||
|| ![](../../_images/requirements/technical-errors/3-works-only-after-reloading.gif) | 게임을 로드하려면 페이지를 새로 고쳐야 합니다. ||
|| ![](../../_images/requirements/technical-errors/10-crashes-after-refresh.gif) | 로딩 중 게임이 충돌합니다. ||
|| ![](../../_images/requirements/technical-errors/4-1-iOS.png) | iOS에서 게임 페이지가 로드되지 않습니다. ||
|#

</div>

## 멈춤 현상 {#lags}

<div class="table-50">

#|
|| **게임** | **설명** ||
||::{align="center"} ![](../../_images/requirements/technical-errors/7-after-tab-changing-game-stops-responding.gif) | 다른 탭으로 전환한 후 게임이 응답하지 않습니다. ||
|| ![](../../_images/requirements/technical-errors/9-1-lags-loading-to-long.gif) | 클릭에 느리게 반응하며 로딩이 중단됩니다. ||
|| ![](../../_images/requirements/technical-errors/9-3-unable-to-leave-fullscreen.gif) | 전체 화면 모드에서 나올 수 없습니다. ||
|| ![](../../_images/requirements/technical-errors/8-end-game-no-start-again.gif) | 게임 종료 후 사용자가 막다른 화면에 갇히며 메뉴로 나가거나 게임을 다시 시작할 수 없습니다. ||
|#

</div>

### 광고로 인한 멈춤 현상 {#freezes-caused-by-ads}

<div class="table-50">

#|
|| **게임** | **설명** ||
|| ![](../../_images/requirements/technical-errors/6-after-ad-gameplay-is-blocked.gif) |
광고 클릭 후 게임이 플레이어의 입력에 반응하지 않습니다. ||
|| ![](../../_images/requirements/technical-errors/9-2-ad-ruins-game.gif) | 광고 시청 후 게임 화면이 검은색으로 표시됩니다. ||
|#

</div>

## 기술적 텍스트 {#text}

<div class="table-50">

#|
|| **게임** | **설명** ||
|| ![](../../_images/requirements/technical-errors/technical-text-1.png) | 게임 내에 기술적 팝업 텍스트가 표시됩니다:
> ##(InputEventAction: action-start_game, pressed=(false)##
||
|| ![](../../_images/requirements/technical-errors/technical-text-2.gif) | 비게임적 기술 버튼이 있는 메뉴가 존재합니다:
> ##Import Saves
Export Saves
Download Log
Powered by Ren'Py##
||
|| ![](../../_images/requirements/technical-errors/technical-text-3.gif) | 게임 로딩 화면에 기술적 텍스트가 표시됩니다:
> ##const ysdk = await YaGames.init();
// Сообщаем платформе, что игра загрузилась и можно начинать играть.
const ysdk = await YaGames.init();
// Сообщаем о старте геймплея.
ysdk.features.GameplayAPI?.start()
// Игровой процесс активен.
// Сообщаем об остановке геймплея:
// игрок вышел в меню, прошел уровень или планируется показ рекламы.
ysdk.features.GameplayAPI?.stop()##
||
|| ![](../../_images/requirements/technical-errors/technical-text-4.gif) | 화면 하단에 개발자용 기술 정보가 표시됩니다:
> ##Service name: Учeтнaя запись, state: Connected
v2.6.5. https://ww2-2-6.amt-games.com/, acc: 2a7197c5-3d81-4fc1-9a52-edbb23434354, tex: .dds, web publisher: vandex, quality: SD, ait: 822 (15.09.2023 4:11), exp: TA##
||
|#

</div>

## 오류 알림 {#errors}

<div class="table-50">

#|
|| **게임** | **설명** ||
|| ![](../../_images/requirements/technical-errors/5-browser-notifyings.png) | 저장되지 않은 진행 상황에 대한 브라우저 알림이 표시됩니다. ||
|| ![](../../_images/requirements/technical-errors/4-4-error-properties-of-null.png) | 오류 메시지가 팝업됩니다:
> ##TypeError: Cannot set properties of null (setting 'onclick')## ||
|| ![](../../_images/requirements/technical-errors/4-2-number-of-sdk-requests.png) | 요청 횟수 초과 오류가 발생합니다. ||
|| ![](../../_images/requirements/technical-errors/4-3-unity-error.png) | 디바이스 성능 부족으로 모든 텍스처를 로드할 수 없습니다:
> ##An error occurred running the Unity content on this page.## ||
|#

</div>

## 검토팀에 문의하기 {#forma}

게임에 기술적 오류가 없음에도 불구하고 게시가 거부되거나 중단된 경우 아래 양식을 작성해 주세요.

품질 관리 검토팀이 결정을 재검토하고, 부당하게 차단된 경우 게임을 복원해 드립니다.

<div class="cut-button">

{% cut "폼을 열기" %}

<div style="padding: 15px;
         margin: 10px 0;
         background: #FFFFFF;
         border-radius: 10px;
         border: 1px solid var(--yc-color-line-generic);">
      <iframe height="400"
              width="100%"
              frameborder="0"
              id="moderation-1-10-form"
              src="https://forms.yandex.com/surveys/13487250.5a13659b18018197b1f339b05e2d4dacc05604a6/?answer_choices_52072484=63212291&iframe=1">
      </iframe>
</div>

{% endcut %}

</div>
