Difference between revisions of "User:Toy Wylie/Phoenix/Missing Notifications"

From Second Life Wiki
Jump to navigation Jump to search
(→‎Patch: Added InvalidPhysMatProperty)
(→‎Patch: added CantInviteRegionFull and RezAttemptFailed)
 
Line 16: Line 16:
== Patch ==
== Patch ==


   <!-- New message notifications - Toy Wylie -->
   <!-- New message notifications - Toy Wylie, Lucia Nightfire -->
   
   
   <notification
   <notification
Line 128: Line 128:
   type="notifytip">
   type="notifytip">
  Can't enable physics for an object that contributes to the navmesh.
  Can't enable physics for an object that contributes to the navmesh.
  </notification>
  <notification
  icon="notifytip.tga"
  name="CantInviteRegionFull"
  type="notifytip">
Can't invite another user, the region is full.
   </notification>
   </notification>
   
   
Line 353: Line 360:
   type="notifytip">
   type="notifytip">
  This object cannot have a concave piece because it is phantom and contributes to the navmesh.
  This object cannot have a concave piece because it is phantom and contributes to the navmesh.
  </notification>
  <notification
  icon="notifytip.tga"
  name="RezAttemptFailed"
  type="notifytip">
Attempt to rez an object failed.
   </notification>
   </notification>
   
   
Line 418: Line 432:
   </notification>
   </notification>
   
   
  &lt;!-- New message notifications - Toy Wylie --&gt;
  &lt;!-- New message notifications - Toy Wylie, Lucia Nightfire --&gt;

Latest revision as of 04:26, 7 January 2013

Did you encounter strange messages in Phoenix lately? Messages that go like this:

Unknown alert message.png

http://jira.phoenixviewer.com/browse/PHOE-4340

This means, Phoenix can't display the new messages sent by Linden Lab's servers. This is one sign of Phoenix getting more and more outdated every day.

However, there is a way to at least temporarily fix this particular issue, provided you are familiar and comfortable with editing XML files. Copy and paste the definitions below to the end of your notifications.xml (right before the final </notifications> tag), and you will at least not see the most common errors anymore. I will update the code snippet with more messages as I encounter them. And please, if you see new ones like this, send me the alert identifier, so I can try and add it to this list.

The path to the file is:

  • skins/default/xui/en-us/notifications.xml


Patch

 <!-- New message notifications - Toy Wylie, Lucia Nightfire -->

 <notification
  icon="notifytip.tga"
  name="AutopilotCanceled"
  type="notifytip">
Autopilot canceled.
 </notification>

 <notification
  icon="notifytip.tga"
  name="AvatarEjected"
  type="notifytip">
Avatar ejected.
 </notification>

 <notification
  icon="notifytip.tga"
  name="AvatarFreezeThaw"
  type="notifytip">
Your freeze expired, go about your business.
 </notification>

 <notification
  icon="notifytip.tga"
  name="AvatarFrozenDuration"
  type="notifytip">
[AV_FREEZER] has frozen you for [AV_FREEZE_TIME] seconds. You cannot move or interact with the world.
 </notification>

 <notification
  icon="notifytip.tga"
  name="AvatarHasUnFrozenYou"
  type="notifytip">
[AV_FREEZER] has unfrozen you.
 </notification>

 <notification
  icon="notifytip.tga"
  name="AvatarUnFrozen"
  type="notifytip">
Avatar unfrozen.
 </notification>

 <notification
  icon="notifytip.tga"
  name="CantAttachObjectNoMovePermissions"
  type="notifytip">
Cannot attach object because you do not have permission to move it.
 </notification>

 <notification
  icon="notifytip.tga"
  name="CantBuildOverflowParcel"
  type="notifytip">
You cannot build objects here because doing so would overflow the parcel.
 </notification>

 <notification
  icon="notifytip.tga"
  name="CantCreatePlantsOnLand"
  type="notifytip">
You can't create trees and grass on land you don't own
 </notification>

 <notification
  icon="notifytip.tga"
  name="CantDerezInventoryError"
  type="notifytip">
Cannot derez object due to inventory fault.
 </notification>

 <notification
  icon="notifytip.tga"
  name="CantDivideLandWholeParcelSelected"
  type="notifytip">
You have an entire parcel selected. Try selecting a part of the parcel.
 </notification>

 <notification
  icon="notifytip.tga"
  name="CantDropAttachmentInsufficientLandResources"
  type="notifytip">
Failed to drop attachment: insufficient available land resources.
 </notification>

 <notification
  icon="notifytip.tga"
  name="CantDropAttachmentNoPermission"
  type="notifytip">
Failed to drop attachment: you don't have permission to drop there.
 </notification>

 <notification
  icon="notifytip.tga"
  name="CantDropMeshAttachment"
  type="notifytip">
You can't drop mesh attachments. Detach to inventory and then rez in world.
 </notification>

 <notification
  icon="notifytip.tga"
  name="CantEnablePhysCostTooGreat"
  type="notifytip">
Can't enable physics for object with physics resource cost greater than 32
 </notification>

 <notification
  icon="notifytip.tga"
  name="CantEnablePhysObjContributesToNav"
  type="notifytip">
Can't enable physics for an object that contributes to the navmesh.
 </notification>

 <notification
  icon="notifytip.tga"
  name="CantInviteRegionFull"
  type="notifytip">
Can't invite another user, the region is full.
 </notification>

 <notification
  icon="notifytip.tga"
  name="CantJoinTooFewLeasedParcels"
  type="notifytip">
Not enough leased parcels in selection to join.
 </notification>

 <notification
  icon="notifytip.tga"
  name="CantMoveObjectParcelPerms"
  type="notifytip">
Can't move object '[OBJECT_NAME]' to [OBJ_POSITION] in region [REGION_NAME] because your objects are not allowed on this parcel.
 </notification>

 <notification
  icon="notifytip.tga"
  name="CantRezOnLand"
  type="notifytip">
Can't rez object at [OBJECT_POS] because the owner of this land does not allow it.  Use the land tool to see land ownership.
 </notification>

 <notification
  icon="notifytip.tga"
  name="CantSitNoRoom"
  type="notifytip">
No room to sit here, try another spot.
 </notification>

 <notification
  icon="notifytip.tga"
  name="CantSitNoSuitableSurface"
  type="notifytip">
There is no suitable surface to sit on, try another spot.
 </notification>

 <notification
  icon="notifytip.tga"
  name="CantTouchObjectBannedFromParcel"
  type="notifytip">
Can't touch/grab this object because you are banned from the land parcel.
 </notification>

 <notification
  icon="notifytip.tga"
  name="DieExplanation"
  type="notifytip">
The system is unable to process your request.
 </notification>

 <notification
  icon="notifytip.tga"
  name="EjectComingSoon"
  type="notifytip">
You are no longer allowed here and have 15 seconds to leave.
 </notification>

 <notification
  icon="notifytip.tga"
  name="FailedPlacingObject"
  type="notifytip">
Failed to place object at specified location.  Please try again.
 </notification>

 <notification
  icon="notifytip.tga"
  name="FailedToPlaceObject"
  type="notifytip">
Failed to place object at specified location.  Please try again.
 </notification>

 <notification
  icon="notifytip.tga"
  name="GroupDepart"
  type="notifytip">
You have left the group '[GROUP]'.
 </notification>

 <notification
  icon="notifytip.tga"
  name="HomeLocationLimits"
  type="notifytip">
If you own a piece of land, you can make it your home location. Otherwise, you can look at the Map and find places marked Infohub.
 </notification>

 <notification
  icon="notifytip.tga"
  name="HomePositionSet"
  type="notifytip">
Home position set.
 </notification>

<!-- I couldn't reproduce this error so far, so this message is my own interpretation -->
 <notification
  icon="notifytip.tga"
  name="InvalidPhysMatProperty"
  type="notifytip">
Invalid physics material setting.
 </notification>

 <notification
  icon="notifytip.tga"
  name="InventoryCreationInWorldObjectFailed"
  type="notifytip">
Inventory creation on in-world object failed.
 </notification>

 <notification
  icon="notifytip.tga"
  name="JoinGroupSuccess"
  type="notifytip">
You have been added to the group.
 </notification>

 <notification
  icon="notifytip.tga"
  name="LandHasBeenDivided"
  type="notifytip">
Land has been divided.
 </notification>

 <notification
  icon="notifytip.tga"
  name="LargePrimAgentIntersect"
  type="notifytip">
Cannot create large prims that intersect other players. Please re-try when other players have moved.
 </notification>

 <notification
  icon="notifytip.tga"
  name="LinkFailed"
  type="notifytip">
Link failed -- Pieces are either too far apart or exceed the maximum of 256 prims.
 </notification>

 <notification
  icon="notifytip.tga"
  name="LinkFailedNoPermToEdit"
  type="notifytip">
Unable to link because you do not have modify permission on all the objects. Please make sure none are locked, and that you own all of them.
 </notification>

 <notification
  icon="notifytip.tga"
  name="LinkFailedOwnersDiffer"
  type="notifytip">
Unable to link because not all of the objects have the same owner. Please make sure you own all of the selected objects.
 </notification>

 <notification
  icon="notifytip.tga"
  name="NoCanRezObjects"
  type="notifytip">
You are not currently allowed to create objects.
 </notification>

 <notification
  icon="notifytip.tga"
  name="NoCopyPermsNoObject"
  type="notifytip">
Copy failed because you lack permission to copy the object '[OBJ_NAME]'.
 </notification>

 <notification
  icon="notifytip.tga"
  name="NoModNavmeshAcrossRegions"
  type="notifytip">
You cannot modify the navmesh across region boundaries.
 </notification>

 <notification
  icon="notifytip.tga"
  name="NoNewObjectRegionFull"
  type="notifytip">
Unable to create requested object. The region is full.
 </notification>

 <notification
  icon="notifytip.tga"
  name="NoOwnNoGardening"
  type="notifytip">
You can't create trees and grass on land you don't own
 </notification>

 <notification
  icon="notifytip.tga"
  name="NoPermissionToEdit"
  type="notifytip">
Not permitted to edit this.
 </notification>

 <notification
  icon="notifytip.tga"
  name="NoPermsNoRemoval"
  type="notifytip">
Removal of the object '[OBJ_NAME]' from the simulator is disallowed by the permissions system.
 </notification>

 <notification
  icon="notifytip.tga"
  name="NoPermToEdit"
  type="notifytip">
Not permitted to edit this!
 </notification>

 <notification
  icon="notifytip.tga"
  name="NoSetRootPrimWithNoShape"
  type="notifytip">
Cannot set root prim to have no shape.
 </notification>

 <notification
  icon="notifytip.tga"
  name="PassPurchased"
  type="notifytip">
You purchased a pass.
 </notification>

 <notification
  icon="notifytip.tga"
  name="PhantomWithConcavePiece"
  type="notifytip">
This object cannot have a concave piece because it is phantom and contributes to the navmesh.
 </notification>

 <notification
  icon="notifytip.tga"
  name="RezAttemptFailed"
  type="notifytip">
Attempt to rez an object failed.
 </notification>

 <notification
  icon="notifytip.tga"
  name="SitFailCantMove"
  type="notifytip">
You cannot sit because you cannot move at this time.
 </notification>

 <notification
  icon="notifytip.tga"
  name="SitFailNotAllowedOnLand"
  type="notifytip">
You cannot sit because you are not allowed on that land.
 </notification>

 <notification
  icon="notifytip.tga"
  name="SitFailNotSameRegion"
  type="notifytip">
Try moving closer. Can't sit on object because it is not in the same region as you.
 </notification>

 <notification
  icon="notifytip.tga"
  name="TeleportedHomeByObjectOnParcel"
  type="notifytip">
You have been teleported home by the object '[OBJECT_NAME]' on the parcel '[PARCEL NAME]'.
 </notification>

 <notification
  icon="notifytip.tga"
  name="TooManyScripts"
  type="notifytip">
Too many scripts.
 </notification>

 <notification
  icon="notifytip.tga"
  name="toxicInvRezAttemptFailed"
  type="notifytip">
Attempt to rez an objet failed.
 </notification>

 <notification
  icon="notifytip.tga"
  name="UnableAddItem"
  type="notifytip">
Unable to add item!
 </notification>

 <notification
  icon="notifytip.tga"
  name="UnableAddScript"
  type="notifytip">
Unable to add script!
 </notification>

 <notification
  icon="notifytip.tga"
  name="YouFrozeAvatar"
  type="notifytip">
Avatar frozen.
 </notification>

<!-- New message notifications - Toy Wylie, Lucia Nightfire -->