View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
187 [Kolibri OS (trunk)] Applications minor always 2024-03-27 20:47 2024-03-27 20:48
Reporter: XenOn Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN: 10002
Type of distribution / Тип дистрибутива: iso / образ компакт-диска
Summary: Закрывается WebView при ресайзе
Description: При открытии любого сайта в WebView и скролле в самый низ сайта, а в последующем ресайзе по вертикали окно закрывается.
Tags: WebView
Steps To Reproduce: 1. Открытие WebView.
2. Открытие любого сайта с главной страницы.
3. Серолл в самый низ сайта до упора.
4. Захват мышью нижней части окна браузера.
5. Ресайз окна в направлении панели до самой панели задач.
6. Поднятие клавиши мыши (отпуск окна)
Additional Information: https://photos.app.goo.gl/Zpwz1Tp6xbNVB2uT8
Выше ссылка на альбом ГуглФото с видео и скриншотами
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
186 [Kolibri OS (trunk)] Kernel major random 2024-03-20 10:22 2024-03-20 18:47
Reporter: Vaicheslav97 Platform: Any x86 / Любой x86  
Assigned To: Jurgen OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: assigned Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: 0.9.0.0  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: iso / образ компакт-диска
Summary: Падение ядра при частой замене фона.
Description: virtual box Версия 7.0.8 r156879, KOS r9950 Универсальный образ установленный на диск в паре с вин 2000.
Код находясь в функции перерисовки окна при частом вызове приводит к исчезновению фона(иногда только к ней) и остановке ядра

mcall 15, 1, [esi+Image.Width], [esi+Image.Height]

mcall 15, 4, 1

mov eax, [esi+Image.Width]
mov ebx, [esi+Image.Height]
mul ebx
mov ebx, 3
mul ebx
mov esi, eax

mcall 15, 5, [image_rgb], 0,

mcall 15, 3
Tags:
Steps To Reproduce: Открыть программу дважды(в туже секунду) с указанным выше кодом в обработке от рисовки окна.
Добиться частого обновления (В моём случае от рисовка происходила при перемещении мыши, сф37).
Additional Information: Иногда срабатывает на одном экземпляре.
И не срабатывает если открыть 2 программы в разное время.
System Description
Attached Files: photo_2024-03-20_13-18-58.jpg (57,804 bytes) 2024-03-20 10:22
http://bugs.kolibrios.org/file_download.php?file_id=60&type=bug
photo_2024-03-20_13-19-10.jpg (25,862 bytes) 2024-03-20 10:22
http://bugs.kolibrios.org/file_download.php?file_id=61&type=bug
TestLibImg.ASM (8,470 bytes) 2024-03-20 11:04
http://bugs.kolibrios.org/file_download.php?file_id=62&type=bug
bandicam 2024-03-20 14-00-21-748.mp4 (1,146,826 bytes) 2024-03-20 11:04
http://bugs.kolibrios.org/file_download.php?file_id=63&type=bug
Notes
(0000261)
Vaicheslav97   
2024-03-20 11:04   
(0000262)
Vaicheslav97   
2024-03-20 18:47   
Закомментировал строку
mcall 15, 1, [esi+Image.Width], [esi+Image.Height]
И ОС перестала вылетать.
Учитывая что размер заднего фона меняется редко то для приложения это нормально. А Ишю все равно остаётся поскольку баг есть и он может быть глубже.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
185 [Kolibri OS (trunk)] Applications crash always 2024-03-06 14:10 2024-03-11 21:54
Reporter: floppy121 Platform: Any x86 / Любой x86  
Assigned To: hidnplayr OS: KolibriOS  
Priority: high OS Version: SVN autobuilds  
Status: resolved Product Version: SVN build / автосборка SVN  
Product Build: Resolution: fixed  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN: 9984
Type of distribution / Тип дистрибутива: any / любой
Summary: IRCC 0.36 crashes while trying to send a CTCP message to another user
Description: Steps to reproduce:
1) /server IPADDRESS ---> connect to a IRC server (I am using a locally-hosted InspIRCd)
2) /join #general ---> join a #general channel
3) send a normal message ---> everything is fine
4) send a private message ( /msg kolibri_user2 hello ) ---> everything is fine
5) send a ctcp message ( /ctcp kolibri_user2 hello ) ---> IRCC client crashes
There was not such a problem before, so maybe this bug somehow caused by the recent CRLF changes
P.S. btw I wonder why after the "; end of CTCP message" we are also using "0x1" to terminate it prior to "0x0a0d"
Tags: ircc
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
Notes
(0000258)
hidnplayr   
2024-03-11 20:38   
We send message between \x01 delimiters, because we SHOULD.
See https://datatracker.ietf.org/doc/html/draft-oakley-irc-ctcp-02#page-3
(0000259)
hidnplayr   
2024-03-11 20:38   
Able to reproduce.
(0000260)
hidnplayr   
2024-03-11 21:53   
Fixed in #9992


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
184 [Kolibri OS (trunk)] General minor have not tried 2024-03-06 07:33 2024-03-10 18:56
Reporter: DEfindER Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Зависает при запуске на Pentium 3 (600 Mhz)
Description: Пытался запустить колибри ОС с дискеты на компьютере Gateway E-3200 (Pentium 3 - 600 Mhz) загружается до графического рабочего стола и зависает намертво, делал показывать дебаг при загрузке, есть скриншоты. Комп рабочий Windows Xp Sp3 на нём работает без проблем.
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files: изображение_viber_2024-03-06_11-17-03-566.jpg (478,418 bytes) 2024-03-06 07:33
http://bugs.kolibrios.org/file_download.php?file_id=58&type=bug
изображение_viber_2024-03-06_11-17-04-605.jpg (527,879 bytes) 2024-03-06 07:33
http://bugs.kolibrios.org/file_download.php?file_id=59&type=bug
Notes
(0000257)
hidnplayr   
2024-03-10 18:56   
Please check the box "System" in bottom right corner of process manager to see all processes and post new screenshot.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
183 [Kolibri OS (trunk)] Applications minor have not tried 2024-03-04 11:00 2024-03-04 11:00
Reporter: hidnplayr Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: @notify takes focus
Description: @notify program steals focus from other application while it is on display.
Focus will be restored, but if you were typing and @notify suddenly appeared, characters will be lost!

It would be nice if there was an option in kernel so window doesn't take focus on first draw.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
108 [Kolibri OS (trunk)] Applications block always 2016-03-20 19:15 2024-03-04 09:26
Reporter: hidnplayr Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: MTDBG is unuseable on 640x480 screens
Description: MTDBG becomes unusable when run on a screen of 640x480 resolution
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0000256)
hidnplayr   
2024-03-04 09:26   
Since #7683 now also unusable on 800x600 !


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
182 [Kolibri OS (trunk)] Applications major always 2024-02-28 18:56 2024-02-28 20:50
Reporter: floppy121 Platform: Any x86 / Любой x86  
Assigned To: hidnplayr OS: KolibriOS  
Priority: high OS Version: SVN autobuilds  
Status: resolved Product Version: SVN build / автосборка SVN  
Product Build: Resolution: fixed  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN: 9980
Type of distribution / Тип дистрибутива: img / образ дискеты
Summary: r9980 IRCC cannot " /join #general " on a self-hosted inspircd server (r9977 IRCC worked fine if no bold chars at MOTD message)
Description: r9980 IRCC works fine with irc.libera.chat but cannot " /join #general " on a self-hosted inspircd server (r9977 IRCC worked fine with both servers if no bold chars at MOTD message)
Tags:
Steps To Reproduce: Just install a inspircd server with default configs everywhere, connect to it with IRCC and try to " /join #general "
Additional Information:
System Description
Attached Files:
Notes
(0000254)
hidnplayr   
2024-02-28 19:55   
Able to reproduce via public server on irc.inspircd.org
(0000255)
hidnplayr   
2024-02-28 20:50   
#9981


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
176 [Kolibri OS (trunk)] Kernel block always 2023-05-29 16:30 2024-02-25 21:37
Reporter: Doczom Platform: Any x86 / Любой x86  
Assigned To: hidnplayr OS: KolibriOS  
Priority: high OS Version: SVN autobuilds  
Status: assigned Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: bug in working TCP socket
Description: TCP connect don`t close in killing thread and sending network event on listen socket, but call accept return error code
Tags:
Steps To Reproduce: 1)open FTPD on Kolibri
2)open connection, using telnet
3)broken ftpd threads
4)open ftpd
5)send in Telnet symbols
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
153 [Kolibri OS (trunk)] Applications major always 2022-01-29 19:17 2024-02-23 21:40
Reporter: floppy121 Platform:  
Assigned To: hidnplayr OS:  
Priority: normal OS Version:  
Status: assigned Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: SVN build / автосборка SVN  
SVN revision / ревизия SVN: r9675
Type of distribution / Тип дистрибутива: any / любой
Summary: NETSTAT could not apply the custom IP address settings - page fault or just nothing happens
Description: In example, the automatic DHCP settings failed and you would like to set up a static IP address for your KolibriOS PC. However, NETSTAT's Configure menu does not work: when you click "Apply" in the "IP settings" pop-up window, nothing changes and the new custom IP settings do not get applied. I either see a page fault on debug board, or simply nothing happens.

How to reproduce: this happens if, instead of connecting a Kolibri OS PC's Ethernet to the domestic router, I connect it to another PC (for the purpose of sharing its' WiFi connection over Ethernet to KolibriOS laptop) - which probably doesn't have a DHCP configured properly at the moment.

P.S. Also, the arrow left/right keyboard keys don't work, forcing you to use a mouse each time you need to move a text cursor without altering the text contents.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0000231)
floppy121   
2022-01-29 19:24   
Luckily, the change in settings applies - but only after I disconnect the Ethernet cable and connect it again. This isn't obvious and might confuse a new user. If this has to be done, please show a notification asking a user to do this - or, better, please make it so the Ethernet connection is restarted by software and the settings are automatically applied, to avoid the need of reattaching a cable.
(0000253)
hidnplayr   
2024-02-23 21:40   
Currently, IP addresses are managed by @zeroconf program.
Netstat only changes the config file that is used by @zeroconf, but there is no mechanism in place to trigger it to apply the changes immediately yet.

A current manual solution is to kill @zeroconf and restart it, but it is not how it should actually work.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
150 [Kolibri OS (trunk)] Applications major always 2022-01-27 09:59 2024-02-23 21:17
Reporter: floppy121 Platform: Any x86 / Любой x86  
Assigned To: hidnplayr OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: resolved Product Version:  
Product Build: Resolution: fixed  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN: r9671
Type of distribution / Тип дистрибутива: img / образ дискеты
Summary: IRCC doesn't support "ping-cookie" and fails connecting to any servers using them
Description: After my InspIRCd server used for the last issue (http://bugs.kolibrios.org/view.php?id=149)
got broken (no clean installs helped) - this time I got UnrealIRCd 5.2.3 for Windows 7 from
https://www.unrealircd.org/download/5.2 , and used an almost-default config with as few changes as possible.

HexChat connects successfully to this UnrealIRCd server. However, IRCC fails with a "PING-PONG" error:

[Timestamp] * Connecting to XXX.XXX.XXX.XXX
[Timestamp] -servername- *** Looking up your hostname...
[Timestamp] -servername- *** Found your hostname (cached)
[Timestamp] -servername- ERROR: Invalid PING response. Your client
 must respond back with PONG :<cookie>

This reply message is from UnrealIRCd source code - pingpong.c (lines 100+) :
https://github.com/unrealircd/unrealircd/blob/unreal52/src/modules/pingpong.c

Then I found this server-side setting of UnrealIRCd:
https://www.unrealircd.org/docs/Set_block#set::ping-cookie

=====
set::ping-cookie

Syntax: set::ping-cookie <yes|no>

When a client connects, send a "ping cookie" consisting of a random string that the client should respond with. All clients should cope with this and do so without bothering the user. Ping cookies are a security measure. It helps in preventing blind HTTP-POST attacks and similar security issues. It also helps against TCP spoofing on very old operating systems.

The default is yes (enabled). Changing this to no is a big security risk.
=====

If I go to my almost-default unrealircd.conf , find the "/* Network configuration */
set {" code block (lines 420+) and add a

ping-cookie "no";

line to it, as following:

=====
...
set {
...
prefix-quit "Quit";
ping-cookie "no";

/* Cloak keys ...
=====

then IRCC can connect to this server successfully. Unfortunately, this is a server-side setting,
which means that IRCC can't connect to many IRC servers with this ping-cookie stuff enabled.

Looking at replies here - https://forums.unrealircd.org/viewtopic.php?t=2098#top ,
it seems that IRCC should reply to a server message like "PING :B0156928" with "PONG :B0156928".
Also:

"Note that, again because of the IRC protocol, you MUST pong back to any subsequent ping requests that may happen (eg: because of idle time), as outlined in RFC1459 section 4.6.2."
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
Notes
(0000234)
floppy121   
2022-01-30 08:25   
Although cmd_ping is implemented at serverparser.inc , it does not work with UnrealIRCd for some reason. http://websvn.kolibrios.org/filedetails.php?repname=Kolibri+OS&path=%2Fprograms%2Fnetwork%2Fircc%2Fserverparser.inc
(0000235)
hidnplayr   
2022-01-30 08:55   
Please provide example of actual PING request and (if present) erroneous PONG reply from IRCc.
It can be captured with wireshark for example.
(0000237)
floppy121   
2022-01-31 19:25   
Here's a relevant extracted data from Wireshark (MAC addresses replaced by XX's - client, YY's - server) :

1) PING request by UnrealIRCd server:

Internet Relay Chat
    Response: PING :3D038D38
        Command: PING
        Trailer: 3D038D38

0000 XX XX XX XX XX XX YY YY YY YY YY YY 08 00 45 00 ============..E.
0010 00 44 9b 74 40 00 40 06 8a e9 0a 2a 00 01 0a 2a .D.t@.@....*...*
0020 00 02 1a 0b e5 71 60 09 e5 b9 ca 40 ed cb 80 18 .....q`....@....
0030 01 fe 14 8d 00 00 01 01 08 0a b9 dc dd 2e cd 4b ...............K
0040 0b 00 50 49 4e 47 20 3a 33 44 30 33 38 44 33 38 ..PING :3D038D38
0050 0d 0a ..

2) PONG reply by IRCC client - for some reason it's not complete:

Internet Relay Chat
    Request: PONG :3D0
        Command: PONG
        Trailer: 3D0

0000 YY YY YY YY YY YY XX XX XX XX XX XX 08 00 45 00 ============..E.
0010 00 33 00 00 00 00 80 06 26 6f 0a 2a 00 02 0a 2a .3......&o.*...*
0020 00 01 e5 71 1a 0b ca 40 ed cb 60 09 e5 c9 50 10 ...q...@..`...P.
0030 80 00 ee f6 00 00 50 4f 4e 47 20 3a 33 44 30 0a ......PONG :3D0.
0040 0d .
(0000252)
hidnplayr   
2024-02-23 21:17   
Fixed in #9979


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
149 [Kolibri OS (trunk)] Applications major always 2022-01-25 15:15 2024-02-23 16:57
Reporter: floppy121 Platform: Any x86 / Любой x86  
Assigned To: hidnplayr OS: KolibriOS  
Priority: high OS Version: SVN autobuilds  
Status: resolved Product Version: SVN build / автосборка SVN  
Product Build: Resolution: fixed  
Projection: none      
ETA: none Fixed in Version: SVN build / автосборка SVN  
    Target Version:  
SVN revision / ревизия SVN: r9092
Type of distribution / Тип дистрибутива: img / образ дискеты
Summary: IRCC becomes unstable with 0.34 version (r9091 --> r9092)
Description: I'm trying to connect IRCC to my self-hosted-on-Windows-7 InspIRCd server:

https://github.com/inspircd/inspircd/releases/tag/v3.5.0 - InspIRCd-3.5.0.exe
with the following "inspircd.conf" differences:

<server
name="penguin.omega.example.org" ===> name="127.0.0.1"
<bind
port="6697" ===> port="6667"
<connect
localmax="3" ===> localmax="10"
globalmax="3" ===> globalmax="10"

1) Older IRCC 0.33 at r9091 floppy - connects to this server successfully,
can join a #test channel and successfully send some messages.

2) Updated IRCC 0.34 at r9092 floppy - always freezes while trying to connect!

To save time, you can launch these floppies with VirtualBox to reproduce the error:
r9091 - http://builds.kolibrios.org/eng/history/svn9091-img.7z
r9092 - http://builds.kolibrios.org/eng/history/svn9092-img.7z

Please note that this freezing problem somehow depends on a chosen server
or its' output: while IRCC 0.34 always fails with my own server, sometimes it could connect to irc.libera.chat successfully. However, even a successful connection won't last a long time: after joining a #linux channel and using it for a few minutes (or just being there for a while), it also freezes.
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files: kolibrios_r9976_ircc-fix-chars.patch (1,210 bytes) 2024-02-17 14:50
http://bugs.kolibrios.org/file_download.php?file_id=57&type=bug
Notes
(0000229)
floppy121   
2022-01-28 14:50   
Reposting some of our PM exchange with hidnplayr:

> Could you check if code from 0.33 recompiled with serverparser.inc from 0.34 works or not?

Yes, indeed [b]textbox.inc[/b] is causing this issue. If it's r9092 version, then trying to connect to a server - results in an endless loop.
I already did some analysis, hope this will help to resolve the issue.

[b]Manual tracing how-to:[/b][spoiler]I placed "int 3" below no_colors. Since this gets triggered each time I try to click / control a program,
also had to enable the auto-connection to my server by these changes at ircc.asm [i](ENTER auto-click)[/i] :[code]mainloop:
...
cmp al , 3
je main_window_key ;;; (old was "je mouse")
...
[/code][code]main_window_key:
...
;;; cmp ah, 13 ; enter ;;; (commented out)
;;; jne no_send2 ;;; (commented out)
...[/code][/spoiler][b]Endless loop's body:[/b]
[spoiler][b]Register values - are equal to this at the beginning of each loop iteration:[/b]
[code]
| EAX = 0000 0004 | EBX = 0032 0012 | ECX = 3000 0000 | EDX = 0000 89E9 ___| ESI = 0000 0000 | EDI = 0000 4CAB |
| EBP = 0000 4CAB | ESP = 0000 6C3B | EIP = 0000 20AE | EFLAGS = 0000 1297 |[/code]draw_channel_text.no_colors:[code]
push edx
==> ESP = 0000 6C37
xor esi, esi
==> ESI = 0000 0000
dec esi
==> ESI = FFFF FFFF[/code]draw_channel_text.next_char:[code]
inc esi
==> ESI = 0000 0000
cmp esi, [textbox_width]
jz draw_channel_text.cnt_done
==> nothing happened
mov al, [edx]
==> EAX = 0000 0002
cmp al, 0Dh
jbe draw_channel_text.cnt_done
==> jumping to[/code]draw_channel_text.cnt_done:[code]
mov eax, edx
==> EAX = 0000 89E9
pop edx
==> EDX = 0000 89E9
push eax
mov EAX, 4
==> EAX = 0000 0004
int 40h
pop edx
==> EDX = 0000 89E9
cmp esi, [textbox_width]
jz draw_channel_text.line_full
==> nothing happened
imul esi, esi, 80000h
==> ESI = 0000 0000 (no change)
add ebx, esi
==> EBX = 0032 0012
jmp draw_channel_text.line
==> jumping to[/code]draw_channel_text.line:[code]
cmp byte [edx], 0
jz draw_channel_text.end_of_text
cmp byte [edx], 0Dh
jz draw_channel_text.newline_soft
cmp byte [edx], 0Ah
jz draw_channel_text.newline_hard
cmp byte [edx], 3
jnz draw_channel_text.no_colors[/code][/spoiler] As you see there are two push and two pop, and so the reg values stay the same between the cycles.

Below are the screenshots of chat windows. Initially I thought that maybe it's somehow connected to scrollbar which appears after more stuff is printed, but it happens even with IRCC windows max enlarged to avoid a scrollbar.

[b]HexChat:[/b] - https://i.imgur.com/fTIsLfe.png
[b]IRCC r9091:[/b] - https://i.imgur.com/iiSH6r1.png
[b]IRCC r9092:[/b] - https://i.imgur.com/gVO4zxr.png

It may be wrong, but maybe IRCC r9092 fails while trying to print the motd [i](message-of-the-day)[/i]. This would explain why for some servers a connection initially may work - although fails at the later point of time, - while for this InspIRCd it fails instantly. Here's a copy-paste of InspIRCd's motd: [url=https://pastebin.com/qTWSnuiz]https://pastebin.com/qTWSnuiz[/url] . It may be failing at this line with many escape characters:
[code]
       V \ \bWELCOME TO AN \c13I\c04N\c07S\c08P\c03I\c10R\c12C\c06D\c99 NETWORK\x
[/code] I can't debug further with different messages because my IRC server broke and I'm unable to fix it at the moment :mrgreen:

[b]P.S.[/b] By the way, I noticed that on startup - IRCC prints the welcome message and ASCII art, but then almost instantly erases it and draws exactly the same stuff again, which seems a bit inefficient
(0000230)
floppy121   
2022-01-28 14:52   
I investigated this problem further:

The escape characters from InspIRCd "message-of-the-day" [i](motd)[/i] are translated by it into special ASCII codes
the same way as described at this wiki - [b][url=https://defs.ircdocs.horse/info/formatting.html]https://defs.ircdocs.horse/info/formatting.html[/url][/b]

Although IRCC seems to support colors [i](seeing them working, and according to [b][url=http://websvn.kolibrios.org/filedetails.php?repname=Kolibri+OS&path=%2Fprograms%2Fnetwork%2Fircc%2Ftextbox.inc]textbox.inc[/url][/b])[/i],
it does not support some basic text formatting like [code]\b ==> ASCII 0x02 , for bold text until 0x0F code
\i ==> ASCII 0x1D , for italics text until 0x0F code
\u ==> ASCII 0x1F , for underlined text until 0x0F code[/code] - instead, it tries to print these special chars AS-IS on the textbox window.

Printing 0x1D and 0x1F doesn't break IRCC - they are displayed as some weird chars: "not equal" sign and "centered dot" respectively.
However, there is a problem with "bold" 0x02 char: trying to print it results in a IRCC crash upon the refresh of IRCC window.

What's interesting: as you could see by my [url=https://board.kolibrios.org/viewtopic.php?f=2&t=3727&hilit=ircc+ascii#p70823][b]1st message here[/b][/url], at 2018 version of KolibriOS (~r7300),
0x02 char was printable as a "vertical rectangular chessboard". Meanwhile, at a newer KolibriOS (~r9091)
it stopped being printable but at least doesn't crash IRCC 0.33 - unlike 0.34 from r9092.
As for 0x03, maybe it was crashing 2 years ago because I didn't follow it with a color code.

Possible solutions:
[list][*] worse - simply skip printing these special characters so they don't do anything
[*] better - extend the text formatting support, seeing the colors are already implemented[/list]

[b]P.S.[/b] I also tried another chat server - UnrealIRCd, and noticed the IRCC "ping-pong" bug:
[b][url=http://bugs.kolibrios.org/view.php?id=150]http://bugs.kolibrios.org/view.php?id=150[/url][/b]
Although [b]cmd_ping[/b] [url=http://websvn.kolibrios.org/filedetails.php?repname=Kolibri+OS&path=%2Fprograms%2Fnetwork%2Fircc%2Fserverparser.inc]is implemented at serverparser.inc[/url], it didn't work for some reason
(0000250)
floppy121   
2024-02-17 14:50   
As a small reminder: IRCC freezes when trying to print the unsupported characters such as BOLD code 0x02, which could be i.e. a part of MOTD ("Message of the Day") that is sent to you by IRC server when you join it. I investigated this further, IRCC freezes when receiving any of these chars (decimal codes) :

1 , 2 , 4 , 5 , 6 , 7 , 8 , 9 , 11 , 12

As a temporary solution, I came up with this patch (see the attached file, could be merged with "patch -p1 < ./kolibrios_r9976_ircc-fix-chars.patch" command on Linux) - to ensure that IRC does not try to print any of these "bad characters". Please review and merge it to KolibriOS SVN
(0000251)
hidnplayr   
2024-02-23 16:57   
Fixed in 9978


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
181 [Kolibri OS (trunk)] General tweak always 2023-10-03 00:28 2023-10-13 20:03
Reporter: ace_dent Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: low OS Version: SVN autobuilds  
Status: acknowledged Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Refine some symbols in 8x16 font
Description: The built-in 'large' font (8x16) should change the following symbols:
- Tilde `~` should be vertically centred relative to other glyphs (middle of a row height).
- Apostrophe `'` should be a straight, vertical mark with no left or right slant, so it may be used both to start and end quotes, etc.

These symbols follow conventional design in the smaller font.
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
Notes
(0000247)
dunkaist   
2023-10-04 02:41   
I checked on Wikipedia (not the best source but though), current shapes of both tilde and apostrophe are acceptable, aren't they?

https://en.wikipedia.org/wiki/Tilde
The tilde (/ˈtɪldeɪ, -di, -də, ˈtɪld/)[1] ˜ or ~ ...

https://en.wikipedia.org/wiki/Apostrophe
The apostrophe (' or ’) ...

Are the shapes you are proposing your personal preference or you can justify these changes?

I personally don't insist on the current shapes. I just don't see why they are wrong or discouraged.
(0000248)
ace_dent   
2023-10-04 08:34   
The current design matches historic DOS era usage.
Modern typography for those glyphs has changed, as extended characters are available:
- opening and closing single quotes (in place of an apostrophe).
- precomposed characters with a diacritic mark (in place of the tilde).
In fact, your wikipedia links illustrate this very well.

So the proposed change will match contemporary design and User expectation.
This design is already present in the smaller system font (shown in Asciivju).
(0000249)
dunkaist   
2023-10-12 23:50   
Okay, I spent some time reading the links I had provided. I agree that the new design is more correct.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
179 [Kolibri OS (trunk)] General text always 2023-10-02 09:33 2023-10-13 20:03
Reporter: ace_dent Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: low OS Version: SVN autobuilds  
Status: confirmed Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Locales have non-standard designations [L10n]
Description: There is a mixture of 3 letter and 2 letter codes, with `SP` for Spanish being incorrect (should be `ES`).
When looking at localisation, it is confusing that standard ISO 639-1 was not followed (at least).
https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes

Ideally (if there is no size / performance impact) we should adopt the `language-COUNTRY` code standard, to make identifying the locale much easier. This is constructed with ISO 639-1 and ISO 3166-1 https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2.
See also https://en.wikipedia.org/wiki/IETF_language_tag ...

`CA` - Catalan ? --> `ca` or `ca-ES`...?
`ENG` - English --> `en` or `en-US`.
`ET` - Estonian? --> `et` or `et_EE`...?
`IT` - Italian --> `it` or `it-IT`.
`RUS` - Russian --> `ru` or `ru-RU`.
`SP` - Spanish (Castilian) --> `es` or `es-ES`.
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
180 [Kolibri OS (trunk)] General text always 2023-10-02 09:39 2023-10-02 10:30
Reporter: ace_dent Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: low OS Version: SVN autobuilds  
Status: confirmed Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Standardize naming of `KolibriOS`
Description: We should determine if `KolibriOS` (no space) is the correct name and correct variations, e.g `Kolibri OS` or `Kolibri`.
We should also consider whether the Cyrillic script version in Russian is necessary / correct `КолибриОС`...?

This consistency is useful to strengthen the brand and makes searching easier (with Google, etc.) .
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
177 [Kolibri OS (trunk)] Kernel crash always 2023-08-16 19:21 2023-08-16 19:28
Reporter: Vaicheslav97 Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: high OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN: pre r9898
Type of distribution / Тип дистрибутива: any / любой
Summary: Virtual Box SoundBlaster16 FPlay Video halting OS
Description: Then in setings of virtual machine sound device set to SoundBlaster16.
On attempt to play video with FPlay. System halts without board messages.

Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
171 [Kolibri OS (trunk)] Applications major always 2022-08-23 18:34 2022-12-30 03:58
Reporter: CandyMan Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Bug in webview program
Description: The "webview" web browser, started with the parameter, address with the name of the download file, downloads the same file multiple times.
Tags:
Steps To Reproduce: Run webview for example with command line param: http://www.ndn.muxe.com/download/file/dicts.7z
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
174 [Kolibri OS (trunk)] Applications trivial always 2022-09-09 19:23 2022-09-09 19:23
Reporter: vitalkrilov Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: low OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN: 9872
Type of distribution / Тип дистрибутива: any / любой
Summary: Eolite: scrollbar does not redraw after mouse up
Description: Right scrollbar after mouse up in Eolite keeps being like pressed (visually) until you move cursor.
Tags: Eolite
Steps To Reproduce: When you click with left mouse button on scrollbar, it becomes pressed (you can see it). But after click (or holding) it does not render again to be unpressed (render works only after you move your mouse).
Additional Information: It might be some library's problem.
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
173 [Kolibri OS (trunk)] Applications minor always 2022-09-09 15:51 2022-09-09 15:51
Reporter: stack Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Debugger does not reload executables
Description: RELOAD command does not actually reload the executable.

It only resets the current session.

If the executable is changed, the change is not visible after RELOAD.
Tags:
Steps To Reproduce: Load an executable into the debugger.
Edit and re-assemble, changing any of the first few opcodes.
type RELOAD
Note that your changes are not in effect.
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
172 [Kolibri OS (trunk)] Applications minor always 2022-09-08 13:38 2022-09-08 13:38
Reporter: stack Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: img / образ дискеты
Summary: Another Webview download bug
Description: Right-clicking on a link and selecting 'Download link contents' _immediately_ downloads the file, then opens the dialog to allow the user to download it. Confirming the download results in two downloads!
Tags:
Steps To Reproduce: Right-click and select 'download link contents' of any link.
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
170 [Kolibri OS (trunk)] Kernel minor always 2022-07-31 17:33 2022-07-31 17:33
Reporter: Doczom Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: 0.8.0.0  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: bug with the video buffer
Description: when running this code (see image), 3 rows of pixels stop being redrawn normally and other oddities are observed (see image 2). Do not forget to start the CPU before starting the this program
Tags: kernel
Steps To Reproduce: start this code:
  use32
  org 0
  db 'MENUET01'
  dd 1
  dd START
  dd I_END
  dd MEM
  dd STACKTOP
  dd 0
  dd 0
START:
          mov eax, 70
          mov ebx, file_struct
          int 0x40
          test eax, eax
          jmp START
          mov eax,0xffffffff
          int 0x40
file_struct:
        dd 7
        dd 0
        dd message
        dd 0
        dd 0
        db '/sys/@notify',0
message: db '"swedcfvgbhnjmsx \n cfgvtbhnjsdfvgvtrcfebufbrh" -tdE',0
str_1: db '12345abcde-error0'
I_END:
  rb 4096
align 16
STACKTOP:
MEM:
Additional Information:
System Description
Attached Files: image_2022-07-31_22-14-05.png (70,363 bytes) 2022-07-31 17:33
http://bugs.kolibrios.org/file_download.php?file_id=54&type=bug
image_2022-07-31_21-49-30.png (88,846 bytes) 2022-07-31 17:33
http://bugs.kolibrios.org/file_download.php?file_id=55&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
128 [Kolibri OS (trunk)] Kernel major always 2020-05-01 17:02 2022-07-24 16:05
Reporter: rgimad Platform: Any x86 / Любой x86  
Assigned To: rgimad OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: resolved Product Version: SVN build / автосборка SVN  
Product Build: Resolution: fixed  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Kernel vulnerabilities used by 2nd.kex rootkit-keylogger
Description: Unfortunately 2nd.kex rootkit-keylogger still works in KolibriOS, it uses some kernel vulnerabilities. See http://board.kolibrios.org/viewtopic.php?t=1712
Also it causes ps command stucking it infinite loop.
Tags:
Steps To Reproduce: Download 2nd.kex from http://board.kolibrios.org/viewtopic.php?t=1712 and run it on Kolibri and press start keylogging. Also after that try ps command in shell
Additional Information:
System Description
Attached Files: 2nd.kex (666 bytes) 2020-05-01 17:03
http://bugs.kolibrios.org/file_download.php?file_id=48&type=bug
Notes
(0000240)
rgimad   
2022-07-24 16:05   
In revisions #8160 and #8216 vulnerability in sysfn 26.2 (2nd.kex used it) finally fixed.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
2 [Kolibri OS (trunk)] Applications tweak always 2012-05-26 06:32 2022-04-06 15:32
Reporter: SoUrcerer Platform: x86  
Assigned To: maxcodehack OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: resolved Product Version:  
Product Build: Resolution: reopened  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: 0.8.0.0  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива:
Summary: Quake: sticky keys
Description: Now code is something like:
mov eax, 2 ;just read this key from buffer
 $int 0x40

And should be:
      $push edx
@getkey:
      $mov eax,2
      $int 0x40
      $cmp eax,1
      $jne getkeyi
      $mov ah,dh
      $jmp getkeyii //jz?
@getkeyi:
      $mov dh,ah
      $jmp getkey
@getkeyii:
      $pop edx
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
Notes
(0000156)
yogev_ezra   
2014-03-23 18:24   
Closed by mistake
(0000165)
yogev_ezra   
2014-06-08 13:36   
Closed by mistake


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
164 [Kolibri OS (trunk)] Applications minor always 2022-01-30 10:52 2022-02-26 20:21
Reporter: floppy121 Platform:  
Assigned To: hidnplayr OS:  
Priority: low OS Version:  
Status: assigned Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: SVN build / автосборка SVN  
SVN revision / ревизия SVN: r9675
Type of distribution / Тип дистрибутива: img / образ дискеты
Summary: programs/network/synergyc: trying to start it, getting "Uh-Oh.. some error occured !" instantly at program launch
Description: I don't fully understand the purpose of Synergy client - just reporting a bug...
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0000238)
hidnplayr   
2022-02-26 20:21   
The reason is that you are missing the config file.
http://websvn.kolibrios.org/filedetails.php?repname=Kolibri+OS&path=%2Fprograms%2Fnetwork%2Fsynergyc%2Fsynergyc.ini
It is not included in the main distro.

Purpose is explained here https://www.techsupportpk.com/2017/07/softkvm.html
Unfortunately official synergy client/server changed license and are no longer free.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
169 [Kolibri OS (trunk)] Applications trivial always 2022-01-30 13:09 2022-01-30 13:09
Reporter: floppy121 Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: low OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: SVN build / автосборка SVN  
SVN revision / ревизия SVN: r9675
Type of distribution / Тип дистрибутива: img / образ дискеты
Summary: Klavisha: game doesn't exist on a floppy distro (Application not found), but a shortcut exists in a Game Center
Description: Please either add a game or remove a shortcut
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
168 [Kolibri OS (trunk)] Applications minor random 2022-01-30 12:51 2022-01-30 12:51
Reporter: floppy121 Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: low OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: SVN build / автосборка SVN  
SVN revision / ревизия SVN: r9675
Type of distribution / Тип дистрибутива: img / образ дискеты
Summary: games/freecell: clicking on "New game" sometimes causes the application to freeze
Description: games/freecell: clicking on "New game" sometimes causes the application to freeze
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
167 [Kolibri OS (trunk)] Applications minor always 2022-01-30 12:32 2022-01-30 12:32
Reporter: floppy121 Platform: Any x86 / Любой x86  
Assigned To: hidnplayr OS: KolibriOS  
Priority: low OS Version: SVN autobuilds  
Status: assigned Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: SVN build / автосборка SVN  
SVN revision / ревизия SVN: r9675
Type of distribution / Тип дистрибутива: img / образ дискеты
Summary: Download Manager (DL): disconnect the Ethernet cable while downloading - causes a DL to hang forever, even if I return a cable
Description: To reproduce this, go to KolibriOS system panel, click on "Network Speed" shortcut and disconnect while it's downloading a 100MB archive (which by the way can't be extracted by Unz archive manager)
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
166 [Kolibri OS (trunk)] Applications minor random 2022-01-30 12:20 2022-01-30 12:20
Reporter: floppy121 Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: low OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: SVN build / автосборка SVN  
SVN revision / ревизия SVN: r9675
Type of distribution / Тип дистрибутива: img / образ дискеты
Summary: games/pipes: sometimes generates a pipe puzzle which is impossible to solve
Description: Tested on hard level of difficulty.
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
163 [Kolibri OS (trunk)] Applications minor always 2022-01-30 10:44 2022-01-30 10:44
Reporter: floppy121 Platform:  
Assigned To: OS:  
Priority: low OS Version:  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: SVN build / автосборка SVN  
SVN revision / ревизия SVN: r9675
Type of distribution / Тип дистрибутива: img / образ дискеты
Summary: programs/other/graph : instructions from man.txt and http://wiki.kolibrios.org/wiki/Graph/en - are wrong, can't show any graphs
Description: I'm trying many input files like

-5.0 -5.0 5.0 5.0
=x^2

but can't show any graph. Please add the working instructions, better to a program itself (so a user don't need to look for any external documentation)
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
162 [Kolibri OS (trunk)] Kernel minor always 2022-01-30 10:09 2022-01-30 10:09
Reporter: floppy121 Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: low OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: SVN build / автосборка SVN  
SVN revision / ревизия SVN: r9675
Type of distribution / Тип дистрибутива: img / образ дискеты
Summary: Only 1531 MB from 16GB of RAM are visible (checked by System Monitor) to KolibriOS floppy inside a BIOS of Lenovo G505S laptop
Description: I understand that KolibriOS is a 32-bit kernel, but I think there should be like 3GB or 4GB of RAM accessible to it and not just 0000013:0000001.5GB . Having more RAM allows for bigger RAM disks and maybe other cool stuff, so would be nice to have.r
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
161 [Kolibri OS (trunk)] Applications feature always 2022-01-30 09:47 2022-01-30 09:48
Reporter: floppy121 Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: low OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: SVN build / автосборка SVN  
SVN revision / ревизия SVN: r9675
Type of distribution / Тип дистрибутива: img / образ дискеты
Summary: SHELL: please add a ping cmd as a link to /sys/network/ping (+ telnet and nslookup ?), so that we could ping directly from shell
Description: Maybe also the cmd links to telnet and nslookup, since these are also the command line utilities - just designated as the separate applications
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
158 [Kolibri OS (trunk)] Applications minor always 2022-01-30 08:35 2022-01-30 09:24
Reporter: floppy121 Platform: Any x86 / Любой x86  
Assigned To: leency OS: KolibriOS  
Priority: low OS Version: SVN autobuilds  
Status: assigned Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: SVN build / автосборка SVN  
SVN revision / ревизия SVN: r9675
Type of distribution / Тип дистрибутива: img / образ дискеты
Summary: Menu --> Welcome tries to open a "welcome.htm" file (which does not exist on a floppy distro), causing a "Webpage Not Available"
Description: Instead - at least on a floppy distro - maybe host this "welcome.htm" file somewhere at http://kolibrios.org/ and open a link to it?
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
Notes
(0000236)
floppy121   
2022-01-30 09:23   
Maybe this "Welcome" menu entry - should open a " WebView:home " page?


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
160 [Kolibri OS (trunk)] Applications crash always 2022-01-30 09:21 2022-01-30 09:21
Reporter: floppy121 Platform: Any x86 / Любой x86  
Assigned To: leency OS: KolibriOS  
Priority: high OS Version: SVN autobuilds  
Status: assigned Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: SVN build / автосборка SVN  
SVN revision / ревизия SVN: r9675
Type of distribution / Тип дистрибутива: img / образ дискеты
Summary: cmm/browser/webview: open "old web" https://bibliotecapleyades.net/esp_novedades.htm - OK, but go to it from other page -> crash
Description: There's a very interesting website https://bibliotecapleyades.net/ , which has about 15 GB of "hidden knowledge" text articles on the unusual topics. This website is really lightweight (old web style) and should work fine in WebView. However, I found a stability problem:

if I go to the https://bibliotecapleyades.net/ homepage and click on "Novedades Semanales / Weekly News" button (in the middle of top part of page), it causes a WebView crash. WebView also crashes if, after loading a https://bibliotecapleyades.net/ homepage in the first tab, I click a "New tab" and copy-paste & open the link of this button there:

https://bibliotecapleyades.net/esp_novedades.htm

But, if I open this button's link directly after WebView start, then it loads OK without a crash. So, maybe this crash is happenning when the used memory of WebView goes above a certain size: although these are really lightweight pages, they have a lot of text on them. But I'm running KolibriOS natively ( as a virtual floppy inside a BIOS http://board.kolibrios.org/viewtopic.php?f=25&p=77728#p77728 ) on Lenovo G505S laptop with 16GB RAM, so a low PC memory (i.e. VirtualBox small RAM config) can't be a cause of these crashes.

You may also experiment with clicking the various buttons on top of page: "Finalidad / Mission Statement" , "Las Pleyades / The Pleyades" and so on. All the pages are lightweight but WebView crashes frequently when switching between them, I don't know why. Please take a look
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
159 [Kolibri OS (trunk)] Applications minor have not tried 2022-01-30 08:49 2022-01-30 08:49
Reporter: floppy121 Platform: Any x86 / Любой x86  
Assigned To: leency OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: assigned Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: SVN build / автосборка SVN  
SVN revision / ревизия SVN: r9675
Type of distribution / Тип дистрибутива: img / образ дискеты
Summary: cmm/browser/webview: try to load http://youtube.com/ causes "Too many redirects." and "Error: unsupported processor instruction"
Description: If I write a link to a heavy page like "http://youtube.com" in the WebView address bar and press Enter, it opens a dozen of Download Managers which download something unknown??? After they complete downloading something, I also get a "Too many redirects." notification message - and many of "Error: unsupported processor instruction", which alone is a sign that there's something wrong in WebView source code. Please take a look
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
157 [Kolibri OS (trunk)] Applications minor have not tried 2022-01-29 20:13 2022-01-29 20:14
Reporter: floppy121 Platform:  
Assigned To: CleverMouse OS:  
Priority: normal OS Version:  
Status: assigned Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: SVN build / автосборка SVN  
SVN revision / ревизия SVN: r9675
Type of distribution / Тип дистрибутива: any / любой
Summary: ZKEY - arrow keys on this "screen keyboard" aren't working
Description: Instead, some weird characters are being printed
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0000233)
floppy121   
2022-01-29 20:14   
Assigning to CleverMouse as the last person who worked on ZKEY program... Although the last message of CleverMouse is 2020, so - if someone else would like to pick this, please change the assignee


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
156 [Kolibri OS (trunk)] Applications minor always 2022-01-29 20:04 2022-01-29 20:04
Reporter: floppy121 Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: SVN build / автосборка SVN  
SVN revision / ревизия SVN: r9675
Type of distribution / Тип дистрибутива: any / любой
Summary: Menu --> Development --> Example.asm : couldn't compile and run by Tinypad buttons (page fault), but works OK with FASM
Description: If I click "Menu --> Development --> Example.asm", Tinypad opens - but I can't compile and run Example.asm by Tinypad buttons: this results in a page fault. However, the same file could be compiled and run successfully from FASM
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
155 [Kolibri OS (trunk)] Applications minor always 2022-01-29 19:56 2022-01-29 19:56
Reporter: floppy121 Platform: Any x86 / Любой x86  
Assigned To: leency OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: assigned Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: SVN build / автосборка SVN  
SVN revision / ревизия SVN: r9675
Type of distribution / Тип дистрибутива: any / любой
Summary: piano - please improve the layout: the relation between the keyboard keys and piano tones seems to be uneven
Description: I have a regular keyboard layout of Lenovo laptop, and the mapping between the keyboard keys seems to be uneven. In example, the bottom row of keys is "ZXCVBNM,.". "Z" is C tone, "X" is D tone, "C" is E tone - which seems logical so far. But "V" is not F tone - instead, it gives another tone which is even lower than "C". So by looking at keyboard is very not obvious, which keyboard letter corresponds to which key, and it seems almost random at times. Please improve the piano <==> keyboard layout
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
154 [Kolibri OS (trunk)] Applications minor always 2022-01-29 19:39 2022-01-29 19:42
Reporter: floppy121 Platform: Any x86 / Любой x86  
Assigned To: CleverMouse OS: KolibriOS  
Priority: low OS Version: SVN autobuilds  
Status: assigned Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: SVN build / автосборка SVN  
SVN revision / ревизия SVN: r9675
Type of distribution / Тип дистрибутива: any / любой
Summary: iconedit - please add a "Save as..." in addition to Save (which currently saves as /tmp0/1/ICON_?.PNG)
Description: iconedit - please add a "Save as..." in addition to Save (which currently saves as /tmp0/1/ICON_?.PNG)
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
Notes
(0000232)
floppy121   
2022-01-29 19:42   
Assigning to CleverMouse as the last person who worked on Iconedit program... Although the last message of CleverMouse is 2020, so - if someone else would like to pick this, please change the assignee


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
152 [Kolibri OS (trunk)] Applications major always 2022-01-28 15:34 2022-01-28 15:34
Reporter: floppy121 Platform: Any x86 / Любой x86  
Assigned To: leency OS: KolibriOS  
Priority: high OS Version: SVN autobuilds  
Status: assigned Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: SVN build / автосборка SVN  
SVN revision / ревизия SVN: r9673
Type of distribution / Тип дистрибутива: any / любой
Summary: uNZ 0.2 - extraction of 7z archive fails to "/tmp0/1/" but succeeds to /tmp0/1 (no trailing / at the end)
Description: uNZ 0.2 seems to be picky regarding the "Extract to" path.

Pick a 7z archive like "ircc_0.31_vigenere_13july2018.7z" from this thread:
http://board.kolibrios.org/viewtopic.php?f=11&t=3734

It was packed with
7z a -m0=Deflate ./ircc_0.31_vigenere_13july2018.7z ./ircc_0.31_vigenere_13july2018/
command, and contains a directory ./ircc_0.31_vigenere_13july2018/ together with files inside.

If I choose to extract it to /tmp0/1/ - despite the "Unpacked successfuly" notification message (btw notice a typo at "successfuly" word - should be double "l") , I can't see any files at /tmp0/1" RAM disk. However, if I choose the extraction path as /tmp0/1 without a trailing / - then it unpacks really successfully and I'm able to see and use the extracted files.

This problem isn't obvious and might confuse a new KolibriOS user, so I'm setting a high priority.
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
151 [Kolibri OS (trunk)] General tweak always 2022-01-28 13:51 2022-01-28 14:17
Reporter: floppy121 Platform: Any x86 / Любой x86  
Assigned To: dunkaist OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: resolved Product Version: SVN build / автосборка SVN  
Product Build: Resolution: fixed  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Mantis bug tracker - I can't update my issues! Need to edit, assign to someone or write the new notes
Description: Unfortunately, it seems impossible to update my issues. Need to edit, assign to someone or write the new notes. Please enable these features for me, and other users, here at Mantis bug tracker
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
Notes
(0000228)
dunkaist   
2022-01-28 14:17   
I have updated your access level from 'reporter' to 'developer'.
I don't know why 'developer' level isn't default one. May be because of spammers.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
146 [Kolibri OS (trunk)] Kernel crash always 2021-10-21 18:08 2021-11-02 17:44
Reporter: Doczom Platform: Any x86 / Любой x86  
Assigned To: hidnplayr OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: assigned Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN: 9221
Type of distribution / Тип дистрибутива: any / любой
Summary: bug in working sockets(loopback)
Description: When you start ftpd and try to work with it through ftpc several times (transfer something to ftpd), then after a few minutes (30-45) the windows stop being redrawn, but the windows work (coordinates change) and the background is redrawn.

При запуске ftpd и несколько раз попытаться поработать с ним через ftpc (передать что-то в ftpd) то через несколько минут(30-45) окна перестают перерисовываться, но окна работают(координаты меняются) и фон перерисовывается.
Tags:
Steps To Reproduce: start ftpd (default settings)
connect to it several times via ftpc
to wait
Additional Information: checked on 3 virtual machines (VirtualBox) and on a laptop
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
142 [Kolibri OS (trunk)] Applications minor have not tried 2021-07-21 14:04 2021-10-19 09:59
Reporter: Jurgen Platform: Any x86 / Любой x86  
Assigned To: punk_joker OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: assigned Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Баг файлового менеджера Eolite
Description: Если из папки 1-го жесткого диска NTFS копировать файл (Рис. 1) и потом вставить этот файл в папку 2-го жесткого диска NTFS (Рис. 2), то происходит удаление файла из папки 1-го диска (Рис. 3).
То есть по факту выполняется операция (Вырезать - Вставить).

В другом файловом менеджере (например KFM2) такой баг не замечен.

Примечание:
Баг-репорт не дает вставить 3 файла (Рис.1-2), поэтому вставил только 1-ый : Рис-1
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files: Рис-1.JPG (141,252 bytes) 2021-07-21 14:04
http://bugs.kolibrios.org/file_download.php?file_id=53&type=bug
Notes
(0000221)
punk_joker   
2021-10-19 09:59   
Probably fixed in #9062. Need to check.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
140 [Kolibri OS (trunk)] Applications minor have not tried 2021-07-21 13:52 2021-07-21 21:13
Reporter: Jurgen Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: confirmed Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Баг отладчика mtdbg
Description: В ходе отладки созданной программы размером более 1000h, при любом обращении по адресу выше 0х0900h, происходит сбой - закрытие отладчика.
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
Notes
(0000217)
dunkaist   
2021-07-21 14:12   
Please, check previous revisions to find out when this bug was introduced: http://builds.kolibrios.org/rus/history/
(0000218)
Jurgen   
2021-07-21 21:02   
Я проверил самую первую версию svn2501-img.7z. Проблема такая же.

По моему, при запуске mtdbg выделяет размер памяти 1000h и разработчиками не предусмотрено динамическое выделение дополнительной памяти, при необходимости


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
139 [Kolibri OS (trunk)] Kernel major always 2021-06-20 13:59 2021-06-20 14:00
Reporter: dunkaist Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: confirmed Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: 0.9.0.0  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Can't access a partition that was locked by a crashed process
Description: Current FS code works like this: lock (a mutex guarding access to) a partition, read/write data, unlock the partition.
When a thread crashes while reading/writing, the partition is left locked. Therefore other programs can't acquire the lock and access that partition anymore.

In theory, kernel could release acquired locks when threads crash. In practice, kernel has no idea what locks have been acquired by a given thread.
It is possilble to modify FS code to fill an array of acquired locks. In fact, this is very similar to an array of file descriptors.

So, resolution of this issue could be a side effect of file descriptors when they are implemented.
Tags: fasm, fs, kernel
Steps To Reproduce:
Additional Information: https://board.kolibrios.org/viewtopic.php?f=31&t=3397&start=150#p76785
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
138 [Kolibri OS (trunk)] Applications minor always 2021-06-19 22:54 2021-06-19 22:55
Reporter: dunkaist Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: confirmed Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: SVN build / автосборка SVN  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: BOARD output is outside the window
Description: https://board.kolibrios.org/viewtopic.php?f=42&t=1485&start=75#p76159
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
137 [Kolibri OS (trunk)] General crash have not tried 2021-06-17 13:04 2021-06-17 13:52
Reporter: Jurgen Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: confirmed Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN: r88621
Type of distribution / Тип дистрибутива: iso / образ компакт-диска
Summary: При изменении настройки, перед загрузкой Колибри ОС, происходит сбой.
Description:
Перед загрузкой Колибри ОС выводится информация о текущих настройках.
Если нажать кл. "b", то выводится текст с вопросом, на которое жму кл. "1".
Далее, для продолжения загрузки жму кл. "Enter".
Появляется текст с вопросом: "Запомнить текущие настройки?".

Если я нажму кл. "y", то появляется надпись "KERNEL MNT?" и больше ничего не происходит (только мигает курсор ввода).
Прилагается скриншот.
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files: БАГ.JPG (73,993 bytes) 2021-06-17 13:04
http://bugs.kolibrios.org/file_download.php?file_id=52&type=bug
Notes
(0000216)
dunkaist   
2021-06-17 13:52   
This is because of a floppy image that is used in emulation mode to boot from ISO.

Extended_primary_loader for ISO doesn't have this issue. But it had another bug when I last tried it: I couldn't boot extended_primary_loader in Qemu from ISO.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
134 [Kolibri OS (trunk)] Drivers minor have not tried 2021-05-21 19:06 2021-06-10 15:25
Reporter: KOPbI4 Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: iso / образ компакт-диска
Summary: Медленная отрисовка
Description: Спустя некоторое время во время работы внезапно отрисовка каждого кадра (курсор не учитываем) занимает 0000013:0000001.5 сек. Хотя до этого момента всё плавно. Проблема решается банальной перезагрузкой, но через некоторое время возобновляется. При этом процессор эта штучка кушает на 50%. Видеокарта GT 430. Процессор AMD Athlon II X3 450.
И почему игра Doom кушает 100% процессора?(это не так важно, но я хочу ответ)
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
Notes
(0000206)
dunkaist   
2021-05-22 20:18   
Can it be reproduced in QEMU? If yes, what options are used?
(0000207)
dunkaist   
2021-05-24 19:25   
From KOPbI4:
Извините, я не разобрался с этим форумом (если его можно так назвать). Я не понял, как ответить на заметку. Решил написать здесь.
В QEMU я воспроизвести не пробовал, да и вряд ли у меня получится (мало с ним работал). Получалось только на реальном компьютере. Скорее всего, это вина "железа", ведь на компьютере моего друга всё шло стабильно (производительность примерно одинаковая, у него даже немного слабее. Если нужно, у него процессор Intel, более подробные характеристики не знаю. Видеокарта тоже NVIDIA.)
Пожалуйста, напишите, если можно, как отвечать на заметки.
(0000208)
dunkaist   
2021-05-24 19:26   
> Пожалуйста, напишите, если можно, как отвечать на заметки.

There is a button labeled as 'Add Note' at the bottom of the page.
(0000212)
dunkaist   
2021-05-26 14:37   
Unfortunately, I can't reproduce the issue to investigate it.

If you manage to reproduce it in an emulator (say, QEMU), there might be a chance to debug it.
(0000213)
KOPbI4   
2021-05-26 20:20   
Я буду стараться найти способ, как воспроизвести эту проблему в QEMU.
Как думаете, может ли на это как-то влиять то, что у моего процессора 3 ядра (1 ядро заблокировано производителем из-за низкой стабильности)? Хотя у моего друга, у которого я тестировал было 2 ядра (никаких ошибок не было)... Если будут ещё зацепки, скажу
(0000214)
dunkaist   
2021-05-26 20:32   
Currently KolibriOS uses only one CPU core. 3 cores shouldn't cause the issue.
(0000215)
KOPbI4   
2021-06-10 15:25   
Выяснилось, что баг плавающий... Он пока не появлялся больше


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
118 [Kolibri OS (trunk)] Drivers minor always 2017-02-02 00:44 2021-05-21 19:08
Reporter: punk_joker Platform: Any x86 / Любой x86  
Assigned To: hidnplayr OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: assigned Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: RTL8168h/8111h - network don't work
Description: RTL8169: Link change detected
RTL8169: Link is up, phystatus=0xEB
RTL8169: Link is up, phystatus=0xEB
RTL8169: init OK!
Trying to contact DHCP server
DHCP failed
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files: LOG.7z (2,080 bytes) 2017-02-02 00:44
http://bugs.kolibrios.org/file_download.php?file_id=43&type=bug
RTL8169.7z (3,834 bytes) 2017-03-14 21:10
http://bugs.kolibrios.org/file_download.php?file_id=44&type=bug
Notes
(0000194)
hidnplayr   
2017-03-14 21:10   
Please make a log with extended debugging information enabled.
Also, can you confirm there is a DHCP server on the network?


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
132 [Kolibri OS (trunk)] Kernel minor always 2021-04-02 13:16 2021-04-02 13:20
Reporter: dunkaist Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: confirmed Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: 0.8.0.0  
SVN revision / ревизия SVN: r6868
Type of distribution / Тип дистрибутива: any / любой
Summary: DOSBox fails to 'dir' root directories
Description: DOSBox 'dir' command doesn't work since r6868, details on the screenshots.
This is because of changed return code of sysfn70.5 (GetFIleInfo) for root dirs (e.g. /hd0/1/).
If you change return code of sysfn70.5 for root dirs from 0 to 2 (as it was before r6868), DOSBox will 'dir' correctly.
Tags: c, fs, HLL, kernel
Steps To Reproduce: 1. Boot KolibriOS with HDD attached, run DOSBox.
2. > mount c /hd0/1/
3. > C:
4. > dir
Additional Information:
System Description
Attached Files: dosbox_r6867.png (14,324 bytes) 2021-04-02 13:17
http://bugs.kolibrios.org/file_download.php?file_id=49&type=bug
dosbox_r6868.png (13,256 bytes) 2021-04-02 13:17
http://bugs.kolibrios.org/file_download.php?file_id=50&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
131 [Kolibri OS (trunk)] Applications minor always 2021-01-23 16:29 2021-01-23 16:29
Reporter: Saskia Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN: 8542
Type of distribution / Тип дистрибутива: iso / образ компакт-диска
Summary: Add time and seconds in Eolite File Manager
Description: Eolite File Manager does not display time and seconds for files and directory info.

Only date is displayed (day, month, year).
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
100 [Kolibri OS (trunk)] General major always 2015-10-03 13:52 2019-12-08 12:03
Reporter: ilstarno Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: immediate OS Version: SVN autobuilds  
Status: acknowledged Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Very bad english translation
Description: I compiled kolibry on my computer and installed it, and it seems that the english translation is very very ugly.. Wanna help on this and commit my changes to repository
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
Notes
(0000178)
hidnplayr   
2016-01-02 14:23   
Improved the english translation of menu in #6025.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
3 [Kolibri OS (trunk)] Applications tweak always 2012-05-26 06:34 2019-06-25 16:27
Reporter: SoUrcerer Platform: x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: feedback Product Version:  
Product Build: Resolution: reopened  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: 0.8.0.0  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива:
Summary: Quake: wrong window parameters
Description: Game window should be with transparent background. Its size should be changed too. Caption of window should be changed with SysFn 70.1
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
124 [Kolibri OS (trunk)] Applications minor always 2018-04-21 19:34 2018-04-23 12:24
Reporter: pitox Platform: eBox / eduBook  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: iso / образ компакт-диска
Summary: bug on game tanks
Description: the game closes at level 3 and level 11.
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
125 [Kolibri OS (trunk)] Kernel crash always 2018-04-21 19:57 2018-04-21 20:05
Reporter: remichie Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: high OS Version: SVN autobuilds  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN: Kolibri OS 0.7.7.0+ night build
Type of distribution / Тип дистрибутива: any / любой
Summary: Power off or reboot freeze
Description: KolibriOS freezes on power off or restart with or without save settings ticked.
System:
HP T5530 thin client
Processor VIA C7 800 MHz
Hdd Flash 128Mb
Memory RAM 64Mb
Video Chip Via S3, Max resolution 1600 x 1200 32-bit colour
Tags:
Steps To Reproduce: Power off or restart KolibriOS with or without save settings
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
88 [Kolibri OS (trunk)] General minor always 2014-07-17 20:26 2017-12-06 08:09
Reporter: mrtweetyhack Platform:  
Assigned To: OS:  
Priority: low OS Version:  
Status: confirmed Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: webmaster@kolibrios.org does not work
Description: Sent email to webmaster@kolibrios.org; failed to send.

MAILER-DAEMON@xserver.xnet
    
1:20 PM (3 minutes ago)
        
to me
Hi. This is the qmail-send program at xserver.xnet.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<webmaster@kolibrios.org>:
Sorry, no mailbox here by that name. (0000005.1.1)
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0000191)
dunkaist   
2016-12-26 17:58   
Did you see this email somewhere or why should it exist otherwise?
(0000199)
dunkaist   
2017-12-06 08:09   
Well, webmaster@kolibrios.org is in the footer of every mantis page. We need to edit or remove it.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
46 [Kolibri OS (trunk)] Libraries feature always 2012-07-29 14:53 2017-10-31 23:22
Reporter: hidnplayr Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: libio: impossible to read file without knowing its size
Description: When using libio to read a file, and the requested number of bytes is larger then the exact number of bytes in file, last sector of the file will not be read.
Tags:
Steps To Reproduce: Read a file with libio, request more bytes then file is large.
Additional Information: The problem can be fixed in libio, or the way sysfn 70 works when reading files.
I am not sure wich way is the proper one.
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
6 [Kolibri OS (trunk)] Applications minor always 2012-05-26 06:47 2017-10-31 23:12
Reporter: SoUrcerer Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: confirmed Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: 0.8.0.0  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Table: cells after row 0000099 can't be displayed, but can be scrolled
Description: 1) Cells after row 0000099 can't be displayed, but can be scrolled
2) Cells after column #GQ can't be displayed, but can be scrolled

See attached picture (or http://board.kolibrios.org/download/file.php?id=1901 )
Tags: HLL
Steps To Reproduce:
Additional Information:
Attached Files: table.PNG (4,708 bytes) 2012-05-26 13:48
http://bugs.kolibrios.org/file_download.php?file_id=3&type=bug
Notes
(0000143)
haseeb   
2014-03-12 18:14   
The same with columns, After #GQ but it can't be scrolled.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
119 [Kolibri OS (trunk)] Applications minor always 2017-04-13 10:13 2017-04-13 10:13
Reporter: fabrizioiezzi Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: high OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: You cannot install MTLDR
Description: When you try to install MTLDR by clicking on it, it appears: "System of 00000013 ERROR". Soon I will attach screenshots.
Tags:
Steps To Reproduce: 1) Install MTLDR from KolibriOS CD or USB stick
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
117 [Kolibri OS (trunk)] Applications minor always 2017-01-18 16:47 2017-01-19 08:46
Reporter: aristarh2704 Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: acknowledged Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Проблема с ktcc.kex
Description: Не запускается компилятор ktcc.kex: пишет, что файл не найден. Дистр: полный (kolibri-n).
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
Notes
(0000193)
dunkaist   
2017-01-19 02:40   
Как запускал, какой файл не найден?
Попробуй свежий компилятор: http://builds.kolibrios.org/eng/data/programs/develop/ktcc/trunk/source/tcc


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
116 [Kolibri OS (trunk)] General major always 2016-12-12 03:43 2016-12-12 03:43
Reporter: VikTixon Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: img / образ дискеты
Summary: The problem with MTRR configuration & Audio does not work
Description: Обнаружена проблема с конфигурацией MTRR. Производительность может быть пониженной
Tags:
Steps To Reproduce:
Additional Information: Не работает аудио.
Audio does not work.
System Description
Attached Files: LOG.zip (2,954 bytes) 2016-12-12 03:43
http://bugs.kolibrios.org/file_download.php?file_id=39&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
110 [Kolibri OS (trunk)] Drivers minor always 2016-04-04 15:01 2016-09-09 14:28
Reporter: punk_joker Platform: Any x86 / Любой x86  
Assigned To: hidnplayr OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: assigned Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Crash network on RTL8139C
Description: The network stack crash. The exact time is not known, because it sometimes works for a long time, and sometimes almost immediately. From the intensity of use is independent.
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files: 8139C_log.7z (3,702 bytes) 2016-04-04 15:01
http://bugs.kolibrios.org/file_download.php?file_id=34&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
114 [Kolibri OS (trunk)] General feature N/A 2016-08-30 00:16 2016-08-30 00:20
Reporter: WhiteBlaster Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Widescreen support
Description: Currently KolibriOS supports mostly older video resolutions
It would be nice if KolibriOS supported also some popular widescreen formats, such as 1280x720, 1600x900 and 1920x1080.
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
113 [Kolibri OS (trunk)] Applications minor always 2016-08-27 18:18 2016-08-27 18:18
Reporter: dunkaist Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Kfar selection loss on Home, PgDn, Down, Up, PgUp
Description: Open Kfar on ramdisk, press Home, PgDn, Down, Up, PgUp. Selection disappears.

It seems that kfar doesn't redraw a panel if position of currently selected item doesn't change. But for PgUp (when the very top item is selected) an item under cursor changes and the panel must be redrawn.
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files: kfar_no_selection.png (19,287 bytes) 2016-08-27 18:18
http://bugs.kolibrios.org/file_download.php?file_id=37&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
112 [Kolibri OS (trunk)] Applications minor always 2016-08-20 09:23 2016-08-22 20:20
Reporter: mini536 Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: confirmed Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: iso / образ компакт-диска
Summary: I can't use Kolibrios latest version to run gamegoy
Description: The application doesn't work
Tags:
Steps To Reproduce: Run kolibrios
Select MENU
Select Emulator
Select gameboy
Additional Information: This seems to be a menu issue.
Running gameboy without parameters provides no feedback to the user.
System Description
Attached Files:
Notes
(0000185)
dunkaist   
2016-08-22 20:20   
Please, try to run your favorite game.gb from a file manager.
This is to localize the issue, also might serve as a workaround.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
109 [Kolibri OS (trunk)] Libraries feature always 2016-03-20 19:22 2016-03-20 19:22
Reporter: hidnplayr Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Archiver.obj does not allow unpacking of streams
Description: The deflate API exported by archiver.obj library does not allow the unpacking of streams.
Tags:
Steps To Reproduce:
Additional Information: Programs/libraries that may benefit from this:
VNC client (ZRLE support)
HTTP.obj library (Accept-Encoding: deflate)
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
107 [Kolibri OS (trunk)] Applications feature always 2016-03-14 21:23 2016-03-14 21:23
Reporter: ashmew2 Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: none OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: TAB Competion in IRC client
Description: It would be nice to have TAB completion in IRC client on Kolibri for nickname completion.

For example, when you are talking on #kolibrios, with these 4 people :

ABCDEF
XYZXYZ
rockstar2000
kolibri_rox

If you are typing in the IRC client's window, you type :
kol<TAB> , it should automatically expand that to "kolibri_rox: "
Tags:
Steps To Reproduce: Open IRC Client.
Log onto #kolibrios on Freenode.
Type first few characters of any username.
Press <TAB>
Additional Information: This is not a bug, it's a feature request.
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
106 [Kolibri OS (trunk)] Applications minor have not tried 2016-03-04 16:11 2016-03-07 21:55
Reporter: hidnplayr Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Scrollbar in KFM does not work correctly
Description: When KFM window is maximized, the scrollbars no longer work properly.
Tags:
Steps To Reproduce: Open KFM
Maximize window (use 800x600 screen resolution)
Try scrolling in left or right panel.
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
104 [Kolibri OS (trunk)] Drivers major always 2016-02-13 15:18 2016-02-13 15:18
Reporter: hidnplayr Platform: Any x86 / Любой x86  
Assigned To: hidnplayr OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: assigned Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Link not detected on i8254x
Description: The link is not detected on some i8254x devices, which renders the device unusable.
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
99 [Kolibri OS (trunk)] Drivers major always 2015-09-04 09:45 2015-10-09 15:30
Reporter: sovietotaku Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: iso / образ компакт-диска
Summary: Synaptic touchpad isn't working/broken
Description: Synaptic touchpad isn't working/broken at current version of SVN build.
Hardware: HP Mini 2140, os booted from hardware cd-rom emulator.
Tags: Wait8042BufferEmpty
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
83 [Kolibri OS (trunk)] Drivers block always 2014-04-10 18:17 2015-03-18 13:45
Reporter: MarkTok Platform: Any x86 / Любой x86  
Assigned To: hidnplayr OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: assigned Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: System crashes after surfing the web
Description: После 2-3 минут работы с браузером зависает ПК. Не знаю с драйвером или с WebView-ом это связанно, но это неприятно и происходит постоянно. Зависает ПК и ничего кроме кнопки RESET не помогает. Браузер реагирует на нажатие кнопок вверх/вниз и прокручивает окно, другие кнопки не реагируют.

PC freezes after 2-3 minutes of work in browser. I do not know whether problem is in driver or in WebView, but this is disappointing and happens all the time. PC freezes and nothing except RESET button helps. Browser reacts on up/down buttons and scrolls the window, other buttons cause no effect.
Tags:
Steps To Reproduce:
Additional Information: Has only been reported on one system (with RTL8168 network card) so far.
System Description
Attached Files:
Notes
(0000163)
hidnplayr   
2014-04-10 18:36   
http://board.kolibrios.org/viewtopic.php?f=29&t=664&start=30#p56708
(0000175)
hidnplayr   
2015-03-18 13:45   
Please try latest image (#5528)


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
96 [Kolibri OS (trunk)] Applications feature have not tried 2015-02-19 20:24 2015-02-19 20:24
Reporter: hidnplayr Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: FTPC does not resume file transfers.
Description: FTPC cannot append data to the existing file, but will start from scratch again.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
95 [Kolibri OS (trunk)] Applications minor have not tried 2015-02-19 20:21 2015-02-19 20:21
Reporter: hidnplayr Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Flicker in 'add icon' window
Description: When selecting an icon to add to the desktop (@icon application), the icons flicker when holding down left mouse button and moving the cursor over them.
Icon should be selected on 'mouse release', not 'mouse down'.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
91 [Kolibri OS (trunk)] Drivers major always 2015-01-09 13:54 2015-01-18 21:54
Reporter: yogev_ezra Platform: Any x86 / Любой x86  
Assigned To: hidnplayr OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: assigned Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: SVN build / автосборка SVN  
SVN revision / ревизия SVN: SVN #5341
Type of distribution / Тип дистрибутива: img / образ дискеты
Summary: Realtek RTL8168 PCIe Gigabit Ethernet - doesn't work in Windows 7 after booting KolibriOS (requires power supply disconnection)
Description: Motherboard model ASRock Q2900-ITX (SoC Intel Pentium J2900) with Realtek RTL8168 PCIe Gigabit Ethernet controller - doesn't work in Windows 7 after booting KolibriOS (requires power supply disconnection)
Tags:
Steps To Reproduce: 1. Boot Windows 7 on ASRock Q2900-ITX and have proper driver installed for Realtek RTL8168 PCIe Gigabit Ethernet controller - test that network/internet are working properly.
2. Reboot to KolibriOS - Realtek RTL8168 doesn't work properly
3. Reboot again to Windows 7 - now Realtek RTL8168 doesn't work in Windows 7 as well
If you do a cold reboot (disconnect power supply from the motherboard), then Realtek RTL8168 starts working in Windows 7 again.
Additional Information:
System Description
Attached Files: ScreenShot007.png (62,635 bytes) 2015-01-09 13:54
http://bugs.kolibrios.org/file_download.php?file_id=27&type=bug
SIV_Q2900-ITX.7z (147,384 bytes) 2015-01-09 13:55
http://bugs.kolibrios.org/file_download.php?file_id=28&type=bug
RTL8168_DEBUG_LOG.TXT (4,393 bytes) 2015-01-09 20:47
http://bugs.kolibrios.org/file_download.php?file_id=29&type=bug
RTL8168_DEBUG_LOG2.TXT (4,339 bytes) 2015-01-09 20:47
http://bugs.kolibrios.org/file_download.php?file_id=30&type=bug
Notes
(0000169)
yogev_ezra   
2015-01-09 23:01   
Tried the PING test for around 5 minutes - 0 ARP packets received.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
92 [Kolibri-A] Applications major have not tried 2015-01-16 21:37 2015-01-16 21:37
Reporter: mrmyc0rn Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: cannot connect to internet
Description: The Webview browser cannot connect to the internet. Is there a setting somewhere that needs to be altered? I am running Kolibri in VirtualBox on a laptop.

Otherwise, it a good operating system!
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
86 [Kolibri OS (trunk)] General minor always 2014-07-17 19:38 2014-07-17 19:38
Reporter: mrtweetyhack Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: img / образ дискеты
Summary: Save default boot configuration
Description: During boot, the blue configuration screen show default settings. I choose 'e' the change from booting from floppy to C:\kolibri.img(my install is on a fat32 partition). It then asks me to save y/n? I say yes but everytime it boots, it reverts back to floppy so it is not really saving anything.
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
85 [Kolibri OS (trunk)] Applications major always 2014-05-21 06:02 2014-05-21 06:02
Reporter: hidnplayr Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Numpad keys dont work properly in Tinypad
Description: Numpad keys (/*-+.0123456789) only work properly when US-english keyboard is used.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
35 [Kolibri OS (trunk)] Applications minor always 2012-06-03 10:14 2014-03-21 19:39
Reporter: leency Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: SVN build / автосборка SVN  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Heed: залипают клавиши
Description: Клавиши залипают при прокрутке, особенно если программа развёрнута на весь экран. Нужно сделать очистку буфера кнопок.

Heed: keys are getting "sticky". Keys stick during scrolling, especially if the program is open at full screen. Need to clear the keyboard buffer.
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
78 [Kolibri OS (trunk)] Applications minor have not tried 2014-03-16 20:49 2014-03-16 20:49
Reporter: hidnplayr Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Klavisha is in russian
Description: Klavisha game in english distribution has russian interface.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
77 [Kolibri OS (trunk)] Applications minor have not tried 2014-03-16 20:49 2014-03-16 20:49
Reporter: hidnplayr Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Kosilka is in russian
Description: Kosilka game in english distribution has russian interface.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
60 [Kolibri OS (trunk)] Drivers block random 2013-03-07 11:29 2014-03-12 22:56
Reporter: hidnplayr Platform:  
Assigned To: hidnplayr OS:  
Priority: normal OS Version:  
Status: assigned Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: 3c59x driver sometimes hangs on startup
Description: Lots of Interrupts are fired with status 8401 (Upcomplete) without the actual receival of a packet. Some packets do get through however.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
36 [Kolibri OS (trunk)] Applications minor always 2012-06-03 19:30 2014-03-02 05:14
Reporter: anonymous Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: confirmed Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: KFAR bug
Description: Wrong drawing KFAR at double to a click in title
Tags: usability
Steps To Reproduce: 1) Run KFAR
2) Hit alt+F1 or alt+F2 (for a choice of disks)
3) Double click on KFAR's window title
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
66 [Kolibri-A] Kernel crash always 2013-10-11 12:34 2014-01-17 14:04
Reporter: zagzag Platform: Any x86 / Любой x86  
Assigned To: hidnplayr OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: resolved Product Version:  
Product Build: Resolution: fixed  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: img / образ дискеты
Summary: Halt on attach interrupt on RTL8139
Description: System halt after boot screen
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files: IMG_1581.jpg (202,420 bytes) 2013-10-11 12:34
http://bugs.kolibrios.org/file_download.php?file_id=9&type=bug
Notes
(0000137)
yogev_ezra   
2013-10-30 16:22   
(Last edited: 2013-10-30 22:38)
The image you have attached is corrupt. It seems we have a problem with attaching images on bug tracker. Can you please report the bug on our forum, and attach the photo there? Also please specify your computer hardware details and KolibriOS revision number: http://board.kolibrios.org/

(0000140)
hidnplayr   
2014-01-17 14:04   
Bug closed, because of too little information in the report and response from the author.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
47 [Kolibri OS (trunk)] Kernel minor always 2012-07-30 15:18 2013-03-05 18:57
Reporter: hidnplayr Platform: HP pavilion dv6  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN: 2889
Type of distribution / Тип дистрибутива: any / любой
Summary: V86 error on X86-64
Description: error log:
V86 : unexpected exception 0E at 9B80:0809
V86 : faulted code: 20 06 80 EA F8 06 80 F8
K : FS - HD read error
V86 : unexpected exception 0E at 9B80:0809
V86 : faulted code: 20 06 80 EA F8 06 80 F8
K : FS - HD read error

No harddisks appear.
Tags:
Steps To Reproduce: Boot KolibriOS on 64-bit processor
Additional Information: processor = intel core i7-2670QM
System Description
Attached Files:
Notes
(0000078)
hidnplayr   
2012-08-23 11:46   
Caused by the fact that there is no V86 mode on x86-64 once in compatibility mode (wich KolibriOS runs in)


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
12 [Kolibri OS (trunk)] Applications minor have not tried 2012-05-26 08:11 2013-03-04 23:35
Reporter: SoUrcerer Platform: Any x86 / Любой x86  
Assigned To: Mario OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: confirmed Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: 0.8.0.0  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: KFAR text editor: "edit mode" can't be enabled from "view mode"
Description: "Edit mode" can't be enabled from "view mode"
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
Notes
(0000115)
Mario   
2013-03-04 23:35   
Yes, the problem exists.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
20 [Kolibri OS (trunk)] Applications text always 2012-05-28 21:24 2012-06-06 21:41
Reporter: leency Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: feedback Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: SVN build / автосборка SVN  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: img / образ дискеты
Summary: docpack: ugly case of letters
Description: All letters case in DocPack is upper, but should be looked as "Readme", "Hot_keys", etc
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
Notes
(0000031)
dunkaist   
2012-06-05 13:24   
These are the names of files in /data/docs, not titles. These captions should correspond to exact files, as to find them easily in kolibri repo or sources.

The same point for http://bugs.kolibrios.org/view.php?id=21
(0000032)
anonymous   
2012-06-06 18:47   
А разве во время вывода через функцию 4 нельзя изменить регистр и отбросить расширение?
(0000034)
dunkaist   
2012-06-06 21:41   
Я имею в виду, что пользователь должен ассоциировать эти надписи с файлами на диске. Чтобы он мог в привычной системе найти нужный файл и дочитать. Или наоборот, увидев уже в колибри "README.TXT", пользователь поймёт, что это именно тот файл, который он читал и будет знать, какая информация в нём содержится. Мне так кажется.

А изменить регистр и обрезать .txt, думаю, можно. Код я не смотрел.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
34 [Kolibri OS (trunk)] Kernel crash always 2012-05-31 15:15 2012-06-06 18:50
Reporter: leency Platform: Any x86 / Любой x86  
Assigned To: OS: KolibriOS  
Priority: immediate OS Version: SVN autobuilds  
Status: new Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: SVN build / автосборка SVN  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: V86 serious bug
Description: I start Fplay with movie file from /bd0/4/ (FAT32), it plays video throught 3 seconds, then CPU load become over 100% -> hd unmounted -> then USB driver from Serge brokes -> and then after 6 seconds system crashes
After reboot by computer can't find HD and wrote: Disk read error.
I off it and on. HD was finded at that time.
I have board log:
V86: unexpected exception OE at F000:4DBA
V86: fault code: 52 65 8B 1483 C2 07 EC
K: FS - HD read error

Such problem present on my PC and Notebook.
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
Notes
(0000018)
SoUrcerer   
2012-06-01 06:34   
Same problems. It's bug with /bd/. Serge told that this bug is because in V86 interrupts aren't disabled. When you play sound (or do anything else fun that uses interrupts), and try to open /bd/, and your cpu load is 100%, you get crush. Try it with AC97, for example. I didn't tried it with another programs, but I'm sure: start to play mp3 using AC97 (from hd or bd, as you wish), then start any demo that uses 100% cpu, then try to open bd disk (if it wasn't cached)/ try to read/save to bd (if it was cached).
(0000021)
Mario   
2012-06-01 08:20   
(Last edited: 2012-06-01 09:56)
Если тяжело писать на английском, а судя по первому посту - очень тяжело, то почему бы не писать на русском. Все равно 99,9% программистов русскоговорящие и вероятность того что баг будет исправлен не русскоговорящим стремится к нулю.

Насчет ситуации - такое вполне могло произойти потому что используется костыль+костыль (BD диски + костыльный драйвер USB мыши), не факт что они не могут конфликтовать в некоторых случаях. Так что плеер тут может быть совершенно не причем.

(0000025)
SoUrcerer   
2012-06-01 09:27   
Как я писал, уже обсуждалось это с Serge в теме плеера. Плеер действительно не при чем, это, по всей видимости, конфликт прерываний.
(0000026)
leency   
2012-06-01 12:29   
На ноутбуке я не использую USB драйвер, но баг и здесь присутствует. Что характерно, раньше я мог нормально слушать музыку с бд-дисков, но недолго это продолжалось. После какой-то скоротечной правки всё накрылось.

Если кто-то действительно будет этим заниматься, я могу помочь в тестировании.
(0000033)
anonymous   
2012-06-06 18:50   
Проблема решилась - я перевёл контроллер жёсткого диска с IDE mode в нативный ACHI и зависание исчезло. Жестяк стал работать быстрее и как часы. Аудио тоже.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
25 [Kolibri OS (trunk)] Applications minor always 2012-05-29 12:57 2012-06-04 11:37
Reporter: SoUrcerer Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: confirmed Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Ataka: junk when window is rolled up
Description: junk when window is rolled up
Tags: proprietary
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
26 [Kolibri OS (trunk)] Applications minor always 2012-05-29 12:57 2012-06-04 11:36
Reporter: SoUrcerer Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: confirmed Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Padenie: junk when window is rolled up
Description: junk when window is rolled up
Tags: proprietary
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
5 [Kolibri OS (trunk)] Applications minor always 2012-05-26 06:39 2012-06-04 10:24
Reporter: SoUrcerer Platform: x86  
Assigned To: OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: confirmed Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: 0.8.0.0  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Table: wrong output in some cases
Description: See attached picture (or http://board.kolibrios.org/download/file.php?id=2811 )
Tags: HLL
Steps To Reproduce: A5 was "=А1*А2/А3*А4"
А6 was "=sin(1)"
Additional Information:
System Description
Attached Files: table.png (11,857 bytes) 2012-05-26 06:39
http://bugs.kolibrios.org/file_download.php?file_id=1&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
18 [Kolibri OS (trunk)] Applications feature have not tried 2012-05-26 14:56 2012-05-30 15:05
Reporter: SoUrcerer Platform: Any x86 / Любой x86  
Assigned To: SoUrcerer OS: KolibriOS  
Priority: low OS Version: SVN autobuilds  
Status: assigned Product Version: SVN build / автосборка SVN  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: 0.9.0.0  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: uPDF: some bugs/features
Description: To fix:
Incorrect document shrink
To add:
window resizing,
cute key bindings,
mouse support,
menu/toolbar,
search
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
9 [Kolibri OS (trunk)] Applications feature have not tried 2012-05-26 07:57 2012-05-30 15:05
Reporter: SoUrcerer Platform: Any x86 / Любой x86  
Assigned To: SoUrcerer OS: KolibriOS  
Priority: low OS Version: SVN autobuilds  
Status: assigned Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: 0.9.0.0  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Jump'n'Bump: fix window size
Description: Size of window sould be resizeable. Fullscreen also should work.
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
10 [Kolibri OS (trunk)] Applications feature have not tried 2012-05-26 07:58 2012-05-30 15:04
Reporter: SoUrcerer Platform: Any x86 / Любой x86  
Assigned To: SoUrcerer OS: KolibriOS  
Priority: normal OS Version: SVN autobuilds  
Status: assigned Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version: 0.9.0.0  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Lua: library support
Description: Lua should be able to load and use at least any COFF library.
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
29 [Kolibri OS (trunk)] General feature have not tried 2012-05-29 13:01 2012-05-29 13:01
Reporter: SoUrcerer Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: USB bootloader to boot few distributives from one usb stick
Description: Mario wrote:

Поскольку я тоже пользователь системы, то имею право высказывать хотелки, которыми сам лично заняться не успеваю или не хочу в силу низкой мотивации.

Нужно доработать загрузчик написанный diamond'ом, который используется для USB, чтобы можно было загружать много образов с одной флешки, прописывая новые образы в конфигурационный файл.

Таким образом можно как отлаживать ядро, драйверы и приложения не рискуя потерять загрузочное устройство, если образ меняется в самой Колибри, так и иметь кучу тестовых образов для поиска ревизии в которой возникла проблема.

Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
28 [Kolibri OS (trunk)] General feature have not tried 2012-05-29 13:00 2012-05-29 13:00
Reporter: SoUrcerer Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
SVN revision / ревизия SVN:
Type of distribution / Тип дистрибутива: any / любой
Summary: Kolibri PXE boot without floppy emulation
Description: Hidnplayr wrote:

In the past, I always used this ( http://home.dei.polimi.it/fornacia/progetto_minazzi/index.html ) bootloader to boot kolibrios from network.
It works, but is not user friendly, only works with RTL8139 and requires the bootloader to be on a flopy disk.

So I decided to explore the wonders of PXE.
Right now I, used the method described here ( http://www.smop.co.uk/mediawiki/index.php/PXE_booting_floppy_images ) to boot kolibri.img through pxelinux.

In the future, I'd like to boot KolibriOS without floppy emulation, by means of properly using pxelinux, or a self-written PXE bootloader.
(I really like the idea of kernel.mnt and kolibri.img being seperate files on the server.)

Anyone has experiences to share, or other interrest? :)

Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.