(:3[kanのメモ帳]

個人ゲーム開発者kan.kikuchiのメモ的技術ブログ。月木更新でUnity関連がメイン。

(:3[kanのメモ帳]


本ブログの運営者kan.kikuchiが個人で開発したゲームです!

    

Steam向けアプリを申請した際にYour build has failed our review because it does not launch using the Steam client とリジェクトされた時の対処法【Steam】【リジェクト】


このエントリーをはてなブックマークに追加


はじめに

以前、札束風呂VRというVRゲームをSteamでリリースしたのですが、



その申請時に

Your build has failed our review because it does not launch using the Steam client.

という内容でリジェクトされたので、


f:id:kan_kikuchi:20191008053832j:plain


今回はそれをどう解決したかという記事です。


リジェクト全文と解決方法

リジェクトの全文は以下の通り。(日本語の方はGoogle翻訳)

Failure:
Your build has failed our review because it does not launch using the Steam client.

The app's launch option appears to be misconfigured. The current launch option is configured to launch "MoneyBath.exe". However, the downloaded executable is called "MoneyBathVR.exe".

We were able to launch the game by running the executable "MoneyBathVR.exe" directly from the installation directory.

You can configure your launch options from the following page: https://partner.steamgames.com/apps/config/1041670.

失敗:
ビルドはSteamクライアントを使用して起動しないため、レビューは失敗しました。

アプリの起動オプションが誤って設定されているようです。 現在の起動オプションは、「MoneyBath.exe」を起動するように構成されています。 ただし、ダウンロードした実行可能ファイルは「MoneyBathVR.exe」と呼ばれます。

インストールディレクトリから実行可能ファイル「MoneyBathVR.exe」を直接実行することで、ゲームを起動できました。

次のページから起動オプションを設定できます:https://partner.steamgames.com/apps/config/1041670


ようは実行ファイルの名前はMoneyBathVRなのにMoneyBathを実行しようとしてるという事です。


解決方法も簡単で、指定されたURL(最後の数字はアプリごとのID)に飛び、

実行可能ファイルの欄を実際の実行ファイルと同じ名前にするだけ。

f:id:kan_kikuchi:20191008055118j:plain



おわりに

記事にするほどではない内容だとは思ったのですが、

リジェクトの内容を事細かに教えてくれたり、

起動を試してくれたり、修正箇所をURLで教えてくれたりという

Steamレビューの親切さを伝えたくて記事にしてみました!(笑)


普通(?)であれば、「起動できないのでリジェクト」ぐらいの情報しかもらえませんし、

場合によっては理由すら教えてもらえないなんて事もあったりします。