Jump to content

Sonidos ausentes en algunas partes del juego


mtcosmos

Recommended Posts

Buenas Zone, tengo un problema bastante grave y no encuentro información valiosa acerca de ellos, resulta que inicio el cliente y ni el sonido el intro, ni base del juego ademas de algunos efectos se escuchan...

Antes funcionaba.... alguien tiene idea de que puede ser?

Mucha gracias!

Link to comment
Share on other sites

hace 4 horas, mamiferox dijo:

envia el error de tu sysser 

0828 16:20:00380 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/login_window.mp3
0828 16:20:07042 ::  CItemManager::LoadItemList(locale/es/item_list.txt) - StrangeLine in 5048

0828 16:20:07448 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/characterselect.mp3
0828 16:20:13173 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
0828 16:20:13842 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc2/warrior/wedding/walk.msa) ERROR
0828 16:20:13842 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc2/warrior/wedding/walk.msa) ERROR
0828 16:20:15453 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/enter_the_east.mp3

Link to comment
Share on other sites

USUALMENTE ME PASA ESO A MI, DEBES VERIFICAR QUE LOS ARCHIVOS SE ENCUENTREN EN BGM, DESPUES VERIFICA QUE EN LAS OPCIONES DE METIN (PRE APERTURA Y POS APERTURA) SE ENCUENTREN LAS CANCIONES SELECCIONADAS, EN LA HERRAMIENTA DE CONFIGURACION NO SE ENCUENTRE EL VOLUMEN EN CEROS AL IGUAL QUE EN EL CLIENTE

Link to comment
Share on other sites

hace 5 horas, Desmint dijo:

USUALMENTE ME PASA ESO A MI, DEBES VERIFICAR QUE LOS ARCHIVOS SE ENCUENTREN EN BGM, DESPUES VERIFICA QUE EN LAS OPCIONES DE METIN (PRE APERTURA Y POS APERTURA) SE ENCUENTREN LAS CANCIONES SELECCIONADAS, EN LA HERRAMIENTA DE CONFIGURACION NO SE ENCUENTRE EL VOLUMEN EN CEROS AL IGUAL QUE EN EL CLIENTE

Si resulta que en ajustes.exe me aparece musica en 0 pero no entiendo porque.... 😞  

Link to comment
Share on other sites

En 29/8/2019 a las 9:09, Desmint dijo:

USUALMENTE ME PASA ESO A MI, DEBES VERIFICAR QUE LOS ARCHIVOS SE ENCUENTREN EN BGM, DESPUES VERIFICA QUE EN LAS OPCIONES DE METIN (PRE APERTURA Y POS APERTURA) SE ENCUENTREN LAS CANCIONES SELECCIONADAS, EN LA HERRAMIENTA DE CONFIGURACION NO SE ENCUENTRE EL VOLUMEN EN CEROS AL IGUAL QUE EN EL CLIENTE

Alguna solucion?

 

Link to comment
Share on other sites

Segun he estado leyendo sobre el error en un foro turko, te dejo la solucion que proporcionan, espero te sirva

Abrir clientsrc/source/MilesLib/soundmanager.cpp

Buscar:

   if (!ms_SoundManagerStream.SetInstance(dwIndex, c_szFileName))
    {
        TraceError("CSoundManager::PlayMusic - Failed to load stream sound : %s", c_szFileName);
        return;
    }

Y reemplazar con

 

/*if (!ms_SoundManagerStream.SetInstance(dwIndex, c_szFileName))
    {
        TraceError("CSoundManager::PlayMusic - Failed to load stream sound : %s", c_szFileName);
        return;
    }*/

Compilar, y se supone que con esto,, ya deberias reparar el error del sonido

Link to comment
Share on other sites

hace 6 horas, Desmint dijo:

Segun he estado leyendo sobre el error en un foro turko, te dejo la solucion que proporcionan, espero te sirva

Abrir clientsrc/source/MilesLib/soundmanager.cpp

Buscar:


   if (!ms_SoundManagerStream.SetInstance(dwIndex, c_szFileName))
    {
        TraceError("CSoundManager::PlayMusic - Failed to load stream sound : %s", c_szFileName);
        return;
    }

Y reemplazar con

 


/*if (!ms_SoundManagerStream.SetInstance(dwIndex, c_szFileName))
    {
        TraceError("CSoundManager::PlayMusic - Failed to load stream sound : %s", c_szFileName);
        return;
    }*/

Compilar, y se supone que con esto,, ya deberias reparar el error del sonido

Con eso no repara el error, solamente deja de imprimir el error, lo comentaron en metin2dev cuando publicaron ese supuestamente fix

Link to comment
Share on other sites

Hace un tiempo me pasaba lo mismo con un cliente antiguo pero sucedía que al entrar al cliente era mudo completo ni las habilidades ni nada sonaba luego compare mi cliente con otro y puaff. sorpresa pasa que faltaba una carpeta en el cliente la cual daba función al sonido en general del juego. y era la carpeta (miles)

Link to comment
Share on other sites

hace 5 horas, developerFAILLROOT dijo:

Hace un tiempo me pasaba lo mismo con un cliente antiguo pero sucedía que al entrar al cliente era mudo completo ni las habilidades ni nada sonaba luego compare mi cliente con otro y puaff. sorpresa pasa que faltaba una carpeta en el cliente la cual daba función al sonido en general del juego. y era la carpeta (miles)

No era mi caso por eso me estaba volviendo loco XD

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...