Welcome, Guest
Username: Password: Remember me
CodeTyphon Linux OS Development, discussions and problems
  • Page:
  • 1

TOPIC:

Error creating I/O helper process. KDE 5.27.10 1 year 3 months ago #18233

  • Vital
  • Vital's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 83
  • Thank you received: 1
Operating System: Debian GNU/Linux 12
KDE Plasma Version: 5.27.10
KDE Frameworks Version: 5.107.0
Qt Version: 5.15.10
Kernel Version: 6.6.11-amd64 (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i3-10100 CPU @ 3.60GHz
Memory: 15.0 ГиБ of RAM
Graphics Processor: Mesa Intel® UHD Graphics 630
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: H410M S2H V2
System Version: -CF

 

When I want to open a file from CT, or specify the path to libraries, I get errors:
Error creating I/O helper process. Failed to create socket to start I/O helper process for protocol 'file'.
Error creating I/O helper process. Failed to create socket to start I/O helper process for protocol 'tags'.


 
Attachments:

Please Log in or Create an account to join the conversation.

Last edit: by Vital.

Error creating I/O helper process. KDE 5.27.10 2 weeks 2 days ago #18951

  • Vital
  • Vital's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 83
  • Thank you received: 1
A year and 2 months have passed, but the problem has not been solved.

Operating System: Kubuntu 24.04
KDE Plasma Version: 5.27.12
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.13
Kernel Version: 6.8.0-57-generic (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i3-10100 CPU @ 3.60GHz
Memory: 15.0 ГиБ of RAM
Graphics Processor: Mesa Intel® UHD Graphics 630
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: H410M S2H V2
System Version: -CF
 

Please Log in or Create an account to join the conversation.

Error creating I/O helper process. KDE 5.27.10 2 weeks 2 days ago #18952

  • Matis A.
  • Matis A.'s Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1208
  • Thank you received: 188
Thanks Sir
we working on that.
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

Error creating I/O helper process. KDE 5.27.10 2 weeks 2 days ago #18953

  • Matis A.
  • Matis A.'s Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1208
  • Thank you received: 188
We Fixit
/usr/local/codetyphon/yphon/ide/ct_main.pp

Line:3559



procedure TMainIDE.mnuOpenClicked(Sender: TObject);
var
  OpenDialog: TIDEOpenDialog;
  AFilename: string;
  I: Integer;
  OpenFlags: TOpenFlags;
  Filter: String;
  AllEditorMask: String;
  AllMask: String;
  ASrcEdit: TSourceEditor;
  AnUnitInfo: TUnitInfo;
begin
  OpenDialog:=IDEOpenDialogClass.Create(nil);
  try
    InputHistories.ApplyFileDialogSettings(OpenDialog);
    OpenDialog.Title:=lisOpenFile;

    OpenDialog.Options:=OpenDialog.Options+[
      ofAllowMultiSelect,
      ofNoResolveLinks // Note: do not always resolve symlinked files, some links are resolved later <<<<<==========================
      ];  

Remove ofNoResolveLinks

    OpenDialog.Options:=OpenDialog.Options+[
      ofAllowMultiSelect ];  

Rebuild TyphonIDE

Fedora 42 KDE BETA, LAB CT 8.70, Typhon64 for QT6

 
 
PilotLogic Core Programmer
Attachments:

Please Log in or Create an account to join the conversation.

Last edit: by Matis A..

Error creating I/O helper process. KDE 5.27.10 1 week 2 days ago #18957

  • Vital
  • Vital's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 83
  • Thank you received: 1
Fixed /usr/local/codetyphon/yphon/ide/ct_main.pp.
Rebuilt OptimizedIDE.
Didn't help.
Installed version 8.70 and fixed /usr/local/codetyphon/yphon/ide/ct_main.pp.
Didn't help either.

I'd also like to note that the error only appears if you open a previously saved project in a directory other than /tmp/. There is no error in a NEW project until you save it somewhere and open it again.

Please Log in or Create an account to join the conversation.

Last edit: by Vital.

Error creating I/O helper process. KDE 5.27.10 6 days 8 hours ago #18961

  • Vital
  • Vital's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 83
  • Thank you received: 1

Fixed /usr/local/codetyphon/yphon/ide/ct_main.pp.
Rebuilt OptimizedIDE.
Didn't help.
Installed version 8.70 and fixed /usr/local/codetyphon/yphon/ide/ct_main.pp.
Didn't help either.

I'd also like to note that the error only appears if you open a previously saved project in a directory other than /tmp/. There is no error in a NEW project until you save it somewhere and open it again.
How to reproduce the error:
- create a project;
- save in the home directory;
- restart the IDE;
- open the saved project;
- now try to open any file via the menu: file -> open;
- get the error described above.
And it does not matter how the IDE is compiled: with a fixed ct_main.pp or not; in 8.60 or in 8.70.
The following user(s) said Thank You: choki

Please Log in or Create an account to join the conversation.

Error creating I/O helper process. KDE 5.27.10 2 days 18 hours ago #18962

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4554
  • Thank you received: 1121
Just for test.

a)Replace files in
/codetyphon/typhon/lcl/interfaces/qt5/
folder with attach files

b)Clean and Rebuild TyphonIDE
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.
  • Page:
  • 1