# Reparing paths from migration 1.10.19 to 2.00.10

**URL:** https://qa.fmod.com/t/reparing-paths-from-migration-1-10-19-to-2-00-10/16681
**Category:** FMOD Studio
**Created:** [January 21, 2021, 7:50pm UTC](https://qa.fmod.com/t/reparing-paths-from-migration-1-10-19-to-2-00-10/16681 "2021-01-21T19:50:08Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Sirevanac](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/sirevanac/32/480_2.png) [@Sirevanac](https://qa.fmod.com/u/Sirevanac)
#### Post date: [January 21, 2021, 7:50pm UTC](https://qa.fmod.com/t/reparing-paths-from-migration-1-10-19-to-2-00-10/16681/1 "2021-01-21T19:50:08Z")

</div>

Hey guys! For some stuff I’ve had to migrate the Fmod version of a finished game. Everything went relatively smoothly, but I get this error and I can’t any way to track it.

[Capture|450x347](https://qa.fmod.com/uploads/short-url/5ZUEdYNUKSxxF1KtZayOwzmzQcf.jpeg)

Any idea how to track those paths? Looking for those sequences on the Fmod folder didn’t work.

Thanks!

---

<div class="post-metadata">

### Author: ![richard\_simms](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/richard_simms/32/261_2.png) [@richard\_simms](https://qa.fmod.com/u/richard_simms)
#### Post date: [January 28, 2021, 4:42am UTC](https://qa.fmod.com/t/reparing-paths-from-migration-1-10-19-to-2-00-10/16681/2 "2021-01-28T04:42:26Z")

</div>

You can try copying the GUID in the error message and opening the console to look for them.

```auto
var missingParameter = studio.project.lookup("{03c85dcf-c4eb-4094-83c7-7839b5d058e8}"); // Example GUID
studio.window.navigateTo(missingParameter);

```

This should bring up the parameters in question. It’s likely you have two sets of parameters with the same name and need to either rename or delete one.
