mtcosmos 22 Report post Posted August 27, 2019 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! Quote Share this post Link to post Share on other sites
mamiferox 38 Report post Posted August 28, 2019 envia el error de tu sysser Quote Share this post Link to post Share on other sites
TTV_RANDARON 2,524 Report post Posted August 28, 2019 Algunas veces es problema del pc en algunos se escuchan y en otros no. Quote Share this post Link to post Share on other sites
TTV_RANDARON 2,524 Report post Posted August 28, 2019 BORRAR ESTE MENSAJE Quote Share this post Link to post Share on other sites
mtcosmos 22 Report post Posted August 28, 2019 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 Quote Share this post Link to post Share on other sites
Desmint 3,348 Report post Posted August 29, 2019 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 1 mtcosmos reacted to this Quote Share this post Link to post Share on other sites
mtcosmos 22 Report post Posted August 29, 2019 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.... Quote Share this post Link to post Share on other sites
mtcosmos 22 Report post Posted August 30, 2019 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? Quote Share this post Link to post Share on other sites
mtcosmos 22 Report post Posted August 31, 2019 Alguien? Quote Share this post Link to post Share on other sites
Desmint 3,348 Report post Posted September 1, 2019 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 Quote Share this post Link to post Share on other sites
Break 788 Report post Posted September 1, 2019 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 Quote Share this post Link to post Share on other sites
mtcosmos 22 Report post Posted September 3, 2019 Vale gente soy tonto, es mi jodido ordenador que nose porque no lo reproduce, en otro ordenador funciona bien :'C Gracias por todo el apoyo igualmente 1 Dragonslayer reacted to this Quote Share this post Link to post Share on other sites
developerFAILLROOT 2 Report post Posted September 5, 2019 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) 1 Metin2 Gea reacted to this Quote Share this post Link to post Share on other sites
mtcosmos 22 Report post Posted September 5, 2019 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 Quote Share this post Link to post Share on other sites