Перейти к содержимому
View in the app

A better way to browse. Learn more.

Zloplay community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Dedicated server crashed with a localization error

Опубликовано:

Hi everyone,

 

I am running two fourdeltaone servers. One of this crashed with this error in console_mp.log:

[ 281819043] handled rcon: status
[ 281831026] ERROR: No languages available because no localized assets were found

The server was, as seen by the logs, queried by B3 and then it crashed. (it would be nice to know at which time it crashed - are those numbers in the brackets [] UNIX timestamps?)

 

I searched this error and I didn't found nothing. If it could help, the server is running on a Linux headless dedicated with a small MW2 installation, with only those IWDs (in main):

-rw-r--r-- 1 - -167618630 Jun 21 19:28 iw_00.iwd
-rw-r--r-- 1 - - 167923823 Jun 16 21:42 iw_01.iwd

 

So, is there a fix for an error like this or this is a bad, unfixable bug which appears random times?

Thanks,

Robertof

Featured Replies

Опубликовано:
  • Автор
localization ? My best guess is that you don't have a localization.txt ?

I checked, and I have it:

$ find . -name localization.txt
./localization.txt

(this is its md5sum: 68886cfe2e6735a21c667fd9c7ee4766)

Also I found in the main directory a crashdump: http://nerdzclan.pwnz.org/iw4m-3.0-103- ... 021744.dmp , I don't know if it can help.

EDIT: also - the server starts successfully, but knowing the reason of the crashing it wouldn't be bad ^^

 

Thanks for your reply,

Robertof

Опубликовано:
Robertof":1wilqznu]
generally a filesystem startup shouldn't happen at such random moments

So, that's a random, bad, horrible error and I should do an autorestart script to prevent that?

I believe that is what he is saying, so yes. Try it.

Опубликовано:
  • Автор

Okay, thanks.

For now I fixed this with this simple bash oneliner. I post it here so I can help others that need it:

while [ 1 ]; do tail -1 $PATH_TO_M2DEMO/games_mp.log | grep -P "^\[(\s+)?\d+\]\sERROR: No languages" >/dev/null 2>&1; if [ "${?}" -eq "0" ]; then sh $SOME_SCRIPT_TO_RESTART_SERVER; fi; sleep 5; done

(obviously replace $PATH_TO_M2DEMO and $SOME_SCRIPT_TO_RESTART_SERVER with the corresponding values ^^)

 

Have a good day,

Robertof

Join the conversation

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

Гость
Ответить в тему...

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу

Важная информация

Используя этот сайт, вы соглашаетесь Условия использования.

Account

Navigation

Поиск

Поиск

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.