Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix F11 map crash caused by #3823 #3890

Merged
merged 40 commits into from
Dec 22, 2024

Conversation

Fernando-A-Rocha
Copy link
Contributor

@Fernando-A-Rocha Fernando-A-Rocha commented Dec 18, 2024

See this comment: #3823 (comment)

There was a try cath block that could skip m_playerMarkerTexture initializing. This resulted in access violation when trying to free m_playerMarkerTexture in the CPlayerMap destructor. m_playerMarkerTexture = nullptr was missing in the constructor.

This commit fixes the problem: bb6c33e

cc @Dutchman101 @TheNormalnij

@Dutchman101
Copy link
Member

Still blocked by the following from dev discord:

Untitled

@Dutchman101 Dutchman101 added the feedback Further information is requested label Dec 21, 2024
@TheNormalnij TheNormalnij merged commit 8308817 into multitheftauto:master Dec 22, 2024
6 checks passed
@botder botder added bugfix Solution to a bug of any kind and removed feedback Further information is requested labels Dec 24, 2024
@botder botder added this to the 1.6.1 milestone Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Solution to a bug of any kind
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants