playMaker

Author Topic: Building player fails on playmaker.dll [FIXED]  (Read 4567 times)

NKoufou

  • Playmaker Newbie
  • *
  • Posts: 6
Building player fails on playmaker.dll [FIXED]
« on: June 29, 2011, 03:20:39 PM »
Hi,

I just introduced playMaker to my project and I encountered the following issue when building the player the 2nd time (the first time I build after playmaker integration compilation and deployment works).

Editor.log snippet:

Code: [Select]
Error building Player: UnauthorizedAccessException: Access to the path "/Users/nkoufou/myproject/myproject/Data/Managed/PlayMaker.dll" is denied.
UnityEditor.BuildPipeline:BuildPlayerInternalNoCheck(String[], String, BuildTarget, BuildOptions)
UnityEditor.BuildPlayerWindow:BuildPlayerWithDefaultSettings(Boolean, BuildOptions)
UnityEditor.BuildPlayerWindow:BuildPlayerAndRun()

Unity version is 3.3 Pro + iPhone Advanced running on a Mac

Any subsequent builds fail and my only option is to remove the PlayMaker folder from my project in order to resume work. Any ideas what might be going on here?

Thanks
Nick
« Last Edit: October 06, 2011, 03:58:21 PM by alexchouls »

NKoufou

  • Playmaker Newbie
  • *
  • Posts: 6
Re: Building player fails on playmaker.dll
« Reply #1 on: June 29, 2011, 05:04:58 PM »
Bloody typical finding the problem minutes after posting in a forum....

So the issue is with Perforce integration, by default all files in the local workspace are set to readonly unless they are open for edit. By changing my configuration to set all files to readwrite the issues goes away. Alternatively you could only set PlayMaker.dll to be readwrite only.

Hope this helps someone in the future.

Nick

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4000
  • Official Playmaker Support
    • LinkedIn
Re: Building player fails on playmaker.dll
« Reply #2 on: July 26, 2011, 01:15:18 AM »
Good to know, thanks! I'll try to find some place in the docs to note this too...