Opened 2 years ago
Closed 2 years ago
#2028 closed bug (fixed (in master))
No sound on Windows
Reported by: | nckmccnnll | Owned by: | |
---|---|---|---|
Milestone: | Triage | Keywords: | |
Cc: |
Description
Last seen working March 2016. Reported by Mondkalb.
Change History (3)
comment:1 Changed 2 years ago by nckmccnnll
comment:2 Changed 2 years ago by nckmccnnll
Fixed in 70f6f76d
comment:3 Changed 2 years ago by nckmccnnll
- Resolution set to fixed (in master)
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
From PowerWyrm: "To the devs: I had the same problem with PWMAngband and I realized I was compiling the Win port and the GCU port at the same time, without making a "build clean" between the two builds, leading to sound-core.o not being regenerated in between and staying with the USE_GCU define... which doesn't intialize any sound module. Doing a full rebuild fixed the problem with sounds."