
Client-sided crash when creating trade offer
HRZNzero opened this issue ยท 2 comments
Upon creating a trade-offer (selling) the client crashed.
This is the log from the anticrash mod we use:
Do you know what was typed as the amount? Just passing through the code I see during that event there's an int cast from the text field but it has no exception handling on it. Based on that having something that can't be converted to an int would result in a crash. Could easily be something else though.