Hello. I installed the latest GC devkit and created a new project following the instructions on the official website. The hello world example runs without a problem.
However, when I put an image into the resources/images folder and try to run the simulator again, it gives me an error:
[error]
⤷ Error (native)
Error: EINVAL: invalid argument, utime 'C:\Users\me\Documents\MY_GAME\build\debug\simulator\resources\images\my_img.jpg'
Unexpected error in stream write-files
[build] [error] Error: error in write-files stream
build failed
I did touch anything else other than throwing an image into the resources/images folder and tried it on several computers only getting the same error.
By the way, I am using Windows.
Do anyone have a solution? Thanks!