ropensci / rsvg

SVG renderer for R based on librsvg2
Other
97 stars 1 forks source link

rwinlib: call to SetThreadErrorMode #9

Closed jeroen closed 4 years ago

jeroen commented 5 years ago

The 2.40.20 rwinlib stack does not work on CRAN due to a Win7 call SetThreadErrorMode(). Need to figure out where this is coming from.

jeroen commented 5 years ago

Probably due to rust pieces: https://github.com/rust-lang/rust/issues/35471

jeroen commented 4 years ago

The problematic call to SetThreadErrorMode turned out to be in glib2, not rust.