Member Site Forums Rosetta 3 Rosetta 3 – Build/Install excecutable files don’t work — Rosetta3.2 on WindowsXP Reply To: excecutable files don’t work — Rosetta3.2 on WindowsXP

#5038
Anonymous

    Sounds like it’s not compiling correctly; probably all the executeables are compiled incorrectly.

    Try a different executeable (score or fixbb) – do they also fail immediately? Try running the executeable with no options or arguments – does that fail? If so, it’s a compiling issue.

    You could *try* compiling the debug executeable (mode=debug on the scons command line) and running this in a debugger to try to catch the segfault; but I suspect it’s immediate or even before Rosetta proper starts in the C++ preinitialization, so this won’t be useful.

    Unfortunately the simple fact that it fails to run is insufficient information to figure out how to fix it. I’m no expert on Windows compiling as it is (I’ve never done it; someone in my lab has tried but I don’t think he’s managed it yet).