<?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[Room.deserializePath(path) not a funtion]]></title><description><![CDATA[<p>Has something happened to Room.deserializePath(path)?</p>
<p>I get told its not a function when I try to use it.</p>
]]></description><link>http://screeps.com/forum/topic/2957/room-deserializepath-path-not-a-funtion</link><generator>RSS for Node</generator><lastBuildDate>Mon, 14 Sep 2026 21:27:30 GMT</lastBuildDate><atom:link href="http://screeps.com/forum/topic/2957.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 26 Apr 2020 19:37:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Room.deserializePath(path) not a funtion on Invalid Date]]></title><description><![CDATA[<p>Has something happened to Room.deserializePath(path)?</p>
<p>I get told its not a function when I try to use it.</p>
]]></description><link>http://screeps.com/forum/post/14988</link><guid isPermaLink="true">http://screeps.com/forum/post/14988</guid><dc:creator><![CDATA[ayrtep]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Room.deserializePath(path) not a funtion on Invalid Date]]></title><description><![CDATA[<p>Are you calling it on <code>Room</code> or on an object of type <code>Room</code>? <code>deserializePath</code> belongs to the <code>Room</code> type, not to the room objects themselves, so you'll use <code>Room.deserializePath(path)</code> instead of, say, <code>Game.rooms.E59N1.deserializePath(path)</code>.</p>
]]></description><link>http://screeps.com/forum/post/14993</link><guid isPermaLink="true">http://screeps.com/forum/post/14993</guid><dc:creator><![CDATA[JBYoshi]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Room.deserializePath(path) not a funtion on Invalid Date]]></title><description><![CDATA[<p>I don't know, but this pattern seems to align with other problems occurring lately, like missing &quot;main&quot; objects double globals etc.<br />
Something somewhere in the server infrastructure is going haywire, <a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/3">@artch</a> <a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/183">@o4kapuk</a>  are on it but this seems to be something really elusive.</p>
<p>I bet this is something that is so incredible dumb nobody would ever identify it as a problem <img
      src="http://screeps.com/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f611.png?v=a1k070tfs06"
      class="not-responsive emoji emoji-emoji-one emoji--expressionless_face"
      title="-_-"
      alt="😑"
    /><br />
A typical rage debugging thing.<br />
I remember, I once wrote Sudoku solver which refused to work to the extend that I completely refactored the entire thing...<br />
Only to find a f-ing exit point early on that I set for testing so it dosn't load the entire thing <img
      src="http://screeps.com/forum/plugins/nodebb-plugin-emoji/emoji/android/1f644.png?v=a1k070tfs06"
      class="not-responsive emoji emoji-android emoji--face_with_rolling_eyes"
      title=":face_with_rolling_eyes:"
      alt="🙄"
    /></p>
]]></description><link>http://screeps.com/forum/post/14999</link><guid isPermaLink="true">http://screeps.com/forum/post/14999</guid><dc:creator><![CDATA[MrFaul]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Room.deserializePath(path) not a funtion on Mon, 11 May 2020 13:41:56 GMT]]></title><description><![CDATA[<p>Ok I worked out what my problem was.
I was calling deserializePath on a room object rather than the room.
eg</p>
<p><s>creep.room.deserializePath(myPath)</s></p>
<p>rather than</p>
<p>Room.deserializePath(myPath)</p>
<p>Guess the documentation was too cleaver for me.</p>
]]></description><link>http://screeps.com/forum/post/15075</link><guid isPermaLink="true">http://screeps.com/forum/post/15075</guid><dc:creator><![CDATA[ayrtep]]></dc:creator><pubDate>Mon, 11 May 2020 13:41:56 GMT</pubDate></item></channel></rss>