Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
21.76k stars 836 forks source link

[nix] Abort trap: 6 #807

Open habere-et-dispertire opened 10 months ago

habere-et-dispertire commented 10 months ago

After upgrading to 1.2.0 via nix on macOS 10.13.6, I get :

$ cool-retro-term
qt.qpa.plugin: Could not load the Qt platform plugin "cocoa" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: cocoa, minimal, offscreen.

Abort trap: 6

Any ideas ?

Thanks ! 😀

javimarsal commented 10 months ago

Hi, I don't use macOS, but maybe you should try installing the plugins that are suggested in the error message you have. First starting with "cocoa" plugin, then "minimial" and finally "offscrean" and trying the cool-retro-term command after each plugin installation.

The problem seems to be related with Qt. If the plugin installation part did not work, try installing the latest version of Qt LTS (as it is recommended in the readme file), that it should be version 6.5 right now. If you already have it installed, I suppose it may be a problem with the nix package.

If the problem persist, first uninstall the nix package and then try following the Build Instructions (macOS) guide.