Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pool
#41
Works fine for me. Confused
Reply
#42
Nice billiards BPlus. I've played it now without any problems (QB64Pe 3.14.1 x64)


Reply
#43
Ah so it works in 3.14+, so 3.13.1 is only place it doesn't, good!

Thanks for your reports Petr and a740g.

I guess it's past time for update.
b = b + ...
Reply
#44
Nice pool game, bplus! And it ran for me on v.3.13.1 - on a Mac.
Reply
#45
Working fine & dandy here in Linux. version.   Great pool game!

- Dav

Find my programs here in Dav's QB64 Corner
Reply
#46
NakedApe so Pool compiled by 3.13.1 even works in Linux!?!

After your report I tested once again in Windows 10 with verion QB64pe 3.13.1 and again the program just hangs and I can neither click in the cue ball "behind-the-line" nor do a normal shutdown of .exe.

Thanks for your feedback Dav.

The good thing to come from this is I have 3.14.1 ready to install. So that must mean the next version is going to come out tomorrow, Murphies Law Corollary #47 Smile
b = b + ...
Reply
#47
It's true it works fine in QB64pe v 3.14.1 just installed and tested today.
b = b + ...
Reply
#48
It hung for me, too, maxing out one of my CPU cores.

Added a _Limit 30 to the BallInHand mouse poll loop at line 319-320, and now it works.

Code: (Select All)
    While mb1UpX = -1 'wait for click
        _Limit 30
    Wend
Reply
#49
+1 Wow that fixed it in 3.13.1 that's amazing you could find that!
b = b + ...
Reply
#50
That seemed to be the neighborhood of the hangup, and that unlimited loop was an easy suspect to test.
Reply




Users browsing this thread: JRace, 2 Guest(s)