X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 87464385801C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1700790652; bh=lYh80HJ0ldWat4BnvOwvwjYLp0gxuAkJbYiXqtrZ8eY=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=AWGUzhN4Cd/n1Ojl34fh0KWFgKLLHoGL+AhiIzbltFscszwDsIPfo7MtXw/DuFmwk vRFhvdBaGd1shoZ0+tTL4LGQw8YIxXJltn2299FRocIasu6m2LgXzGMq9Ucp7Eu+Gx DFP7hEr0m8oDzdjE3aBoWg4PwIpZGY1p36j+m1AE= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6D0503858D3C ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 6D0503858D3C ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700790615; cv=none; b=rykd8gU8GWdJtssRLwuQMYcomxqPEjL/VHIk6+o0aWN4ncXGu8C+xBKF6hlDse9nJ2R1OrL5zgy8am+MY3vNbccF2kRkVlfID6au2k5JANc4MjP5TBibfAOiy2/0GEDnSmWP6+m48JFbCFUmJB3r9+X+IXQuPymku7bu4ZN7FMU= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700790615; c=relaxed/simple; bh=HQ+vM8K3nnhK7ha74w2H782RIAqvQ1n/vZMR8Y64i+Y=; h=Subject:To:From:Message-ID:Date:MIME-Version; b=YeCZDt3aOpB7TtmTWgurUpYlzlFsr5BGKSYtCaMzLJJv35CY11AfcaVJur9w+ADEWWKZVwl4tQZ3VGcH6OqDg2xHWqixfF633luib6SbMl4rLWVZZnQHxJKklNoXiO9oIQ/O1DfBlBXj865wzRVHmm/9p6gQTzFEqel88ebgUjo= ARC-Authentication-Results: i=1; server2.sourceware.org Subject: Re: inkscape installed but does nothing. To: Cygwin References: <2032069619 DOT 3870454 DOT 1700713626880 DOT ref AT mail DOT yahoo DOT com> <2032069619 DOT 3870454 DOT 1700713626880 AT mail DOT yahoo DOT com> <351a8397-5a21-4abf-8cfd-f76ba6a7f072 AT gmail DOT com> Message-ID: Date: Thu, 23 Nov 2023 17:50:02 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.4 MIME-Version: 1.0 In-Reply-To: <351a8397-5a21-4abf-8cfd-f76ba6a7f072@gmail.com> X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Mark Geisert via Cygwin Reply-To: Mark Geisert Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 3AO1ormi024670 FWIW I can reproduce the issue. See below... René Berber via Cygwin wrote: > On 11/22/2023 10:27 PM, J.F. Huesman via Cygwin wrote: > >> (I tried to reply to this message twice and got mailer-daemon failure >> notices both times. My apologies if this is a duplicate message.) Yes, they are >> installed. which xwin xinit/usr/bin/xwin/usr/bin/xinit >> >> When I try to run inkscape, I don't get any errors and there were no >> messages about missing programs or dependencies when I ran the >> installer. I'm not trying to start a GUI. I have a script that I used >> to batch convert svg images in a folder to png. When that script >> wouldn't work (I've used it on other machines, including this one >> years ago using 32-bit cygwin instead of 64-bit that I'm using now) I >> started trying to invoke it from the command line, and that's when I >> discovered it's not doing anything. If I start Cygwin64 WindowMaker >> and type "inkscape" into the right-click run dialogue, I get a popup >> window, ErrorCould not execute command: inkscape > > OK, then start from the basics: > > $ ldd $(which inkscape) > > Look at the output.  Is any dll shown as missing? > > In the answer is no, then next check your anti-virus.  Is it blocking the program? > Is it injecting a dll? > > Another set of tests would be, is the program installed correctly? i.e. is it > executable? Is not corrupt? A bit more difficult: is it loading libraries into > valid space (non colliding, in available memory). I installed inkscape and tried running the .exe. It returns to shell prompt but its exit code is 127, indicating a problem starting the process up. ldd doesn't show anything amiss; as an aside that's an unusually long list of DLLs. I ran 'strace -o inkscape.out inkscape -V' and looked at the traced output. It ends with: --- Process 11940 (pid: 11940), exception c0000139 at 00007ffaecf324f6 --- Process 11940 (pid: 11940) thread 1172 exited with status 0xc0000139 --- Process 11940 (pid: 11940) thread 1888 exited with status 0xc0000139 --- Process 11940 (pid: 11940) thread 5544 exited with status 0xc0000139 --- Process 11940 (pid: 11940) exited with status 0xc0000139 I grep'd /usr/include/w32api/ntstatus.h for that status and got: #define STATUS_ENTRYPOINT_NOT_FOUND ((NTSTATUS)0xC0000139) I then tried running inkscape.exe from a Command Prompt window and got a popup: "The procedure entry point g_cclosure_marshal_VOID__BOOLEAN could not be located in the dynamic link library C:\cygwin64\bin\inkscape.exe." Why this happens, I leave to somebody experienced with building inkscape itself. HTH, ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple