mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #04919
[Bug 1642262] Re: Crash when attempting a SQL select
Migrating issues to Github, please follow the new discussion here:
https://github.com/Mudlet/Mudlet/issues/797
This issue needs to be closed and there is no appropriate status, so
will set it to "Opinion" just for migration purposes.
** Bug watch added: github.com/Mudlet/Mudlet/issues #797
https://github.com/Mudlet/Mudlet/issues/797
** Changed in: mudlet
Status: New => Opinion
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1642262
Title:
Crash when attempting a SQL select
Status in Mudlet:
Opinion
Bug description:
Mudlet (Iota) crashes on the windows build, at least, as soon as a SQL
select is issued. This is coming from the linked libraries.
The below needs to be changed in mudlet's src.pro
src.pro:
} else:win32: {
LIBS += -L"C:\\mudlet5_package" \
-L"C:\\mingw32\\lib" \
-L"C:\\mingw32\\bin" \
-llua51 \
-lpcre-1 \
-llibhunspell-1.4 \
-lzip \ # for dlgPackageExporter
-lz \ # for ctelnet.cpp
-lyajl \
-lopengl32 \
-lglut \
-lglu32
INCLUDEPATH += "C:\\mingw32\\include"
# Leave this undefined so mudlet::readSettings() preprocessing will fall back to
To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1642262/+subscriptions
References