iw4x / iw4x-client

GNU General Public License v3.0
123 stars 42 forks source link

C++ Exception in Asset code #129

Closed diamante0018 closed 1 month ago

diamante0018 commented 2 months ago

What are you trying to do? Unknown, random user reported this issue

What problem are you having? C++ Exception in the function iw4x!Components::AssetHandler::FindAsset+0x90 Minidump: https://discord.com/channels/1110531063161299074/1145458108190163014/1275479078820118650

What have you tried so far? None

What version of IW4x are you using? r4543

Anything else we should know? No

Rackover commented 2 months ago

The crash seems to be in EvaluateExpression unless I'm wrong image

I'm checking the upmost minidump: iw4x-r4543-2-ga6a825cf-20240820002105.dmp

The second argument (the statement) to EvaluateExpression seems to be NULL The callstack does not make more sense to me so I do not know where that NULLPTR came from.

Reproduction steps would be appreciated!

Rackover commented 1 month ago

Most probably it was related to previous menu freeing code, since it often crashed in EvaluateExpression. closing for now