コミュニティQ&A

Audiokineticのコミュニティ主導のQ&Aフォーラムへようこそ。ここはWwiseとStrataのユーザのみなさまがお互いに協力し合う場です。弊社チームによる直接のサポートをご希望の場合はサポートチケットページをご利用ください。バグを報告するには、Audiokinetic LauncherのBug Reportオプションをご利用ください。(Q&AフォーラムではBug Reportを受け付けておりませんのでご注意ください。専用のBug Reportシステムをご利用いただくことで、バグの報告が適切な担当部門に届き、修正される可能性が高まります。)

最適な回答を迅速に得られるよう、ご質問を投稿される際は以下のヒントをご参考ください。

  • 具体的に示す:何を達成したいのか、またはどんな問題に直面しているのかを具体的に示してください。
  • 重要な詳細情報を含める:Wwiseとゲームエンジンのバージョンやご利用のOSなど詳細情報を記載してください。
  • 試したことを説明する:すでに試してみたトラブルシューティングの手順を教えてください。
  • 事実に焦点を当てる:問題の技術的な事実を記載してください。問題に焦点を当てることで、ほかのユーザのみなさまが解決策を迅速に見つけやすくなります。

0 支持

When I try to connect Perforce as source control for my Wwise 2016.2.1.5995 project, I get the following error:

Here are my login settings:

I can successfully login to Perforce 2015.2 on my computer and connect Unreal Engine 4.14.3 to it, but it doesn't work with Wwise. 

Is there an an additionnal step I forgot or is SSL not supported?

Michael D. (100 ポイント) General Discussion

回答 1

+1 支持

 

The Wwise Perforce Plugin does not support SSL natively, explaining the error you get.

Here is a paraphrasing of support I received from the ever helpful AK support, when I encountered this problem. Fortunately for me I had access to a programmer who re-compiled the plugin following the instruction below. Hopefully as you are connecting to a P4 server with ssl you are working on a project that has programmers that can do this for you. If you give them this below they will be able to do it with out too much trouble.

Wwise users are able to add SSL support by modifying the Wwise Perforce plugin located in \SDK\samples\SourceControl\Perforce. Your programmer should have a look at this page for instructions: https://www.perforce.com/perforce/doc.current/manuals/p4api/chapter.client.programming.html. They will notice that the libp4sslstub.a is included in the Additional Dependencies of \SDK\samples\SourceControl\Perforce\Perforce_vc120.vcxproj. As stated in the linked Perforce API documentation page, the libp4sslstub.a should be replaced by the ssl and crypto libraries from OpenSSL.

The pre-compiled SSL libraries found on this site worked for others: http://www.npcglib.org/~stathis/blog/precompiled-openssl/.

I will ask if I can post publicly, the version of the  AK P4 plugin that supports ssl , that was made to solve my situation.

 

Simon P. (520 ポイント)
...