Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Running QB64 on a Raspberry PI (And known issues)
#5
Even with my machine I occasionally ran into race conditions at the very start of the program. I put a .5 second delay at the start of the "SUB initScreen (engine AS tENGINE, w AS LONG, h AS LONG, bbp AS LONG)" and that fixed or masked the issue.  I can see that you did that already.

The other delays I saw, in particular after "SUB vector2dSet (v AS tVECTOR2d, x AS _FLOAT, y AS _FLOAT)" might tank your FPS, if you manage to get it running.

I'm not sure if this would help, but you might change all of the _FLOAT to SINGLE and change the Hashes from _INTEGER64 to LONG that would put most everything into 32bits, which might help the alignment issue.

I realize you might be using my program as a torture test, so it may not be in your interest to repair the program, but look at the compiler instead.
Reply


Messages In This Thread
RE: Running QB64 on a Raspberry PI (And known issues) - by justsomeguy - 04-21-2022, 12:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Issues clearing the _Clipboard dano 6 1,194 09-22-2024, 01:05 PM
Last Post: doppler
  extra icon in taskbar running QB64PE in Windows 11 madscijr 4 976 01-26-2024, 04:54 PM
Last Post: madscijr
Information I have issues with Github mnrvovrfc 0 523 11-10-2022, 11:35 PM
Last Post: mnrvovrfc
  QB64 on ARM/Raspberry Pi David Irish 2 782 05-02-2022, 06:07 PM
Last Post: SMcNeill
  Floating Point issues finally SOLVED! Pete 3 990 04-21-2022, 10:58 PM
Last Post: Pete

Forum Jump:


Users browsing this thread: 1 Guest(s)