With the recent retail update; the ability to launch the FFXiPadConfig.exe tool from in-game was added. However, this feature does not work on the European client due to a typo in the hardcoded path within FFXiMain.dll.

The European path is currently coded as:
Code:
.data:103787F8 aToolsenFfxipad db 'ToolsEN\FFXiPadConfig.exe',0
This should be 'ToolsEU\FFXiPadConfig.exe' instead.