If you set your project to debug mode and use the SFML debug libraries you may get more information on the crash.
The font object in your menu must be kept alive as long as you're using it with your text object.
Alternatively there could also be something wrong with using x64 DLLs while using the x86 compiler.