Sphereserver / Source-X

Ultima Online server emulator
Apache License 2.0
57 stars 45 forks source link

GMPage.0 delete crash #1136

Closed canerksk closed 11 months ago

canerksk commented 11 months ago

After the latest updates, when you delete the page that comes after sending a .gmpage add test, the server sometimes goes into debug and does not delete the zeroth page.

image

When I ran the server as debug, an Exception occurred exactly here: read access violation. pGMPage-> was 0xFFFFFFFFFFFFFFEF. There is an error.

canerksk commented 11 months ago

seems to be working properly now