Search found 14 matches

by Der_Knob
Thu Dec 31, 2009 12:37 am
Forum: Other Ports
Topic: SDL and sound problem
Replies: 16
Views: 18381

Thanks for the http://cod.google.com link, I will have a look at it :o
by Der_Knob
Wed Dec 30, 2009 11:45 pm
Forum: Other Ports
Topic: SDL and sound problem
Replies: 16
Views: 18381

Thanks, I already thought about that... :D 1. I will offer ScummVM as a single Plugin. You can download it (from your side or so) and install it by double clicking. So it's not linked static. We have a full plugin engine where everyone can create new plugins. So it will not be included in the main p...
by Der_Knob
Wed Dec 30, 2009 10:39 pm
Forum: Other Ports
Topic: SDL and sound problem
Replies: 16
Views: 18381

ok, I found a (solution) hack for this... I set SDL_putenv("SDL_VIDEODRIVER=dummy"); and create the window as normal: _hwscreen = SDL_SetVideoMode(hwW, hwH, 16, _videoMode.fullscreen ? (SDL_FULLSCREEN|SDL_SWSURFACE) : SDL_SWSURFACE But it than opens no window (dummy video driver) and than ...
by Der_Knob
Wed Dec 30, 2009 10:20 pm
Forum: Other Ports
Topic: SDL and sound problem
Replies: 16
Views: 18381

Just a little update... When I start Sally (my program) ScummVM is not directly started. Just the plugin is loaded and waits for the start of ScummVM. At this state you can't see the program in the volume control of vista (there you can see all program with audio output). But when I start ScummVM it...
by Der_Knob
Wed Dec 30, 2009 9:09 pm
Forum: Other Ports
Topic: SDL and sound problem
Replies: 16
Views: 18381

Thanks, that will help me...
by Der_Knob
Wed Dec 30, 2009 7:01 pm
Forum: Other Ports
Topic: SDL and sound problem
Replies: 16
Views: 18381

mh, and I can't find any type of code, weher you use the variables initialized with SDL_OpenAudio(&desired, &_obtainedRate)...

Just if someone know: How is the sound be played over / with the SDL_OpenAudio device?
by Der_Knob
Wed Dec 30, 2009 6:56 pm
Forum: Other Ports
Topic: SDL and sound problem
Replies: 16
Views: 18381

Thanks!

I have taken a look at it in the debugger and everything looks ok :-(

Is there something like a logfile?
I know, when I start scummvm normally I get a console with some output.
Can I configure the output target to write the console output to a file?
by Der_Knob
Tue Dec 22, 2009 5:33 pm
Forum: Other Ports
Topic: SDL and sound problem
Replies: 16
Views: 18381

I'm looking for the class / method where the sound initialized (or something like this)?

Where can I find this one?
by Der_Knob
Wed Dec 16, 2009 7:55 am
Forum: Other Ports
Topic: SDL and sound problem
Replies: 16
Views: 18381

ok, I think I will try this on the weekend...
by Der_Knob
Tue Dec 15, 2009 8:45 pm
Forum: Other Ports
Topic: SDL and sound problem
Replies: 16
Views: 18381

sorry, I forgot to say, that I have created a test project in SDL and I was able to play sound without having a window...
I just created a surface and the audio stuff and it worked.
by Der_Knob
Tue Dec 15, 2009 12:17 pm
Forum: Other Ports
Topic: SDL and sound problem
Replies: 16
Views: 18381

SDL and sound problem

Hi, I'm the developer of the Sally Project: www.sally-project.de I started to port ScummVM as an plugin to Sally. First of all: It's really easy to make a port! Good Job!!! :D I'm basically using the windows SDL port and changed just the output surface. Afterwards I copy the SDL surface to a DirectX...
by Der_Knob
Tue Mar 20, 2007 8:01 am
Forum: Help and Support
Topic: Zeta 1.5 - Loading doesn't work
Replies: 7
Views: 3886

Ok, I will ask for help in Zeta forum...

Thanks so far!
by Der_Knob
Mon Mar 19, 2007 8:05 pm
Forum: Help and Support
Topic: Zeta 1.5 - Loading doesn't work
Replies: 7
Views: 3886

Until version 1.21 of Zeta I have used the usual BeOS port because Zeta is the successor of BeOS...

And the error occurrence Monkey Island 1 + 2 and Sam and Max hit the road (I assume it happens in every game).

The Error is: Failed to load game state form file
by Der_Knob
Mon Mar 19, 2007 11:28 am
Forum: Help and Support
Topic: Zeta 1.5 - Loading doesn't work
Replies: 7
Views: 3886

Zeta 1.5 - Loading doesn't work

Hi, I have problem...

in Zeta 1.5 it's not possible to load a save game.
There is always an error.

Maybe it's because of the new MultiUser Feature in the OS?
Save works correct - as far as I can say...