unable to create local save folder что делать

Unable to create local save folder что делать

Ember

«its says unable to create save file»
Does the Ember game menu tell you this, or your OS? Post a picture of the error and I’m sure the DEV can help out.

«its says unable to create save file»
Does the Ember game menu tell you this, or your OS? Post a picture of the error and I’m sure the DEV can help out.

how can i post a screenshot??

On steam client hover over your name, select content from drop down menu, open screenshot you want to post, copy the url to your post and voila:

how can i post a screenshot??

On steam client hover over your name, select content from drop down menu, open screenshot you want to post, copy the url to your post and voila:

i think this cloud onedrive is from the steam how do i cancel it? and why i cant disable the wrting only folder even that i use my administretor

Onedrive is not from Steam: https://onedrive.live.com is from Microsoft. You’ll need to read about it and then disable that service. It’s obviously using regional chars in your path that the game don’t like and can’t find the right folder.

As others said before, you need to give us more info for us to be able to help you. For instance, if you are using Windows 8.1 or 10, then onedrive comes with the system (and cannot be uninstalled) so you’ll have to disable cloud sync to see if that helps you.

Just follow the link and disable onedrive.

Or, also, try to add to the Ember exe compatibility options to start as administrator (just in case) You don’t need to worry about read-only permissions in that folder because it is system controlled and you cannot do anything about that. Use app compatibility options always to add permissions to your apps.

New windows are horrible lol

Edit: there is no support for this game? I have seen a lot of threads asking for support (also for save problems) and there is no answer from dev or from 505 CM (i thought 505 CM was in all the game’s forum that they distribute, maybe i’m wrong)

Читайте также:  какие цветы держать дома чтобы забеременеть

Источник

Рассмотрено Ошибка создании папки

Администрация никогда не пришлет Вам ссылку на авторизацию и не запросит Ваши данные для входа в игру.

Charlie_Mails

Новичок

Shane Diesel

Следящий за Тех. Разделом

Здравствуйте
Что-либо на Вашем ПК мешает работе RAGE, как правило это стороннее антивирусное ПО

Попробуйте общие решения:
Перед запуском RAGEMP, закрывайте максимум приложений, которые могут нагружать ПК и использовать соединение

Начните с пунктов 1, 4

Установите чистую GTAV без модификаций, если использовали модификации, но сначала сделайте полную проверку файлов GTAV, удалив перед эти update.rpf, в папке Update, внутри папки с GTAV

Последние поддерживаемые версии Visual C++ для скачивания

В настройках брандмауэра Windows, удалите все правила для входящих и исходящих подключений, далее отключите его
1. Нажмите по кнопке Пуск и в поисковой панели начните набирать «Командная строка»
2. Запустите классическое приложение с правами администратора (щёлкните по нему правой кнопкой мыши)
3. В открывшемся окне вводим команду netsh advfirewall set allprofiles state off и нажимаем Enter
4. После этого Вы увидите уведомление из Центра безопасности и обслуживания об отключении системы безопасности
Перезагрузите ПК, выключите роутер на пару минут

Запустите по очереди, не закрывая предыдущие, следующие приложения: Steam или EGS, лаунчер (Gta 5 Launcher) или мультиплеер (RAGEMP) от имени администратора

Если ничего не помогает, воспользуйтесь адекватным VPN (Nordvpn, Cyberghost)

Источник

Unable to create local save folder что делать

An error was encountered while modifying the quorum settings.
Your cluster quorum settings have not been changed.

There was an error configuring the file share witness ‘\\nassrv\sql’.

Unable to save property changes for ‘File Share Witness’.

The user name or password is incorrect

Putting into considerations that the cluster hosts computer accounts have a full control permissions over the shared folder, also the Custer Virtual Object.

The shared folder on a separate host that can be accessed by the cluster hosts.

All replies

Have you tried to with another share folder?

Tyr to create a new share folder and configure the witness.

Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.

Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.

Читайте также:  какие топы носить с широкими плечами и большими руками

>>I’ve tried it at Fujitsu NAS Storage but it didn’t work, I’ve tried it on another Windows Server that’s not part of the cluster and it didn’t work too.

Are you getting the same error that you posted?

Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.

Don’t directly create a share folder.

1. Select Configure Cluster Quorum Settings
2. Select Next until you come to the Browse option.
3. Now, type \\ServerName in the Browse bar.
4. Click Show Shared Folders.
5. Click Create New Share Folder and enter a name and select the drive where you want the quorum to be.
6. Then, select the type of folder. I would prefer, Full Access and Full Read/Write access to the users.
7. Click OK and close the configuration. This should work.

When you go to this Share Folder and check its properties, you can witness the cluster name in the Security tab without any types of permission. Let’s say, if your cluster name is Mohamed, it will be listed as Mohamed$.

This should work fine.

Or, you can create a manual share folder and add the Cluster Name to the Security tab in the Properties. And, make sure that the Domain Users are there in it.

Источник

VScode unable to save files inside my WSL2 home folder

I’m trying to make WSL2 work for my web projects development and this is driving me crazy!

Basically, i have two options. 1. Save my project files into c drive and access those with WSL (which makes the responses extremelly slow) 2. save my project files into /home/ which makes the project run super smooth, but i’m unable to edit those files with VSCode.

The error that is what follows:

4 Answers 4

Here is another command to provide your user with sufficient permissions to write to files:

Well, turns out I was being stupid and posted a stupid question.

After many hours trying to make this damn thing work, I was able to do so, by setting the ownership of the folder to my user.

Читайте также:  болит животик у новорожденного в первые недели жизни что делать

Here is the shell snippet to change the ownership to the current logged in user:

I had the same problem and spent hours to find this working solution.
For me, it seems to be right one because it doesn’t produce problems with 1. too generous file permissions sent to git afterwards and 2. change ubuntu config to fit windows environment (coupling to windows user).

I found the source of this solution on github. Thanks to saltazaur! https://github.com/microsoft/WSL/issues/4260#issuecomment-729594527

Steps to solve the problem:

At next startup of ubuntu, the settings in wsl.conf will be applied.

The important part in this case is the following line:

It sets, that all newly created files will use umask 22 (chmod 775) and fmask 11 (chmod 644)

Источник

.NET Framework 4.0 Beta 2 Installation Error: Unable to create or save new files in the folder…

Unable to create or save new files in the folder into which
the files are being extracted. Please check the folder properties
to ensure you have permission on the folder to
write files and that the folder is not read-only.

Apparently, Visual Studio 2010 Beta 2 is trying to extract files into my Mac partition–even though i didn’t tell it to do this!

To fix this problem:

1. Launch Control Panel
2. Select System and Security
3. Select Administrative Tools
4. Double-click Computer Management to launch the Computer Management Console
5. Select the Disk Management node in the left pane
6. In the right pane, right-click the Mac drive (E: in my case)
7. Select Change Drive Letter and Paths… from the shortcut menu
8. In the Change Drive Letter and Paths dialog, select the Mac drive and click the Remove button
9. When the Disk Management dialog is displayed, click Yes to the confirmation question.
10. When the second Disk Management dialog is displayed, click Yes again to continue.

Obvious solution when you think about it which I’d clearly not done. Fortuantly, I’ve learnt over the years not to just go with my first reaction and do a little research before doing anything drastic…

Many thanks Kevin, it worked a treat…

Источник

Информ портал о технике и не только