Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ricin dies with "Operation not supported" message #123

Closed
yurivict opened this issue May 21, 2016 · 1 comment
Closed

Ricin dies with "Operation not supported" message #123

yurivict opened this issue May 21, 2016 · 1 comment
Assignees
Milestone

Comments

@yurivict
Copy link

I tried to make a FreeBSD port, but Ricin dies:

$ ricin

(ricin:81065): GLib-CRITICAL **: g_setenv: assertion 'value != NULL' failed

** (ricin:81065): CRITICAL **: file Ricin.c: line 304: uncaught error: Operation not supported (g-io-error-quark, 15)

System calls before the error message:

access("/home/yuri/.config/tox//ricin.json",F_OK) ERR#2 'No such file or directory'
issetugid()                                      = 0 (0x0)
issetugid()                                      = 0 (0x0)
getpid()                                         = 81039 (0x13c8f)

** (ricin:81039): CRITICAL **: file Ricin.c: line 304: uncaught error: Operation not supported (g-io-error-quark, 15)

Summary

  • Operating System + version: FreeBSD 10.3
  • Ricin's version: 0.1.0
  • GTK+ version: 3.18.8
  • ToxCore version: 0.151112
  • Reproducible: Always
@SkyzohKey SkyzohKey added this to the Beta milestone May 21, 2016
@SkyzohKey SkyzohKey self-assigned this May 21, 2016
@SkyzohKey
Copy link
Member

Yeah that's a known issue caused by Ricin not being able to copy default settings file at the first launch iirc, try to run it as sudo first time you launch it. I'll fix that soon ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants