Archive: WinAMP Forums Collection 4 and Vista Issue


27th March 2007 11:41 UTC

WinAMP Forums Collection 4 and Vista Issue
Hi,

I'm working with a development component called BassVis which hooks into WinAMP AVS packs, and have run into a problem under Vista x86 with the 'WinAMP Forums Collection 4' AVS pack.

The BassVis developer seems to think that the problem lies within the AVS pack itself, and not with the hooks provided.

The problem is this:

Right click on AVS and select:

WinAmp Forums Compilation 4 ->
WFC4 - 05 - Original - JaVS - Candy Box

then right click on AVS again and select:

WinAmp Forums Compilation 4 ->
WFC4 - 06 - Original - JFASI - Black Squares On White Background

This generates an unfriendly error:

Faulting application PhatHack Media Manager.exe, version 0.0.0.1, time stamp 0x46039519, faulting module ntdll.dll, version 6.0.6000.16386, time stamp 0x4549bdc9, exception code 0xc0000005, fault offset 0x00062086, process id 0xb3c, application start time 0x01c76deddeb94373.

The same process under XP is fine.
I can't verify if this is an issue under WinAMP itself.

Anyone know if this is a known issue with Vista/certain AVS packs?


27th March 2007 18:33 UTC

Hey VorTechS,

Welcome to the winamp forums!

An AVS preset cannot directly cause an error. All the .avs file contains is settings and evallib code.

AVS itself however is quite buggy and tends to crash at random times (always has, though for me it hardly crashes anymore with version 2.81d).

I suggest you try to find out how AVS presets are built. Open the editor and look how it's made.. or try to make a small preset yourself, so you can see exactly what does what. there are tutorials in the main AVS forum

PhatHack Media Manager.exe is not a part of AVS (I've never heard of it). Perhaps that's what you're having problems with? Try running AVS without running that exe at the same time.

Does this eror occur every time you do this (under vista)?

I don't have Vista, so I can't tell you more about vista specific stuff.

Good luck


27th March 2007 19:55 UTC

Hey warrior! Thanks for the reply and the welcome!

PhatHack Media Manager is my own application, and it uses a library called BassVis to hook into the WinAMP Visualizations - which by all accounts is not uncommon. [Programs such as Media Portal do the same thing].

Bassvis itself is using AVS_VIS.DLL from WinAMP to render the Visualizations and [aparently] this is where the error occurs. By the looks, the AVS DLL version is 2.7.9.2.

The issue is consistently replicatable, perhaps there is a newer DLL I should be trying! :)

Essentially I just need to prove/disprove the source of the problem so that I can make sure my application is solid.

[It's not a competitor to WinAMP, just a specialist management/playback tool]

Thanks for your time!


27th March 2007 22:09 UTC

That version is ancient, to say the least.

Winamp 5.33 comes with a new version of AVS. (2.81d) download it and copy vis_avs.dll from ..\plugins\avs\ to your own dir.

But keep in mind that AVS is buggy by nature - so as long as your program is based on it, it won't be solid.

By the way, the source for AVS is available.
(that source may be for 2.81b. If that's so, search the AVS forum for DrO's version)