<div dir="ltr"><div>Hi Stephane,</div><div>this is the worse game for VM developers ;)</div><div>No just kidding, very good game for finding our own bugs!</div><div><br></div><div>I just ran in debugger, and it crash in b3dDrawSTWRGB</div><div>But it seems like the function received an already corrupted texture...</div><div><br></div><div>(lldb) p *texture<br>(B3DTexture) $10 = {<br>  width = 152691968<br>  height = 1<br>  depth = 152842368<br>  rowLength = 1<br>  sMask = 152740096<br>  sShift = 1<br>  tMask = 152789728<br>  tShift = 1<br>  cmSize = 152890496<br>  colormap = 0x000000010916dd80<br>  data = 0x0000000109179f60<br>}</div><div><br></div><div>The width, depth and color map size are insane.</div><div>(lldb) p/x texture->width<br>(int) $5 = 0x0919e500<br>(lldb) p/x texture->depth<br>(int) $6 = 0x091c3080<br>(lldb) p/x texture->sMask<br>(int) $7 = 0x091aa100<br>(lldb) p/x texture->tMask<br>(int) $8 = 0x091b62e0<br>(lldb) p/x texture->cmSize<br>(int) $9 = 0x091cec80</div><div><br></div><div>Now it remains to discover how this got corrupted...</div><div>I wish I could run the debugger backward in time...</div><div>Maybe it's time to learn a new skill and explore the rr capability on linux as recommended once by Jan Vrany.<br></div><div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mer. 26 févr. 2020 à 10:35, Stéphane Rollandin <<a href="mailto:lecteur@zogotounga.net">lecteur@zogotounga.net</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> <a href="http://files.squeak.org/5.3rc1/Squeak5.3rc1-19414-64bit/" rel="noreferrer" target="_blank">http://files.squeak.org/5.3rc1/Squeak5.3rc1-19414-64bit/</a><br>
> Please give them a try and report any issues here on the mailing list.<br>
The Guardians game does not run in the 64bit version - it crashes <br>
immediately.<br>
<br>
Guardians:<br>
<a href="http://www.zogotounga.net/comp/guardians.htm" rel="noreferrer" target="_blank">http://www.zogotounga.net/comp/guardians.htm</a><br>
<br>
Code:<br>
<a href="http://www.zogotounga.net/comp/squeak/guardians/Guardians-builder-0.94.sar" rel="noreferrer" target="_blank">http://www.zogotounga.net/comp/squeak/guardians/Guardians-builder-0.94.sar</a><br>
<br>
(to see the crash, just install the above sar and follow the <br>
instructions for starting the game)<br>
<br>
<br>
Stef<br>
<br>
</blockquote></div></div>