ryzom / ryzomcore

Ryzom Core is the open-source project related to the Ryzom game. This community repository is synchronized with the Ryzom Forge repository, based on the Core branch.
https://wiki.ryzom.dev
GNU Affero General Public License v3.0
330 stars 89 forks source link

Crash with r2_entry_points.txt does not exist #202

Closed ryzom-pipeline closed 9 years ago

ryzom-pipeline commented 9 years ago

Original report by Tierry Anthony (Bitbucket: Tissiwau, ).


From the changeset 5541, which I pulled today from the compatibility branch and subsequent changsets, it seems that the changes to source file ryzom/code/ryzom/common/src/game_share/scenario_entry_points.cpp contains an absolute file name of r2_entry_points.txt, which does not exist in any code I currently have available. This was modified from a previous variable pointer. If this new file is now required, where should it be located and what are it's contents?

ryzom-pipeline commented 9 years ago

Original comment by Jan Boon (Bitbucket: [Jan Boon](https://bitbucket.org/Jan Boon), ).


It's not required by ryzom_live, make an empty txt file. I'll fix it.

ryzom-pipeline commented 9 years ago

Original comment by Jan Boon (Bitbucket: [Jan Boon](https://bitbucket.org/Jan Boon), ).


File name, fix #202

ryzom-pipeline commented 9 years ago

Original comment by Stefano Incontri (Bitbucket: stefano_incontri, ).


Great, thanks guys this solves the problem.