<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>bug fix | Learn C Games Programming Blog</title>
	<atom:link href="https://learncgames.com/tag/bug-fix/feed/" rel="self" type="application/rss+xml" />
	<link>https://learncgames.com</link>
	<description>A blog about C, programming games and my ebook(s).</description>
	<lastBuildDate>Sat, 08 Mar 2025 16:50:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://learncgames.com/wp-content/uploads/2020/03/cropped-favicon-32x32.png</url>
	<title>bug fix | Learn C Games Programming Blog</title>
	<link>https://learncgames.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">181446779</site>	<item>
		<title>Yet another fix</title>
		<link>https://learncgames.com/yet-another-fix/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=yet-another-fix</link>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Mon, 10 Mar 2025 00:05:24 +0000</pubDate>
				<category><![CDATA[bugs]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<category><![CDATA[bug fix]]></category>
		<guid isPermaLink="false">https://learncgames.com/?p=3335</guid>

					<description><![CDATA[<p>But no AI generated image this time. The problem seems to be with Electron which is the technology that drives VS Code. Normally I use code or code . when I&#8217;ve opened a terminal and done a cd to the folder containing the project. What fiuxes the VS Code crash with Error 5 is adding [&#8230;]</p>
The post <a href="https://learncgames.com/yet-another-fix/">Yet another fix</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></description>
										<content:encoded><![CDATA[<div class='__iawmlf-post-loop-links' style='display:none;' data-iawmlf-post-links='[{&quot;id&quot;:21,&quot;href&quot;:&quot;https:\/\/github.com\/microsoft\/vscode\/issues\/242742&quot;,&quot;archived_href&quot;:&quot;http:\/\/web-wp.archive.org\/web\/20250805032038\/https:\/\/github.com\/microsoft\/vscode\/issues\/242742&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-06 10:46:46&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-10 16:17:05&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-14 11:56:31&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-18 15:19:50&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-27 11:02:56&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-05 16:13:18&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-12 21:44:41&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-15 21:48:20&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-20 18:40:04&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-24 13:03:14&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-31 19:02:00&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-04 23:32:21&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-08 23:48:46&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-12 19:15:10&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-16 02:56:20&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-19 08:52:01&quot;,&quot;http_code&quot;:206}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-04-19 08:52:01&quot;,&quot;http_code&quot;:206},&quot;process&quot;:&quot;done&quot;}]'></div>
<p>But no AI generated image this time.</p>
<p>The problem seems to be with Electron which is the technology that drives VS Code.</p>
<p>Normally I use code or code . when I&#8217;ve opened a terminal and done a cd to the folder containing the project.</p>
<p>What fiuxes the VS Code crash with Error 5 is adding this on the end of the command</p>
<pre>--js-flags="--nodecommit_pooled_pages"</pre>
<p>so use either of these.</p>
<pre>code --js-flags="--nodecommit_pooled_pages" or 

code . --js-flags="--nodecommit_pooled_pages"</pre>
<p>I&#8217;ve tested it with my Pi 4 and it has been rock solid. The bug report and the fix are <a title="Link to bug report on GitHub" href="https://github.com/microsoft/vscode/issues/242742" target="_blank" rel="noopener">here</a> on GitHub.</p>The post <a href="https://learncgames.com/yet-another-fix/">Yet another fix</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3335</post-id>	</item>
	</channel>
</rss>
