Project zomboid логи ошибок

Help with looking at error logs

Playing a heavily modded zomboid game, seeing the error box give 10 or 20 is expected, but lately have been getting 90 according to the box, so I wanna take a look at the logs, but not sure exactly what to look for, any advice?

Archived post. New comments cannot be posted and votes cannot be cast.

If you open a «start — Run» console, navigate to the steam folder, and run the ProjectZomboid64.exe (or 32 if you’re 32 bit) and add a 2>error.txt at the end you should get the console log as an extra file (whatever you name it).

This isn’t entirely correct, you’ll get a «error.txt» file at the end, but it’ll be blank.

When you want the errors from a program, you need to place the 2>file after the command ie:

foo 2>error

would put out a file «error» saying «No command ‘foo’ found, did you mean:, etc«

1 on the other hand, puts out normal output

echo hello 1>normal

(Little extra info, &>file means both error & normal)

Putting a bash script like this would not work (as you want it):

echo hello

foo hello

2>error

Try this:

echo hello

foo hello 2>error

However, this won’t do the whole file, just the failed foo command.

To do the whole file, you can go to the projectzomoid.sh directory in the terminal and run ./projectzomoid.sh 2>error.log

Or, a little workaround, put the entire file into a subprocess and then add a 2>error at the end.

(

echo hello

foo hello

) 2>error

But the easiest way (for me) is to simply open a terminal, go to the projectzomboid folder, and attempt to run it there. Any errors will be output to the terminal and you can copy and paste from there.

==============

Fyi,

I would reccomend backing up any files you might change. copy and paste would be fine.

The pz folder for steam is located here: ~/.local/share/Steam/SteamApps/common/ProjectZomboid

.sh is *similar* to .exe but more similar to .bat files

To start a terminal, hit the «windows» key and type terminal, or hit <ctrl>+<alt>+<t> (for ubuntu)

This guide is to Fix Project Zomboid Errors, Crashes, Issues, Lag, Freezes, and Black Screen on Windows. These are the most common errors that players are experiencing with Project Zomboid. You can fix these problems with the tutorial below.

Error log:

Error log “console.txt” location

> C:UsersusernameZomboidconsole.txt

Disable error log

As it stands there is no way to disable the error box in game. The red box isn’t exactly a bad thing, it’s the way people deal with it that makes it a bad thing. If you look through the error messages, you can see that most of them are in fact harmless. Some people think that the error messages are the end of the world, but most of the time, they’re just the game trying to stop itself from crashing.

Which mod is causing the “unexpected error” ?

Project Zomboid has many mods for players to choose from, which greatly improves the gameplay. However, the different compatibility of different mods may be causing errors that may eventually corrupt your save. Here is a guide that will help identify which mods are causing these errors and how you can disable them.

World dictionary error

The error means that there are some issues with the Zomboid world, you can try to fix this by disabling the mod in the save, and update all your mods.

You can just go to the steam workshop and go to your subscribed items, unsubscribe them, it will delete the files related to the mods, then subscribe again. This should re-download your subscribed mods.

Error subscribing to workshop item

If you install a mod that are no longer in the workshop, you may need to manually remove it.

Workshop Item Version Is Different

If your workshop ID is messed up, the first thing you’re going to want to do is open up Steam and go to your Library. Under Project Zomboid, you’ll find Workshop. This is where you can install mods, but what we’re interested in right now is the Subscribed Items list.

Under Subscribed Items, you’ll see all of the mods that you’re subscribed to (it defaults to the date subscribed, but if you sort by date updated it’ll put the last most recent updates all the way at the top). For example, on 27 Jun some mods were recently updated so those are the ones I need to update.

To update a mod, first unsubscribe from it (if necessary), Then subscribe to it again (forcing it to update). Let Steam’s Download Manager finish downloading and installing it.

Some users had problems because the game itself is not compatible with updates. The update for the game’s Steam workshop module fails. However, the system has determined that these files have been updated and are complete. In this case, it requires manually deleting the game’s files and reinstall PZ in order to resolve the issue.

Error 1,2,3,4,5…. lua error

You may experience errors when using mods in Single Player mode, particularly if you see an Error X (number) message displayed in the lower right corner. The X indicates how many errors are currently being caused.

The first thing you should do was to identify which mod is causing the “error x”

p2p error & can’t connect to server

If you are getting the p2p connect error, the first thing you should do is make sure your files are up-to-date. This can be done by verifying the integrity of your local files. Next, you should check to see if Steam is starting the server on its own. If not, then you will need to start the server manually and open it from within Steam. Finally, make sure that your computer are connected to the internet, and also check Steam’s server status.

use wired connections instead of wifi if you are the server host.

make sure that UDP ports 16261, 8766, 8767 are open in an outbound direction.

Use a VPN to improve your connection to the server, it may have solved the problem.

Car gone after crash

The car might be down the street from where you spawned back into the game, but it’s position was probably recalculated differently. So try check along the road to see if it’s there.

Crashing on startup

  • Right-click on Project Zomboid in your Steam library and select Properties.
  • Disable both the steam overlay and the desktop game theater.
  • Local files -> browse local files
  • Find the project zomboid batch file in the root folder
  • Double click on the project zomboid batch file (ProjectZomboid64.bat or ProjectZomboid32.bat )
  • That will start the game

Resolution issue

If you are on fullscreen mode, go to the resolution settings in your game and change it to the resolution you want. Normal resolutions should be 1920×1080 or 2560×1440. Borderless mode always sets the resolution to your native one.

One option to try is to disable DPI scaling for only Project Zomboid. This may resolve the issue for you.

Disable DPI

To disable DPI scaling on PZ, first locate the .exe files for the game(Check the “Crashing on startup ” section on this web page). Right click on the file and select “Properties”. Under the Compatibility tab, check the box next to “Disable display scaling on high DPI settings”.

In Windows 10 Version 1703 and later versions of Windows, the text of the Disable display scaling on high DPI settings option is changed to Override high DPI scaling behavior. This allows you to specify how applications should behave when displayed on a device with a high DPI setting. Scaling will be performed by the application.

Kick fast player issues

Set KickFastPlayers to false

2 screen issues

Check the “Resolution issue” section on this page.

When driving, the Black Wall can sometimes occur when the server is overloaded trying to load new tiles for the player. This usually isn’t an issue on highways, but can happen in main towns if the server has a higher “speed limit.” If this happens, players may be trapped between the Black Wall and zombies. A general fix could be found by adjusting the “speed limit” option on the server.

Based on the information provided, it appears that when multiple people are driving and one person has a slow connection, the other drivers are limited to the speed of that person’s connection.

it is best to stay close to your friend’s car in order to minimize the load on the server.

Also Check “p2p error & can’t connect to server” section on this page

Graphics settings reduce lag & Performance issues

STEPS FOR FIXING LAG PROBLEM:

  1. Change graphic to low performance

  1. Disable some mods

  2. Edit ProjectZomboid64.json file
    Open your game directory(Check “Crashing on startup” section on this page), open ProjectZomboid64.json with a text editor, and find the line that says “Xmx…”

increasing it appropriately

Xmx
  1. Try to change the power option to high performance.

  2. Update Graphics Card driver

  • I’m on Nvidia Graphics Card. So I don’t know how to fix it on AMD. Hopefully they do it the same thing as me.
  • First go to your Nvidia website -> http://www.nvidia.com/Download/index.aspx?lang=en-us
  • Figure out what kind of your Nvidia Graphics Card is.
  • There will be many options which one is perfect I don’t know fix yourself.

Disk write error

Try basic troubleshooting by using the advice at “Basic Steam Troubleshooting” on

https://support.steampowered.com/kb_article.php?ref=2274-IFLV-5334.

Also try added project zomboid and Steam to the exception list of anti-virus software.

Check record device frequency

  • 1. Go into your device’s Sound settings. (Control Panel > Hardware and Sound > Sound > Recording )
  • 2. Click on the ‘Microphone’ icon, check the Properties.
  • 3. Change the ‘Frequency’ from 44100Hz (CD Quality) to a lower frequency, such as 22050Hz or 11000Hz if necessary.
  • 4. Restart your device if you have not already done so in order for these changes to take effect.

Java.Lang.Outofmemory

Right click on Project Zomboid in your Steam library and select Properties. Press Local Files button > Browse.

Find the ProjectZomboid64.bat file

Change the -Xms and -Xmx settings to -Xms2G and -Xmx4G, then use this batch file to start the game.

Corrupted save files – world version is zero

I’ve been playing a lot of hours (like, a lot), and I don’t want to lose my lovely character. What can I do?

If you have a friend who has the same save game as you(multiplayer), and you’re experiencing this issue, ask them for their map_ver file. This is usually found in
C:UsersYourUserNameZomboidSaves” , replace it with yours, and most likely it will work fine

Or make a new save with the same map you used for the corrupted save file, copy the map_ver from the new save, copy it into the corrupted save and replace the old map_ver with the new one.

Save Your Character:

If the above method does not work, you can try copying your character data to a new save:

  • create and enter your new world using the same mods as your old world.
  • exit game.
  • go back to the original old world save folder.
  • you can see that the old save folder has a players.db and players.db-journal file
  • copy and paste this two file across to the new world save folder.
  • visit the new world you created

Addition:

If you want to copy your entire base with vehicles and ** items**, You need to copy the map_xxx_xxx.bin file that corresponds to the safe house you want to copy.

For example, if your safe house is located at the RoseWood Fire Department, open RoseWood online map and click on the Grid button.

We found that the grid includes coordinates 812,1172–815,1172 , 1173–815–1173 , and 812,1174–815,1174.

So we will need to copy:

map_812_1172.bin
map_812_1173.bin
map_812_1174.bin
map_813_1172.bin
map_813_1173.bin
map_813_1174.bin
map_814_1172.bin
map_814_1173.bin
map_814_1174.bin
map_815_1172.bin
map_815_1173.bin
map_815_1174.bin

As well as copying and pasting the following files into the new world safe folder.

vehicles.db
WorldDictionary.bin
WorldDictionaryLog.lua
WorldDictionaryReadable.lua

You now have your old safe house in your new world.

Conclusion:

This post mainly introduces how to fix common Project Zomboid Errors and Crashes. I hope it can help you.

Your Project Zomboid Server is running into issues and you can’t seem to catch where the error is coming from? In this guide we will show you how to locate the Project Zomboid server log slocation so that you can do your troubleshooting yourself.

  1. Login to your game panel.
  2. Go to the file manager tab

3. Go to the folder below

/home/container/.cache/

4. Here you will see a file named server-console.txt

5. Open the files a view all your project zomboid server logs

DEBUG: General , 1643613012278> 3,079,288,903> LoggerManager.init > Initializing…
LOG : General , 1643613012469> 3,079,289,020> cachedir set to "/home/container/.cache"
LOG : General , 1643613012764> 3,079,289,314> versionNumber=41.65 demo=false
LOG : General , 1643613012764> 3,079,289,315> svnRevision= date= time=
LOG : General , 1643613012768> 3,079,289,319> server name is ""servertest""
LOG : General , 1643613012769> 3,079,289,320> map_t.bin does not exist, cannot determine the server's WorldVersion. This is ok the first time a server is started.
LOG : General , 1643613012773> 3,079,289,324> Loading networking libraries…
LOG : General , 1643613012774> 3,079,289,325> Loading steam_api…
LOG : General , 1643613012775> 3,079,289,325> Loading RakNet64…
LOG : General , 1643613012776> 3,079,289,327> Loading ZNetJNI64…
LOG : General , 1643613012784> 3,079,289,335> 1643613012778 znet: ZNet loaded
LOG : General , 1643613012850> 3,079,289,401> 1643613012850 znet: Compiled with SERVER_STEAMAPI == 0

6. From the Project Zomboid server log snipped posted here we can see the server version, server name and much more.

If you looking to rent a PZ server. Place an order with us

Looking for a Project Zomboid Server to rent? Rent one from us

Project zomboid server hosting

Xray

This guide is to Fix Project Zomboid Errors, Crashes, Issues, Lag, Freezes, and Black Screen on Windows. These are the most common errors that players are experiencing with Project Zomboid. You can fix these problems with the tutorial below.

Error log “console.txt” location

> C:UsersusernameZomboidconsole.txt

Disable error log

As it stands there is no way to disable the error box in game. The red box isn’t exactly a bad thing, it’s the way people deal with it that makes it a bad thing. If you look through the error messages, you can see that most of them are in fact harmless. Some people think that the error messages are the end of the world, but most of the time, they’re just the game trying to stop itself from crashing.

Which mod is causing the “unexpected error” ?

Project Zomboid has many mods for players to choose from, which greatly improves the gameplay. However, the different compatibility of different mods may be causing errors that may eventually corrupt your save. Here is a guide that will help identify which mods are causing these errors and how you can disable them.

World dictionary error

The error means that there are some issues with the Zomboid world, you can try to fix this by disabling the mod in the save, and update all your mods.

You can just go to the steam workshop and go to your subscribed items, unsubscribe them, it will delete the files related to the mods, then subscribe again. This should re-download your subscribed mods.

Error subscribing to workshop item

If you install a mod that are no longer in the workshop, you may need to manually remove it.

Workshop Item Version Is Different

If your workshop ID is messed up, the first thing you’re going to want to do is open up Steam and go to your Library. Under Project Zomboid, you’ll find Workshop. This is where you can install mods, but what we’re interested in right now is the Subscribed Items list.

Under Subscribed Items, you’ll see all of the mods that you’re subscribed to (it defaults to the date subscribed, but if you sort by date updated it’ll put the last most recent updates all the way at the top). For example, on 27 Jun some mods were recently updated so those are the ones I need to update.

To update a mod, first unsubscribe from it (if necessary), Then subscribe to it again (forcing it to update). Let Steam’s Download Manager finish downloading and installing it.

Some users had problems because the game itself is not compatible with updates. The update for the game’s Steam workshop module fails. However, the system has determined that these files have been updated and are complete. In this case, it requires manually deleting the game’s files and reinstall PZ in order to resolve the issue.

Error 1,2,3,4,5…. lua error

You may experience errors when using mods in Single Player mode, particularly if you see an Error X (number) message displayed in the lower right corner. The X indicates how many errors are currently being caused.

The first thing you should do was to identify which mod is causing the “error x”

p2p error & can’t connect to server

If you are getting the p2p connect error, the first thing you should do is make sure your files are up-to-date. This can be done by verifying the integrity of your local files. Next, you should check to see if Steam is starting the server on its own. If not, then you will need to start the server manually and open it from within Steam. Finally, make sure that your computer are connected to the internet, and also check Steam’s server status.

use wired connections instead of wifi if you are the server host.

make sure that UDP ports 16261, 8766, 8767 are open in an outbound direction.

Use a VPN to improve your connection to the server, it may have solved the problem.

Car gone after crash

The car might be down the street from where you spawned back into the game, but it’s position was probably recalculated differently. So try check along the road to see if it’s there.

Crashing on startup

  • Right-click on Project Zomboid in your Steam library and select Properties.
  • Disable both the steam overlay and the desktop game theater.
  • Local files -> browse local files
  • Find the project zomboid batch file in the root folder
  • Double click on the project zomboid batch file (ProjectZomboid64.bat or ProjectZomboid32.bat )
  • That will start the game

Resolution issue

If you are on fullscreen mode, go to the resolution settings in your game and change it to the resolution you want. Normal resolutions should be 1920×1080 or 2560×1440. Borderless mode always sets the resolution to your native one.

One option to try is to disable DPI scaling for only Project Zomboid. This may resolve the issue for you.

Disable DPI

To disable DPI scaling on PZ, first locate the .exe files for the game(Check the “Crashing on startup ” section on this web page). Right click on the file and select “Properties”. Under the Compatibility tab, check the box next to “Disable display scaling on high DPI settings”.

In Windows 10 Version 1703 and later versions of Windows, the text of the Disable display scaling on high DPI settings option is changed to Override high DPI scaling behavior. This allows you to specify how applications should behave when displayed on a device with a high DPI setting. Scaling will be performed by the application.

Kick fast player issues

Set KickFastPlayers to false

2 screen issues

Check the “Resolution issue” section on this page.

When driving, the Black Wall can sometimes occur when the server is overloaded trying to load new tiles for the player. This usually isn’t an issue on highways, but can happen in main towns if the server has a higher “speed limit.” If this happens, players may be trapped between the Black Wall and zombies. A general fix could be found by adjusting the “speed limit” option on the server.

Based on the information provided, it appears that when multiple people are driving and one person has a slow connection, the other drivers are limited to the speed of that person’s connection.

it is best to stay close to your friend’s car in order to minimize the load on the server.

Also Check “p2p error & can’t connect to server” section on this page

Graphics settings reduce lag & Performance issues

STEPS FOR FIXING LAG PROBLEM:

  1. Change graphic to low performance

  1. Disable some mods

  2. Edit ProjectZomboid64.json file
    Open your game directory(Check “Crashing on startup” section on this page), open ProjectZomboid64.json with a text editor, and find the line that says “Xmx…”

increasing it appropriately

Xmx
  1. Try to change the power option to high performance.

  2. Update Graphics Card driver

  • I’m on Nvidia Graphics Card. So I don’t know how to fix it on AMD. Hopefully they do it the same thing as me.
  • First go to your Nvidia website -> http://www.nvidia.com/Download/index.aspx?lang=en-us
  • Figure out what kind of your Nvidia Graphics Card is.
  • There will be many options which one is perfect I don’t know fix yourself.

Disk write error

Try basic troubleshooting by using the advice at “Basic Steam Troubleshooting” on

https://support.steampowered.com/kb_article.php?ref=2274-IFLV-5334.

Also try added project zomboid and Steam to the exception list of anti-virus software.

Check record device frequency

  • 1. Go into your device’s Sound settings. (Control Panel > Hardware and Sound > Sound > Recording )
  • 2. Click on the ‘Microphone’ icon, check the Properties.
  • 3. Change the ‘Frequency’ from 44100Hz (CD Quality) to a lower frequency, such as 22050Hz or 11000Hz if necessary.
  • 4. Restart your device if you have not already done so in order for these changes to take effect.

Java.Lang.Outofmemory

Right click on Project Zomboid in your Steam library and select Properties. Press Local Files button > Browse.

Find the ProjectZomboid64.bat file

Change the -Xms and -Xmx settings to -Xms2G and -Xmx4G, then use this batch file to start the game.

Corrupted save files – world version is zero

I’ve been playing a lot of hours (like, a lot), and I don’t want to lose my lovely character. What can I do?

If you have a friend who has the same save game as you(multiplayer), and you’re experiencing this issue, ask them for their map_ver file. This is usually found in
C:UsersYourUserNameZomboidSaves” , replace it with yours, and most likely it will work fine

Or make a new save with the same map you used for the corrupted save file, copy the map_ver from the new save, copy it into the corrupted save and replace the old map_ver with the new one.

Save Your Character:

If the above method does not work, you can try copying your character data to a new save:

  • create and enter your new world using the same mods as your old world.
  • exit game.
  • go back to the original old world save folder.
  • you can see that the old save folder has a players.db and players.db-journal file
  • copy and paste this two file across to the new world save folder.
  • visit the new world you created

Addition:

If you want to copy your entire base with vehicles and ** items**, You need to copy the map_xxx_xxx.bin file that corresponds to the safe house you want to copy.

For example, if your safe house is located at the RoseWood Fire Department, open RoseWood online map and click on the Grid button.

We found that the grid includes coordinates 812,1172–815,1172 , 1173–815–1173 , and 812,1174–815,1174.

So we will need to copy:

map_812_1172.bin
map_812_1173.bin
map_812_1174.bin
map_813_1172.bin
map_813_1173.bin
map_813_1174.bin
map_814_1172.bin
map_814_1173.bin
map_814_1174.bin
map_815_1172.bin
map_815_1173.bin
map_815_1174.bin

As well as copying and pasting the following files into the new world safe folder.

vehicles.db
WorldDictionary.bin
WorldDictionaryLog.lua
WorldDictionaryReadable.lua

You now have your old safe house in your new world.

Conclusion:

This post mainly introduces how to fix common Project Zomboid Errors and Crashes. I hope it can help you.

Your Project Zomboid Server is running into issues and you can’t seem to catch where the error is coming from? In this guide we will show you how to locate the Project Zomboid server log slocation so that you can do your troubleshooting yourself.

  1. Login to your game panel.
  2. Go to the file manager tab

3. Go to the folder below

/home/container/.cache/

4. Here you will see a file named server-console.txt

5. Open the files a view all your project zomboid server logs

DEBUG: General , 1643613012278> 3,079,288,903> LoggerManager.init > Initializing…
LOG : General , 1643613012469> 3,079,289,020> cachedir set to "/home/container/.cache"
LOG : General , 1643613012764> 3,079,289,314> versionNumber=41.65 demo=false
LOG : General , 1643613012764> 3,079,289,315> svnRevision= date= time=
LOG : General , 1643613012768> 3,079,289,319> server name is ""servertest""
LOG : General , 1643613012769> 3,079,289,320> map_t.bin does not exist, cannot determine the server's WorldVersion. This is ok the first time a server is started.
LOG : General , 1643613012773> 3,079,289,324> Loading networking libraries…
LOG : General , 1643613012774> 3,079,289,325> Loading steam_api…
LOG : General , 1643613012775> 3,079,289,325> Loading RakNet64…
LOG : General , 1643613012776> 3,079,289,327> Loading ZNetJNI64…
LOG : General , 1643613012784> 3,079,289,335> 1643613012778 znet: ZNet loaded
LOG : General , 1643613012850> 3,079,289,401> 1643613012850 znet: Compiled with SERVER_STEAMAPI == 0

6. From the Project Zomboid server log snipped posted here we can see the server version, server name and much more.

If you looking to rent a PZ server. Place an order with us

Xray

Project Zomboid — игра на выживание в открытом мире, разработанная и изданная The Indie Stone. Первоначально игра была запущена 8 ноября 2013 года. Вы можете играть в игру на системах Microsoft Windows, Linux и Macintosh. Поскольку это многопользовательская игра, вы также можете играть в нее со своими друзьями. Но что, если вы столкнулись со странными ошибками во время игры, и все, что вы видите на экране, — это код ошибки? В этой статье будут обсуждаться все коды ошибок и исправления Project Zomboid. Итак, без лишних слов, давайте начнем.

Project Zomboid — очень увлекательная игра с различными режимами игры. Игра также доступна на английском, испанском, французском, итальянском и других языках. Project Zomboid поддерживает более 17 языков. Если вы ищете хороший зомби-хоррор, чтобы убить время, то Project Zomboid — идеальная игра для вас.

Все коды ошибок и исправления Project Zomboid

Содержание страницы

  • Все коды ошибок и исправления Project Zomboid
  • Проект Зомбоид Ошибка 4

    • Исправление 1. Обновите драйверы ПК GFX до последней версии.
    • Исправление 2: проверьте целостность файлов (папка DLL отсутствует)
    • Исправление 3: проверьте подключение к Интернету
  • Проект Зомбоид Ошибка 51

    • Исправление 1: проверьте целостность файлов игры
    • Исправление 2: переустановите Project Zomboid
    • Исправление 3. Установите распространяемый компонент Microsoft Visual C++.
    • Исправление 4. Обновите драйверы GFX до последней версии.
  • Ошибки мода Project Zomboid

    • Исправление 1: обновите Windows до последней версии
    • Исправление 2: Запустите Project Zomboid от имени системного администратора
    • Исправление 3: перезапустите Project Zomboid
    • Исправление 4: перезагрузите компьютер
    • Исправление 5: переустановите Project Zomboid
  • Другие возможные исправления ошибок в Project Zomboid

    • Исправление 1: проверьте целостность файлов игры
    • Исправление 2: перезагрузите маршрутизатор
    • Исправление 3: сбросить DNS
    • Исправление 4: переустановите Project Zomboid
  • Вывод

Все коды ошибок и исправления Project Zomboid

Давайте обсудим все ошибки в Project Zomboid и их исправления. Большинство ошибок возникает при запуске игры, а некоторые возникают, когда вы делаете что-то, что вызывает ошибку.

Проект Зомбоид Ошибка 4

Это одна из самых распространенных ошибок, с которыми вы столкнетесь, играя в Project Zomboid. Ошибка 4 возникает по следующим причинам: Устаревшие драйверы, Папка DLL отсутствует, Отсутствующие файлы и Плохое интернет-соединение. Давайте поговорим об исправлениях ошибки 4:

Исправление 1. Обновите драйверы ПК GFX до последней версии.

Всегда обновляйте ОС и графические драйверы до последней версии, потому что разработчики постоянно исправляют ошибки или ошибки, с которыми сталкиваются пользователи в предыдущих версиях. Также многие новые функции и улучшения реализованы в более поздних версиях. Вы можете обновить драйверы видеокарты, выполнив следующие действия:

Объявления

  • Открытым панель поиска и искать ОПЫТ GEFORCE.
  • Нажми на Вкладка Драйверы и проверьте, есть ли Обновить доступный.

  • Если обновление доступный, вы увидите скачать вариант. Нажмите «Загрузить».
  • После загрузки он спросит вас, какой тип установки следует выполнить. Нажмите на Экспресс-установка.
  • После установки перезагрузка ваш компьютер, и все готово. Вот как вы можете обновить драйверы графической карты.

Исправление 2: проверьте целостность файлов (папка DLL отсутствует)

Чтобы проверить, отсутствует ли папка DLL, выполните проверку целостности файлов:

  • Запуск Готовить на пару и перейдите в библиотеку.
  • Ищи Проект Зомбоид и щелкните по нему правой кнопкой мыши.
  • Выбирать характеристики и перейти к локальным файлам.

  • Теперь нажмите на проверьте целостность файлов игры.
  • После завершения проверки перезапустите проверку, если проблема не устранена.

Исправление 3: проверьте подключение к Интернету

Если у вас плохое интернет-соединение, игра может выдать вам код ошибки 4. Проверьте скорость своего интернета на этом Веб-сайт. Также очистите кеш DNS. Чтобы очистить кеш DNS, выполните следующие действия:

  • Нажми на значок окна на панели задач.
  • Поиск команда и нажмите запустить от имени администратора.

  • Теперь введите ipconfig/flushdns.
  • Проверьте, сохраняется ли ошибка.

Проект Зомбоид Ошибка 51

Эта специфичная для Steam ошибка возникает по следующим причинам: Поврежденные файлы игры, Распространение Microsoft Visual C++ устарело, и Права администратора Steam. Мы можем легко решить эту ошибку, выполнив следующие исправления:

Объявления

Исправление 1: проверьте целостность файлов игры

Выполните проверку целостности файлов, чтобы убедиться, что файлы игры не повреждены.

  • Запуск Готовить на пару и перейдите в библиотеку.
  • Ищи Проект Зомбоид и щелкните по нему правой кнопкой мыши.
  • Выбирать характеристики и перейти к локальным файлам.

  • Теперь нажмите на проверьте целостность файлов игры.
  • После завершения проверки перезапустите проверку, если проблема не устранена.

Исправление 2: переустановите Project Zomboid

Если вы не обнаружили ошибок после проверки целостности файлов игры, но по-прежнему сталкиваетесь с той же ошибкой, лучше переустановите игру. Также, пожалуйста, не прерывайте установку игры, иначе файлы игры будут повреждены.

Исправление 3. Установите распространяемый компонент Microsoft Visual C++.

Если вы заядлый геймер, возможно, вы знаете, насколько важно это приложение для запуска игр на вашем ПК. Это приложение обычно устанавливается или обновляется с каждой устанавливаемой вами игрой. Если этого не произошло, просто переустановите распространяемый пакет Microsoft Visual C++. Вы можете установить его из здесь.

Объявления

Исправление 4. Обновите драйверы GFX до последней версии.

Старые драйверы могут не поддерживать новые обновления игры, поэтому лучше всегда обновлять игровые драйверы. Вы можете обновить драйверы GFX, выполнив следующие действия:

  • Открытым панель поиска и искать ОПЫТ GEFORCE.
  • Нажми на Вкладка Драйверы и проверьте, есть ли Обновить доступный.

  • Если обновление доступный, вы увидите скачать вариант. Нажмите «Загрузить».
  • После загрузки он спросит вас, какой тип установки следует выполнить. Нажмите на Экспресс-установка.
  • После установки перезагрузка ваш компьютер, и все готово. Вот как вы можете обновить драйверы графической карты.

Ошибки мода Project Zomboid

Так как Project Zomboid поддерживает моды, существует множество ошибок, связанных с модами. Чтобы узнать, какой мод вызывает ошибку, выполните следующие действия:

  • Сделайте резервную копию вашей игры.
  • После создания резервной папки скопируйте папку mods в новую папку Zomboid.
  • Перезапустите игру.
  • Это позволит вам узнать мод, который вызывает ошибку.
  • Если вы по-прежнему не можете найти мод, вызывающий ошибку, попробуйте перезагрузить компьютер и повторить попытку.

В некоторых модах есть ошибки, которые они могут только исправить. Поэтому, если вы хотите продолжить играть в игру, удалите моды, вызывающие ошибку, и перезапустите игру. Мы упомянули исправления для всех этих проблем ниже:

Исправление 1: обновите Windows до последней версии

Всегда рекомендуется использовать последнюю версию Windows, поскольку при каждом обновлении устраняется множество ошибок. Чтобы обновить Windows до последней версии, выполните следующие действия:

  • Нажмите «Пуск» и найдите Обновлять.

  • Теперь нажмите на Проверить наличие обновлений кнопку и подождите несколько секунд.
  • Если доступно обновление Windows, Обновить ваш ПК до последней версии или выйдите из настроек.

Исправление 2: Запустите Project Zomboid от имени системного администратора

Иногда это решит проблему. Попробуйте запустить игру от имени системного администратора:

  • Щелкните правой кнопкой мыши на иконка рабочего стола Project Zomboid и выберите свойства.

  • На вкладке «Совместимость» проверьте Запустите программу от имени администратора вариант, нажмите Подать заявление, а затем ОК.
  • Перезагрузите компьютер и проверьте, сохраняется ли ошибка.

Исправление 3: перезапустите Project Zomboid

Сделайте это, прежде чем переходить к любым другим исправлениям. Перезапуск игры приведет к удалению игры из оперативной памяти, что, вероятно, решит любую проблему, мешающую вам играть в игру.

Исправление 4: перезагрузите компьютер

Мы можем исправить эту ошибку, перезагрузив компьютер. Эта и многие другие ошибки будут исправлены в фоновом режиме. Всегда рекомендуется регулярно перезагружать ноутбук.

Исправление 5: переустановите Project Zomboid

Переустановите Project Zomboid, если хотите быстро исправить ошибку. Также, пожалуйста, не прерывайте установку игры, иначе файлы игры будут повреждены.

Другие возможные исправления ошибок в Project Zomboid

Иногда вы можете получить код ошибки, который вы можете найти в любой ссылке на любом форуме или в Интернете. В таких случаях вы можете использовать следующие методы устранения неполадок, чтобы исправить то же самое. Это должно работать со всеми видами ошибок, при условии, что ваш компьютер соответствует минимальным требованиям для игры.

Исправление 1: проверьте целостность файлов игры

Выполните проверку целостности файлов, чтобы убедиться, что файлы игры не повреждены.

  • Запуск Готовить на пару и перейдите в библиотеку.
  • Ищи Проект Зомбоид и щелкните по нему правой кнопкой мыши.
  • Выбирать характеристики и перейти к локальным файлам.

  • Теперь нажмите на проверьте целостность файлов игры.
  • После завершения проверки перезапустите проверку, если проблема не устранена.

Исправление 2: перезагрузите маршрутизатор

Это одно из самых рабочих исправлений, с которыми мы сталкивались. Попробуйте перезагрузить маршрутизатор и проверьте, сохраняется ли ошибка.

Исправление 3: сбросить DNS

Чтобы очистить DNS, выполните следующие действия:

  • Нажми на значок окна на панели задач.
  • Поиск команда и нажмите запустить от имени администратора.

  • Теперь введите ipconfig/flushdns.
  • Проверьте, сохраняется ли ошибка.

Исправление 4: переустановите Project Zomboid

Переустановите Project Zomboid, если хотите быстро исправить ошибку. Кроме того, не прерывайте установку игры, так как это может привести к повреждению файлов игры.

Вывод

Это подводит нас к концу этого руководства для всех кодов ошибок и исправлений Project Zomboid. Если у вас есть какие-либо вопросы по статье, пожалуйста, прокомментируйте. Кроме того, сообщите нам, если вы столкнулись с какой-либо другой ошибкой в ​​Project Zombie. Как мы уже говорили, некоторые ошибки вызваны модами, которые в основном могут быть исправлены только разработчиками модов. Вы можете либо удалить их, либо дождаться исправления.

Project Zomboid — игра на выживание в открытом мире, разработанная и изданная The Indie Stone. Первоначально игра была запущена 8 ноября 2013 года. Вы можете играть в игру на системах Microsoft Windows, Linux и Macintosh. Поскольку это многопользовательская игра, вы также можете играть в нее со своими друзьями. Но что, если вы столкнулись со странными ошибками во время игры, и все, что вы видите на экране, — это код ошибки? В этой статье будут обсуждаться все коды ошибок и исправления Project Zomboid. Итак, без лишних слов, давайте начнем.

Project Zomboid — очень увлекательная игра с различными режимами игры. Игра также доступна на английском, испанском, французском, итальянском и других языках. Project Zomboid поддерживает более 17 языков. Если вы ищете хороший зомби-хоррор, чтобы убить время, то Project Zomboid — идеальная игра для вас.

Все коды ошибок и исправления Project Zomboid

Содержание страницы

  • Все коды ошибок и исправления Project Zomboid
  • Проект Зомбоид Ошибка 4

    • Исправление 1. Обновите драйверы ПК GFX до последней версии.
    • Исправление 2: проверьте целостность файлов (папка DLL отсутствует)
    • Исправление 3: проверьте подключение к Интернету
  • Проект Зомбоид Ошибка 51

    • Исправление 1: проверьте целостность файлов игры
    • Исправление 2: переустановите Project Zomboid
    • Исправление 3. Установите распространяемый компонент Microsoft Visual C++.
    • Исправление 4. Обновите драйверы GFX до последней версии.
  • Ошибки мода Project Zomboid

    • Исправление 1: обновите Windows до последней версии
    • Исправление 2: Запустите Project Zomboid от имени системного администратора
    • Исправление 3: перезапустите Project Zomboid
    • Исправление 4: перезагрузите компьютер
    • Исправление 5: переустановите Project Zomboid
  • Другие возможные исправления ошибок в Project Zomboid

    • Исправление 1: проверьте целостность файлов игры
    • Исправление 2: перезагрузите маршрутизатор
    • Исправление 3: сбросить DNS
    • Исправление 4: переустановите Project Zomboid
  • Вывод

Все коды ошибок и исправления Project Zomboid

Давайте обсудим все ошибки в Project Zomboid и их исправления. Большинство ошибок возникает при запуске игры, а некоторые возникают, когда вы делаете что-то, что вызывает ошибку.

Проект Зомбоид Ошибка 4

Это одна из самых распространенных ошибок, с которыми вы столкнетесь, играя в Project Zomboid. Ошибка 4 возникает по следующим причинам: Устаревшие драйверы, Папка DLL отсутствует, Отсутствующие файлы и Плохое интернет-соединение. Давайте поговорим об исправлениях ошибки 4:

Исправление 1. Обновите драйверы ПК GFX до последней версии.

Всегда обновляйте ОС и графические драйверы до последней версии, потому что разработчики постоянно исправляют ошибки или ошибки, с которыми сталкиваются пользователи в предыдущих версиях. Также многие новые функции и улучшения реализованы в более поздних версиях. Вы можете обновить драйверы видеокарты, выполнив следующие действия:

Объявления

  • Открытым панель поиска и искать ОПЫТ GEFORCE.
  • Нажми на Вкладка Драйверы и проверьте, есть ли Обновить доступный.

  • Если обновление доступный, вы увидите скачать вариант. Нажмите «Загрузить».
  • После загрузки он спросит вас, какой тип установки следует выполнить. Нажмите на Экспресс-установка.
  • После установки перезагрузка ваш компьютер, и все готово. Вот как вы можете обновить драйверы графической карты.

Исправление 2: проверьте целостность файлов (папка DLL отсутствует)

Чтобы проверить, отсутствует ли папка DLL, выполните проверку целостности файлов:

  • Запуск Готовить на пару и перейдите в библиотеку.
  • Ищи Проект Зомбоид и щелкните по нему правой кнопкой мыши.
  • Выбирать характеристики и перейти к локальным файлам.

  • Теперь нажмите на проверьте целостность файлов игры.
  • После завершения проверки перезапустите проверку, если проблема не устранена.

Исправление 3: проверьте подключение к Интернету

Если у вас плохое интернет-соединение, игра может выдать вам код ошибки 4. Проверьте скорость своего интернета на этом Веб-сайт. Также очистите кеш DNS. Чтобы очистить кеш DNS, выполните следующие действия:

  • Нажми на значок окна на панели задач.
  • Поиск команда и нажмите запустить от имени администратора.

  • Теперь введите ipconfig/flushdns.
  • Проверьте, сохраняется ли ошибка.

Проект Зомбоид Ошибка 51

Эта специфичная для Steam ошибка возникает по следующим причинам: Поврежденные файлы игры, Распространение Microsoft Visual C++ устарело, и Права администратора Steam. Мы можем легко решить эту ошибку, выполнив следующие исправления:

Объявления

Исправление 1: проверьте целостность файлов игры

Выполните проверку целостности файлов, чтобы убедиться, что файлы игры не повреждены.

  • Запуск Готовить на пару и перейдите в библиотеку.
  • Ищи Проект Зомбоид и щелкните по нему правой кнопкой мыши.
  • Выбирать характеристики и перейти к локальным файлам.

  • Теперь нажмите на проверьте целостность файлов игры.
  • После завершения проверки перезапустите проверку, если проблема не устранена.

Исправление 2: переустановите Project Zomboid

Если вы не обнаружили ошибок после проверки целостности файлов игры, но по-прежнему сталкиваетесь с той же ошибкой, лучше переустановите игру. Также, пожалуйста, не прерывайте установку игры, иначе файлы игры будут повреждены.

Исправление 3. Установите распространяемый компонент Microsoft Visual C++.

Если вы заядлый геймер, возможно, вы знаете, насколько важно это приложение для запуска игр на вашем ПК. Это приложение обычно устанавливается или обновляется с каждой устанавливаемой вами игрой. Если этого не произошло, просто переустановите распространяемый пакет Microsoft Visual C++. Вы можете установить его из здесь.

Объявления

Исправление 4. Обновите драйверы GFX до последней версии.

Старые драйверы могут не поддерживать новые обновления игры, поэтому лучше всегда обновлять игровые драйверы. Вы можете обновить драйверы GFX, выполнив следующие действия:

  • Открытым панель поиска и искать ОПЫТ GEFORCE.
  • Нажми на Вкладка Драйверы и проверьте, есть ли Обновить доступный.

  • Если обновление доступный, вы увидите скачать вариант. Нажмите «Загрузить».
  • После загрузки он спросит вас, какой тип установки следует выполнить. Нажмите на Экспресс-установка.
  • После установки перезагрузка ваш компьютер, и все готово. Вот как вы можете обновить драйверы графической карты.

Ошибки мода Project Zomboid

Так как Project Zomboid поддерживает моды, существует множество ошибок, связанных с модами. Чтобы узнать, какой мод вызывает ошибку, выполните следующие действия:

  • Сделайте резервную копию вашей игры.
  • После создания резервной папки скопируйте папку mods в новую папку Zomboid.
  • Перезапустите игру.
  • Это позволит вам узнать мод, который вызывает ошибку.
  • Если вы по-прежнему не можете найти мод, вызывающий ошибку, попробуйте перезагрузить компьютер и повторить попытку.

В некоторых модах есть ошибки, которые они могут только исправить. Поэтому, если вы хотите продолжить играть в игру, удалите моды, вызывающие ошибку, и перезапустите игру. Мы упомянули исправления для всех этих проблем ниже:

Исправление 1: обновите Windows до последней версии

Всегда рекомендуется использовать последнюю версию Windows, поскольку при каждом обновлении устраняется множество ошибок. Чтобы обновить Windows до последней версии, выполните следующие действия:

  • Нажмите «Пуск» и найдите Обновлять.

  • Теперь нажмите на Проверить наличие обновлений кнопку и подождите несколько секунд.
  • Если доступно обновление Windows, Обновить ваш ПК до последней версии или выйдите из настроек.

Исправление 2: Запустите Project Zomboid от имени системного администратора

Иногда это решит проблему. Попробуйте запустить игру от имени системного администратора:

  • Щелкните правой кнопкой мыши на иконка рабочего стола Project Zomboid и выберите свойства.

  • На вкладке «Совместимость» проверьте Запустите программу от имени администратора вариант, нажмите Подать заявление, а затем ОК.
  • Перезагрузите компьютер и проверьте, сохраняется ли ошибка.

Исправление 3: перезапустите Project Zomboid

Сделайте это, прежде чем переходить к любым другим исправлениям. Перезапуск игры приведет к удалению игры из оперативной памяти, что, вероятно, решит любую проблему, мешающую вам играть в игру.

Исправление 4: перезагрузите компьютер

Мы можем исправить эту ошибку, перезагрузив компьютер. Эта и многие другие ошибки будут исправлены в фоновом режиме. Всегда рекомендуется регулярно перезагружать ноутбук.

Исправление 5: переустановите Project Zomboid

Переустановите Project Zomboid, если хотите быстро исправить ошибку. Также, пожалуйста, не прерывайте установку игры, иначе файлы игры будут повреждены.

Другие возможные исправления ошибок в Project Zomboid

Иногда вы можете получить код ошибки, который вы можете найти в любой ссылке на любом форуме или в Интернете. В таких случаях вы можете использовать следующие методы устранения неполадок, чтобы исправить то же самое. Это должно работать со всеми видами ошибок, при условии, что ваш компьютер соответствует минимальным требованиям для игры.

Исправление 1: проверьте целостность файлов игры

Выполните проверку целостности файлов, чтобы убедиться, что файлы игры не повреждены.

  • Запуск Готовить на пару и перейдите в библиотеку.
  • Ищи Проект Зомбоид и щелкните по нему правой кнопкой мыши.
  • Выбирать характеристики и перейти к локальным файлам.

  • Теперь нажмите на проверьте целостность файлов игры.
  • После завершения проверки перезапустите проверку, если проблема не устранена.

Исправление 2: перезагрузите маршрутизатор

Это одно из самых рабочих исправлений, с которыми мы сталкивались. Попробуйте перезагрузить маршрутизатор и проверьте, сохраняется ли ошибка.

Исправление 3: сбросить DNS

Чтобы очистить DNS, выполните следующие действия:

  • Нажми на значок окна на панели задач.
  • Поиск команда и нажмите запустить от имени администратора.

  • Теперь введите ipconfig/flushdns.
  • Проверьте, сохраняется ли ошибка.

Исправление 4: переустановите Project Zomboid

Переустановите Project Zomboid, если хотите быстро исправить ошибку. Кроме того, не прерывайте установку игры, так как это может привести к повреждению файлов игры.

Вывод

Это подводит нас к концу этого руководства для всех кодов ошибок и исправлений Project Zomboid. Если у вас есть какие-либо вопросы по статье, пожалуйста, прокомментируйте. Кроме того, сообщите нам, если вы столкнулись с какой-либо другой ошибкой в ​​Project Zombie. Как мы уже говорили, некоторые ошибки вызваны модами, которые в основном могут быть исправлены только разработчиками модов. Вы можете либо удалить их, либо дождаться исправления.

Log Extender

Steam Workshop

Log Extender mod adds more logs to the Logs directory the Project Zomboid game.

Description

The Log Extender mod designed for Project Zomboid servers and adds log entries that helps administering the server. The mod allows you to save information about the levels of perk character, time of his survival, number of killed zombies and other information about the character. Log Extender also adds more building and action logs such as build campfire, light and extinguish campfires, toggle ovens and more actions with vehicles.

How to Use

This mod does not work in single player mode. Therefore, it must be installed on a dedicated Project Zomboid server. You can see logs in Zomboid/Logs directory:

_map.txt

[20-01-22 04:31:34.042] 76561190000000000 "outdead" taken IsoGenerator (appliances_misc_01_0) at 10883,10085,0.
[20-01-22 03:39:53.389] 76561190000000000 "outdead" added Campfire (camping_01_6) at 10886,10087,0.
[20-01-22 03:41:57.489] 76561190000000000 "outdead" taken Campfire (camping_01_6) at 10886,10087,0.
[12-12-22 09:17:23.997] 76561190000000000 "outdead" taken Trap (constructedobjects_01_18) at 11644,8261,0.

_cmd.txt

[20-01-22 03:47:35.461] 76561190000000000 "outdead" campfire.light @ 10886,10087,0.
[20-01-22 03:43:27.888] 76561190000000000 "outdead" campfire.extinguish @ 10886,10087,0.
[20-01-22 03:12:51.212] 76561190000000000 "outdead" stove.toggle @ 10882,10080,0.

_pvp.txt

[07-07-22 03:24:29.174] user outdead (8241,11669,0) hit user Rob Zombie (8242,11668,0) with Base.Hammer damage 1.735.

_vehicle.txt

[19-01-22 17:02:05.649] 76561190000000000 "outdead" attach vehicle={"id":872,"type":"VanRadio","center":"12801,3692,0"} to vehicle={"id":871,"type":"Van","center":"12807,3692,0"} at 12804,3691,0.
[19-01-22 17:02:09.762] 76561190000000000 "outdead" enter vehicle={"id":871,"type":"Van","center":"12807,3692,0"} at 12807,3691,0.
[19-01-22 17:02:16.750] 76561190000000000 "outdead" exit vehicle={"id":871,"type":"Van","center":"12807,3692,0"} at 12807,3691,0.
[19-01-22 17:02:25.635] 76561190000000000 "outdead" detach vehicle={"id":872,"type":"VanRadio","center":"12801,3692,0"} from vehicle={"id":871,"type":"Van","center":"12807,3692,0"} at 12804,3691,0.

_player.txt

[20-01-22 04:39:40.784] 76561190000000000 "outdead" connected perks={"Aiming":2,"Axe":0,"Blunt":0,"Cooking":0,"Doctor":0,"Electricity":0,"Farming":0,"Fishing":0,"Fitness":8,"Lightfoot":0,"LongBlade":0,"Maintenance":0,"Mechanics":10,"MetalWelding":0,"Nimble":0,"PlantScavenging":0,"Reloading":0,"SmallBlade":0,"SmallBlunt":0,"Sneak":0,"Spear":0,"Sprinting":0,"Strength":9,"Tailoring":0,"Trapping":0,"Woodwork":0} traits=["Fit","HighThirst","KeenHearing","NightVision","Organized","Outdoorsman","SlowHealer","SlowReader","Smoker","Strong","Unlucky"] stats={"profession":"unemployed","kills":0,"hours":89.04} health={"health":100,"infected":false} safehouse owner=() safehouse member=(12698x3731 - 12714x3744) (12704,3738,0).

There can be connected, levelup and tick events.

_safehouse.txt

[23-02-22 17:31:51.126] 76561198200000000 "outdead" take safehouse 10909,9397,11,11 owner="outdead".
[23-02-22 18:04:53.263] 76561198200000000 "outdead" release safehouse 10909,9397,11,11 owner="outdead" members=["rez"].
[23-02-22 17:40:16.922] 76561198200000000 "outdead" remove player from safehouse 10909,9397,11,11 owner="outdead" target="rez".
[23-02-22 17:39:09.932] 76561198200000000 "outdead" join to safehouse 10880,9401,8,11 owner="rez".
[08-07-22 04:56:39.212] 76561198200000000 "outdead" send safehouse invite 10850,9875,12,10 owner="outdead" target="Rob Zombie".
[08-07-22 04:57:00.480] 76561198100000000 "Rob Zombie" join to safehouse 10850,9875,12,10 owner="outdead".
[08-07-22 04:57:59.129] 76561198200000000 "outdead" change safehouse owner 10850,9875,12,10 owner="Rob Zombie" target="Rob Zombie".

_admin.txt

[08-06-22 19:55:24.798] outdead added item Rope in rez_a's inventory.
[08-06-22 19:56:09.431] outdead added item Axe in rez_a's inventory.
[08-06-22 19:56:29.599] outdead added 1 Base.Rope in outdead's inventory.
[08-06-22 19:56:29.599] outdead removed 1 Base.Rope in rez_a's inventory.
[08-06-22 19:57:05.129] outdead removed 1 Base.Rope in rez_a's inventory.
[08-06-22 19:57:27.051] outdead added 5 Base.45Clip in outdead's inventory.
[08-06-22 19:57:32.232] outdead added 2 Base.Scotchtape in outdead's inventory.
[08-06-22 19:57:38.289] outdead added 13 Base.Aerosolbomb in outdead's inventory.
[08-06-22 19:57:41.223] outdead added 1 Base.Acorn in outdead's inventory.

[09-06-22 02:39:28.470] outdead teleported to 10997,9643,0.
[09-06-22 02:42:44.499] outdead teleported to 10982,9650,0.
[09-06-22 02:43:11.187] outdead teleported to 10982,9650,0.

_map_alternative.txt

[12-12-22 16:56:42.982] 76561190000000000 "outdead" removed IsoObject (location_restaurant_spiffos_02_25) at 11664,8298,0 (11665,8299,0).
[12-12-22 18:03:16.876] 76561190000000000 "outdead" disassembled IsoObject (location_shop_gas2go_01_21) at 11597,8304,0 (11596,8304,0).
[22-12-22 07:56:17.435] 76561190000000000 "outdead" pickedup IsoObject (furniture_seating_indoor_02_4) at 14109,5072,0 (14109,5073,0).

_craft.txt

[13-12-22 02:54:16.577] 76561190000000000 "outdead" crafted 1 Base.WhiskeyEmpty with recipe "Drink Exclusive Alcohol" (11606,8296,0).
[13-12-22 02:55:00.910] 76561190000000000 "outdead" crafted 1 Base.Molotov with recipe "Make Molotov Cocktail" (11606,8296,0).
[13-12-22 02:55:19.447] 76561190000000000 "outdead" crafted 1 Base.NailsBox with recipe "Place Nails in Box" (11606,8296,0).
[13-12-22 02:56:08.041] 76561190000000000 "outdead" crafted 1 Base.SmashedBottle with recipe "Smash Bottle" (11606,8296,0).
[13-12-22 02:56:53.508] 76561190000000000 "outdead" crafted 20 Base.Nails with recipe "Open Box of Nails" (11606,8296,0).

Warning

Log Extender is under development and is being tested on the server Last Day. You can join our server or use the mod on your own server.
If you think you have found a bug, write about it in the bug reporting topic
the Steam workshop or create issue in github repository.

License

Apache License 2.0, see LICENCE

Понравилась статья? Поделить с друзьями:
  • Project zomboid коды ошибок
  • Project zomboid как узнать какой мод выдает ошибку
  • Project zomboid как убрать ошибки
  • Project zomboid как посмотреть ошибки
  • Project zomboid как понять какой мод вызывает ошибки