KhArtNJava / MySQLConnectorUE4Plugin

MySQL Database Connector Plugin for Unreal Engine 4
MIT License
75 stars 71 forks source link

UE4 Crashing. #3

Open RimBlock opened 7 years ago

RimBlock commented 7 years ago

UE4 1.14.3 is crashing when using the plugin.

First time was when trying to query the DB. Second time (after a restart of UE4) was as soon as it tried to use the plugin.

Dump error; [2017.01.22-12.43.16:256][617]LogWindows:Error: === Critical error: === [2017.01.22-12.43.16:256][617]LogWindows:Error: [2017.01.22-12.43.16:256][617]LogWindows:Error: Fatal error! [2017.01.22-12.43.16:256][617]LogWindows:Error: [2017.01.22-12.43.16:256][617]LogWindows:Error: Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x00000010 [2017.01.22-12.43.16:256][617]LogWindows:Error: [2017.01.22-12.43.16:256][617]LogWindows:Error: UE4Editor-MySQLConnectorUE4Plugin.dll

Blueprints and DB schema can be provided if needed to help troubleshoot.

RimBlock commented 7 years ago

Issue is caused by trying to query a broken connection.

The initial connection failed (MySQL account issues) which was not caught by the plugin.

Any chance of some error handling ?.