Neuz Shutdown :: oh my god... AIL_open_stream error

02/27/2013 17:31 i33zGames#1
#closerequest
02/27/2013 22:45 xTwiLightx#2
fmod.dll, mss32.dll und mssogg.asi im Ordner?
02/28/2013 01:29 - DK#3
Poste mal den Neuz Error.log bringt mehr :)
02/28/2013 01:56 yannick2008#4
da fehlt ne musik datei :/

Quote:
Originally Posted by xTwiLightx View Post
fmod.dll, mss32.dll und mssogg.asi im Ordner?
fmod.dll wird garnicht benutzt...
03/02/2013 21:35 I<3-electro&house#5
Code:
BOOL PlayMusic_( LPCTSTR lpszFileName, int nLoopCount )
{
	if( !g_Dig )
		return FALSE;

	if( g_bEnableMusic == FALSE )		// »ç¿îµå Ä«µå°¡ ¾ø°Å³ª ²°À»¶§
		return FALSE;

	if( _tcscmp( lpszFileName, g_filename ) == 0 && IsPlayingMusic() )
		return FALSE;

	// ¾ÆÁ÷ À½¾ÇÀÌ ¿¬ÁÖÁßÀ̶ó¸é, º¼·ýÀ» ¼*¼*È÷ ³·ÃçÁÙ ¼¼ÆÃÀ» ÇÑ´Ù.
// 	if( IsPlayingMusic() )
// 	{
// 		_tcscpy( g_szFileName, lpszFileName );
// 		g_bFadeOutMusic = TRUE;
// 		g_fCurrVolume = g_fMusicVolume;
// 
// 		return TRUE;
// 	}

	// Á¦°Å !
	if( g_Stream )
		AIL_close_stream( g_Stream );

	strcpy( g_filename, lpszFileName );
	
	// »õ·Î¿î ½ºÆ®¸²À¸·Î!
	g_Stream = AIL_open_stream( g_Dig, g_filename, 0 );

	if( !g_Stream )
	{
		Error( "oh my god... AIL_open_stream error" );
		return FALSE;
	}
	
	if( nLoopCount < 0 )
		nLoopCount = 0;

	AIL_set_stream_loop_count( g_Stream, nLoopCount );
	AIL_start_stream( g_Stream );
	AIL_service_stream( g_Stream, 0 );
	
	// º¼·ýÀº ¿ø·¡´ë·Î
	SetVolume( g_fMusicVolume );

	return TRUE;
}
03/03/2013 15:06 I<3-electro&house#6
To check out with file is missing / messed up use this
Code:
	g_Stream = AIL_open_stream( g_Dig, g_filename, 0 );

	if( !g_Stream )
	{
		Error( "oh my god... AIL_open_stream error File: %s", g_filename );
		return FALSE;
	}
03/03/2013 16:36 Мentus#7
Quote:
Originally Posted by i33zGames View Post
Code:
BOOL PlayMusic_( LPCTSTR lpszFileName, int nLoopCount )
{
	if( !g_Dig )
		return FALSE;

	if( g_bEnableMusic == FALSE )		// »ç¿îµå Ä«µå°¡ ¾ø°Å³ª ²°À»¶§
		return FALSE;

	if( _tcscmp( lpszFileName, g_filename ) == 0 && IsPlayingMusic() )
		return FALSE;

	// ¾ÆÁ÷ À½¾ÇÀÌ ¿¬ÁÖÁßÀ̶ó¸é, º¼·ýÀ» ¼*¼*È÷ ³·ÃçÁÙ ¼¼ÆÃÀ» ÇÑ´Ù.
// 	if( IsPlayingMusic() )
// 	{
// 		_tcscpy( g_szFileName, lpszFileName );
// 		g_bFadeOutMusic = TRUE;
// 		g_fCurrVolume = g_fMusicVolume;
// 
// 		return TRUE;
// 	}

	// Á¦°Å !
	if( g_Stream )
		AIL_close_stream( g_Stream );

	strcpy( g_filename, lpszFileName );
	
	// »õ·Î¿î ½ºÆ®¸²À¸·Î!
	g_Stream = AIL_open_stream( g_Dig, g_filename, 0 );

	if( !g_Stream )
	{
		Error( "oh my god... AIL_open_stream error" );
		return FALSE;
	}
	
	if( nLoopCount < 0 )
		nLoopCount = 0;

	AIL_set_stream_loop_count( g_Stream, nLoopCount );
	AIL_start_stream( g_Stream );
	AIL_service_stream( g_Stream, 0 );
	
	// º¼·ýÀº ¿ø·¡´ë·Î
	SetVolume( g_fMusicVolume );

	return TRUE;
}
This is my Funktion
Wieso schreibt ihr nicht auf Deutsch?

Er wollte dich darauf aufmerksam machen, das dir eine Sound Datei fehlt, und es mit %s ausgeben lassen, damit du weißt welche Sound Datei fehlt.
03/05/2013 18:12 pixelz#8
Quote:
Originally Posted by i33zGames View Post
Bumb

Probleme besteht immernoch, die Music Datei ist drinne aber er sagt mir trozdem das sie fehlt.
wenn die datei drin ist, überpüfe mal deine "default.bgm" im music ordner. die datei einfach mal mit dem editor öffen und schauen ob alle pfade stimmen und was mit deiner buggy music ist.
03/05/2013 20:03 Yaysh#9
Eine Neuz crashed bzw kassiert doch keinen Shutdown wenn eine Musik Datei fehlt.
Der Error kommt bei mir auch in par Welten aber deswegen kackt keine Neuz oder sonstiges ab..
Debugg mal oder ersetze alle .dll Dateien in deinem Client :O
03/08/2013 18:27 Crowley™#10
Quote:
Originally Posted by i33zGames View Post
Bumb

Immernoch das probleme das die datei drinne ist aber neuz sich shutdownt, Debugen geht nicht.
Haben auch das selbe Problem mit unseren V15 Files. Haben auch schon vieles probiert und es hat nichts gebracht.
Hast du schon auf Google geguckt?
Vlt hatte wer aus ein anderen Forum schon mal das gleiche Problem.
Sobald ich zuhause bin gucke ich mal.

MfG. Crowley
03/10/2013 21:55 Lysbreaker#11
Das gleiche Problem auch bei mir ....