FAF Client news, chat, play and replay buttons will not function

FAF Client 2021.12.0 - was playing on this OK last night and today it runs up and displays the news but the news, chat, play and replay tabs wont activate (and only show the mouse pointer over them, not the 'finger' pointer) - the mods etc, tabs function Ok. I can't also get the three bar menu to activate - tried restart and no change .... any ideas ?
No error messages and nothing I can see in the client log bar a map issue ...
021-12-29 19:05:18.290 INFO 9204 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Starting application using Java 15.0.1 on %CPU_NAME% with PID 9204 (started by %USER% in C:\Program Files\Downlord's FAF Client)
2021-12-29 19:05:18.292 INFO 9204 --- [JavaFX-Launcher] o.s.boot.SpringApplication : The following profiles are active: windows,prod
2021-12-29 19:05:19.270 INFO 9204 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'faf-client-com.faforever.client.config.ClientProperties' of type [com.faforever.client.config.ClientProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-12-29 19:05:19.277 INFO 9204 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'fafClientApplication' of type [com.faforever.client.FafClientApplication$$EnhancerBySpringCGLIB$$22c340a6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-12-29 19:05:19.291 INFO 9204 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'platformService' of type [com.faforever.client.fx.PlatformService] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-12-29 19:05:19.293 INFO 9204 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'reportingService' of type [com.faforever.client.reporting.ReportingService] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-12-29 19:05:19.297 INFO 9204 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'baseConfig' of type [com.faforever.client.config.BaseConfig$$EnhancerBySpringCGLIB$$515bacc3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-12-29 19:05:19.304 INFO 9204 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'messageSource' of type [org.springframework.context.support.ReloadableResourceBundleMessageSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-12-29 19:05:19.446 INFO 9204 --- [JavaFX-Launcher] c.f.c.preferences.PreferencesService : Switching FA Forever logging configuration to INFO
2021-12-29 19:05:19.447 INFO 9204 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'preferencesService' of type [com.faforever.client.preferences.PreferencesService] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-12-29 19:05:19.451 INFO 9204 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'i18n' of type [com.faforever.client.i18n.I18n] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-12-29 19:05:19.453 INFO 9204 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'notificationService' of type [com.faforever.client.notification.NotificationService] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-12-29 19:05:19.455 INFO 9204 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'asyncConfig' of type [com.faforever.client.config.AsyncConfig$$EnhancerBySpringCGLIB$$363ed3de] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-12-29 19:05:20.214 INFO 9204 --- [JavaFX-Launcher] c.f.c.map.generator.MapGeneratorService : Deleting leftover generated maps...
2021-12-29 19:05:20.351 INFO 9204 --- [JavaFX-Launcher] com.faforever.client.update.Version : The current application version is: 2021.12.0
2021-12-29 19:05:20.352 INFO 9204 --- [JavaFX-Launcher] c.f.client.update.ClientUpdateService : Current version: 2021.12.0
2021-12-29 19:05:20.357 INFO 9204 --- [pool-3-thread-7] c.f.client.update.CheckForUpdateTask : Checking for client update
2021-12-29 19:05:20.363 INFO 9204 --- [pool-3-thread-8] c.f.c.update.CheckForBetaUpdateTask : Checking for client update (pre-release channel)
2021-12-29 19:05:20.954 INFO 9204 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Started application in 3.35 seconds (JVM running for 4.725)
2021-12-29 19:05:21.041 WARN 9204 --- [pool-3-thread-3] com.faforever.client.map.MapService : Map could not be read: Mururoa 2v2v2.v2

com.faforever.client.map.MapLoadException: Could not load map due to lua errorC:\ProgramData\FAForever\user\My Games\Gas Powered Games\Supreme Commander Forged Alliance\maps\Mururoa 2v2v2.v2
at com.faforever.client.map.MapService.readMap(MapService.java:350)
at com.faforever.client.map.MapService.tryAddInstalledMap(MapService.java:298)
at com.faforever.client.map.MapService$1.call(MapService.java:281)
at com.faforever.client.map.MapService$1.call(MapService.java:262)
at javafx.concurrent.Task$TaskCallable.call(Task.java:1425)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:832)
Caused by: org.luaj.vm2.LuaError: 2044474195:11: '}' expected (to close '{' at line 2)
at org.luaj.vm2.compiler.LexState.lexerror(Unknown Source)
at org.luaj.vm2.compiler.LexState.syntaxerror(Unknown Source)
at org.luaj.vm2.compiler.LexState.check_match(Unknown Source)
at org.luaj.vm2.compiler.LexState.constructor(Unknown Source)
at org.luaj.vm2.compiler.LexState.simpleexp(Unknown Source)
at org.luaj.vm2.compiler.LexState.subexpr(Unknown Source)
at org.luaj.vm2.compiler.LexState.expr(Unknown Source)
at org.luaj.vm2.compiler.LexState.explist(Unknown Source)
at org.luaj.vm2.compiler.LexState.assignment(Unknown Source)
at org.luaj.vm2.compiler.LexState.exprstat(Unknown Source)
at org.luaj.vm2.compiler.LexState.statement(Unknown Source)
at org.luaj.vm2.compiler.LexState.statlist(Unknown Source)
at org.luaj.vm2.compiler.LexState.mainfunc(Unknown Source)
at org.luaj.vm2.compiler.LuaC$CompileState.luaY_parser(Unknown Source)
at org.luaj.vm2.compiler.LuaC$CompileState.access$000(Unknown Source)
at org.luaj.vm2.compiler.LuaC.compile(Unknown Source)
at org.luaj.vm2.Globals.compilePrototype(Unknown Source)
at org.luaj.vm2.Globals.loadPrototype(Unknown Source)
at org.luaj.vm2.Globals.load(Unknown Source)
at com.faforever.client.util.LuaUtil.load(LuaUtil.java:31)
at com.faforever.client.util.LuaUtil.loadFile(LuaUtil.java:24)
at com.faforever.client.map.MapService.readMap(MapService.java:327)
... 8 common frames omitted

2021-12-29 19:05:22.658 INFO 9204 --- [JavaFX Application Thread] com.faforever.client.update.Version : fromVersion '2021.10' is not newer than toVersion '2021.12'. No update is required.
2021-12-29 19:05:22.701 INFO 9204 --- [JavaFX Application Thread] com.faforever.client.user.UserService : Logging in with refresh token
2021-12-29 19:05:23.465 INFO 9204 --- [reactor-tcp-nio-2] com.faforever.commons.lobby.FafLobbyApi : Connected to lobby.faforever.com on port 8002
2021-12-29 19:05:30.855 INFO 9204 --- [JavaFX Application Thread] com.faforever.client.update.Version : fromVersion '2021.12' is not newer than toVersion '2021.12'. No update is required.
2021-12-29 19:06:09.661 WARN 9204 --- [JavaFX Application Thread] c.f.client.fa.relay.ice.IceAdapterImpl : Ignoring call to ICE adapter as we are not connected: quit([])
2021-12-29 19:06:09.666 INFO 9204 --- [JavaFX Application Thread] c.f.client.remote.FafServerAccessor : Closing lobby server connection
2021-12-29 19:06:09.666 INFO 9204 --- [JavaFX Application Thread] com.faforever.commons.lobby.FafLobbyApi : Disconnecting from server
2021-12-29 19:06:09.666 INFO 9204 --- [JavaFX Application Thread] com.faforever.commons.lobby.FafLobbyApi : Outbound channel closed
2021-12-29 19:06:09.670 INFO 9204 --- [reactor-tcp-nio-2] com.faforever.commons.lobby.FafLobbyApi : Disconnected from server
2021-12-29 19:06:11.690 INFO 9204 --- [JavaFX Application Thread] com.faforever.client.config.AsyncConfig : Shutting down ExecutorService 'taskExecutor'

Post your client.log file from C:/ProgramData/FAForever/logs

I already copied the last activation ... do you want the whole file ?

Have you tried to reinstall the client?
Have you tried to redownload the Mururoa map that apparently can't be loaded?

HAH ! - weird .... when I made the window smaller, i.e. not full screen, the tabs came back available ! and work ! ... back to full screen and not available, although it seems to be if on the LHS side of the monitor they don't work - maybe a 4K monitor is a bit big for it ?
Thanks for the assist anyway !, G.

Ah yeah there are some UI issues when the window is too large