Bug#521524: Gets confused by a USB camera/microphone

2009-03-28 Thread Peter Veenstra
Does this happen with other SDL applications as well ? As dosbox doesn't access the audio device directly (well only the midi part) the pcm part is handled through SDL. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#511070: dosbox: leaks memory when running looping batch file

2009-01-12 Thread Peter Veenstra
does it happen if you type rescan at the dosbox prompt ? I had a DOS program rescan.exe in my path already that was called when I typed rescan at the dosbox prompt. I could remove it from the path and try again I suppose. DOSBox has a built in command called rescan which clears caches

Bug#511070: dosbox: leaks memory when running looping batch file

2009-01-11 Thread Peter Veenstra
, 10 Jan 2009, Arthur Marsh wrote: Peter Veenstra wrote, on 10/01/09 20:08: valgrind maybe ? Is the batchfile calling itself ? Yes. As dosbox destroys a batch file handler at the end of the bat file, so it is possible that there are lot of bat files created. Would simpler arrangements

Bug#511070: dosbox: leaks memory when running looping batch file

2009-01-10 Thread Peter Veenstra
valgrind maybe ? Is the batchfile calling itself ? As dosbox destroys a batch file handler at the end of the bat file, so it is possible that there are lot of bat files created. On Wed, 7 Jan 2009, Arthur Marsh wrote: Package: dosbox Version: 0.72-1.1 Severity: normal Hi, when

Bug#501067: dosbox: Second program crash after first program crash

2008-10-06 Thread Peter Veenstra
in DOS as well DOSBox applications can leave the system in an unstable state when they exit. Especially if they exit with an error as they tend to do a fast shutdown which might not erase all traces they made into the system. It is possible ofcourse that this happends only under dosbox for

Bug#487811: Acknowledgement (dosbox: often locks up at start under kernel 2.6.26-rc7)

2008-07-04 Thread Peter Veenstra
That is odd. I didn't know dosbox accessed the cdrom on startup, must be sdl init doing that. Do you consider this a dosbox bug or shall I close it ? Peter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#488516: dosbox: Looks for timidity configuration in strange places

2008-07-04 Thread Peter Veenstra
To use alsa port 128:0 in dosbox: in dosbox.conf set config=128:0 in the [midi] section. DOSBox doesn't know about timidity at all. So that configuration file opening isn't by dosbox itself. Maybe by sdlmixer ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

Bug#487423: dosbox: can't be killed when multiple instances started

2008-06-22 Thread Peter Veenstra
DOSBox relies on libSDL for all screen related operations. So if SDL allows it, then DOSBox will gladly do the same. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#458950: (no subject)

2008-02-26 Thread Peter Veenstra
Agreed. I will add it on the next upload Best regards, Peter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#432446: Hi!

2007-09-25 Thread Peter Veenstra
Will try it tommorow. Thanks for your report -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#380508: dosbox: doesn't start due to invalid free

2006-08-08 Thread Peter Veenstra
That indeed looks like an SDL problem. The invalid free seems to be happening the sdl subsystem initalisation. Should this bug report be transfered to them ? Best regards, Peter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#380508: dosbox: doesn't start due to invalid free

2006-08-04 Thread Peter Veenstra
Could you try 0.65-1, maybe the problem is fixed there. There is something wrong with the attachment (It is missing) Best regards, Peter Veenstra -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#313240: dosbox: often hangs on AMD64

2005-06-15 Thread Peter Veenstra
Hi, That is indeed an odd situation. I checked with the upstream authors and they are only aware of one 64 bits bug since the 0.63 I will include the patch for this problem. Could you see if that helps ? diff -u dosbox/src/dos/drive_local.cpp:1.56 dosbox/src/dos/drive_local.cpp:1.57 ---