09-29-2022, 08:19 PM
(09-29-2022, 07:11 PM)noobsoftware Wrote:(09-29-2022, 04:04 PM)dbsoft Wrote:(09-29-2022, 02:23 PM)noobsoftware Wrote: Following the latest UXP release and Basilisk update, here is Silver 1.5.4
Awesome! Thanks!
Guess you didn't try out WebRTC with the latest changes?
I tried it out but it didn't work, according to basilisk-dev it should work, as it works on Windows on Linux. Here is the error i got:
1:09.60 File "/Users/siggi/Documents/silver_build3/basilisk/platform/dom/bindings/parser/WebIDL.py", line 251, in QName
1:09.60 if self._name:
1:09.60 AttributeError: 'IDLCallback' object has no attribute '_name'
It fails almost immediately in the start of the build, i think i pasted all the relevant lines from the build output.
Interesting, that isn't even failing in the build, it is one of the python scripts to generate the IDL.... I am busy this weekend but next week I'll try to build it myself using your repo and see what happens.