Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When a round is restarted... #239

Closed
Tamago4a opened this issue Oct 3, 2020 · 5 comments · Fixed by #245
Closed

When a round is restarted... #239

Tamago4a opened this issue Oct 3, 2020 · 5 comments · Fixed by #245
Assignees
Labels
Bug Something isn't working

Comments

@Tamago4a
Copy link

Tamago4a commented Oct 3, 2020

Installed multiadmin. I made the following configuration:

config_location:
appdata_location: C:\Users\PC\AppData\Roaming\SCP Secret Laboratory
disable_config_validation: False
share_non_configs: True
multiadmin_log_location: logs
multiadmin_nolog: False
multiadmin_debug_log: True
multiadmin_debug_log_blacklist:
multiadmin_debug_log_whitelist:
use_new_input_system: True
port: 7777
copy_from_folder_on_reload:
folder_copy_whitelist:
folder_copy_blacklist:
folder_copy_round_queue:
folder_copy_round_queue_whitelist:
folder_copy_round_queue_blacklist:
randomize_folder_copy_round_queue: False
manual_start: false
max_memory: 2048
restart_low_memory:
restart_low_memory_roundend:
random_input_colors: False
restart_every_num_rounds: -1
restart_every_num_rounds_counting: True
safe_server_shutdown: True
safe_shutdown_check_delay: 150
safe_shutdown_timeout: 10000
server_restart_timeout: 10
server_stop_timeout: 10
server_start_retry: True
server_start_retry_delay: 10000
servers_folder: servers
set_title_bar: True
start_config_on_full:

At the moment of the round restart, the "config_gameplay.txt" file is opened every time. What have I done wrong?
Безымянный

@ButterscotchV ButterscotchV self-assigned this Oct 3, 2020
@ButterscotchV
Copy link
Collaborator

That is set by config_location

@Tamago4a
Copy link
Author

Tamago4a commented Oct 4, 2020

That is set by config_location

You said some nonsense. I found the reason. The reason is in one blank line.
As I understood it:

  1. I removed all "empty" lines.
    Снимок
  2. Checked this bug. He has gone.
  3. I started to add blank lines from this list one by one:
folder_copy_round_queue:
copy_from_folder_on_reload:
config_location:
appdata_location:
multiadmin_debug_log_blacklist:
multiadmin_debug_log_whitelist:
folder_copy_whitelist:
folder_copy_blacklist:
folder_copy_round_queue_whitelist:
folder_copy_round_queue_blacklist:
restart_low_memory:
restart_low_memory_roundend:
start_config_on_full:
  1. As a result, I realized that the error in
folder_copy_round_queue:

If this line is in the config then some kind of nonsense happens.
If you don't believe you can check it yourself. I am showing you a real bug.

@ButterscotchV ButterscotchV added the Bug Something isn't working label Oct 5, 2020
@ButterscotchV
Copy link
Collaborator

This is potentially a game bug, I'll try to recreate it and figure out the cause.

@Tamago4a
Copy link
Author

Tamago4a commented Oct 5, 2020

This is potentially a game bug, I'll try to recreate it and figure out the cause.

If you fail, I can shoot a short video.

@Tamago4a
Copy link
Author

Tamago4a commented Jan 8, 2021

thanks for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants