ffleurey / ThingML-PongTutorial

Apache License 2.0
2 stars 0 forks source link

Posix version seems broken #3

Closed brice-morin closed 5 years ago

brice-morin commented 5 years ago

Posix version seems broken with latest version of ThingML (if it ever worked...?)

ffleurey commented 5 years ago

It use to work. What is the symptom you get? ThingML compilation error or error when running make? It may require installing some libraries (SDL).

brice-morin commented 5 years ago

It compiles and run. It works fine until the ball is lost. From that point, it starts doing strange things, like the ball is not really considered lost by the game, etc. Seems like other versions work OK.

brice-morin commented 5 years ago

well, it might be related to internal ports... since the game uses an internal port to notify itself that the ball has been lost

brice-morin commented 5 years ago

now almost 100% sure it is related to internal ports in posix. It works if I split the port into two "normal" port and connect them myself in the configuration (so, it is a ThingML bug)