-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Reimplemented CrashRpt #1248
Reimplemented CrashRpt #1248
Conversation
💯 I took a quick look at the crashfix installation you did. Login page looks OK, except the homepage (click the logo) yields HTTP 500 for some reason: http://crashfix.rigsofrods.org/index.php - at least for me at work (Win7 Pro SP1, x64, Firefox 40.0.2) TODO: Port the "policy" wikipage to new docs and fix the http://wiki.rigsofrods.com/pages/Crash_Report_Privacy_Policy link. Please make a CrashFix account for me and give me a day to test everything out. |
Done: RigsOfRods/docs.rigsofrods.org#7
And done 😃 |
Build issue: CrashRpt CMakeLists.txt seems to be hardcoded to generate lib/dll names with version included:
For me, this yielded CrashRpt1403.lib/exp/dll, but RoR's CMake is looking for CrashRpt.lib/dll. Did you observe the same issue? How did you solve it? EDIT: CrashRpt requires "CrashSender{VER}.exe" to be present in RoR directory. Our Cmakescripts should pul it from dependencies/CrashRpt/bin, but there's no such logic. I added the EXE manually. EDIT2: same thing with crashrpt_lang.ini |
You only have to rename
There is, but the path is |
I downloaded the AppVeyor dep-pack from dl.rigsofrods.org and figured that out. And yes, the path is incorrect, it was just an illustration. One thing still puzzles me - the dep-pack has libs under EDIT: Does CrashRpt require a RelWithDebInfo build, or does it work with Release build? |
Quote the OS-X compile wiki page
And because of that, it is useful to have a crash reporter because there are allot of things that can go wrong.
It can also help in fixing hard to reproduce crashes such as #1241