Ticket #312 (closed defect: fixed)

Opened 13 years ago

Last modified 13 years ago

Problem with sound

Reported by: jvjulien@… Owned by: jeeve
Priority: major Milestone:
Component: jeeve/dynablaster.plt Keywords: sound
Cc: Version: (1 9)
Racket Version: 5.02

Description

On Windows XP, when I launch the game with sound option :

(run #:sound #t)

This error message appears when I drop a bomb :

play-sound: file not found: "medias/explode.wav"

Change History

Changed 13 years ago by jeeve

  • status changed from new to closed
  • resolution set to fixed

OK by using define-runtime-path function :

(define-runtime-path sound-file "medias/explode.wav")

Note: See TracTickets for help on using tickets.