<div dir="ltr"><div dir="ltr">Thank you Hairy, I will try to ask on the SDL forums.<br></div><div dir="ltr"><br></div><div>Best,</div><div>Rafael Picanço</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jan 30, 2024 at 8:48 AM Hairy Pixels <<a href="mailto:genericptr@gmail.com">genericptr@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I don't think this has anything to do with the compiler. You should probably ask on the SDL forums. They've been helpful for me before.<br>
<br>
> On Jan 30, 2024, at 6:45 PM, Rafael Picanço via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org" target="_blank">fpc-pascal@lists.freepascal.org</a>> wrote:<br>
> <br>
> Hi everyone, how are you doing?<br>
> <br>
> I am receiving an "FLT divide by zero" error when creating a renderer with <br>
> <br>
> // will default to Direct3d renderer<br>
> DL_CreateRenderer(FSDLWindow, -1,<br>
>     // error<br>
>     // SDL_RENDERER_ACCELERATED or SDL_RENDERER_PRESENTVSYNC<br>
>     SDL_RENDERER_SOFTWARE<br>
>     );<br>
> <br>
> So, my notebook have two GPUs, an on-board Intel and a discrete NVIDIA , and the error happens only on NVIDIA.<br>
> <br>
> Here (<a href="https://forum.lazarus.freepascal.org/index.php/topic,66042.0.html" rel="noreferrer" target="_blank">https://forum.lazarus.freepascal.org/index.php/topic,66042.0.html</a>) Jamie suggests that I may need to:<br>
> <br>
> Set8087CW($133f)<br>
> <br>
> and Tron suggests:<br>
> <br>
> SetExceptionMask<br>
> <br>
> Calling these functions during the OnCreate in the main form did not solve the problem.<br>
> <br>
> Can you shed some light on this? <br>
> <br>
> _______________________________________________<br>
> fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org" target="_blank">fpc-pascal@lists.freepascal.org</a><br>
> <a href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal" rel="noreferrer" target="_blank">https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal</a><br>
<br>
Regards,<br>
Ryan Joseph<br>
<br>
</blockquote></div></div>