GithubHelp home page GithubHelp logo

khartnjava / mysqlconnectorue4plugin Goto Github PK

View Code? Open in Web Editor NEW
75.0 75.0 71.0 6.35 MB

MySQL Database Connector Plugin for Unreal Engine 4

License: MIT License

C++ 2.83% C 94.55% C# 0.07% Objective-C 0.01% Shell 0.57% CMake 1.77% Makefile 0.05% Groff 0.16%

mysqlconnectorue4plugin's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mysqlconnectorue4plugin's Issues

Can't initialize character set unknown (path: compiled_in)

Hello,

I've successfully used the plugin in previous projects but in my latest project, I keep running into a connection error with the following output log:

LogTemp: Error: Can't initialize character set unknown (path: compiled_in)
LogTemp: Error: MySQLInitConnection: Failed to Connect to Database!
LogTemp: Error: MySQLCloseConnection: Connection is valid but Server does no respond!

Unreal 5.1 LNK2005 error

Hello,
I have the following errors when i try to build game :

libblosc.lib(blosc.obj) : error LNK2005: pthread_cond_destroy déjà défini(e) dans mariadbclient.lib(my_pthread.obj) libblosc.lib(blosc.obj) : error LNK2005: pthread_cond_init déjà défini(e) dans mariadbclient.lib(my_pthread.obj) libblosc.lib(blosc.obj) : error LNK2005: pthread_cond_wait déjà défini(e) dans mariadbclient.lib(my_pthread.obj)

thank you !

I can't package my app to android due to library errors

i never had any problems with this plugin when i packaged a game on windows...but when i tried to package a mobile game it started to show this error right here...

How can i fix that?

`Running AutomationTool...
Parsing command line: -ScriptsForProject=D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/SPK_235.uproject BuildCookRun -project=D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/SPK_235.uproject -noP4 -clientconfig=Shipping -serverconfig=Shipping -nocompileeditor -installed -ue4exe="E:\ProgramFiles\Epic Games\UE_4.26\Engine\Binaries\Win64\UE4Editor-Cmd.exe" -utf8output -platform=Android -targetplatform=Android -cookflavor=ASTC -build -cook -map=Realistic_01+APARTAMENTOS+CORRECAO+ENTORNO+LAZER+MOVEIS+NOBAKE+POIS_APTO+SOBRESSOLO+SPK+SUBSOLO_1+TERREO+VEGETACAO_TERREO -unversionedcookedcontent -pak -createreleaseversion=1.0 -stage -package -stagingdirectory=D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/PackagedApp/ -cmdline=" -Messaging" -addcmdline="-SessionId=5EC3456F4233D50900D1B9A1906B2A0D -SessionOwner='murra' -SessionName='AndroidSPK_Study - Android APK' " -archive -archivedirectory=D:/Murras/repos/UE4_Projects/AndroidSPK_Study/PackagedApps/App/1.0
Setting up ProjectParams for D:\Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\SPK_235.uproject
********** BUILD COMMAND STARTED **********
Running: E:\ProgramFiles\Epic Games\UE_4.26\Engine\Binaries\DotNET\UnrealBuildTool.exe ARCHVIZ_NEW Android Shipping -Project=D:\Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\SPK_235.uproject D:\Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\SPK_235.uproject -NoUBTMakefiles -remoteini="D:\Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed" -skipdeploy -Manifest=D:\Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Intermediate\Build\Manifest.xml -NoHotReload -log="C:\Users\murra\AppData\Roaming\Unreal Engine\AutomationTool\Logs\E+ProgramFiles+Epic+Games+UE_4.26\UBT-ARCHVIZ_NEW-Android-Shipping.txt"
D:\Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\UE4MySQL.Build.cs: warning: Referenced directory 'E:\ProgramFiles\Epic Games\UE_4.26\Engine\Source\MySQLConnectorPlugin4UE4\Public' does not exist.
D:\Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\UE4MySQL.Build.cs: warning: Referenced directory 'D:\Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\MySQLConnectorPlugin4UE4\Private' does not exist.
PLATFORM_ANDROID_NDK_VERSION = 210500
NDK toolchain: r21e, NDK version: 21, GccVersion: 4.9, ClangVersion: 9.0.9
Compiling Native 64-bit code with NDK API 'android-21'
Writing manifest to D:\Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Intermediate\Build\Manifest.xml
Building ARCHVIZ_NEW...
Building 2 actions with 8 processes...
[1/2] ARCHVIZ_NEW-Android-Shipping-arm64.so
ld.lld: error: undefined symbol: mysql_ping
>>> referenced by MySQLConnection.cpp:14 (D:/Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\Private\MySQLConnection.cpp:14)
>>> D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/Plugins/UE4MySQL/Intermediate/Build/Android/UE4/Shipping/UE4MySQL/Module.UE4MySQL.cppa8.o:(UMySQLConnection::MySQLCheckConnection())
>>> referenced by MySQLConnection.cpp:14 (D:/Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\Private\MySQLConnection.cpp:14)
>>> D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/Plugins/UE4MySQL/Intermediate/Build/Android/UE4/Shipping/UE4MySQL/Module.UE4MySQL.cppa8.o:(UMySQLConnection::MySQLCloseConnection(UMySQLConnection*))
>>> referenced by MySQLDatabase.cpp:0 (D:/Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\Private\MySQLDatabase.cpp:0)
>>> D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/Plugins/UE4MySQL/Intermediate/Build/Android/UE4/Shipping/UE4MySQL/Module.UE4MySQL.cppa8.o:(UMySQLDatabase::MySQLInitConnection(FString, FString, FString, FString))
>>> referenced by MySQLDatabase.cpp:0 (D:/Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\Private\MySQLDatabase.cpp:0)
>>> D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/Plugins/UE4MySQL/Intermediate/Build/Android/UE4/Shipping/UE4MySQL/Module.UE4MySQL.cppa8.o:(UMySQLDatabase::MySQLInitConnection(FString, FString, FString, FString))
>>> referenced by MySQLConnection.cpp:14 (D:/Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\Private\MySQLConnection.cpp:14)
>>> D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/Plugins/UE4MySQL/Intermediate/Build/Android/UE4/Shipping/UE4MySQL/Module.UE4MySQL.cppa8.o:(UMySQLDatabase::CreateTable(FString, TArray<FMySQLConnectorTableField, TSizedDefaultAllocator<32> >, UMySQLConnection*))
>>> referenced by MySQLConnection.cpp:14 (D:/Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\Private\MySQLConnection.cpp:14)
>>> D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/Plugins/UE4MySQL/Intermediate/Build/Android/UE4/Shipping/UE4MySQL/Module.UE4MySQL.cppa8.o:(UMySQLDatabase::RunQueryAndGetResults(FString, UMySQLConnection*))
>>> referenced by MySQLConnection.cpp:14 (D:/Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\Private\MySQLConnection.cpp:14)
>>> D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/Plugins/UE4MySQL/Intermediate/Build/Android/UE4/Shipping/UE4MySQL/Module.UE4MySQL.cppa8.o:(UMySQLDatabase::MySQLConnectorGetData(FString const&, UMySQLConnection*))

ld.lld: error: undefined symbol: mysql_close
>>> referenced by MySQLConnection.cpp:24 (D:/Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\Private\MySQLConnection.cpp:24)
>>>               D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/Plugins/UE4MySQL/Intermediate/Build/Android/UE4/Shipping/UE4MySQL/Module.UE4MySQL.cppa8.o:(UMySQLConnection::MySQLCloseConnection(UMySQLConnection*))
>>> referenced by MySQLDatabase.cpp:0 (D:/Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\Private\MySQLDatabase.cpp:0)
>>>               D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/Plugins/UE4MySQL/Intermediate/Build/Android/UE4/Shipping/UE4MySQL/Module.UE4MySQL.cppa8.o:(UMySQLDatabase::MySQLInitConnection(FString, FString, FString, FString))

ld.lld: error: undefined symbol: mysql_server_end
>>> referenced by MySQLConnection.cpp:26 (D:/Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\Private\MySQLConnection.cpp:26)
>>>               D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/Plugins/UE4MySQL/Intermediate/Build/Android/UE4/Shipping/UE4MySQL/Module.UE4MySQL.cppa8.o:(UMySQLConnection::MySQLCloseConnection(UMySQLConnection*))
>>> referenced by MySQLDatabase.cpp:0 (D:/Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\Private\MySQLDatabase.cpp:0)
>>>               D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/Plugins/UE4MySQL/Intermediate/Build/Android/UE4/Shipping/UE4MySQL/Module.UE4MySQL.cppa8.o:(UMySQLDatabase::MySQLInitConnection(FString, FString, FString, FString))

ld.lld: error: undefined symbol: mysql_server_init
>>> referenced by MySQLDatabase.cpp:20 (D:/Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\Private\MySQLDatabase.cpp:20)
>>>               D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/Plugins/UE4MySQL/Intermediate/Build/Android/UE4/Shipping/UE4MySQL/Module.UE4MySQL.cppa8.o:(UMySQLDatabase::MySQLInitConnection(FString, FString, FString, FString))

ld.lld: error: undefined symbol: mysql_init
>>> referenced by MySQLDatabase.cpp:28 (D:/Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\Private\MySQLDatabase.cpp:28)
>>>               D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/Plugins/UE4MySQL/Intermediate/Build/Android/UE4/Shipping/UE4MySQL/Module.UE4MySQL.cppa8.o:(UMySQLDatabase::MySQLInitConnection(FString, FString, FString, FString))

ld.lld: error: undefined symbol: mysql_real_connect
>>> referenced by MySQLDatabase.cpp:36 (D:/Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\Private\MySQLDatabase.cpp:36)
>>>               D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/Plugins/UE4MySQL/Intermediate/Build/Android/UE4/Shipping/UE4MySQL/Module.UE4MySQL.cppa8.o:(UMySQLDatabase::MySQLInitConnection(FString, FString, FString, FString))

ld.lld: error: undefined symbol: mysql_set_character_set
>>> referenced by MySQLDatabase.cpp:48 (D:/Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\Private\MySQLDatabase.cpp:48)
>>>               D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/Plugins/UE4MySQL/Intermediate/Build/Android/UE4/Shipping/UE4MySQL/Module.UE4MySQL.cppa8.o:(UMySQLDatabase::MySQLInitConnection(FString, FString, FString, FString))

ld.lld: error: undefined symbol: mysql_query
>>> referenced by MySQLDatabase.cpp:76 (D:/Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\Private\MySQLDatabase.cpp:76)
>>>               D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/Plugins/UE4MySQL/Intermediate/Build/Android/UE4/Shipping/UE4MySQL/Module.UE4MySQL.cppa8.o:(UMySQLDatabase::MySQLConnectorExecuteQuery(FString, UMySQLConnection*))
>>> referenced by MySQLDatabase.cpp:307 (D:/Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\Private\MySQLDatabase.cpp:307)
>>>               D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/Plugins/UE4MySQL/Intermediate/Build/Android/UE4/Shipping/UE4MySQL/Module.UE4MySQL.cppa8.o:(UMySQLDatabase::RunQueryAndGetResults(FString, UMySQLConnection*))

ld.lld: error: undefined symbol: mysql_store_result
>>> referenced by MySQLDatabase.cpp:312 (D:/Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\Private\MySQLDatabase.cpp:312)
>>>               D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/Plugins/UE4MySQL/Intermediate/Build/Android/UE4/Shipping/UE4MySQL/Module.UE4MySQL.cppa8.o:(UMySQLDatabase::RunQueryAndGetResults(FString, UMySQLConnection*))

ld.lld: error: undefined symbol: mysql_num_fields
>>> referenced by MySQLDatabase.cpp:323 (D:/Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\Private\MySQLDatabase.cpp:323)
>>>               D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/Plugins/UE4MySQL/Intermediate/Build/Android/UE4/Shipping/UE4MySQL/Module.UE4MySQL.cppa8.o:(UMySQLDatabase::RunQueryAndGetResults(FString, UMySQLConnection*))

ld.lld: error: undefined symbol: mysql_fetch_fields
>>> referenced by MySQLDatabase.cpp:329 (D:/Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\Private\MySQLDatabase.cpp:329)
>>>               D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/Plugins/UE4MySQL/Intermediate/Build/Android/UE4/Shipping/UE4MySQL/Module.UE4MySQL.cppa8.o:(UMySQLDatabase::RunQueryAndGetResults(FString, UMySQLConnection*))

ld.lld: error: undefined symbol: mysql_fetch_row
>>> referenced by MySQLDatabase.cpp:349 (D:/Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\Private\MySQLDatabase.cpp:349)
>>>               D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/Plugins/UE4MySQL/Intermediate/Build/Android/UE4/Shipping/UE4MySQL/Module.UE4MySQL.cppa8.o:(UMySQLDatabase::RunQueryAndGetResults(FString, UMySQLConnection*))
>>> referenced by MySQLDatabase.cpp:349 (D:/Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\Private\MySQLDatabase.cpp:349)
>>>               D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/Plugins/UE4MySQL/Intermediate/Build/Android/UE4/Shipping/UE4MySQL/Module.UE4MySQL.cppa8.o:(UMySQLDatabase::RunQueryAndGetResults(FString, UMySQLConnection*))

ld.lld: error: undefined symbol: mysql_free_result
>>> referenced by MySQLDatabase.cpp:390 (D:/Murras\repos\UE4_Projects\SPK_235_PERPLAN_FLORIANO_ed\Plugins\UE4MySQL\Source\UE4MySQL\Private\MySQLDatabase.cpp:390)
>>>               D:/Murras/repos/UE4_Projects/SPK_235_PERPLAN_FLORIANO_ed/Plugins/UE4MySQL/Intermediate/Build/Android/UE4/Shipping/UE4MySQL/Module.UE4MySQL.cppa8.o:(UMySQLDatabase::RunQueryAndGetResults(FString, UMySQLConnection*))
clang++: error: linker command failed with exit code 1 (use -v to see invocation)

Took 4,3622859s to run UnrealBuildTool.exe, ExitCode=6
UnrealBuildTool failed. See log for more details. (C:\Users\murra\AppData\Roaming\Unreal Engine\AutomationTool\Logs\E+ProgramFiles+Epic+Games+UE_4.26\UBT-ARCHVIZ_NEW-Android-Shipping.txt)
AutomationTool exiting with ExitCode=6 (6)
BUILD FAILED

`

Windows path issues.

Hi,
Firstly, thanks for making this available.

One issue I found was with the path self discovery in MySQLConnectorUE4Plugin.Build.cs. It seems to put in the Windows directory separator '' rather than the UNIX one '/' in the paths which caused file not found errors (most notably for mysql.h).

Hard coding the path and replacing instances of '' with '/' resolved the issue and the plugin compiled fine.

Machine details;

  • Windows 10
  • VS2016 installed
  • UE4 v4.12.5 used to compile plugin (4.13 also installed)
  • UE4 C++ third person shooter template used as base game for plugin compiling.

I can easily re-create the issue and can supply logs if needed for both not working and working (with hard coded paths).

Запрос о гайде по имплементации.

Здравствуйте. Я начинающий разработчик и не совсем понимаю как правильно проводить имплементацию mysql connector в движек. Вы бы могли записать гайд о том как это надо делать правильно. К тому же я был бы рад если бы вы использовали вашу систему плагина, так как она поддерживает BP. Это очень важно. Спасибо!

Cant include into project

Hi

I Cant able to include this plugin into unreal project

The errors are

Running E:/UE4 Source/UE_4.18/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project="E:/UE_Project/DuroStars/DuroStars.uproject" -game -rocket -progress
Discovering modules, targets and source code for project...
While compiling E:\UE_Project\DuroStars\Intermediate\Build\BuildRules\DuroStarsModuleRules.dll:
WARNING: e:\UE_Project\DuroStars\Plugins\MySQLConnectorUE4Plugin-master\Source\MySQLConnectorUE4Plugin\MySQLConnectorUE4Plugin.Build.cs(6,12) : warning CS0618: 'UnrealBuildTool.ModuleRules.ModuleRules()' is obsolete: 'Please change your module constructor to take a ReadOnlyTargetRules parameter, and pass it to the base class constructor (eg. "MyModuleRules(ReadOnlyTargetRules Target) : base(Target)").'
ERROR: e:\UE_Project\DuroStars\Plugins\MySQLConnectorUE4Plugin-master\Source\MySQLConnectorUE4Plugin\MySQLConnectorUE4Plugin.Build.cs(11,9) : error CS0200: Property or indexer 'UnrealBuildTool.ReadOnlyTargetRules.bForceEnableExceptions' cannot be assigned to -- it is read only
ERROR: e:\UE_Project\DuroStars\Plugins\MySQLConnectorUE4Plugin-master\Source\MySQLConnectorUE4Plugin\MySQLConnectorUE4Plugin.Build.cs(14,3) : error CS0246: The type or namespace name 'FileReference' could not be found (are you missing a using directive or an assembly reference?)
ERROR: e:\UE_Project\DuroStars\Plugins\MySQLConnectorUE4Plugin-master\Source\MySQLConnectorUE4Plugin\MySQLConnectorUE4Plugin.Build.cs(15,3) : error CS1502: The best overloaded method match for 'UnrealBuildTool.UProjectInfo.TryGetProjectForTarget(string, out Tools.DotNETCommon.FileReference)' has some invalid arguments
ERROR: e:\UE_Project\DuroStars\Plugins\MySQLConnectorUE4Plugin-master\Source\MySQLConnectorUE4Plugin\MySQLConnectorUE4Plugin.Build.cs(15,56) : error CS1503: Argument 2: cannot convert from 'out FileReference' to 'out Tools.DotNETCommon.FileReference'
ERROR: e:\UE_Project\DuroStars\Plugins\MySQLConnectorUE4Plugin-master\Source\MySQLConnectorUE4Plugin\MySQLConnectorUE4Plugin.Build.cs(18,3) : error CS0246: The type or namespace name 'FileReference' could not be found (are you missing a using directive or an assembly reference?)
WARNING: e:\UE_Project\DuroStars\Plugins\MySQLConnectorUE4Plugin-master\Source\MySQLConnectorUE4Plugin\MySQLConnectorUE4Plugin.Build.cs(11,9) : warning CS0618: 'UnrealBuildTool.ModuleRules.UEBuildConfiguration' is obsolete: 'The UEBuildConfiguration alias is deprecated in 4.18. Set the same properties on the ReadOnlyTargetRules instance passed into the ModuleRules constructor instead.'
ERROR: UnrealBuildTool Exception: Unable to compile source files.

Can u pls help me to solve this pls..

Can not package for Windows 32 bit

I get an error that I don't really understand, you can see it in the log file below. I want to mention that packaging for windows x64 is done without any problems, and packaging without this plugin for windows 32-bit is also done without any problems. I use UE 4.25 on Windows x64
UBT-Beta-Win32-Shipping.txt

To isolate all game code under #if WITH_SERVER directives to make sure this code will not be sitting in client's desktop ever

...I think maybe a second layer of code between server and database is still safest way instead of giving your server exe direct SQL access.
Using this you will have to make sure to isolate all game code under #if WITH_SERVER directives to make sure this code will not be sitting in client's desktop ever....
https://forums.unrealengine.com/showthread.php?120792-MySQL-Connector-UE4-Plugin-is-available-for-all-now&p=583731&viewfull=1#post583731

UE4 Crashing.

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.

Adding Port Variable

Is there any way of quickly adding in a port variable for the SQL connection?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.