Audiere on Vista

View: New views
7 Messages — Rating Filter:   Alert me  

Audiere on Vista

by Jens Bergensten :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello
 
We are having problems getting audiere to run on Vista. Our games simply stops responding as soon as we attempt to play a wav or mp3. It works fine on Win2k and WinXP, though. Anybody else with the same problem?
 
Example project can be found here (no source, though): http://www.oxeye.se/files/Harvest.rar
 
Sincerely,
Jens Bergensten
 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audiere-users mailing list
Audiere-users@...
https://lists.sourceforge.net/lists/listinfo/audiere-users

Re: Audiere on Vista

by Chad Austin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

We've been having that problem here at IMVU too, and we're looking
into it...  no news yet.

On 3/29/07, Jens Bergensten <jensbergensten@...> wrote:

> Hello
>
> We are having problems getting audiere to run on Vista. Our games simply
> stops responding as soon as we attempt to play a wav or mp3. It works fine
> on Win2k and WinXP, though. Anybody else with the same problem?
>
> Example project can be found here (no source, though):
> http://www.oxeye.se/files/Harvest.rar
>
> Sincerely,
> Jens Bergensten
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Audiere-users mailing list
> Audiere-users@...
> https://lists.sourceforge.net/lists/listinfo/audiere-users
>
>


--
Chad Austin
http://imvu.com/technology

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audiere-users mailing list
Audiere-users@...
https://lists.sourceforge.net/lists/listinfo/audiere-users

Re: Audiere on Vista

by Enno Rehling :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Chad Austin wrote:
> We've been having that problem here at IMVU too, and we're looking
> into it...  no news yet.

We're playing ogg files, and initially the game took forever to create new
sounds, but after upgrading to the latest audiere version, things are fine.

Enno.
--
I never wanted to be famous. I only wanted to be great.
- Ray Charles


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audiere-users mailing list
Audiere-users@...
https://lists.sourceforge.net/lists/listinfo/audiere-users

Re: Audiere on Vista

by Chad Austin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Same: yesterday we updated to 1.9.4, and Vista problems have seemingly
gone away.

Weird.

On 4/11/07, Enno Rehling <enno.rehling@...> wrote:

> Chad Austin wrote:
> > We've been having that problem here at IMVU too, and we're looking
> > into it...  no news yet.
>
> We're playing ogg files, and initially the game took forever to create new
> sounds, but after upgrading to the latest audiere version, things are fine.
>
> Enno.
> --
> I never wanted to be famous. I only wanted to be great.
> - Ray Charles
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Audiere-users mailing list
> Audiere-users@...
> https://lists.sourceforge.net/lists/listinfo/audiere-users
>


--
Chad Austin
http://imvu.com/technology

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audiere-users mailing list
Audiere-users@...
https://lists.sourceforge.net/lists/listinfo/audiere-users

Re: Audiere on Vista

by Matt Campbell-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The reason the game took so long to load sounds before was that the DS
device's update method held the device's lock while it was sleeping,
only releasing it briefly between iterations of the main loop.  So the
device's lock was held much more than it needed to be.  This was a bug I
observed and fixed between 1.9.3 and 1.9.4; I had also noticed that it
was taking a long time to load many sounds.

As for the Vista problem, I don't really know what's going on there.

--
Matt Campbell
Lead Programmer
Serotek Corporation
www.freedombox.info
"The Accessibility Anywhere People"


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audiere-users mailing list
Audiere-users@...
https://lists.sourceforge.net/lists/listinfo/audiere-users

Re: Audiere on Vista

by Chad Austin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Makes sense.  I did notice that change in the comments.  I wonder if
Vista has a new scheduler.

On 4/11/07, Matt Campbell <mattc@...> wrote:

> The reason the game took so long to load sounds before was that the DS
> device's update method held the device's lock while it was sleeping,
> only releasing it briefly between iterations of the main loop.  So the
> device's lock was held much more than it needed to be.  This was a bug I
> observed and fixed between 1.9.3 and 1.9.4; I had also noticed that it
> was taking a long time to load many sounds.
>
> As for the Vista problem, I don't really know what's going on there.
>
> --
> Matt Campbell
> Lead Programmer
> Serotek Corporation
> www.freedombox.info
> "The Accessibility Anywhere People"
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Audiere-users mailing list
> Audiere-users@...
> https://lists.sourceforge.net/lists/listinfo/audiere-users
>


--
Chad Austin
http://imvu.com/technology

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audiere-users mailing list
Audiere-users@...
https://lists.sourceforge.net/lists/listinfo/audiere-users

Re: Audiere on Vista

by Enno Rehling :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Chad Austin wrote:
> Makes sense.  I did notice that change in the comments.  I wonder if
> Vista has a new scheduler.

It would be interesting to run CodeAnalyst, VTune or something
equivalent on that and see where and why it idles so much. I'd give it a
shot but I've no longer got a working vista install (Hah! good riddance).

Enno.
--
"Rush has a point when he calls Ronald Reagan 'a man to whom we
Americans owe a debt that we will never be able to repay.'" -Al Franken.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audiere-users mailing list
Audiere-users@...
https://lists.sourceforge.net/lists/listinfo/audiere-users
LightInTheBox - Buy quality products at wholesale price