You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was made aware of this problem after @mrgriffin explained that at one point the error handling had worked fine for this file.
Basically, whenever a mistake is made in src/data/trainers.party, the resulting error when building will say that there's a problem on line X in src/data/trainers.party, when in reality there's a problem on line X in src/data/trainers.h leading to ghosthunting in src/data/trainers.party for an error that in that file is on a completely different line.
The actual problem in the case of the example image above was on line 14898 and not 14833. It was only on line 14833 in the generated src/data/trainers.h.
To reproduce:
Just make a mistake in src/data/trainers.party.
@mrgriffin Suggests that a possible solution to the issue would be to remove the comments at the top of src/data/trainers.party.
Version
1.9.0 (Latest release)
Upcoming/master Version
No response
Discord contact info
sarnnn
The text was updated successfully, but these errors were encountered:
Description
I was made aware of this problem after @mrgriffin explained that at one point the error handling had worked fine for this file.
Basically, whenever a mistake is made in
src/data/trainers.party
, the resulting error when building will say that there's a problem on line X insrc/data/trainers.party
, when in reality there's a problem on line X insrc/data/trainers.h
leading to ghosthunting insrc/data/trainers.party
for an error that in that file is on a completely different line.The actual problem in the case of the example image above was on line 14898 and not 14833. It was only on line 14833 in the generated
src/data/trainers.h
.To reproduce:
Just make a mistake in
src/data/trainers.party
.@mrgriffin Suggests that a possible solution to the issue would be to remove the comments at the top of
src/data/trainers.party
.Version
1.9.0 (Latest release)
Upcoming/master Version
No response
Discord contact info
sarnnn
The text was updated successfully, but these errors were encountered: