# The form data below was edited by norman_morse # Perforce Workshop Jobs # # Job: The job name. 'new' generates a sequenced job number. # Status: Job status; [open/closed/suspended]. Required # Project: The project this job is for. Required. # Severity: [A/B/C] (A is highest) Required. # ReportedBy The user who created the job. Can be changed. # ReportedDate: The date the job was created. Automatic. # ModifiedBy: The user who last modified this job. Automatic. # ModifiedDate: The date this job was last modified. Automatic. # OwnedBy: The owner, responsible for doing the job. Optional. # Description: Description of the job. Required. # DevNotes: Developer's comments. Optional. # Type: Type of job; [Bug/Feature]. Required. Job: job000184 Status: closed Project: perforce-software-p4connect Severity: A ReportedBy: infosekr ReportedDate: 2015/03/25 11:46:10 ModifiedBy: norman_morse ModifiedDate: 2015/04/06 14:21:31 OwnedBy: infosekr Description: Unity Crashes after trying to verify my p4 connection settings. My experience after installing the P4Connect unity package: - I could not edit Perforce settings after integrating plugin. Sorry, didn't save log error. Restarting Unity fixed this. - After restart, see this error in the console: " Multiple plugins with the same name 'p4bridge' (found at 'Assets/P4Connect/Editor/p4bridge.dll' and 'Assets/P4Connect/Editor/x86_64/p4bridge.dll'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor. " - Can edit settings now though, after entering in user/pass/workspace I get this on the final verify: " P4Connect encountered the following exception: Client '<myclient>' unknown - 'client' command to create it. P4Connect will disable itself... " Closed dialog, Unity crashed DevNotes: This is a combination of "multiple plugins" and "crash" bug. Both of these should be fixed in Beta2, closing. Type: Bug