BenjaminAmos
BenjaminAmos
The `TerasologyLauncher.x64.exe` executable comes from [MovingBlocks/TerasologyJavaLauncher](https://github.com/MovingBlocks/TerasologyJavaLauncher). It is compiled for the `Windows` subsystem (see [TerasologyJavaLauncher.vcxproj#L309](https://github.com/MovingBlocks/TerasologyJavaLauncher/blob/385dc34b93179f1658faf6aff0d97fd8cb62c299/TerasologyJavaLauncher.vcxproj#L309)), which does not spawn a console, therefore there will not be any console output. That...
Actually, I do not believe that we bundle the executable with distributions anymore anyway. The launch executables were removed years ago in #4347. This issue is obsolete.
Have you tried using the macOS download ([here](https://github.com/MovingBlocks/TerasologyLauncher/releases/download/v4.8.0/TerasologyLauncher-mac.zip))? It is for x86-64 but I believe it may still be compatible. Is there a particular reason why you are running this...
There is a footnote about this in the contributor quick start guide: https://terasology.org/Terasology/#/Contributor-Quick-Start?id=f4. Under normal circumstances with an active project I would not recommend running a server from source unless...
https://github.com/BenjaminAmos/TracyJavaBindings should be public now. I was staging the library in a private repository and forgot to make it public before creating this pull request.
The library loading errors should be fixed by https://github.com/MovingBlocks/TracyJavaBindings/commit/fa7be512d59f0d500c4e5c0ef498c39f4ea73055.
As far as I know, the only thing left before this can be merged is building the TracyJavaBindings library and publishing it to artifactory. We need builds for Windows, macOS...
I think creating the `.local` folder on Windows is in itself a bug.
My comments from before are still valid, I think? The changes remove code needed for gestalt to work with `SecurityManager`, as well as other unrelated changes. I could probably accept...
This also has merge conflicts now, so it would have to be updated regardless.