<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[I tried to login browser but i can&#x27;t log in and i keep getting this error]]></title><description><![CDATA[<p dir="auto">Client Version: 2026.4.1<br />
java.lang.RuntimeException: java.io.IOException: Cannot run program "rundll32": CreateProcess error=740, The requested operation requires elevation<br />
at com.faforever.client.fx.PlatformService.showDocument(PlatformService.java:79)<br />
at com.faforever.client.login.OAuthValuesReceiver.readValues(OAuthValuesReceiver.java:85)<br />
at com.faforever.client.login.OAuthValuesReceiver.lambda$receiveValues$0(OAuthValuesReceiver.java:57)<br />
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1789)<br />
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1781)<br />
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:511)<br />
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1450)<br />
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2019)<br />
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)<br />
Caused by: java.io.IOException: Cannot run program "rundll32": CreateProcess error=740, The requested operation requires elevation<br />
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1112)<br />
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1046)<br />
at java.base/java.lang.Runtime.exec(Runtime.java:605)<br />
at java.base/java.lang.Runtime.exec(Runtime.java:436)<br />
at java.base/java.lang.Runtime.exec(Runtime.java:321)<br />
at com.faforever.client.fx.PlatformService.showDocument(PlatformService.java:66)<br />
... 8 more<br />
Caused by: java.io.IOException: CreateProcess error=740, The requested operation requires elevation<br />
at java.base/java.lang.ProcessImpl.create(Native Method)<br />
at java.base/java.lang.ProcessImpl.&lt;init&gt;(ProcessImpl.java:485)<br />
at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:146)<br />
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1078)<br />
... 13 more</p>
]]></description><link>https://forum.faforever.com/topic/10247/i-tried-to-login-browser-but-i-can-t-log-in-and-i-keep-getting-this-error</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 03:11:37 GMT</lastBuildDate><atom:link href="https://forum.faforever.com/topic/10247.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 09 Jul 2026 17:37:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to I tried to login browser but i can&#x27;t log in and i keep getting this error on Fri, 10 Jul 2026 00:23:43 GMT]]></title><description><![CDATA[<p dir="auto">You also need to update the game path in the FAF client. Only moving the game folder is not enough. The log indicates it:</p>
<pre><code class="language-text">java.io.IOException: Cannot run program "C:\ProgramData\FAForever\bin\ForgedAlliance.exe": CreateProcess error=2, The system cannot find the file specified
</code></pre>
<p dir="auto">You can change it in <strong>Settings</strong> in the FAF Client. If you cannot find it, gimme a ping; I am currently on mobile.</p>
]]></description><link>https://forum.faforever.com/post/73932</link><guid isPermaLink="true">https://forum.faforever.com/post/73932</guid><dc:creator><![CDATA[magge]]></dc:creator><pubDate>Fri, 10 Jul 2026 00:23:43 GMT</pubDate></item><item><title><![CDATA[Reply to I tried to login browser but i can&#x27;t log in and i keep getting this error on Thu, 09 Jul 2026 17:59:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brutus5000" aria-label="Profile: Brutus5000">@<bdi>Brutus5000</bdi></a><br />
Any idea why i can't play offline?</p>
]]></description><link>https://forum.faforever.com/post/73921</link><guid isPermaLink="true">https://forum.faforever.com/post/73921</guid><dc:creator><![CDATA[Xalimur]]></dc:creator><pubDate>Thu, 09 Jul 2026 17:59:51 GMT</pubDate></item><item><title><![CDATA[Reply to I tried to login browser but i can&#x27;t log in and i keep getting this error on Thu, 09 Jul 2026 17:56:51 GMT]]></title><description><![CDATA[<p dir="auto">I put it on directory F but the error seems to think i put it on the C?</p>
]]></description><link>https://forum.faforever.com/post/73920</link><guid isPermaLink="true">https://forum.faforever.com/post/73920</guid><dc:creator><![CDATA[Xalimur]]></dc:creator><pubDate>Thu, 09 Jul 2026 17:56:51 GMT</pubDate></item><item><title><![CDATA[Reply to I tried to login browser but i can&#x27;t log in and i keep getting this error on Thu, 09 Jul 2026 17:52:37 GMT]]></title><description><![CDATA[<p dir="auto">And i can't play offline too for some reason<br />
Client Version: 2026.4.1<br />
java.io.IOException: Cannot run program "C:\ProgramData\FAForever\bin\ForgedAlliance.exe" (in directory "C:\ProgramData\FAForever\bin"): CreateProcess error=2, The system cannot find the file specified<br />
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1112)<br />
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1046)<br />
at com.faforever.client.fa.ForgedAllianceLaunchService.launch(ForgedAllianceLaunchService.java:161)<br />
at com.faforever.client.fa.ForgedAllianceLaunchService.launchOfflineGame(ForgedAllianceLaunchService.java:49)<br />
at com.faforever.client.game.GameRunner.lambda$startOffline$1(GameRunner.java:556)<br />
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1789)<br />
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1781)<br />
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:511)<br />
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1450)<br />
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2019)<br />
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)<br />
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified<br />
at java.base/java.lang.ProcessImpl.create(Native Method)<br />
at java.base/java.lang.ProcessImpl.&lt;init&gt;(ProcessImpl.java:485)<br />
at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:146)<br />
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1078)<br />
... 10 more</p>
]]></description><link>https://forum.faforever.com/post/73919</link><guid isPermaLink="true">https://forum.faforever.com/post/73919</guid><dc:creator><![CDATA[Xalimur]]></dc:creator><pubDate>Thu, 09 Jul 2026 17:52:37 GMT</pubDate></item><item><title><![CDATA[Reply to I tried to login browser but i can&#x27;t log in and i keep getting this error on Thu, 09 Jul 2026 17:47:36 GMT]]></title><description><![CDATA[<p dir="auto">also i can't see the get help button in the client<br />
<img src="/assets/uploads/files/1783618758140-screenshot-2026-07-10-013814.png" alt="Screenshot 2026-07-10 013814.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.faforever.com/post/73918</link><guid isPermaLink="true">https://forum.faforever.com/post/73918</guid><dc:creator><![CDATA[Xalimur]]></dc:creator><pubDate>Thu, 09 Jul 2026 17:47:36 GMT</pubDate></item><item><title><![CDATA[Reply to I tried to login browser but i can&#x27;t log in and i keep getting this error on Thu, 09 Jul 2026 17:44:44 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xalimur" aria-label="Profile: Xalimur">@<bdi>Xalimur</bdi></a> <a href="/post/73916">said</a>:</p>
<p dir="auto">java.lang.RuntimeException: java.io.IOException: Cannot run program "rundll32": CreateProcess error=740, The requested operation requires elevation</p>
</blockquote>
<p dir="auto">You have some weird Windows issue, that the process claims it needs more permissions (admin permissions) to run the windows core dll to open the browser.</p>
]]></description><link>https://forum.faforever.com/post/73917</link><guid isPermaLink="true">https://forum.faforever.com/post/73917</guid><dc:creator><![CDATA[Brutus5000]]></dc:creator><pubDate>Thu, 09 Jul 2026 17:44:44 GMT</pubDate></item></channel></rss>