<?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[Strange error &#x27;code = 12, error = &quot;ossil-&quot; &#x27; on Defold when joining server]]></title><description><![CDATA[<p>Hello, I've upgraded colyseus from 0.12.x to 0.13 both on my game server and client (made with defold), now I'm getting this strange error as soon as I join the server:</p>
<h4>Error</h4>
<pre><code>  DEBUG:SCRIPT: join error in chars_select: 
  DEBUG:SCRIPT: 
  { --&lsqb;&lsqb;000001A7D6D041C0&rsqb;&rsqb;
    code = 12,
    error = &quot;ossil-&quot;
  }
</code></pre>
<h4>Generated by this code:</h4>
<pre><code>client:join_or_create(&quot;authroom&quot;, {username = username, password = password }, function(err, room2)
	if (err ~= nil) then
		print(&quot;join error in chars_select: &quot;)
		pprint(err)
		return
	end
	isConnected = true
	room = room2
	return
end)
</code></pre>
<p>Then nothing happens until I close the client, and only in that moment, the server closes the Room.</p>
<p>I've tried to find some reference to this error code or description. The only thing I've found is that, maybe, 12 equals with &quot;room left&quot;. I got it from github repo search, looking for &quot;code 12&quot;.</p>
<p>Does anyone know what's happening to my game?<br />
Thank you in advance!</p>
<p>Edit<br />
could ossil be Fossil?</p>
]]></description><link>http://discuss.colyseus.io/topic/359/strange-error-code-12-error-ossil-on-defold-when-joining-server</link><generator>RSS for Node</generator><lastBuildDate>Sat, 07 Mar 2026 02:36:52 GMT</lastBuildDate><atom:link href="http://discuss.colyseus.io/topic/359.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 06 May 2020 19:14:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Strange error &#x27;code = 12, error = &quot;ossil-&quot; &#x27; on Defold when joining server on Wed, 06 May 2020 19:15:08 GMT]]></title><description><![CDATA[<p>Hello, I've upgraded colyseus from 0.12.x to 0.13 both on my game server and client (made with defold), now I'm getting this strange error as soon as I join the server:</p>
<h4>Error</h4>
<pre><code>  DEBUG:SCRIPT: join error in chars_select: 
  DEBUG:SCRIPT: 
  { --&lsqb;&lsqb;000001A7D6D041C0&rsqb;&rsqb;
    code = 12,
    error = &quot;ossil-&quot;
  }
</code></pre>
<h4>Generated by this code:</h4>
<pre><code>client:join_or_create(&quot;authroom&quot;, {username = username, password = password }, function(err, room2)
	if (err ~= nil) then
		print(&quot;join error in chars_select: &quot;)
		pprint(err)
		return
	end
	isConnected = true
	room = room2
	return
end)
</code></pre>
<p>Then nothing happens until I close the client, and only in that moment, the server closes the Room.</p>
<p>I've tried to find some reference to this error code or description. The only thing I've found is that, maybe, 12 equals with &quot;room left&quot;. I got it from github repo search, looking for &quot;code 12&quot;.</p>
<p>Does anyone know what's happening to my game?<br />
Thank you in advance!</p>
<p>Edit<br />
could ossil be Fossil?</p>
]]></description><link>http://discuss.colyseus.io/post/1192</link><guid isPermaLink="true">http://discuss.colyseus.io/post/1192</guid><dc:creator><![CDATA[MrFasolo97]]></dc:creator><pubDate>Wed, 06 May 2020 19:15:08 GMT</pubDate></item><item><title><![CDATA[Reply to Strange error &#x27;code = 12, error = &quot;ossil-&quot; &#x27; on Defold when joining server on Invalid Date]]></title><description><![CDATA[<p>Hi <a class="plugin-mentions-user plugin-mentions-a" href="http://discuss.colyseus.io/uid/669">@MrFasolo97</a>,</p>
<p><a class="plugin-mentions-user plugin-mentions-a" href="http://discuss.colyseus.io/uid/602">@chsqn</a> has made a pull-request today fixing a mistake in the protocol codes for the Defold client. (<a href="https://github.com/colyseus/colyseus-defold/commit/12e6384a264fb38f3929c173c196d09a193429db" rel="nofollow">https://github.com/colyseus/colyseus-defold/commit/12e6384a264fb38f3929c173c196d09a193429db</a>)</p>
<p>I'm going to double-check the Defold client now and let you know</p>
]]></description><link>http://discuss.colyseus.io/post/1193</link><guid isPermaLink="true">http://discuss.colyseus.io/post/1193</guid><dc:creator><![CDATA[endel]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Strange error &#x27;code = 12, error = &quot;ossil-&quot; &#x27; on Defold when joining server on Invalid Date]]></title><description><![CDATA[<p>I've just created a 0.13.1 tag on Github so you can assign it to your Defold project. Let me know if that works for you. Cheers!</p>
]]></description><link>http://discuss.colyseus.io/post/1194</link><guid isPermaLink="true">http://discuss.colyseus.io/post/1194</guid><dc:creator><![CDATA[endel]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Strange error &#x27;code = 12, error = &quot;ossil-&quot; &#x27; on Defold when joining server on Wed, 06 May 2020 20:57:51 GMT]]></title><description><![CDATA[<p>Yeah, now I don't get that error anymore, I've got some other errors, probably only caused by my old this.send(client, message) functions. When I'm done upgrading all my code we'll know for sure, but for now it seems fixed. Thanks!<br />
Edit:<br />
Yeah, it's fixed. Thank you again!</p>
]]></description><link>http://discuss.colyseus.io/post/1195</link><guid isPermaLink="true">http://discuss.colyseus.io/post/1195</guid><dc:creator><![CDATA[MrFasolo97]]></dc:creator><pubDate>Wed, 06 May 2020 20:57:51 GMT</pubDate></item></channel></rss>