tox-rs / rstox

Rust bindings to c-toxcore
GNU General Public License v3.0
17 stars 7 forks source link

Profile loading broken with new DHT branch #23

Closed JFreegman closed 3 years ago

JFreegman commented 7 years ago

When using the irungentoo/new branch, profile saving/loading doesn't work. When printing out Tox_Options values at the start of tox_new() I get some strange output. Data length is always zero, the data pointer is always non-null, and the data type is some very large number like 751087616. Everything looks normal before going through rstox. I don't have the time to investigate this further at the moment.