y0014984 / Advanced-Equipment

Advanced Equipment is a Arma 3 mod, that brings equipment to life, like laptops and lamps.
Other
23 stars 9 forks source link

Check Log Messages like these #368

Open y0014984 opened 1 year ago

y0014984 commented 1 year ago

Where do they come from?

12:48:09 Performance warning: SimpleSerialization::Read 'ae3_terminal' is using type of ,'SCRIPT' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
12:48:09 Performance warning: SimpleSerialization::Read 'ae3_terminal' is using type of ,'CONTROL' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
12:48:09 Performance warning: SimpleSerialization::Read 'ae3_terminal' is using type of ,'TEXT' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
12:48:09 Performance warning: SimpleSerialization::Read 'ae3_terminal' is using type of ,'TEXT' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
12:48:09 Performance warning: SimpleSerialization::Read 'ae3_terminal' is using type of ,'TEXT' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
y0014984 commented 11 months ago

partially solved in #391 for server RPT. For client log we need to fully rewrite the Text to StructuredText conversions, so only Strings or Arrays of Strings are transfered to the UIonTex clients. Clients could then render the structured text locally. This would prevent the Log SPAM on clients.