Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

Error when migrating from 2013.1 to 2013.2

0 votes

When updating my project from Wwise 2013.1 to Wwise 2013.2, I get this error message:

The following error occurred while updating your project to the current version of Wwise : "Element 'Arguments': This element is not expected. Expected is one of ( DocumentSection, WorkUnitDocumentSection, Attenuations, AudioObjects, Busses, DynamicDialogue, Effects, Events, GameParameters, InteractiveMusic).".

What can I do?

asked Nov 8, 2013 in General Discussion by Bernard R. (Audiokinetic) (35,110 points)

1 Answer

0 votes
 
Best answer
  • Go to your project folder
  • delete the *Arguments* folder
  • Re-launch the migration

The Arguments folder was originally migrated from 2012.2 to 2013.1.  All arguments objects were then converted to states objects.  The Arguments folder then become obsolete, with a message asking to delete the folder.  Now when migrating to 2013.2, the migration code does not know anymore this folder because it's not supposed to be there.  Just delete it re-migrate.

answered Nov 8, 2013 by Bernard R. (Audiokinetic) (35,110 points)
selected Aug 28, 2014 by Claude B. (Audiokinetic)
...