You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the F1 skill-menu crash (the "Diablo II Error / Assertion Failure" that
happened when opening F1 and changing tabs). The editor was occasionally trying to
draw a skill icon by an index that doesn''t exist in the icon sheet; the graphics
renderer hard-crashes when handed a non-existent texture. The mod now refuses to draw
an out-of-range icon instead of crashing. The F1 menu may still show some wrong icons
in rare cases, but it will no longer crash the game.
Notes
Pairs with 2.9.3''s renderer update (d2gl 1.3.3). Together they close the crash issues.