---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.4
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: zh/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/zh/llms.txt

# 技术错误

<!-- source: zh/_includes/script-common.md -->
<!-- source: zh/_includes/script/index-js.md -->

<!-- endsource: zh/_includes/script/index-js.md -->

<!-- source: zh/_includes/script/requirements-js.md -->

<!-- endsource: zh/_includes/script/requirements-js.md -->

<!-- source: zh/_includes/script/image-modal-js.md -->

<!-- endsource: zh/_includes/script/image-modal-js.md -->
<!-- endsource: zh/_includes/script-common.md -->

{% note info "游戏要求第1.14点" %}

用户打开游戏，或者完成特定操作后，不会显示技术通知、错误、崩溃或死机。例如，旋转屏幕、在游戏 中长按、完成手势或滑动、最小化浏览器、打开广告或通过浏览器历史记录访问页面。

{% endnote %}

游戏必须正常运行：

- 正确[加载](#loading)
- 不会[卡死](#lags)，包括不会陷入无法返回菜单/继续游戏/重新开始的死循环界面
- 不显示[技术文本](#text)或弹窗信息
- 不触发[错误提示](#errors)或浏览器通知

## 游戏加载 {#loading}

<div class="table-50">

#|
|| **游戏表现** | **说明** ||
||::{align="center"} ![](../../_images/requirements/1-14-technical-errors/black-screen-downloading.gif) | 游戏未能加载：仅显示游戏图标 ||
|| ![](../../_images/requirements/1-14-technical-errors/black-screen.gif) | 游戏未能加载：黑屏状态 ||
|| ![](../../_images/requirements/1-14-technical-errors/console.webp) | 游戏加载失败，控制台报错 ||
|| ![](../../_images/requirements/1-14-technical-errors/loads-only-after-click.gif) | 需要点击屏幕后游戏才开始加载 ||
|| ![](../../_images/requirements/1-14-technical-errors/works-only-after-reloading.gif) | 必须刷新页面才能加载游戏 ||
|| ![](../../_images/requirements/1-14-technical-errors/crashes-after-refresh.gif) | 游戏在加载过程中崩溃 ||
|| ![](../../_images/requirements/1-14-technical-errors/iOS-error.webp) | iOS设备上无法加载游戏页面 ||
|#

</div>

## 卡顿问题 {#lags}

<div class="table-50">

#|
|| **游戏表现** | **说明** ||
||::{align="center"} ![](../../_images/requirements/1-14-technical-errors/after-tab-changing-game-stops-responding.gif) | 切换浏览器标签页后游戏无响应 ||
|| ![](../../_images/requirements/1-14-technical-errors/lags-loading-to-long.gif) | 点击响应迟缓，最终停止加载 ||
|| ![](../../_images/requirements/1-14-technical-errors/unable-to-leave-fullscreen.gif) | 无法退出全屏模式 ||
|| ![](../../_images/requirements/1-14-technical-errors/end-game-no-start-again.gif) | 游戏结束后陷入死循环界面，无法返回菜单或重新开始 ||
|#

</div>

### 广告引发的卡顿 {#freezes-caused-by-ads}

<div class="table-50">

#|
|| **游戏表现** | **说明** ||
|| ![](../../_images/requirements/1-14-technical-errors/after-ad-gameplay-is-blocked.gif) |
点击广告后游戏停止响应玩家操作 ||
|| ![](../../_images/requirements/1-14-technical-errors/ad-ruins-game.gif) | 观看广告后游戏黑屏 ||
|#

</div>

## 技术性文本 {#text}

<div class="table-50">

#|
|| **游戏表现** | **说明** ||
|| ![](../../_images/requirements/1-14-technical-errors/technical-text-1.webp) | 游戏中出现调试文本弹窗：
> ##(InputEventAction: action-start_game, pressed=(false)##
||
|| ![](../../_images/requirements/1-14-technical-errors/technical-text-2.gif) | 显示包含技术性按钮的菜单：
> ##Import Saves
Export Saves
Download Log
Powered by Ren'Py##
||
|| ![](../../_images/requirements/1-14-technical-errors/technical-text-3.gif) | 加载界面显示SDK初始化代码：
> ##const ysdk = await YaGames.init();
// Сообщаем платформе, что игра загрузилась и можно начинать играть.
const ysdk = await YaGames.init();
// Сообщаем о старте геймплея.
ysdk.features.GameplayAPI?.start()
// Игровой процесс активен.
// Сообщаем об остановке геймплея:
// игрок вышел в меню, прошел уровень или планируется показ рекламы.
ysdk.features.GameplayAPI?.stop()##
||
|| ![](../../_images/requirements/1-14-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/1-14-technical-errors/browser-notifyings.webp) | 浏览器提示游戏进度未保存 ||
|| ![](../../_images/requirements/1-14-technical-errors/error-properties-of-null.webp) | 弹出错误消息：
> ##TypeError: Cannot set properties of null (setting 'onclick')## ||
|| ![](../../_images/requirements/1-14-technical-errors/number-of-sdk-requests.webp) | SDK请求次数超限错误 ||
|| ![](../../_images/requirements/1-14-technical-errors/unity-error.webp) | 游戏资源过载导致纹理加载失败：
> ##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>
