When I updated Corona with the .2700 series versions Corona ran fine in Windows 10. The types of problems that I was having were with transitions,such as:
transition.to(player,{time=400,xScale=.10,yScale=.10 })
_G.GUI.Set(“cmd”, {caption= "WE SEEM TO BE ENTERING A SPACE-TIME WARP! FA-CINA . . . "})
timer.performWithDelay(1500, function() relocateplayer() end, 1)
in this example, my ship would shrink down to a dot to enter the black hole, but then it would error out, saying can’t scale by zero. This code works fine in .2646. I use quite a few transitions, so I suspect alot of my problems were transition related.
I tried several projects on Windows 10 with .2646, they all caused a general Corona Crash when launching the simulator ‘Corona has Crashed’ This was before the project was launched. I tried with 'Run as Admin and using Windows 7 compatibility but it made no difference.
Thanks, Greg