Yes,
the favicon errors do show also in V1. I didn't care about them in the multiuser demo as i just copied the whole log.
I did not copy the b4j ide log errors because there were many. It was showing the same usual "manifest.txt" not found error that was always shown in V1, but in V2 this is repeated for each sithaso b4xlib selected.
Looking better in the log found this part that i didn't not notice before.
------------------------------
[ERROR 22]: [SDUITable,getpropertyvalue: 9180] sduisignaturepad(METHODVAR) is not supported in BANano!
--> v = sig.toDataURL
--> Current index: 3
--> Var : B4JName: sig, EventName: , JSName: _sig ,ISPRIVATE: true,B4JTYPE: sduisignaturepad, IsArray: false, InitValue: _B._signatures["" + _B._mname + "_" + _key + ""]
--> Method : ---- METHOD: getpropertyvalue (MODULE: SDUITable, ISPRIVATE: false) ----
B4J DECLARE:
LINE NUMBER: 9135
ORIGINAL LINE: Sub GetPropertyValue(Key As String) As String
CLEANED LINE: sub getpropertyvalue(key as string) as string
WORDS: sub|getpropertyvalue|(|key|as|string|)|as|string|
INTERNAL VARS:
B4JName: key, EventName: , JSName: _key ,ISPRIVATE: true,B4JTYPE: string, IsArray: false, InitValue: ""
B4JName: scomponenttype, EventName: , JSName: _scomponenttype ,ISPRIVATE: true,B4JTYPE: string, IsArray: false, InitValue: _B._componenttype[_key]
B4JName: v, EventName: , JSName: _v ,ISPRIVATE: true,B4JTYPE: string, IsArray: false, InitValue: ""
B4JName: itemx, EventName: , JSName: _itemx ,ISPRIVATE: true,B4JTYPE: bananoelement, IsArray: false, InitValue: null
B4JName: sig, EventName: , JSName: _sig ,ISPRIVATE: true,B4JTYPE: sduisignaturepad, IsArray: false, InitValue:
RETURNS: B4JTYPE: string, IsArray: false, InitValue: ""
------------------------------
Below what i got from the source in debug mode.
run your app in debug mode, when this error appears again in web console, click the line, it will take you to the source code line the error appears?
this is what i get:
// [8535] Dim sig As SDUISignaturePad
_sig=/* sduisignaturepad NOT SUPPORTED */;