Opened 16 years ago
Closed 16 years ago
#3088 closed bug (fixed)
crash in kits/game/WindowScreen.cpp
Reported by: | kaliber | Owned by: | marcusoverhagen |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Game Kit | Version: | R1/pre-alpha1 |
Keywords: | Cc: | haiku@… | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
During debug allegro library I found a bug in game kit. Many allegro examples crashes at WindowScreen.cpp:133
sFillRectHook(sEngineToken, color_index, ¶m, 1);
because sFillRectHook is NULL for some accelerants (e.g. vesa).
Change History (4)
comment:1 by , 16 years ago
Cc: | added |
---|
comment:2 by , 16 years ago
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Could you please check with a revision after hrev28562?