Latest Bugs & Tasks

Syndicate content Haiku
Trac Timeline
Updated: 46 min 40 sec ago

Ticket #9603 (Built-in card reader KDLs when card inserted) created

Mon, 2013-04-01 21:33

I have an eMachines T3104 (motherboard: ​VIA K8M800) with a card reader they describe as

"Media Reader: 8-in-1 digital media manager (Secure Digital (SD), Smart Media, Micro Drive, Memory Stick, Memory Stick Pro, Compact Flash, Mulitimedia Card, USB 2.0)"

When I insert an SD card that works fine on a Windows box, it turns on a green light (whether I've yet to get past the BIOS or not.)

In Haiku's DriveSetup on hrev45413 gcc4hybrid, the empty slots seem to show (see screenshot.) However, it doesn't let me mount or modify anything after inserting a card. Lately when I insert the card, I don't even get a chance to modify anything, because I get KDL'd with a division exception on "media checker".

I'm not sure if this has ever worked or what, and I only have Haiku and BeOS on this machine to work with.

Categories: Development

Ticket #9602 (Tracker keyboard shortcut for location bar) created

Mon, 2013-04-01 21:21

Currently (hrev45413 gcc4h) in Tracker there's no way to move to the location bar without the mouse. Might I suggest Alt+L, a la Web+?

Categories: Development

Ticket #9601 ([attansic_l1] crashes on boot) created

Mon, 2013-04-01 12:58

Attansic L1 driver (Atheros L1 chip on ASUS M3A motherboard) crashes in KDL on boot and if I move/rename the driver, then after complete booting without the networking it goes into KDL again after I put driver file back and restart net_server.

Couldn't get syslog, so I took the photo.


Categories: Development

Ticket #9600 (WebM files are losing all the frames.) created

Mon, 2013-04-01 02:52

WebM files are losing all the frames im Haiku. Audio works.

Categories: Development

Ticket #9599 (Could not find codec parameters) created

Mon, 2013-04-01 02:34

I have BeOS_DemoVideo_20minutes (DivX).avi . MediaPlayer reads the file but it takes a lot of time. In two of three cases, the system is frozen for several seconds, and CPU utilization was 100%. Then I hear the sound, but the image loses a frames, it is also fast. In the VLC video is correct, but there is no sound.

Categories: Development

Ticket #9598 (MediaPlayer crashed when copying a file.) created

Mon, 2013-04-01 01:54

While watching the video clip I decided to copy it to a flash stick. File size is 1.17 GiB. After copying approximately 900 MB, the copy process stopped, MediaPlayer crashed. Tracker has been blocked. I could not kill it and restart.

Categories: Development

Ticket #9597 (After a certain time I lose sound.) created

Mon, 2013-04-01 01:44

After a few hours of using Haiku, when I want to listen music, or watch movie, I have no sound! After boot sound works good. Restart of Media Services in Media preflet do not help.

I do not know from when this error occurs. Over the last few days I use Haiku many hours a day. That is probably why I notice this.

Categories: Development

Ticket #9596 (Shifted and incorrectly blended semigraphics in Terminal app) created

Sun, 2013-03-31 18:53

I've attached screenshot of Midnight Commander running in Terminal (in Haiku hrev45432) that shows these two problems:

a) the text rendering seems to be shifted up by 1-2 pixels, most noticeable on the semigraphics

b) it's incorrectly blended in these overlapping areas


Categories: Development

Ticket #9595 (Tracker windows do not receive focus) created

Sun, 2013-03-31 18:17

On a blank workspace, open a Tracker window and then another program. Close the other program using Alt + W. The Tracker window should receive the focus, but it doesn't. hrev45413 gcc4hybrid.

From ​this discussion I wonder if instead of the desktop being avoided, all Tracker windows are being avoided, instead.

Categories: Development

Ticket #9523 (Multi-thread build broken due to libnetapi) closed

Sun, 2013-03-31 16:40
fixed:

this was resolved in hrev45363. Some HttpAuth was missing from openssl grist.

Categories: Development

Ticket #9259 (DriveSetup: Wrong optical drive size) closed

Sun, 2013-03-31 16:32
fixed:

Thanks for the note!

Categories: Development

Ticket #9594 ([net_server] IPv6 Link Local prevents proper interface deletion) created

Sun, 2013-03-31 08:04

This is hrev45432.

ifconfig del /dev/net/ipro1000/0

deletes the interface from ifconfig, but leaves it in net_device_interfaces list.
So if one tries to bring back the interface he will get an error:

ifconfig /dev/net/ipro1000/0 up
ifconfig: Couldn't add interface: General system error

Removing /system/add-ons/kernel/network/protocols/ipv6 module
or commenting out ​_ConfigureIPv6LinkLocal fixes it.

Categories: Development

Ticket #9593 (Bookmarks do not support long names.) created

Sun, 2013-03-31 02:42

This bug is easy to reproduce on the TuneTracker website.

Categories: Development

Ticket #9592 ([Keymap] don't invalidate everything in KeyboardLayoutView) created

Sat, 2013-03-30 17:39

From ticket:8370#comment:13:

"The trick is to only invalidate the area that changed, and make your code in Draw() smart enough not to update everything everytime.
Which the ​KeyboardLayoutView currently doesn't do, though."

Categories: Development