ERROR: Failed to load PhotonLicensing.dll

1354 단어 Photon
어떻게 당신이 다운로드한 Photon-Server-SDK 3.0이 시작되지 않고 로그에 이런 오류 알림이 있으면 ERROR: Failed to load Photon Licensing.dll,
너는 아래의 방법을 시험해 볼 수 있다. 나는 이렇게 했다.
//*************** begin ************************************************************************
(출처:http://stackoverflow.com/questions/11725130/error-failed-to-load-photonlicensing-dll/11756240#11756240)
Since Photon 3 you don't need a .license file if you are using Photon for free. Just delete any old .license files you still might find in your folders from upgrading etc.:
..\deploy\bin_Win32
..\deploy\bin_Win32_xp
..\deploy\bin_Win64
..\deploy\bin_Win64_xp

If you acquired a license, just copy the .license file into the above mentioned folders (depending on the environment you use).
However there is one edge case: When you unpack your SDK with the Windows Explorer built-in unpack tool your files might get blocked as they are marked as "internet download".
There are to ways to solve the problem:
you unpack with another tool like 7zip or winrar.
or you unblock the zip-file before you unpack with the Explorer built-in zip functionality - right click the “not trusted” zip-file choose “Property” and click unblock.
//*************** end *************************************************************************

좋은 웹페이지 즐겨찾기