Zandronum Chat on our Discord Server Get the latest version: 3.2
Source Code

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004557Zandronum[All Projects] Bugpublic2025-06-30 03:272025-07-15 16:14
ReporterMr. Satan 
Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
StatusnewResolutionopen 
PlatformMicrosoftOSWindows11OS Version
Product Version3.2 
Target VersionFixed in Version 
Summary0004557: Zandro crashes when you try to give an actor that doesn't inherit from the Inventory class in DECORATE
DescriptionZandro crashes when you try to give an actor to a player that doesn't inherit from the Inventory class using A_GiveInventory. Have not tested it with any of the other DECORATE functions that give inventory. This has already been fixed in GZDoom.
Steps To ReproduceSummon ActorTest and pick it up.
Additional Information//Bad Zandro fix this
Actor ActorTest : CustomInventory
{
  +INVENTORY.ALWAYSPICKUP
  Inventory.MaxAmount 0
  States
  {
  Spawn:
    TNT1 A 10
    Loop
  Pickup:
    TNT1 A 0 A_GiveInventory("BadItem",1)
    TNT1 A 0 A_PrintBold("Item acquired")
    Stop
  }
}

Actor BadItem {}
Attached Files

- Relationships

-  Notes
User avatar (0024552)
Mr. Satan (reporter)
2025-06-30 14:08
edited on: 2025-07-15 16:14

A_GiveToTarget, A_GiveToChildren, A_GiveToSiblings, A_RadiusGive also crash Zandro. When this is fixed, an error msg should be outputted to the console window with the actor name that was given when this happens to make it easier for modders to fix.


Issue Community Support
Only registered users can voice their support. Click here to register, or here to log in.
Supporters: No one explicitly supports this issue yet.
Opponents: No one explicitly opposes this issue yet.

- Issue History
Date Modified Username Field Change
2025-06-30 03:27 Mr. Satan New Issue
2025-06-30 14:08 Mr. Satan Note Added: 0024552
2025-07-15 16:14 Mr. Satan Note Edited: 0024552 View Revisions






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2025 MantisBT Team
Powered by Mantis Bugtracker