APPCRASH Fault Module Name: XojoGUIFramework32.dll

I have a user of a program I wrote with the Xojo 2015R2.2 , who is getting a crash as soon as he opens the software on his Windows 7 computer.

I have tested, and not been able to replicate this issue. I have no idea where to even start as far as troubleshooting this. Any input would be much appreciated.

Problem signature:
Problem Event Name: APPCRASH
Application Name: FollowAdder-IG.exe
Application Version: 1.1.19655.0
Application Timestamp: 555a5685
Fault Module Name: XojoGUIFramework32.dll
Fault Module Version: 15.2.3.1
Fault Module Timestamp: 555a5ae1
Exception Code: c000008e
Exception Offset: 0002f810
OS Version: 6.1.7601.2.1.0.768.3
Locale ID: 4105
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

The error indicates a “Floating-point division by zero”. Googling brings up all sorts of things like it could be 64-bit/32-bit compatibility issue, or the application is set to start in full screen mode (and is not capable of doing that), etc. Difficult.

Have the user turn on mini dumps
(sadly I cannot find anything on MS forums etc)
http://www.tomshardware.com/answers/id-1944242/enable-minidumps-windows-minecraft.html
http://blog.nirsoft.net/2010/07/27/how-to-configure-windows-to-create-minidump-files-on-bsod/
http://stackoverflow.com/questions/18459037/how-to-enable-minidumps-in-java-for-windows

Thanks, I will look into these things. From what I am readying though, the mini dumps are only created if there is a BSOD (blue screen of death)?