¶ Launcher Error Codes
Below is a list of all the Launcher Error Codes, what they mean & how to solve them in most cases.
If the launcher starts but encounters random errors they should be reported
Note: If the launcher closes immediately check the log you will find startup error codes
If the launcher gets stuck updating that means it requires administrator privileges or you need to update manually, sometimes the antivirus may block downloads as well
Logger file init failed
- The launcher doesn’t have the ability to create files, Launching as admin could fix the issue
Sorry Backend System Outage! Don’t worry it will back on soon!
- The Backend did not respond could be the firewall or ISP
Primary Servers Offline! sorry for the inconvenience!
- The Launcher failed to check for an update firewall or ISP
Launcher Update failed!
- The launcher failed to download the new version
Please close the game and try again
- This error will happen if the game is already running under the same profile / launcher was unable clear the multiplayer/mods folder
Please launch the game at least once
- This will happen when the launcher tries to modify the game’s profile directory and fails. Launching the game should fix it
Failed to Launch the game! launcher closing soon
- Launcher failed to start the game launching the game once before retrying could fix it
Game Closed! launcher closing soon
- This will happen after the launcher was able to start the game and shouldn’t happen unless the game failed to start or closed
Failed to find the game please launch it. Report this if the issue persists
- Code 3 means that the launcher was unable to find the game’s info (game directory, profile directory, version ect. ) in the registry entry. Potential fix is to just run the game at least once so the registry values get created
- Code 4 means the same except the launcher was unable to read the registry values
¶ Other Error Codes (Server and Launcher)
Below is a list of all the Server Error Codes, what they mean & how to solve them in most cases.
Note: If the server closes immediately check the log you will find startup error codes
- There is an issue with your ports. Please check you have port forwarded and opened it on incoming on your firewall
- This is an issue with binding to the port. Check if the port is in use or use a different port
- address already in use, another BeamMP server or program is already running on that port
- bad port forwarding or other similar «unreachable» issue — verify that its all setup properly
- network reset, happens if the network drops connection while a connection is being established. should never happen. just retry
- connection aborted, timeout or other network error, just retry
- on launcher: server closed
- on server: client disconnected
Code 10060 / 10061
- network timed out, on launcher, this usually means that the server wasnt port forwarded properly
- unlikely error, but it means that the host died, so server shutdown or ports were closed, connection died some other way
- host not reachable: no internet or bad port forwarding, or any other similar issue*
Источник
¶ Client
How do I install BeamMP?
- There is a full guide on how to install BeamMP on Windows, you can find it here.
Does BeamMP works on a cracked version of BeamNG.drive?
- BeamMP does not work with cracked versions of BeamNG.drive nor that it does on outdated versions. If you want to use BeamMP please consider buying the game.
Does BeamMP work on Linux?
- BeamMP client is not officially supported on Linux. However, you might be able to get it working by running the launcher in the same proton prefix as the game.
- BeamMP Server builds can be found in the BeamMP_Server.zip download on the BeamMP website, or in the releases tab on the Github. For building instructions see here.
Why is the launcher flagged by my antivirus or by Windows Defender?
- In order to prevent Windows Defender from flagging a specific .exe, we need to buy a license which is very expensive, therefor, BeamMP might get flagged by Windows Defender.
- Some antivirus may flag BeamMP as a virus because it does some interactions with network and other stuff. There are no viruses in any of the code. The code for the launcher, server, and Lua client can be seen on our Github.
I have poor performance, what should I do?
- We are working hard to make performance as good as possible. Sadly, there isn’t a lot you can do about it, if you have already lowered your graphic settings and your performance is still poor, consider playing on a server with less players. The game is mainly CPU bound when you play with lots of people, so older CPUs (even quadcores) will suffer with more than a handful of people.
¶ Server
How can I setup my own server?
- All the information to setup your own server can be found on this page of our wiki.
Is the server working on Linux?
- BeamMP server can be built on Linux, however builds are not provided, you should build it yourself. It is officially supported on Debian 9 and Debian 10 a tutorial can be found here.
¶ Miscellaneous
Where can I find the code?
- All the source code can be found on our Github.
- Before doing anything keep in mind that the code is under terms of use
I have found a bug, an exploit or anything so, what should I do?
- If the issue is code related and you know how to use Github, you can post the issue on our Github.
- If it is not something sensitive, you can create a post on our forum or you can report this on our Discord.
- If the information is sensitive you can directly report the issue to a staff member on our Discord.
Источник
¶ How to Install
For installation instructions, please see server installation.
¶ The ServerConfig File
The server config, which is a file called ServerConfig.toml , uses the TOML format. (NOTE: The old server config file was called Server.cfg, but this is no longer used, and the server will warn when this is still present. Please also note that the two config formats are not compatible with each other.)
The config has one section by default, called [General] , which holds the following values:
AuthKey format ‘xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx’
where all x’s are alphanumeric characters (numbers and letters).
Key | Value Type | Description |
AuthKey | Used to identify your server with the backend. You should have gotten one while following the installation instructions. | |
Debug | true / false | When enabled (true), will show more messages in the log and provide more information. Enable this if you run into issues. Enabling this will drastically increase the size of the log file. |
Private | true / false | When enabled (true), your server will not be shown in the server list. Anyone with the correct IP and port can still connect. |
Description | Any «text» | Shown as the description of the server in the server list (if the server is public). You can use special characters to format this with colors and styles. |
Name | Any “text” | Shown as the name / title of your server in the server list. You can use special characters to format this with colors and styles. |
Map | A valid map location, such as ‘/levels/gridmap_v2/info.json’ | The map your server will host. Has to be installed either by default (a list can be found below) or as a server mod. |
MaxCars | Any number ≥ 1 | The maximum number of cars per player. Any additional cars a player tries to spawn will be deleted instantly. |
Port | 1024–65535 | The networking port on which the server will be accessible. For a player to connect to your server directly, they will need your IP and this port. |
Other sections can and should be used by server plugins (Lua API coming soon), like so: [MyMod] .
The AuthKey HAS to be set by you. It will be empty by default, and needs to be filled with your AuthKey from the installation step earlier. Do not share this Key with anyone and, in screenshots, blur it fully.
¶ All Vanilla Maps Names
Here are all the stock maps
- /levels/gridmap_v2/info.json
- /levels/johnson_valley/info.json
- /levels/automation_test_track/info.json
- /levels/east_coast_usa/info.json
- /levels/hirochi_raceway/info.json
- /levels/italy/info.json
- /levels/jungle_rock_island/info.json
- /levels/industrial/info.json
- /levels/small_island/info.json
- /levels/smallgrid/info.json
- /levels/utah/info.json
- /levels/west_coast_usa/info.json
- /levels/driver_training/info.json
- /levels/derby/info.json
¶ Customize the look of your server name
Use these special symbols before your text and it’ll apply an effect to that text in the server list
^r | reset |
^p | newline (descriptions only) |
^n | underline |
^l | bold |
^m | strike-through |
^o | italic |
^0 | black |
^1 | blue |
^2 | green |
^3 | light blue |
^4 | red |
^5 | pink |
^6 | orange |
^7 | grey |
^8 | dark grey |
^9 | light purple |
^a | light green |
^b | light blue |
^c | dark orange |
^d | light pink |
^e | yellow |
^f | white |
¶ The Server.log file
This file will be generated when the server runs. It’s a mirror of the messages you see in the console when you run the server. You should attach this file every time you need support from our support staff, and it will never show your AuthKey, so you can usually send it without modifications.
The format is as follows ($ prefix means “variable”, explained below):
- $DATE is the date of the message, for example 21/07/2021
- $TIME is the time of the message, for example 11:05:23
- $CONTEXT (only visible if in Debug mode and mostly relevant to developers) is the context of the message, which is either:
- (Player ID) “Player Name” , where the Player’s ID is useful for moderation
- A short name such as “HeartbeatThread”
- $LOG_LEVEL is one of the levels of importance of a message:
- DEBUG : Only visible in Debug mode, usually spammy and only important to developers
- INFO : General information
- LUA : Message from a Lua plugin
- WARN : Describes something that isn’t supposed to happen, usually
- ERROR : Something went very wrong, or was very unexpected
- FATAL : Something happened that causes the server to shut down
- $MESSAGE the message itself, usually something that you should pay attention to and understand. In some cases this might be cryptic, but the general rule is that, as long as nothing is visibly wrong with the server and there are no ERROR s, all is good.
¶ Updating The Server
¶ Why to Update
Whenever a new update is released, you’re advised to update your server. Usually this involves bug fixes, stability improvements and security improvements, next to the general new features etc. that are introduced.
To receive news about updates when they come out, either follow the discord server’s “update” channel, look out for it on the forums, or look at / ask the GitHub releases page.
¶ How to Update
The server is updated by replacing the old executable with the new one. If you are unsure how to do this, there are step-by-step instructions for Windows and Linux below.
If you built from source, you just rebuild. Make sure to run git submodule update —init —recursive before you rebuild.
¶ On Windows
- Go to BeamMP.com and click the “Download Server” button.
- Once downloaded, extract the zip file. You should see a few files, one of them the BeamMP-Server.exe . We will call this one the “new executable”.
- Go to the folder where your current BeamMP-Server.exe executable is located (same folder where your ServerConfig.toml is, usually). We will call this one the “old executable”.
- Replace the old executable with the new executable (for example by copying or moving the new executable into the folder).
¶ On Linux
- Go to BeamMP.com and click the “Download Server” button.
- Once downloaded, extract the zip file. You should see a few files, one of them the BeamMP-Server-linux . We will call this one the “new executable”.
- Go to the folder where your current BeamMP-Server-linux executable is located (same folder where your ServerConfig.toml is, usually). We will call this one the “old executable”.
- Replace the old executable with the new executable (for example by copying or moving the new executable into the folder).
- Open a terminal in that folder where you just replaced the executable, and run sudo chmod +x BeamMP-Server-linux . This will make sure the server can be run.
¶ Automated Updates
The server does not support automatic updates or update notifications (yet).
Источник
Обновлено: 11.02.2023
Sorry Backend System Outage! Don’t worry it will back on soon!
- The Backend did not respond could be the firewall or ISP
Primary Servers Offline! sorry for the inconvenience!
- The Launcher failed to check for an update firewall or ISP
Launcher Update failed!
- The launcher failed to download the new version
Cannot Create BeamNG Directory! Retrying.
- The launcher cannot create the BeamNG folder it will automatically relaunch requesting admin after 3 secs
Please close the game and try again
- This error will happen if the game is already running under the same profile / launcher was unable to reset the folder
Cannot Create Mods Directory! Retrying.
- The launcher cannot create the Mods folder it will automatically relaunch requesting admin after 3 secs
Cannot Create Settings Directory! Retrying.
- The launcher cannot create the Settings folder it will automatically relaunch requesting admin after 3 secs
Please launch the game at least once
- This will happen when the launcher tries to modify the game’s profile directory and fails. Launching the game should fix it
Failed to launch the game
- This will happen when the game refused to update the profile directory
Failed to Launch the game! launcher closing soon
- Launcher failed to start the game launching the game once before retrying could fix it
Game Closed! launcher closing soon
- This will happen after the launcher was able to start the game and shouldn’t happen unless the game failed to start or closed
Mod did not load! launcher closing soon
- This will happen when the mod was found not loaded by the game for 35 secs that should only happen if beamng is corrupted or when someone is attempting to load their own system
Failed to find the game please launch it. Report this if the issue persists
- Code 1 means that the launcher was unable to find the game under Steam a potential fix would be to reinstall or launch the game, also you might want to set Steam to online mode
- Code 2 means the same except the launcher was unable to find the game ID under Steam
- Code 3 means that the launcher was unable to find the game’s info (where it last started version ect. )
- Code 4 means the same except the launcher was unable to open the location where those values should be
- Code 5 means that the game runtime files were not found if after launching the game it still doesn’t work then report the error
Sorry. We do not support cracked copies report this if you believe this is a mistake
- Code 1 means that steam was found but not where it’s installed this could be fixed by just running steam or reinstalling steam.
- Code 2 means that the game ID was not found under the steam directory.
- Code 3 means that the steam directory where the game ID would be was not found.
- Code 4 means that steam was not installed/Not found.
- Code 5 means that the game was not installed in a steamapps folder meaning it was moved manually.
- Code 6 means that the launcher was unable to link a steam ID to the last steam ID the game was launched from could be that the user doesn’t own the game (borrow). (Make sure he redownloads the launcher to make sure it doesn’t fix itself)
Illegal steam modifications detected report this if you believe this is a mistake
- Code 1 means that the launcher found illegal files in the steam directory
Below is a list of all the Server Error Codes, what they mean & how to solve them in most cases.
Note: If the server closes immediately check the log you will find startup error codes
BeamNG.drive
11 янв. 2018 в 1:48
Hi, I was trying to connect the remote control app to my PC, but it said «The game seems to be blocked by the windows firewall» even though I let it through. Please help, I would like to use this app on my PC. And yes, I have tried connecting and the app just crashes.
11 янв. 2018 в 4:10
Are both your devices connected to the same network?
Are you sure your antivirus, firewall and anything similar is not blocking the game from connecting to the phone and vice-versa?
11 янв. 2018 в 4:28
Are both your devices connected to the same network?
Are you sure your antivirus, firewall and anything similar is not blocking the game from connecting to the phone and vice-versa?
Thanks for helping Nadeox, both of my devices are connected to my network, the point was that the game has been saying that it is being blocked when it actually isn’t, I checked both windows firewall and my antivirus settings and the both allow it. Im not sure about the tablets connection, its not really one of those ones you can fiddle round with the firewall, (im not even sure it has an antivirus XD) but do you think maybe there is somthing else possibly blocking BeamNG?
7 окт. 2019 в 16:00
i have got the correct app on my phone, and beamng is allowed through the firewall, my antivirus does not block it, and both my phone and PC are connected to the same router, which is not set to block any types of connection (though my pc does receive the wifi via connection sharing through a laptop, due to it not having a wifi capable network card, however it is still receiving the internet from the router, the laptop just acts as a wifi receiver)
8 окт. 2019 в 3:48
I’m not too sure about using another device for connection sharing would work for the app.
Do you have any way to directly connect the PC to the router, even if temporary?
Or, try on the laptop directly.
8 окт. 2019 в 4:15
the laptop is a potato and hasn’t opened steam to install any updates since 2016, and i do not own an ethernet cable to go all the way across my house, down the stairs, and then back across to the router
9 окт. 2019 в 5:55
would it be possible to connect the phone via USB to control the game?
9 окт. 2019 в 9:16
No, this is not possible, the app is meant to be used with a wireless connection from your phone, and then your phone wired or wireless(ly) connected to the same router.
9 окт. 2019 в 10:45
ive been trying to use network tethering, which makes an ethernet network between the phone and the PC over USB and can provide internet to my PC through my phone, but the app refuses to consider this a network and asks me to connect to wifi, how can i make it use this tethering network to connect to BeamNG?
9 окт. 2019 в 11:08
and if that is not possible, why? why is the only option available being connect both phone and PC directly to the same router via wire or wireless, and why does network sharing not work? they ARE both connected to the exact same router, they are both receiving the exact same connection from the exact same source, and why are other connection types not allowed? why cant i use USB? or internet sharing via USB? or internet sharing via bluetooth? why must i use this one very specific connection with absolutely no leeway? if there is a connection between phone and PC why am i not allowed to just use it? why must i go and spend money i dont have on a wifi capable network card when i have several other connection options available to me that you wont let me use?
10 окт. 2019 в 3:04
This depends on how your device’s tethering connection works.
What matters for the game, is that it can discover the phone in the network it’s connected to.
As far the PC itself can find the phone, the game does not care if you are using WiFi, Tethering or else.
Commonly tethering works in this way:
Your phone is connected to your router, and your PC is connected to your phone.
Your phone’s tethered connection is a separate connection on its own. You won’t be able to see the devices connected to the router itself, but only the other devices connected to your phone.
I don’t think any phone does this differently.
And that’s why you won’t be able to use tethering for this.
Your PC is technically connected to a different network than your phone, which won’t make them discover-able to each other.
You can test this by using an IP/Network discovery App, as it would let you see what other devices are available on the same network your device is connected. Ideally, you should see the phone from your PC, and viceversa.
Кто знает почему такое окно вылетает , и что надо водить туда?
Кто знает почему такое окно вылетает , и что надо водить туда?
купил в stem beam ng начал играть а там машины проезжают друг через друга не сталкиваясь что делать ?
Помогите решить проблему, в стиме купил игру, после загрузки карты игра начинает пытаться грузить текстуры и слетает (Crash-report), что делать?
что делать пишет что beamng не является приложением win32
ПОМОГИТЕ при запуске любой карты нечего не поевляется только белый экран и несколько приборов версия 0.3.6.9
Скачал BeamNG Remote Control,и когда сканирую QRcode,после чего выдает ошибку Connection Timeout. как решить эту проблему?
Даниил, попробуй на кнопки на клаве понажимай. это именно функция игры, а не баг. помойму буква о англ. на крайняк в в настрах полазий
У меня 8гб оперативки а в BeamNG используется только 4гб, в чём проблема?
помогите я ккупил в стиме начинаю играть моргает экран черный
Ребят. Суть в том что купил через стим игру, все было хорошо.
Но после обновления — качаю тачки и у них колеса пробиваются сразу.
Роман, у меня вообще 15 фпс постоянно, не могу ничего найти, меняю графику, 15 фпс что минималки что максималки, уменьшаю разрешение-15 фпс. Комп соответствует более чем минимальные системки. ((
Привет всем. Проблема такая. Игра на ноуте идет минуту плавно, а потом тормозит жутка. Я понял что игра с начало играет на видюхе от Нвидео, но потом работает на Интоловской и все тормозит. Стоит выключит шнур питания от ноута и воткнуть обратно то всё норм, но это только на 5_10 сек. Такая хрень была на пиратке, я купил лицуху и всё ровно так же. Запускал на другом ноуте тоже самая проблема.
Читайте также:
- Как поменять иконку world of tanks
- Ошибка 30005 в fortnite
- Warhammer 40 000 inquisitor martyr системные требования
- Resident evil системные требования
- Как включить геймпад в half life 2
Содержание
- Error code 0x3000001 beamng drive
- Error code 0x3000001 beamng drive
- Как исправить ошибку Beamng Drive 0x00001?
- В этой статье мы попытаемся устранить ошибку «0x00001», с которой сталкиваются игроки BeamNG.drive во время игры.
- Что такое ошибка Beamg Drive 0x00001?
- Как исправить ошибку Beamg Drive 0x00001
- 1-) Проверка целостности файла игры
- 2-) Проверить игровые фреймворки
- 3-) Обновить драйвер видеокарты
- 4-) Отключить антивирусную программу
- 5-) Закрыть и открыть программу Steam
- 6-) Обновление операционной системы
- 7-) Исправление ошибок Windows
- Выпulнить сканирование SFC
- Выпulнить сканирование DISM
Error code 0x3000001 beamng drive
Here’s a short list of common exit codes:
This usually happens if you close the console window or press CTRL+C .
Usually means that it crashed due to a bug or the game exceeded the allocated budget
The OS is unable to load a file that is required to run the game. A missing DLL may belong to the game, the OS or one of the required components (DirectX e.g.).
- Verify the integrity of the game using Steam .
- Re-install DirectX .
- Uninstall the Visual C++ Redistributable for Visual Studio 2013 X86 and X64 packages, restart your computer and install the package again (do not use the Repair function).
- Uninstall the Visual C++ Redistributable for Visual Studio 2015 X86 and X64 packages, restart your computer and install the package again (do not use the Repair function).
- Run the Windows System File Check tool to repair corrupted system files.
- To identify the precise DLL that is causing an issue, download the Microsoft Dependency Walker and open BeamNG.drive.exe with it. The libraries with a red icon are the corrupted ones.
The game or launcher could not mount the game path.
- Check the Security Properties of the game folder and check that you have Full control ticked
- Try to start the game/launcher with Administrator Rights
- Check the path of the game does have other chars than ascii
The game or launcher could not mount the user path.
- Check the Security Properties of the user folder and check that you have Full control ticked
- Try to start the game/launcher with Administrator Rights
- Check the path of the user does have other chars than ascii
- Check the startup.ini file in the game folder, if a UserPath is defined there them check it’s still valid
The game is probably blocked by Windows Defender
- Move the user folder to a folder not protected by Controlled folder access . Keep in mind that moving data with the launcher will fail, you need to move the data manually and un-tick Move data . Or
- Add BeamNG.Drive executables in the Allowed apps. Follow this guide You will need to add those executables :
- BeamNG.drive.exe
- Bin64BeamNG.drive.x64.exe
- Bin64BeamNG.drive.x64.ui.exe
Looks like your Antivirus or 3rd party software block the game. Please add Game and User folders into the antivirus whitelist.
If you still cannot get it working, please contact our support: http://www.beamng.com/contactus/
Looks like your Antivirus deleted the userinterface part of the game. Please disable your anti-virus and reinstall the game. That should fix it.
If you still cannot get it working, please contact our support: http://www.beamng.com/contactus/
Your game installation is broken. Verify the integrity of the game using Steam or reinstall the game.
The launcher was not able to locate the game’s executable. Please reinstall the game.
The launcher was not able to launch the game because it needed administrator rights.
Go to the games folder and open the folder /bin64/ .
Right click on the game executable BeamNG.drive.x64.exe and click on Properties
In the compatibility tab untick the highlighted line.
It’s not recommended to run the game in administrative mode.
If you are obliged to do so, you need to apply the same mode to the launcher executable.
This could be caused by an overriding Userfolder path entry in the registry.
Please the the following steps:
- Press Win + R and type regedit
- In the window that will open navigate to ComputerHKEY_CURRENT_USERSOFTWAREBeamNGBeamNG.drive
- Right click on userpath_override and select Delete
- Restart your PC
- Launch Steam в†’ Library в†’ Right click on BeamNG.drive в†’ Properties
- Make sure that Launch Options field in the General section is empty
- Launch the game
You encountered an unknown exit code? Please help us to complete the list and report the problem to our Support Team with the given code. Please also send a Support Ticket and attach the SupportID to your report.
The easiest way is just to copy the error to clipboard and paste it in the support form after clicking on Contact support !
Источник
Error code 0x3000001 beamng drive
Ниже представлен список распространенных кодов сбоев.
Обычно случается, если вы закрываете окно консоли или нажимаете Ctrl+C
Обычно означает, что игра вылетела из-за ошибки или игра превысила выделенные ресурсы ПК.
Операционная система не может загрузить файл, необходимый для запуска игры. Отсутствующая библиотека может принадлежать к игре, операционной системе или быть необходимым компонентом (DirectX и т.п.)
Попробуйте следующие шаги:
- Проверьте целостность файлов через Steam
- Переустановите DirectX
- Удалите пакеты Visual C++ Redistributable for Visual Studio 2013 X86 и X64, перезагрузите ваш компьютер и установите пакет снова (не используйте функцию восстановления)
- Удалите пакеты Visual C++ Redistributable for Visual Studio 2015 X86 и X64, перезагрузите ваш компьютер и установите пакет снова (не используйте функцию восстановления)
- Запустите Windows System File Check tool для восстановления поврежденных файлов системы
- Для поиска отсутствующей библиотеки, которая вызывает проблемы, установите Microsoft Dependency Walker и запустите BeamNG.drive.exe . Отмеченные красным значком библиотеки являются поврежденными
Игра или программа запуска не могут установить путь к игре.
- Проверьте настройки безопасности игровой папки и убедитесь, что установлен полный контроль.
- Попробуйте запустить игру/программу запуска с правами администратора.
- Проверьте, что игровой путь не содержит какие-либо символы кроме ascii
Игра или программа запуска не могут установить путь к игре.
- Проверьте настройки безопасности игровой папки и убедитесь, что установлен полный контроль.
- Попробуйте запустить игру/программу запуска с правами администратора.
- Проверьте, что игровой путь не содержит какие-либо символы кроме ascii
- Проверьте файл startup.ini в папке игры, если путь к папке пользователя там установлен, проверьте, что он все еще актуален.
Игра возможно заблокирована Windows Defender
- Переместите папку пользователя в другое место, которое не защищено Controlled folder access . Имейте в виду, что если перенос файлов не произошел, то необходимо будет переместить данные в ручном режиме.
- Добавьте BeamNG.Drive файлы в разрешенные приложения. Используйте данное руководство . Вам необходимо добавить следующие файлы:
- BeamNG.drive.exe
- Bin64BeamNG.drive.x64.exe
- Bin64BeamNG.drive.x64.ui.exe
Обычно такое случается, если антивирус или сторонняя программа блокирует игру. Пожалуйста, добавьте папки пользователя и игры в список исключений антивируса.
Если проблема сохраняется, пожалуйста, свяжитесь с нашей службой поддержки: http://www.beamng.com/contactus/
Такое может случиться, если ваш антивирус удаляет часть файлов пользовательского интерфейса. Пожалуйста, отключите ваш антивирус и переустановите игру. Это должно решить проблему.
Если проблема сохраняется, пожалуйста, свяжитесь с нашей службой поддержки: http://www.beamng.com/contactus/
Ваша установка игры сломана. Проверьте целостность игровых файлов через Steam или переустановите игру.
Программа запуска не может обнаружить файлы для запуска игры. Пожалуйста, переустановите игру.
Программа запуска не может запустить игру, требуются права администратора.
- Перейдите в папку игры и откройте папку /bin64/
- Нажмите правой кнопкой на BeamNG.drive.x64.exe и нажмите Свойства
- Во вкладке совместимость уберите галочку с подсвеченного
Не рекомендуется запускать игру в режиме администратора.
Если вам необходимо это сделать, то те же шаги необходимо сделать и для файла программы запуска.
Эта ошибка может встречаться, при нарушении пути папки пользователя в реестре.
Пожалуйста, выполните следующие шаги:
- Нажмите Win + R и напишите regedit
- В открывшемся окне найдите ComputerHKEY_CURRENT_USERSOFTWAREBeamNGBeamNG.drive
- Нажмите правой кнопкой на userpath_override и выберите удалить
- Перезагрузите ваш ПК
- Запустите Steam → Библиотека → Нажмите правой кнопкой на BeamNG.drive → Свойства
- Убедитесь, что строчка параметров запуска является пустой
- Запустите игру
Your version of windows does not seem to be supported anymore
Попробуйте установить DirectX9 и используйте бета-ветку для DX9 https://www.microsoft.com/en-us/download/details.aspx?id=8109
Получили какой-то неизвестный код ошибки? Пожалуйста, помогите нам составить полный лист. Для этого отправьте сообщение нашей команде поддержки с названием ошибки. Самый простой способ это сделать – это скопировать ошибку в буфер обмена и вставить её в форму после нажатия на Связаться с поддержкой .
Источник
Как исправить ошибку Beamng Drive 0x00001?
В этой статье мы попытаемся устранить ошибку «0x00001», с которой сталкиваются игроки BeamNG.drive во время игры.
Игроки BeamNG.drive сталкиваются с ошибкой «0x00001» в игре, и их доступ к игре ограничен. Если вы стulкнulись с такой проблемой, вы можете найти решение, следуя приведенным ниже советам.
Что такое ошибка Beamg Drive 0x00001?
Общая причина этой ошибки связана с ошибкой файла в игре. Если файл поврежден или отсутствует, он может быть недоступен для чтения в игре. Для этого мы постараемся решить проблему, сообщив вам нескulько предложений.
Как исправить ошибку Beamg Drive 0x00001
Мы можем решить эту проблему, следуя приведенным ниже советам по устранению этой ошибки.
1-) Проверка целостности файла игры
Мы проверим целостность файла игры, отсканируем и загрузим все отсутствующие или неправильные файлы. Для этого;
- Откройте программу Steam.
- Откройте меню библиотеки.
- Щелкните правой кнопкой мыши игру BeamNG.drive слева и откройте вкладку Свойства.
- Откройте меню Локальные файлы в левой части открывшегося экрана.
- Нажмите кнопку Проверить целостность файлов игры в меню «Обнаруженные нами локальные файлы».
После этого процесса загрузка будет выпulняться путем сканирования поврежденных файлов игры. После завершения процесса попробуйте снова открыть игру.
2-) Проверить игровые фреймворки
Отсутствие игровых фреймворков на вашем компьютере может привести к возникновению различных ошибок в игре. Поэтому на вашем компьютере дulжны быть установлены приложения DirectX, .NET Framework, VCRedist.
После выпulнения обновления вы можете перезагрузить компьютер, запустить игру и проверить, сохраняется ли проблема.
3-) Обновить драйвер видеокарты
При таких проблемах с непрерывностью мы можем стulкнуться с ошибкой обновления видеокарты. Для этого нам потребуется обновить видеокарту. Если вы готовы, давайте начнем.
Для пulьзователей с видеокартой Nvidia
- Прежде всего, Geforce компании Nvidia ОпытНам нужно скачать и установить программу.
- После процесса загрузки и установки мы открываем нашу программу и открываем меню Драйверы выше.
- Загрузите наше обновление, нажав кнопку Загрузить выше.
- После завершения загрузки давайте выпulним процесс установки, нажав кнопку быстрой установки.
- Перезагрузите компьютер после завершения этого процесса.
Для пulьзователей с видеокартой AMD
- Опубликовано компанией AMD AMD Radeon SoftwareНам нужно скачать и установить программу.
- После выпulнения процесса загрузки и установки мы открываем нашу программу и нажимаем кнопку «Проверить наличие обновлений» в меню драйверов и программного обеспечения справа и проверяем, обновлена ли наша видеокарта.
- Вы можете перезагрузить компьютер, выпulнив обновление.
После обновления нашего графического драйвера и перезагрузки компьютера мы можем попытаться открыть игру BeamNG.drive.
4-) Отключить антивирусную программу
Отключите все испulьзуемые вами антивирусные программы или пulностью удалите их со своего компьютера. Если вы испulьзуете Защитник Windows, отключите его. Для этого;
- Введите «защита от вирусов и угроз» на начальном экране поиска и откройте его.
- Затем нажмите «Управление настройками«.
- Установите для защиты в режиме реального времени значение «Выкл«.
После этого давайте отключим другую защиту от программ-вымогателей.
- Откройте начальный экран поиска.
- Откройте экран поиска, введя Настройки безопасности Windows.
- На открывшемся экране выберите параметр Защита от вирусов и угроз.
- Нажмите в меню пункт Защита от программ-вымогателей.
- Отключите Контрulируемый доступ к папкам на открывшемся экране.
После выпulнения этой операции нам нужно будет добавить файлы игры BeamNG.drive в качестве исключения.
- Введите «защита от вирусов и угроз» на начальном экране поиска и откройте его.
- Настройки защиты от вирусов и угроз выберите Управление настройками, а затем в разделе Исключения. Исключить, выберите добавить или удалить.
- Выберите Добавить исключение, а затем выберите папку с игрой BeamNG.drive, сохраненную на вашем диске.
После этого процесса пulностью закройте программу Steam с помощью диспетчера задач и попробуйте снова запустить игру BeamNG.drive. Если проблема не устранена, давайте перейдем к следующему предложению.
5-) Закрыть и открыть программу Steam
Попробуйте снова открыть программу Steam, закрыв ее или выйдя из своей учетной записи Steam. Это позвulит вам пulучить информацию в вашей учетной записи и позвulит вам без проблем запустить игру. При закрытии программы Steam мы рекомендуем вам закрыть ее с помощью диспетчера задач, чтобы закрыть ее пulностью. Выйдя из своей учетной записи Steam и войдя снова, вы можете попробовать запустить игру BeamNG.drive, открыв меню «Мои библиотеки Steam». Если вы подключаетесь через Steam, закройте программу Steam и снова войдите в систему.
6-) Обновление операционной системы
Тот факт, что операционная система Windows не обновлена, может привести к возникновению такой проблемы. Для этого мы можем проверить, сохраняется ли проблема, проверив, обновлена ли операционная система Windows.
- Откройте начальный экран поиска, введя «Проверить наличие обновлений«.
- Проверьте, нажав кнопку «Проверить наличие обновлений» в открывшемся окне.
После этого процесса, если ваша операционная система не обновлена, обновленные файлы будут загружены, и вы сможете выпulнить процесс установки.
7-) Исправление ошибок Windows
Файлы в Windows повреждены или испорчены, что может привести к различным ошибкам. Для этого мы поделимся с вами двумя блоками кода и попробуем отсканировать и восстановить поврежденные или испорченные файлы.
Выпulнить сканирование SFC
Поврежденные или испорченные файлы, встречающиеся в файлах Windows, могут вызывать множество кодов ошибок. Для этого мы подскажем вам нескulько способов решения проблемы.
- Введите «cmd» на начальном экране поиска и запустите от имени администратора.
- Введите «sfc /scannow» в открывшемся окне командной строки и нажмите клавишу ввода.
После этого процесса испорченные или поврежденные файлы будут просканированы, и в них будут внесены исправления. Не выключайте и не перезагружайте компьютер, пока процесс не завершится. После этого процесса давайте выпulним еще одно предложение.
Выпulнить сканирование DISM
- Введите «cmd» на начальном экране поиска и запустите от имени администратора.
- Введите следующие команды в открывшемся окне командной строки и нажмите клавишу ввода.
- Dism/Online/Cleanup-Image/CheckHealth
- Dism/Online/Cleanup-Image/ScanHealth
- Dism/Online/Cleanup-Image/RestoreHealth
После успешного завершения процесса вы можете перезагрузить компьютер и проверить, сохраняется ли проблема.
Источник