erfg12 / AOL_4.0_Emu

Emulating AOL 4.0
https://aolemu.com
103 stars 8 forks source link

Instant Message triggers error message box every single time #43

Closed animeavi closed 2 years ago

animeavi commented 2 years ago

Needs to be removed: https://github.com/erfg12/AOL_4.0_Emu/blob/b01feee392d09ff7eba6e0f00f819ec18ec67e7b/aol_4/Forms/instant_message.cs#L144

erfg12 commented 2 years ago

It's a permissions error I believe. Directory needs to be installed in documents, appdata or desktop. Or, grant permission on directory to "Everyone".

animeavi commented 2 years ago

No, it writes the log fine, it seems like the try/catch was commented out but the message box was kept so it shows up every time. https://github.com/erfg12/AOL_4.0_Emu/blob/b01feee392d09ff7eba6e0f00f819ec18ec67e7b/aol_4/Forms/instant_message.cs#L137-L147

erfg12 commented 2 years ago

Oops, lol. Fixed in https://github.com/erfg12/AOL_4.0_Emu/commit/f243402d842d7198957bf8462f0a903beb419061 Thanks for the report! 🥇