- Mensagens: 15
- Obrigado recebido 1
Hud not working error code
- Rick Hamelin
-
Autor do tópico
Less
Mais
05 Fev. 2025 10:40 #2866
por Rick Hamelin
Hud not working error codefoi criado por Rick Hamelin
receive error code on grid Nirvanna when tyring to use Hud
02:35] OSSL Runtime Error: osSetDynamicTextureDataBlendFace permission denied. Script creator is not in the list of users allowed to execute this function and prim owner also has no permission.(script: oscheck event: timer primID:6d28310f-169d-4c56-9648-8e716002aada at <67.60165, 124.9249, 28.79674>)
the region owner is ok other members on same region can not. Admin does not know how to fix it.
02:35] OSSL Runtime Error: osSetDynamicTextureDataBlendFace permission denied. Script creator is not in the list of users allowed to execute this function and prim owner also has no permission.(script: oscheck event: timer primID:6d28310f-169d-4c56-9648-8e716002aada at <67.60165, 124.9249, 28.79674>)
the region owner is ok other members on same region can not. Admin does not know how to fix it.
Por favor Iniciar sessão ou Criar uma conta para se juntar à conversa.
- Buzzy Cnayl
-
Less
Mais
- Mensagens: 323
- Obrigado recebido 60
05 Fev. 2025 12:38 #2867
por Buzzy Cnayl
Respondido por Buzzy Cnayl no tópico Hud not working error code
If not done already, change the following lines in osslEnable.ini
[NOTE: in opensim ini files the ; symbol at the start of a line turns it into a comment. In the following, we comment out the first two lines and uncomment the next two]
osslParcelO = ""
osslParcelOG = ""
;osslParcelO = "PARCEL_OWNER,"
;osslParcelOG = "PARCEL_GROUP_MEMBER,PARCEL_OWNER,"
TO
; osslParcelO = ""
; osslParcelOG = ""
osslParcelO = "PARCEL_OWNER,"
osslParcelOG = "PARCEL_GROUP_MEMBER,PARCEL_OWNER,"
Then edit the following to allow members of the parcel group to use this function...
; ThreatLevel VeryLow
Allow_osSetDynamicTextureDataBlendFace = ${OSSL|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
( Full settings can be found at vivosim.net/help/guides/user-guide/chapter-2-start-here )
[NOTE: in opensim ini files the ; symbol at the start of a line turns it into a comment. In the following, we comment out the first two lines and uncomment the next two]
osslParcelO = ""
osslParcelOG = ""
;osslParcelO = "PARCEL_OWNER,"
;osslParcelOG = "PARCEL_GROUP_MEMBER,PARCEL_OWNER,"
TO
; osslParcelO = ""
; osslParcelOG = ""
osslParcelO = "PARCEL_OWNER,"
osslParcelOG = "PARCEL_GROUP_MEMBER,PARCEL_OWNER,"
Then edit the following to allow members of the parcel group to use this function...
; ThreatLevel VeryLow
Allow_osSetDynamicTextureDataBlendFace = ${OSSL|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
( Full settings can be found at vivosim.net/help/guides/user-guide/chapter-2-start-here )
Por favor Iniciar sessão ou Criar uma conta para se juntar à conversa.
- Rick Hamelin
-
Autor do tópico
Less
Mais
- Mensagens: 15
- Obrigado recebido 1
09 Fev. 2025 16:14 #2871
por Rick Hamelin
Respondido por Rick Hamelin no tópico Hud not working error code
grid owner in Nirvana installed the codes you recommended but still get this message
08:01] OSSL Runtime Error: osSetDynamicTextureDataBlendFace permission denied. Script creator is not in the list of users allowed to execute this function and prim owner also has no permission.(script: message_manager-indicator event: state_entry primID:d14da46b-8aa0-482c-aba5-9d57c1905776 at <60.55884, 83.62928, 30.06509>)
08:01] OSSL Runtime Error: osSetDynamicTextureDataBlendFace permission denied. Script creator is not in the list of users allowed to execute this function and prim owner also has no permission.(script: message_manager-indicator event: state_entry primID:d14da46b-8aa0-482c-aba5-9d57c1905776 at <60.55884, 83.62928, 30.06509>)
Por favor Iniciar sessão ou Criar uma conta para se juntar à conversa.
- Buzzy Cnayl
-
Less
Mais
- Mensagens: 323
- Obrigado recebido 60
10 Fev. 2025 13:27 #2872
por Buzzy Cnayl
Respondido por Buzzy Cnayl no tópico Hud not working error code
Are you sure that the Parcel group is the same as the group users set when there (i.e. the user and hence the HUD are same group as the parcel)?
Por favor Iniciar sessão ou Criar uma conta para se juntar à conversa.