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

Driver swap crashes using accweb #227

Closed
stonith opened this issue Oct 13, 2022 · 10 comments
Closed

Driver swap crashes using accweb #227

stonith opened this issue Oct 13, 2022 · 10 comments

Comments

@stonith
Copy link

stonith commented Oct 13, 2022

I've confirmed that accweb has a bug that causes driver swaps to crash the game client, when I create a server using another tool it doesn't crash. I haven't had time to to test whether it's just the entrylist itself since it requires two people to test. However, I've attached the entrylist file(entrylist.json) created by accweb and another tool that works(entrylist.txt).

entrylist.zip

@stonith
Copy link
Author

stonith commented Oct 15, 2022

I tried copying the entrylist.txt file into the server instance directory (deleted entrylist.json) and manually ran accserver.exe myself, however the driver swap still crashes the game. It seems that the problem isn't the entrylist itself but somewhere else.

@StingerTopGun
Copy link

@stonith i'm having the same problem, have you ever found a solution?

@mrpbdy
Copy link
Contributor

mrpbdy commented Mar 23, 2023

Very odd - we've had 2 x 48 car x (3/4 drivers) x >10hr races in the last month and we've had no issues at all

@stonith
Copy link
Author

stonith commented Mar 28, 2023

@StingerTopGun no, I never got around to isolating the issue

@mrpbdy windows or Linux?

@mrpbdy
Copy link
Contributor

mrpbdy commented Mar 28, 2023

@stonith Windows.

@alotufo
Copy link
Contributor

alotufo commented Dec 12, 2023

@stonith I know this is an old thread, but I had this same issue with driver swap, and through some testing I found that ACCweb sets a default value of tyreSetCount to 0 in eventRules.json which crashes it. The ACC server wiki shows that it should be a value from 1 to 50. I changed mine to 50 and no more crashing on driver swap.

https://www.acc-wiki.info/wiki/Server_Configuration#eventRules.json

@alotufo
Copy link
Contributor

alotufo commented Dec 12, 2023

I believe the line to be changed to default to 50 is:

@stonith
Copy link
Author

stonith commented Dec 12, 2023

Nice catch!

@alotufo
Copy link
Contributor

alotufo commented Dec 12, 2023

@StingerTopGun in case you were still looking for a fix I'll mention you too

@pedrofaria
Copy link
Collaborator

merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants