The only reason why I wanted to deploy it to the hub was because I was able to run it smoothly on mac, however when I try to run it on windows, after the commands:
./script/get-dependencies.sh
daml start
I got the following error: Passthrough is not supported, GL is disabled, ANGLE is
You mention running get-dependencies.sh - are you running this in WSL?
When running get-dependencies.bat (ie. the Windows script) I realized that it’s outdated in that it doesn’t download the right dependencies. I’ll look into fixing this.
Could you post the full logs from daml start so that I can better understand the context of the error?
That is odd - could it be that the VM is sized too small for Canton to run? I’d suggest at least 8gb memory and a decent CPU.
On your previous attempt on Windows, could you post the logs from get-dependencies.bat after cleaning out .lib/? I think you’re missing just that one dependency, which I suspect failed to download for some reason.
Fortunately I could fix the issue regarding the get-dependencies. Unfortunately I dont have access to the environment I was trying to run it previously to send you the previous logs.
I encountered a different error running locally on a Mac machine. I just cloned the repository again so I can get the updated version of the application, however, when I try the command “daml start” I get the following error:
This is an issue with one of our scenarios when you run it on the 31st of a month we’ll look into fixing it, but it should work if you run it on any other day (eg. today). Let me know in case you’re still encountering issues.
Everything is working fine now I was able to fix the grpc error by upgrading the memory of the ec2. I’ve changed it from a t2.medium 8gb to a t2.xlarge 16gb and it fixed the issue