fluent-rs icon indicating copy to clipboard operation
fluent-rs copied to clipboard

Debug windows binaries crashes on Windows and Wine

Open qarmin opened this issue 3 years ago • 2 comments

When I compiled my app on Linux(both Debug and Release) or Windows(only Release), then everything works fine. But when I started to use debug Windows builds(without any code change, except changing windows build to console), then I start to have this crashes when starting app(even with RUST_BACKTRACE=full don't show more detailed backtrace)

This is reopened issue #249

Minimal project - https://github.com/qarmin/czkawka/tree/test_crash Binaries not stripped(release - no crash, debug crash) - https://github.com/qarmin/czkawka/actions/runs/1662075703

qarmin avatar Jan 10 '22 07:01 qarmin

the problem is almost certainly with i18n-embed or your usage of it.

dvc94ch avatar Jan 10 '22 07:01 dvc94ch

@dvc94ch it seems likely

kellpossible avatar Feb 10 '22 13:02 kellpossible

This doesn't appear to be a fluent-rs issue, so I'm going to go ahead and close.

gregtatum avatar Nov 07 '22 13:11 gregtatum