X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:reply-to:to:message-id :in-reply-to:references:subject:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=r13MlT1BGPPM41T2 a2ScvDCzei6sMd6tJx7nk0aCooz3OtcNMdb6I/FGHC4QrC8Q8EhcR8VqJQOWrbHd g7dX/DuKX6SPzjjZUyiQzlFRg6d0U8JByWCrWsPbzb0P78EmjAwx+MarlQgjMZdY eXA0m/N6iyc8uPZGEshp+ic9Hrs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:reply-to:to:message-id :in-reply-to:references:subject:mime-version:content-type :content-transfer-encoding; s=default; bh=eiAilvHRaIV0yZ7koeRy9o KNg3A=; b=r4pj6o1jVYDhByNEGlulQ2o5908JoFhqDFBwBhla9/f1x66Me5SIt6 k+OWe5zvajKNHEECCbg3b9Oo3vbxntYWtfHh9ATrqqO4yUMqrLfImBr2AT4Czvtm 6l09ivTo1hGG9Jif4YFaEjNvcP8KgjiReGeFKsiLtP6q+zuTdwAEQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=1.9 required=5.0 tests=BAYES_50,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,URI_HEX autolearn=no version=3.3.2 spammy=H*UA:AppleWebKit, H*UA:KHTML, H*UA:Safari, H*F:D*yahoo.com X-HELO: sonic313-10.consmr.mail.ne1.yahoo.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1539441782; bh=YSSNxuEFZ9mHlHkzYatOEHnm3QA0G+tB7eAa3cccN0Y=; h=Date:From:Reply-To:To:In-Reply-To:References:Subject:From:Subject; b=Lh4+/oAF7hrbCfmI9Nt6TDwhToYNx+VTPgScxvwcxT8gwTCnRj7QgOg77e34yppNVQ9VystqwLR80E1xWCJWwBtMC6HvaV/yCg6FY9k5JMeux3uAeIQLuY0hS1lJATwlnT/bxO2o1NWHiYA3Rf/GZbQUNd4m/6KVIW8yKHegBTBBfhKTkxt69lUSUqJnoMZD7FV4c0FxKrO4mNar5CBENY4j/wdXK9VFE2uPqJnjlCgRvRvwIkDMdNqJPteiLaQ5x7BLoSnwn2Ffy2UPe/IUutgGbTyAgp1zG8RU4oEoE5URlnbA9L7v1c40eHu3RyJmQhy5lgmMk7sLnnerjVYL4g== Date: Sat, 13 Oct 2018 14:43:02 +0000 (UTC) From: "Donald Krieger via cygwin" Reply-To: Donald Krieger Reply-To: Donald Krieger To: KA G , "cygwin AT cygwin DOT com" Message-ID: <1647018062.587565.1539441782050@mail.yahoo.com> In-Reply-To: References: Subject: Re: Invalid relocation. Offset 0x7ffb9097714 at address 0x100402ed8 doesn't fit into 32 bits MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w9DEhG2Q003885 I see the same error on my version of cygwin.$ uname -aCYGWIN_NT-10.0 DESKTOP-S92525R 2.10.0(0.325/5/3) 2018-02-02 15:16 x86_64 Cygwin I wonder if this is a 64-bit application trying to run in a 32-bit address space? $ file /usr/bin/outguess.exe/usr/bin/outguess.exe: PE32+ executable (console) x86-64, for MS Windows  Don From: KA G To: cygwin AT cygwin DOT com Sent: Saturday, October 13, 2018 6:17 AM Subject: Invalid relocation. Offset 0x7ffb9097714 at address 0x100402ed8 doesn't fit into 32 bits I get this error when trying to run outguess. Invalid relocation.  Offset 0x7ffb9097714 at address 0x100402ed8 doesn't fit into 32 bits. I installed it through the set up provided. The program appears on the bin folder of outguess and also C:\cygwin64\usr\src. The files that are found on C:\cygwin64\usr\src are: outguess-0.2 tar.gz outguess-0.2-1.sh outguess-0.2-1.sh.sig outguess-0.2-1-cygwin.patch outguess-0.2-1-cygwin.patch.sig. I also have set the path as well. I did see a method that involved rebasing the cygXt-6.dll however I was nogt able to locate it. http://cygwin.1069669.n5.nabble.com/Invalid-relocation-for-xpdf-td126316.html > Could you please help? I'd like to add that the account that is being used to try and run outguess is not the administrator account however I do have access to the password of the administrator Thank you -- Problem reports:      http://cygwin.com/problems.html FAQ:                  http://cygwin.com/faq/ Documentation:        http://cygwin.com/docs.html Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple