fosspill / FFXIV_Modding_Tool

FFXIV Modding Tool is the Cross-platform Commandline interface alternative for TexTools
https://ffmt.pwd.cat/
GNU General Public License v3.0
47 stars 4 forks source link

[ISSUE] mono_thread_internal_set_priority ? #141

Closed fosspill closed 4 years ago

fosspill commented 4 years ago

Describe the bug Application spams error under wayland

This may be a local issue.

> ffmt pc
mono_thread_internal_set_priority: pthread_setschedparam failed, error: "Operation not permitted" (1)
Initializing problem check
Checking index dat values...
25%mono_thread_internal_set_priority: pthread_setschedparam failed, error: "Operation not permitted" (1)
mono_thread_internal_set_priority: pthread_setschedparam failed, error: "Operation not permitted" (1)
mono_thread_internal_set_priority: pthread_setschedparam failed, error: "Operation not permitted" (1)
100%
Checking index backups...
33%mono_thread_internal_set_priority: pthread_setschedparam failed, error: "Operation not permitted" (1)
100%
Checking dat file...
100%
Checking modlist...
WARNING: No entries found in the modlist, skipping
Checking LoD settings...
100%

Expected behavior Normal output

fosspill commented 4 years ago

I think we can chalk this up to mono + wayland for now. The application works fine regardless of the error, and it seems to be hard to silence it as a workaround.