Marco Silipo

Results 25 comments of Marco Silipo

Hey there, sorry for the late reply yes, willco (tho a little bit later then anticipated by me due to real life :3)

just wanted to add that this is still WIP will notify Dirkster99 again, once done 😉

@Dirkster99 i consider this now to be complete, One important note tho: I marked the old serializer as Obsolete now ... not sure if that might be a tad too...

Blocking is actually problematic due to the UI calls and the whole serializer probably then running on STA thread, making the dispatcher calls cause a deadlock maybe i should undo...

Hey @Dirkster99 sorry, totally forgot about this Removed the obsolete marker, fixed the naming scheme of the async methods and added samples for the serializer to both the docs and...

I am actually not sure why that null reference exception is happening and sadly cannot reproduce it either probably best to work out a proper async example > There is...

> I assumed the sample that you added was a proper async serializer I am not entirely sure what you mean by that, it is properly async deserializing only serializing...

Not really difficult, just need a proper (and hence fully) async sample with async loading and initialization of the entire window but need to find some good day of spare...

Should be fixed in https://github.com/SQFvm/runtime/commit/c792ea8a5e96f2391e8d6c1493d9c5cbc203aa87 Please reopen if still affected with [latest development release](https://github.com/SQFvm/runtime/actions/runs/5764179067)

Implemented in https://github.com/SQFvm/runtime/commit/73d30d49e254e25a4422a7f88e7a91869d63c3e2 To load `CfgFunctions` functions in SQF-VM, add `--use-cfg-functions` to the command line Please reopen if not as desired in [latest development release](https://github.com/SQFvm/runtime/actions/runs/5764179067)