Programm did not start - Error while initialising ASIO driver

I can not start the software. Everytime i get 3 Error Windows with
different problems. The configuration of the soundcard and testing
in the configuration soft (starting with parameter) it works perfect.

When i test all the channels everything is working without any
problems. (I can hear all the test sounds via the right channel)

My configuration:

PC with Windows XP Pro. (SP3)
Soundcard is an EMAGIC A2/6 ASIO Soundcard

But when starting the “real” programm i get the following errors:


BASS_Init(1,44100): error 3

Freitag, 19. September 2008, 11:37:16

Program Version 2.1.46 Build 517

Call stack:

(002430F1) [006440F1]
(0000690E) [0040790E]
(00006851) [00407851]
(00243761) [00644761]
(003A08D0) [007A18D0]
(004C1FE9) [008C2FE9]
(00085CC9) [00486CC9]
(00085985) [00486985]
(00003999) [00404999]
(003A0584) [007A1584]
(0008EB1D) [0048FB1D]
(004CEADB) [008CFADB]


Access violation at address 00487722 in module ‘mAirList.exe’. Read of address 00000358

Freitag, 19. September 2008, 11:37:23

Program Version 2.1.46 Build 517

Call stack:

(003A336A) [007A436A]
(000864B5) [004874B5]
(0008A1F1) [0048B1F1]
(00071463) [00472463]
(000752B9) [004762B9]
(00086D8D) [00487D8D]
(000710F0) [004720F0]
(000748B9) [004758B9]
(0007492C) [0047592C]
(00076F5E) [00477F5E]
(00071463) [00472463]
(000752B9) [004762B9]
(000301F4) [004311F4]
(00085985) [00486985]
(00003999) [00404999]
(00086D8D) [00487D8D]
(0008C03B) [0048D03B]
(000710F0) [004720F0]
(0006FCBA) [00470CBA]
(00086756) [00487756]
(0008EBEC) [0048FBEC]
(004CEAE7) [008CFAE7]


Range check error

Freitag, 19. September 2008, 11:37:50

Program Version 2.1.46 Build 517

Call stack:

(004C2860) [008C3860]
(0000207E) [0040307E]
(004C2860) [008C3860]
(004C27C3) [008C37C3]
(0006EFC9) [0046FFC9]
(00075ED0) [00476ED0]
(000854C0) [004864C0]
(0000382F) [0040482F]
(00071463) [00472463]
(000752B9) [004762B9]
(00086D8D) [00487D8D]
(00074A44) [00475A44]
(0002E4D4) [0042F4D4]
(0008A5D9) [0048B5D9]
(00071463) [00472463]
(000752B9) [004762B9]
(00086D8D) [00487D8D]
(000710F0) [004720F0]
(000748B9) [004758B9]
(0007492C) [0047592C]
(00076F5E) [00477F5E]
(00071463) [00472463]
(000752B9) [004762B9]
(000301F4) [004311F4]
(00085985) [00486985]
(00003999) [00404999]
(00086D8D) [00487D8D]
(0008C03B) [0048D03B]
(000710F0) [004720F0]
(0006FCBA) [00470CBA]
(00086756) [00487756]
(0008EBEC) [0048FBEC]
(004CEAE7) [008CFAE7]

Any ideas ?

Regards, Geek

The first message means

  BASS_ERROR_DRIVER       = 3;    // can't find a free sound driver

I believe the other two errors are caused by the first one not being handled correctly. I will check that.

Are you running the card in WDM or ASIO mode? Make sure that all players (both playback and PFL) are set to the same mode. You can post the contents of your devices.ini file here if unsure.

Oh, and by the way, please update to version 2.2.0. The v2.1 branch is no longer supported.

Soundcard ist still running in ASIO Mode.
When i use the configuration mode (-config) i can test the soundcard and it works without
any problem. Then i stop the config mode and start the program then i get the errors.

I think if the device is in use i can not test it via the config. So it seems to be an other
problem.

Sorry for the old version… I started the wrong file because i have both versions on my
computer :wink: (2.1.46 and 2.2.0)

Best regards, Heiko

Hi Heiko,

can you please post the error messages again as generated by 2.2.0? I need the error addresses from that version to track down the error. Also, please download the correct “mAirList.map” file for your version and put it in the same directory as mAirList.exe. It will make the error messages even more verbose. You can find it here:

Torben

PS: By the way, I see you’re German - you might also post in the German forums if you like.

One more thing I’ve just stumbled upon:

BASS_Init(1, 44100) means that the first sound card is initialized for use in WDM mode. But you say that you’re only using ASIO. Maybe there’s one player you forgot to switch to ASIO? The PFL Player perhaps?

Please post the contents of your devices.ini file here.