Host_Error: PF_precache_generic_I: Bad string
Hello,
Turn off my server with the reason: Code:
FATAL ERROR (shutting down): Host_Error: PF_precache_generic_I: Bad string 'name'Code:
new szFile[127], szStringFile[100][256];Code:
"sound/topmasters_fun/3.mp3" "Mega Dance - A ja wole Coca-Cole" "15" |
Re: Host_Error: PF_precache_generic_I: Bad string
Try to :
use trim to remove spaces and end of line use parse so you only keep the sound path instead of path + description Code:
|
Re: Host_Error: PF_precache_generic_I: Bad string
It did not help
Code:
Host_Error: PF_precache_sound_I: Bad string 'ďťżtopmasters_fun/rs/3.mp3' |
Re: Host_Error: PF_precache_generic_I: Bad string
Is the file formatted as ANSI or UTF-8?
I only get the error when trying to precache nothing (an empty line). Otherwise it works like it should... |
Re: Host_Error: PF_precache_generic_I: Bad string
Thanks! I changed the file encoding from UTF-8 to ANSI and working properly.
|
| All times are GMT -4. The time now is 19:10. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.