akallabeth
akallabeth
@IXXXEL well, you just break the function (`WAIT_FAILED` is a constant and always true)
looks like the export table is broken when turned on: ``` 17:37 $ nm xxx/libspdlog.dylib |grep base_sink 000000000000e3d0 t __ZN6spdlog5sinks9base_sinkINS_7details10null_mutexEE11set_patternERKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE 000000000000e0c0 t __ZN6spdlog5sinks9base_sinkINS_7details10null_mutexEE12set_pattern_ERKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE 000000000000e3e0 t __ZN6spdlog5sinks9base_sinkINS_7details10null_mutexEE13set_formatterENSt3__110unique_ptrINS_9formatterENS5_14default_deleteIS7_EEEE 000000000000e2c0 t __ZN6spdlog5sinks9base_sinkINS_7details10null_mutexEE14set_formatter_ENSt3__110unique_ptrINS_9formatterENS5_14default_deleteIS7_EEEE 000000000000e3b0...
so, here is a comparison of all global symbols between `lto` and `nolto`: (created with `nm -g xxx/libspdlog.dylib |tee lto.txt` and then first column deleted for the diff) ``` diff...
@chris-fogel-intermetro-net you will most likely need to create some identification for the session (user/server/...) and in case there is another instance running with that exact same connection parameters pass the...
Sounds like you would be better off using `ogon` or `xrdp` instead of `freerdp-shadow`? It is intended as a tool to mirror the local running session (remote support or presentation)...
Please add some information, can not reproduce. which versions are you useing?
@Pivert thank you. Indeed, there was a bug fixed with https://github.com/FreeRDP/FreeRDP/pull/2051 can you try with nightly builds and check if that works for you>
@Pivert please clarify, just tested the command line from above with my credentials against a windows 10 setup and it works as expected.
@Pivert ok, retried, and it looks windows 10 has some (strange) automation that strips the domain with certain conditions. Try something like `/u:\\domain\\[email protected]` and it will always show correctly.
@kloczek not on our [ci](https://ci.freerdp.com/) neither pull requests nor nightly packages. the issue might be on your end, so some details please. [edit] from the log it looks like it...