Open xqiangne opened 2 months ago
Hmm. Can you do a debug-build that has the release optimizations also?
The error code alone does not tell us much about the origin of the problem...
Hmm. Can you do a debug-build that has the release optimizations also?
The error code alone does not tell us much about the origin of the problem...
I tried debugging and building with release optimization, and it was the same as the release build.
Do you at least get a backtrace in the debugger?
I have the same error messages
[2024-09-11 16:00:13.123 (UTC+0800)] info/session TCP 0 | SC 0 | Session "Administrator" | AddNode (i=153
03): No TypeDefinition. Use the default TypeDefinition for the Variable/Object
[2024-09-11 16:00:13.126 (UTC+0800)] info/session TCP 0 | SC 0 | Session "Administrator" | AddNode (i=254
51): No TypeDefinition. Use the default TypeDefinition for the Variable/Object
which are printed immediately after just calling UA_Server_new()
.
I am on version 1.4.6, Windows, and using Mingw instead of msvc compiler.
version: 1.4.4
[2024-09-11 16:00:13.121 (UTC+0800)] info/eventloop Starting the EventLoop [2024-09-11 16:00:13.122 (UTC+0800)] warn/server AccessControl: Unconfigured AccessControl. Users have all permis sions. [2024-09-11 16:00:13.122 (UTC+0800)] info/server AccessControl: Anonymous login is enabled [2024-09-11 16:00:13.123 (UTC+0800)] warn/server x509 Certificate Authentication configured, but no encrypting Se curityPolicy. This can leak credentials on the network. [2024-09-11 16:00:13.123 (UTC+0800)] info/session TCP 0 | SC 0 | Session "Administrator" | AddNode (i=153 03): No TypeDefinition. Use the default TypeDefinition for the Variable/Object [2024-09-11 16:00:13.126 (UTC+0800)] info/session TCP 0 | SC 0 | Session "Administrator" | AddNode (i=254 51): No TypeDefinition. Use the default TypeDefinition for the Variable/Object [2024-09-11 16:00:13.130 (UTC+0800)] warn/userland ServerUrls already set. Overriding. [2024-09-11 16:00:13.130 (UTC+0800)] warn/server AccessControl: Unconfigured AccessControl. Users have all permis sions. [2024-09-11 16:00:13.131 (UTC+0800)] info/server AccessControl: Anonymous login is enabled [2024-09-11 16:00:13.132 (UTC+0800)] warn/server x509 Certificate Authentication configured, but no encrypting Se curityPolicy. This can leak credentials on the network. [2024-09-11 16:00:13.132 (UTC+0800)] warn/server x509 Certificate Authentication configured, but no encrypting Se curityPolicy. This can leak credentials on the network. [2024-09-11 16:00:13.132 (UTC+0800)] info/session TCP 0 | SC 0 | Session "Administrator" | AddNode (ns=1; s=the.answer): No TypeDefinition. Use the default TypeDefinition for the Variable/Object [2024-09-11 16:00:13.132 (UTC+0800)] warn/server Maximum SecureChannels count not enough for the maximum Sessions count [2024-09-11 16:00:13.134 (UTC+0800)] info/network TCP | Listening on all interfaces [2024-09-11 16:00:13.145 (UTC+0800)] info/network TCP 404 | Creating listen socket for "DESKTOP-1RU9F2K" (with loc al hostname "DESKTOP-1RU9F2K") on port 4840
进程已结束,退出代码为 -1073741819 (0xC0000005)