playMaker

Author Topic: Updated Playmaker, game wont work[SOLVED]  (Read 2384 times)

PlaymakerNovice

  • Playmaker Newbie
  • *
  • Posts: 18
Updated Playmaker, game wont work[SOLVED]
« on: September 13, 2015, 06:13:09 PM »
I just updated to the newest version of Playmaker and now whenever I try to play anyone of my two scenes I keep getting the message "All compiler errors have to be fixed before you can enter playmode." I don't know what needs to be fixed.
« Last Edit: September 14, 2015, 09:43:13 AM by jeanfabre »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Updated Playmaker, game wont work
« Reply #1 on: September 14, 2015, 01:09:55 AM »
Open the Console (Main Menu -> Window -> Console) and copy paste any errors in the log. Also post the version from the Playmaker About Window.

PlaymakerNovice

  • Playmaker Newbie
  • *
  • Posts: 18
Re: Updated Playmaker, game wont work
« Reply #2 on: September 14, 2015, 08:22:57 AM »
PlayMaker 1.7.8.3p2

Assets/PlayMaker/Actions/Network/PlayMakerRPCProxy.cs(16,14): error CS0101: The namespace `global::' already contains a definition for `PlayMakerRPCProxy'

Error importing folder (The pathName assets/playmaker is already mapped to 316cb7c52522b4d2a8b437e82e930629. But the meta data wants it to be mapped to 319607e26f5ded5439c33bfddad43af6)

Error importing folder (The pathName assets/playmaker/actions is already mapped to a9c327d28d38d43e59c3a31bedcea0b4. But the meta data wants it to be mapped to e0f28db390b02c649923758f704fd26e)

Error importing folder (The pathName assets/playmaker/actions/network is already mapped to bd98fa28fa3674d6f95135923c66637a. But the meta data wants it to be mapped to eb51115450126e54fa5ac5e17cebfd26)

Error importing folder (The pathName assets/playmaker/editor is already mapped to 5bddba74467bd4b1199ad999ef1ffd27. But the meta data wants it to be mapped to 2bf744966664dc244822242e4a49cf8d)

Error importing folder (The pathName assets/playmaker/editor/de is already mapped to 2d598eee093a64dd5ab91342697e3fe9. But the meta data wants it to be mapped to 0490b5f3ee0a25747bd09e2c0f4ffeb0)

Error importing folder (The pathName assets/playmaker/editor/es-es is already mapped to cede78d0f658342b7b6c1ae34354c67a. But the meta data wants it to be mapped to 2b1e5fc44341c5b4da86f788f13d575f)

Error importing folder (The pathName assets/playmaker/editor/fr is already mapped to 3e26b4265b75249709a381f58ecd1f59. But the meta data wants it to be mapped to cf220db3eec02ee44900a0914257e1c1)

Error importing folder (The pathName assets/playmaker/editor/it is already mapped to 48309b758ef93404daa81ed3808b7320. But the meta data wants it to be mapped to f8bee3bf781b5b943a2625115b5996be)

Error importing folder (The pathName assets/playmaker/editor/ja is already mapped to d88309a6e620540db952bab28626acda. But the meta data wants it to be mapped to 38f35a56d13fc94499c5ae67533c64f3)

Error importing folder (The pathName assets/playmaker/editor/nl is already mapped to 1354e275001af469f931dbf0942be61a. But the meta data wants it to be mapped to 4cc854eaae6955c4294b0cc595895420)

Error importing folder (The pathName assets/playmaker/editor/pt-br is already mapped to 1dbe0f87bc7d242629a1b67ec9560adc. But the meta data wants it to be mapped to 2d8a6f215dfdd81448b9ea4235fc0fe6)

Error importing folder (The pathName assets/playmaker/editor/sv-se is already mapped to 05d3b714a8f8c43ef86ceb33a5ff4989. But the meta data wants it to be mapped to 635194a95a7c1274b880bc867c56277c)

Error importing folder (The pathName assets/playmaker/editor/zh-cn is already mapped to b51bd5c4db53d42ebb8fa7c24448664b. But the meta data wants it to be mapped to 47ec1cbf209d8b547a9d7ade8d9e0515)

Error importing folder (The pathName assets/playmaker/editor/zh-tw is already mapped to 1cdd81843f09548a694cdd238c4d17e3. But the meta data wants it to be mapped to 5f33e43a37e58794e928294c5df039a0)

Error importing folder (The pathName assets/plugins is already mapped to d0bd3f30e4acf4842b04969e2105bcf6. But the meta data wants it to be mapped to 002c89f108a697847977b73c3bbe823e)

Error importing folder (The pathName assets/plugins/playmaker is already mapped to 5c629de50ac4f443ab7e827cd04bcdcd. But the meta data wants it to be mapped to c8d1cf7123a68d44f9a3dc9bd83ceafd)

Error while reading window layout: window #17 is null
UnityEditor.WindowLayout:LoadWindowLayout(String, Boolean)

Failed to load window layout: System.Exception: Exception of type 'System.Exception' was thrown.
  at UnityEditor.WindowLayout.LoadWindowLayout (System.String path, Boolean newProjectLayoutWasCreated) [0x00113] in /Users/builduser/buildslave/unity/build/Editor/Mono/GUI/WindowLayout.cs:507
UnityEditor.WindowLayout:LoadWindowLayout(String, Boolean)

Failed to destroy editor windows: #7
AnimatorControllerTool
AnimationWindow
ProjectBrowser
InspectorWindow
SceneHierarchyWindow
SceneView
GameView
UnityEditor.WindowLayout:LoadWindowLayout(String, Boolean)
UnityEditorInternal.InternalEditorUtility:LoadDefaultLayout()
UnityEditor.WindowLayout:LoadWindowLayout(String, Boolean)

Failed to destroy views: #14
DockArea
DockArea
SplitView
DockArea
SplitView
DockArea
DockArea
SplitView
DockArea
SplitView
MainWindow
Toolbar
AppStatusBar
DockArea
UnityEditor.WindowLayout:LoadWindowLayout(String, Boolean)
UnityEditorInternal.InternalEditorUtility:LoadDefaultLayout()
UnityEditor.WindowLayout:LoadWindowLayout(String, Boolean)




PlaymakerNovice

  • Playmaker Newbie
  • *
  • Posts: 18
Re: Updated Playmaker, game wont work
« Reply #3 on: September 14, 2015, 08:29:50 AM »
I just deleted all my playmaker folders and reimported it and everything seems to be working fine now  :D

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Updated Playmaker, game wont work[SOLVED]
« Reply #4 on: September 14, 2015, 10:01:31 AM »
What version of Playmaker where you updating from?

For anyone deleting Playmaker to re-install it, please be careful to keep Assets\PlayMaker\Resources\PlayMakerGlobals.asset if you're using globals in your project.

Move PlayMakerGlobals.asset outside of the PlayMaker folder and then move it back after importing.