When you converted to DEX, your target ID changed from Europe to DEX. To fix this, you need to change the 6th byte in the console id from 82 to 85.
0x82 = DEX
0x83 = Japan
0x84 = USA
0x85 = Europe
0x86 = Korea
0x87 = United Kingdom
0x88 = Mexico
0x89 = Australia / New Zealand
0x8A = South Asia
0x8B = Taiwan
0x8C = Russia
0x8E = Hong Kong
0x8F = Brazil
In your case, you would change the 000000010082 to 000000010085.
Hope this helped