Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. "Could not create collator: 4" warning (what does it mean?)
Forum Updated to NodeBB v4.3 + New Features

"Could not create collator: 4" warning (what does it mean?)

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 726 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Puya
    wrote on last edited by Puya
    #1

    Hello,

    I sometimes see this warning in my console when I run my application:

    // normal application logs
    Could not create collator: 4
    Could not create collator: 4
    Could not create collator: 4
    Could not create collator: 4
    Could not create collator: 4
    Could not create collator: 4
    Could not create collator: 4
    Could not create collator: 4
    Could not create collator: 4
    Could not create collator: 4
    // normal application logs
    

    I'm not exactly sure when this is printed. Has anyone else experienced this? What is the reason? Looking at the source code I see this is a warning in qcollator_icu.cpp:QCollatorPrivate::init(). (I build Qt with --icu=yes if that matters)

    Edit: for example this happens when I navigate in an opened file dialog.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      @Puya said in "Could not create collator: 4" warning (what does it mean?):

      Could not create collator: 4

      Based on that stack overflow thread, there might be an issue with your locale.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved