Manu

Results 19 comments of Manu

We are also experiencing something similar in our app. We do not see a leak when we have one server and one client communicating via Request/Response sockets. However, if another...

Which version of Windows are you using? Does it fail right away when you select uninstall, or do you see some windows before failure? Did you install Xenko at the...

The Linux support is available in Xenko 1.7. The macOS support is coming soon!

We are going to look at the crash. In the meantime, could you restore the .dll.config files with the ones attached in the zip file and simply recompile your game...

Thanks for the detailed report! Could you clarify that: - If you put the new .dll.config files, you get the crash in the unmanaged part (when setting up the Audio)...

For the App, if you could extract all the information on the OpenGL version that would be great.

Thanks for the report. We are looking into this as this part hasn't been implemented yet for Linux.

Not sure yet. Could you add those files in GameStudio instead of loading them at runtime?

I'm definitely using CRLF on my test machine, but the server is running Linux and files only contain LF and I have the same behavior. The file where I have...

That's correct. It seems that `selection-change` is called when getting out of focus and I'm mostly calling `selection-change` to get the format. I added a protection to make sure that...