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

WHEEL OF DESTINY ERRORS #1753

Closed
3 of 5 tasks
Risk-CPU opened this issue Oct 27, 2023 · 6 comments · Fixed by #1794
Closed
3 of 5 tasks

WHEEL OF DESTINY ERRORS #1753

Risk-CPU opened this issue Oct 27, 2023 · 6 comments · Fixed by #1794
Labels
Priority: High Represent a high impact in key areas of the base/user experience Status: Pending Test This PR or Issue requires more testing Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@Risk-CPU
Copy link

Priority

High

Area

  • Datapack
  • Source
  • Map
  • Other

What happened?

[2023-27-10 07:00:07.213] [error] [combatTypeToIndex] Combat type 255 is out of range
[2023-27-10 07:00:07.213] [error] [combatTypeToIndex] Combat type 255 is out of range
[2023-27-10 07:00:07.213] [error] [combatTypeToIndex] Combat type 255 is out of range
[2023-27-10 07:00:07.213] [error] [combatTypeToIndex] Combat type 255 is out of range
[2023-27-10 07:00:07.213] [error] [combatTypeToIndex] Combat type 255 is out of range
[2023-27-10 07:00:07.213] [error] [combatTypeToIndex] Combat type 255 is out of range
[2023-27-10 07:00:07.213] [error] [combatTypeToIndex] Combat type 255 is out of range
[2023-27-10 07:00:07.214] [error] [combatTypeToIndex] Combat type 255 is out of range
[2023-27-10 07:00:07.214] [error] [combatTypeToIndex] Combat type 255 is out of range
[2023-27-10 07:00:07.214] [error] [combatTypeToIndex] Combat type 255 is out of range
[2023-27-10 07:00:07.214] [error] [combatTypeToIndex] Combat type 255 is out of range
[2023-27-10 07:00:09.217] [error] [combatTypeToIndex] Combat type 255 is out of range
[2023-27-10 07:00:09.217] [error] [combatTypeToIndex] Combat type 255 is out of range
[2023-27-10 07:00:09.217] [error] [combatTypeToIndex] Combat type 255 is out of range
[2023-27-10 07:00:09.217] [error] [combatTypeToIndex] Combat type 255 is out of range
[2023-27-10 07:00:09.217] [error] [combatTypeToIndex] Combat type 255 is out of range
[2023-27-10 07:00:09.217] [error] [combatTypeToIndex] Combat type 255 is out of range
[2023-27-10 07:00:09.217] [error] [combatTypeToIndex] Combat type 255 is out of range
[2023-27-10 07:00:09.217] [error] [combatTypeToIndex] Combat type 255 is out of range
[2023-27-10 07:00:09.217] [error] [combatTypeToIndex] Combat type 255 is out of range
[2023-27-10 07:00:09.217] [error] [combatTypeToIndex] Combat type 255 is out of range

What OS are you seeing the problem on?

Linux

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Risk-CPU Risk-CPU added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Oct 27, 2023
@github-actions github-actions bot added Priority: High Represent a high impact in key areas of the base/user experience Status: Pending Test This PR or Issue requires more testing labels Oct 27, 2023
@Risk-CPU
Copy link
Author

Risk-CPU commented Nov 5, 2023

is anyone having this issue? is from player_wheel.cpp i think. unlock whole wheel of destiny and check.

@Risk-CPU Risk-CPU changed the title Spiritthorn Armor/Helmet WHEEL OF DESTINY ERRORS Nov 6, 2023
@Sorairei
Copy link
Contributor

Sorairei commented Nov 9, 2023

is anyone having this issue? is from player_wheel.cpp i think. unlock whole wheel of destiny and check.

yup i have a similar problem when players have unlocked the whole wheel, when the server starts:

image

@luancolombo
Copy link
Contributor

is anyone having this issue? is from player_wheel.cpp i think. unlock whole wheel of destiny and check.

yup i have a similar problem when players have unlocked the whole wheel, when the server starts:

image

I have the same problem

@dudantas
Copy link
Contributor

dudantas commented Nov 9, 2023

Post the entire distro log so I can see where this happens... It looks like it's trying to load player information offline, I don't think this causes any bugs. Were you able to identify any bugs caused by the log?

@luancolombo
Copy link
Contributor

Post the entire distro log so I can see where this happens... It looks like it's trying to load player information offline, I don't think this causes any bugs. Were you able to identify any bugs caused by the log?

2023-11-04 09-05-34.log

@dudantas
Copy link
Contributor

dudantas commented Nov 9, 2023

Post the entire distro log so I can see where this happens... It looks like it's trying to load player information offline, I don't think this causes any bugs. Were you able to identify any bugs caused by the log?

2023-11-04 09-05-34.log

image

It is being loaded during the distro loading before the players even log in... Some function is trying to load some information about the player, and this causes the error (since he is not online). It shouldn't cause any problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: High Represent a high impact in key areas of the base/user experience Status: Pending Test This PR or Issue requires more testing Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants