Ludii Forum
(note) is not working for me in this - Printable Version

+- Ludii Forum (https://ludii.games/forums)
+-- Forum: Problems (https://ludii.games/forums/forumdisplay.php?fid=5)
+--- Forum: Ludii Player Problems (https://ludii.games/forums/forumdisplay.php?fid=6)
+--- Thread: (note) is not working for me in this (/showthread.php?tid=376)



(note) is not working for me in this - slimy_asparagus - 01-17-2021

I haveĀ  a working implementation of Unlur but for one minor issue. My efforts to inform the players of the transition from the setup phase to the play phase are invisible. In enclose the code and a trial. The trial and this image show that the (note) ludeme was processed:

[Image: pic5922165.png]

However this image shows that nothing went to the status:

[Image: pic5922166.png]

I might add that I tried to implement the transition with a trigger rather than a pending and that got an unuseable compile error. I should also say that the (note) ludeme has worked for me in the past.

EDIT: I have been trying to investigate further. It seems that if I play this Human/Human everything works fine. So far the problem has only appeared when Black is the AI. Still trying to narrow down further.


RE: (note) is not working for me in this - slimy_asparagus - 01-17-2021

I have managed to work out a simple test case. It is attached. (note) seems to work when it is human/human but not human/AI.


RE: (note) is not working for me in this - MatthewStephenson - 01-19-2021

Hi,

Thanks for pointing this out.
It will be fixed in the next release.

Cheers,
Matthew


RE: (note) is not working for me in this - slimy_asparagus - 01-19-2021

(01-19-2021, 09:17 AM)MatthewStephenson Wrote: Hi,

Thanks for pointing this out.
It will be fixed in the next release.

Cheers,
Matthew


Matthew,

Thanks for the update. Is there any explanation of what happened? Because I am finding very inconsistent results. With Tic-Tac-Test it's still holding up as an issue. But Unlur has started playing up in several ways it was not yesterday. For example "note" now works under 1.1.12 but the swap player thing does not seem to be working even under 1.1.11.


RE: (note) is not working for me in this - MatthewStephenson - 01-19-2021

Hi,

The issue was just a bug in our code, where we were checking the mover of the Move object, rather than on each Note action.

If you have noticed issues with other games, I can check them in our new updated code.

Cheers,
Matthew


RE: (note) is not working for me in this - slimy_asparagus - 01-19-2021

(01-19-2021, 01:03 PM)MatthewStephenson Wrote: Hi,

The issue was just a bug in our code, where we were checking the mover of the Move object, rather than on each Note action.

If you have noticed issues with other games, I can check them in our new updated code.

Cheers,
Matthew
Thanks for the explanation. I'll may wait for the new release before working on Unlur again.