Anonymous | Login | 04-14-2021 06:15 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
0005568 | [Croquet] Hedgehog | major | always | 12-04-06 03:54 | 12-04-06 04:33 | |||||||
Reporter | howardstearns | View Status | public | |||||||||
Assigned To | ||||||||||||
Priority | normal | Resolution | open | Platform | ||||||||
Status | new | OS | ||||||||||
Projection | none | OS Version | ||||||||||
ETA | none | Product Build | ||||||||||
Summary | 0005568: CroquetParticipantWithMenu>>mouseEnter: doesn't test for null openAL | |||||||||||
Description |
It is: mouseEnter: evt super mouseEnter: evt. harness ifNotNil: [ harness openAL isCurrent ifFalse: [ harness makeOpenALCurrent. ]. ]. But harness openAL can be nil if the machine doesn't have the right hardware/software setup, in which case we get an error. In general, we test for openAL being nil, and we should here, too: |
|||||||||||
Steps To Reproduce | ||||||||||||
Additional Information |
Fix is: CroquetParticipantWithMenu>>mouseEnter: evt super mouseEnter: evt. harness ifNotNil: [ harness openAL ifNotNilDo: [:oal | oal isCurrent ifFalse: [harness makeOpenALCurrent]. ]. ]. |
|||||||||||
Attached Files | ||||||||||||
|
![]() |
|||
Date Modified | Username | Field | Change |
12-04-06 03:54 | howardstearns | New Issue | |
12-04-06 04:33 | howardstearns | Note Added: 0008532 |
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
31 total queries executed. 26 unique queries executed. |