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

[BUG] New default BepInEx.cfg duplicates all log lines #318

Closed
lloesche opened this issue Mar 10, 2021 · 1 comment
Closed

[BUG] New default BepInEx.cfg duplicates all log lines #318

lloesche opened this issue Mar 10, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@lloesche
Copy link

If you diff the old and the new (0.9.4) BepInEx.cfg:

[Logging.Console]
< Enabled = false
11c10
< ForceBepInExTTYDriver = false
---
> ForceBepInExTTYDriver = true
28c27
< WriteUnityLog = false
---
> WriteUnityLog = true

Resulting in every log message to be logged twice:

[Info   : Unity Log] 03/10/2021 21:30:58: Sending disconnect msg
03/10/2021 21:30:58: Sending disconnect msg
[Info   : Unity Log] 03/10/2021 21:30:58: Disposing socket
03/10/2021 21:30:58: Disposing socket
[Info   : Unity Log] 03/10/2021 21:30:58: Stopping listening socket
03/10/2021 21:30:58: Stopping listening socket
[Info   : Unity Log] 03/10/2021 21:30:58: Last socket, unregistering callback
03/10/2021 21:30:58: Last socket, unregistering callback
[Info   : Unity Log] 03/10/2021 21:30:58: ZSteamSocket  UnregisterGlobalCallbacks, existing sockets:0
03/10/2021 21:30:58: ZSteamSocket  UnregisterGlobalCallbacks, existing sockets:0
@lloesche lloesche added the bug Something isn't working label Mar 10, 2021
@nxPublic
Copy link
Member

We are not responsible for issues related to BepInEx.

Please report them in their GitHub repository.

https://github.com/BepInEx/BepInEx

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

No branches or pull requests

2 participants