Search found 1302 matches

by hidnplayr
Tue Mar 05, 2024 12:51 pm
Forum: Network
Topic: IRC client
Replies: 26
Views: 21142

Re: IRC client

hidnplayr wrote: Mon Mar 04, 2024 7:14 pm There is however the issue that users are not listed for &bitlbee channel
Fixed in 0.36 (#9984)
by hidnplayr
Mon Mar 04, 2024 7:14 pm
Forum: Network
Topic: IRC client
Replies: 26
Views: 21142

Re: IRC client

fanbass wrote: Sat Feb 04, 2023 12:16 pm Через клиент не смог подключиться к testing.bitlbee.org
Смотри файл.
После этого клиент зависает.
Could not reproduce described problem on 0.35c.
There is however the issue that users are not listed for &bitlbee channel
by hidnplayr
Sat Mar 02, 2024 11:06 am
Forum: English
Topic: M68K Port
Replies: 2
Views: 389

Re: M68K Port

You cannot 'port' KolibriOS to your M68K computer. KolibriOS kernel, drivers, libraries and applications are mostly written in x86 assembly without portability in mind, tying it very tightly to this specific architecture. In practice it would mean a complete rewrite of everything KolibriOS, leaving ...
by hidnplayr
Mon Feb 26, 2024 10:22 pm
Forum: Miscellaneous
Topic: Proposing to leave only the Russian and English versions of the distribution
Replies: 8
Views: 229

Re: Proposing to leave only the Russian and English versions of the distribution

French and Belgian keyboard layouts in KolibriOS are inaccurate because they are encoded in CP866 which lacks symbols such as ç, è, é.
by hidnplayr
Mon Feb 19, 2024 11:41 pm
Forum: Coding
Topic: FIX for 149 bug "unstable IRCC" - please merge this patch to SVN
Replies: 6
Views: 262

Re: FIX for 149 bug "unstable IRCC" - please merge this patch to SVN

Actually works on my computer this time :)
ircc.7z (29.85 KiB)
Downloaded 122 times
by hidnplayr
Sun Feb 18, 2024 9:49 pm
Forum: Coding
Topic: FIX for 149 bug "unstable IRCC" - please merge this patch to SVN
Replies: 6
Views: 262

Re: FIX for 149 bug "unstable IRCC" - please merge this patch to SVN

Please try like this instead: (inc edx moved up) ;------------------------------------------- ; Count characters until 0, 10, 13 or 3 byte push edx xor esi, esi dec esi .next_char: inc esi cmp esi, [textbox_width] je .cnt_done mov al, byte[edx] inc edx cmp al, 13 jbe .cnt_done test al, 10000000b jz ...
by hidnplayr
Sun Feb 18, 2024 9:45 pm
Forum: Coding
Topic: FIX for 149 bug "unstable IRCC" - please merge this patch to SVN
Replies: 6
Views: 262

Re: FIX for 149 bug "unstable IRCC" - please merge this patch to SVN

Aha, good that you sent a reminder! It seems quite obvious to me today that if there are two non-printable characters in a row, code is stuck in an endless loop here: ;------------------------------------------- ; Count characters until 0, 10, 13 or 3 byte push edx xor esi, esi dec esi .next_char: i...
by hidnplayr
Fri Feb 02, 2024 9:18 pm
Forum: Emulators
Topic: Эмулятор ядра OS Windows
Replies: 57
Views: 42841

Re: Эмулятор ядра OS Windows

... There are some problems in the current design with thread-safety (locking) and possible use-after-free cases.. For causes of the use-after-free. Сan be using fixed or dynamically signature (currentID) in the socket data. When creating a socket, write the signature. Before closing a socket, del ...
by hidnplayr
Wed Jan 31, 2024 11:28 pm
Forum: Emulators
Topic: Эмулятор ядра OS Windows
Replies: 57
Views: 42841

Re: Эмулятор ядра OS Windows

Сейчас делаю интеграцию network функций 75... в ws2_32.dll винды и столкнулся с такой проблемой. Как только запустил работу винды с сокетами у меня через минуту стала падать система Колибри из-за нехватки памяти в ядре. You got the basics right. The reason socket_free is commented out is because st...
by hidnplayr
Wed Jan 31, 2024 11:17 pm
Forum: Kernel
Topic: Kolibri64 kernel design
Replies: 3
Views: 373

Re: Kolibri64 kernel design

What if I want to create my own button with cool visual style? Or button with image. In this case I can't just use kernel buttons, You can, you just create invisible button and draw image using separate functions... Less code in kernelspace sounds great tough, the question is where to draw the line...
by hidnplayr
Tue Sep 12, 2023 11:30 pm
Forum: Network
Topic: socket_process_end
Replies: 9
Views: 34419

Re: socket_process_end

The function was disabled because it resulted in deadlock under certain circumstances and whole design should be re-evaluated.
It could be that the proposed solution reduces the frequency, but I don't understand how it can resolve the issue completely.
by hidnplayr
Sun Jul 03, 2022 11:57 pm
Forum: Design
Topic: Virtual COM Port (VCP) subsystem
Replies: 12
Views: 16587

Re: Virtual COM Port (VCP) subsystem

Very nice to see advancements on this subject and your progress so far.
by hidnplayr
Tue Mar 01, 2022 9:19 pm
Forum: English
Topic: Do I Need a Network Driver for the Intel82579LM Module e1000e Gigbabit Network Chipset?
Replies: 10
Views: 10559

Re: Do I Need a Network Driver for the Intel82579LM Module e1000e Gigbabit Network Chipset?

I just installed the new network card with the RTL8169SC chipset. The system recognized it, and a popup message says "network connected." I think the RTL8169 is backward compatible with the RTL8139, it is designed for 32-bit systems. So the driver for the RTL8169 seems to be natively inst...
by hidnplayr
Sat Feb 26, 2022 1:51 pm
Forum: English
Topic: Do I Need a Network Driver for the Intel82562/EZ/GT/GZ PRO/100 VE LOM Ethernet Controller Chipset?
Replies: 4
Views: 8324

Re: Do I Need a Network Driver for the Intel82562/EZ/GT/GZ PRO/100 VE LOM Ethernet Controller Chipset?

Perhaps your controller is simply not included in the tested database and therefore the driver does not start. To add it to the database, change some data in the source code of the "Netcfg" program, compile and replace the floppy disks in your image, then restart Netcfg: http://websvn.kol...