all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Unable to run 64-bit GNU Emacs 25.3 on Windows 7 Professional Service Pack 1
@ 2017-09-18 16:45 Kraai, Matthew
       [not found] ` <CAEv6BK2Z5SW3o0fyUrWscNzO905dPRpf+24SMNf+LQt3RYapOw@mail.gmail.com>
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Kraai, Matthew @ 2017-09-18 16:45 UTC (permalink / raw)
  To: help-gnu-emacs@gnu.org

Hi,

After unpacking https://ftp.gnu.org/gnu/emacs/windows/emacs-25.3-x86_64.zip using Info-ZIP's UnZip 6.00 on a system running Windows 7 Professional Service Pack 1, nothing happens when I run runemacs.exe.  I've tried running it from Windows Explorer, a Command Prompt window, and a Git Bash window.  I've checked the signature of the .ZIP file using the key whose fingerprint is 8493 0FFB 79B6 45F7 DEA2  9AD0 AC6D D3FF D1D0 46BD.

When I perform the same steps using either https://ftp.gnu.org/gnu/emacs/windows/emacs-25.2-x86_64.zip or https://ftp.gnu.org/gnu/emacs/windows/emacs-25.3-i686.zip, Emacs starts successfully.

Matt



^ permalink raw reply	[flat|nested] 10+ messages in thread

* RE: Unable to run 64-bit GNU Emacs 25.3 on Windows 7 Professional Service Pack 1
       [not found] ` <CAEv6BK2Z5SW3o0fyUrWscNzO905dPRpf+24SMNf+LQt3RYapOw@mail.gmail.com>
@ 2017-09-19 14:55   ` Kraai, Matthew
  2017-09-19 15:18     ` Eli Zaretskii
  0 siblings, 1 reply; 10+ messages in thread
From: Kraai, Matthew @ 2017-09-19 14:55 UTC (permalink / raw)
  To: 张鸥, help-gnu-emacs@gnu.org

Hi,

According to the documentation for ScriptFreeCache at https://msdn.microsoft.com/en-us/library/windows/desktop/dd319121(v=vs.85).aspx,

> To maintain the ability to run on Windows 7, a module that uses Uniscribe must specify Usp10.lib before gdi32.lib in its library list.

configure.ac appears to pass -lgdi32 before -lusp10.  Maybe this is the cause of the problem?

-- 
Matt

From: 张鸥 [mailto:seagle0128@gmail.com] 
Sent: Monday, September 18, 2017 11:36 PM
To: Kraai, Matthew
Subject: Re: Unable to run 64-bit GNU Emacs 25.3 on Windows 7 Professional Service Pack 1

I am also unable to run 64-bit ENU Emacs 25.3. I got this error message:

"The procedure entry point ScriptFreeCache could not be located in the dynamic link library GDI32.dll".

On Tue, Sep 19, 2017 at 12:45 AM, Kraai, Matthew <Matt.Kraai@abbott.com> wrote:
Hi,

After unpacking https://ftp.gnu.org/gnu/emacs/windows/emacs-25.3-x86_64.zip using Info-ZIP's UnZip 6.00 on a system running Windows 7 Professional Service Pack 1, nothing happens when I run runemacs.exe.  I've tried running it from Windows Explorer, a Command Prompt window, and a Git Bash window.  I've checked the signature of the .ZIP file using the key whose fingerprint is 8493 0FFB 79B6 45F7 DEA2  9AD0 AC6D D3FF D1D0 46BD.

When I perform the same steps using either https://ftp.gnu.org/gnu/emacs/windows/emacs-25.2-x86_64.zip or https://ftp.gnu.org/gnu/emacs/windows/emacs-25.3-i686.zip, Emacs starts successfully.

Matt




-- 
Thanks & Regards
Vincent Zhang

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Unable to run 64-bit GNU Emacs 25.3 on Windows 7 Professional Service Pack 1
  2017-09-18 16:45 Unable to run 64-bit GNU Emacs 25.3 on Windows 7 Professional Service Pack 1 Kraai, Matthew
       [not found] ` <CAEv6BK2Z5SW3o0fyUrWscNzO905dPRpf+24SMNf+LQt3RYapOw@mail.gmail.com>
@ 2017-09-19 15:07 ` Phillip Lord
  2017-09-19 15:37   ` Kraai, Matthew
  2017-09-19 15:47 ` Eli Zaretskii
  2 siblings, 1 reply; 10+ messages in thread
From: Phillip Lord @ 2017-09-19 15:07 UTC (permalink / raw)
  To: Kraai, Matthew; +Cc: help-gnu-emacs@gnu.org


Is this on a single machine, or more than one?

Presumably, it's a 64 bit machine?


On Mon, September 18, 2017 4:45 pm, Kraai, Matthew wrote:
> After unpacking
> https://ftp.gnu.org/gnu/emacs/windows/emacs-25.3-x86_64.zip using
> Info-ZIP's UnZip 6.00 on a system running Windows 7 Professional Service
> Pack 1, nothing happens when I run runemacs.exe.  I've tried running it
> from Windows Explorer, a Command Prompt window, and a Git Bash window.
> I've checked the signature of the .ZIP file using the key whose
> fingerprint is 8493 0FFB 79B6 45F7 DEA2  9AD0 AC6D D3FF D1D0 46BD.
>
> When I perform the same steps using either
> https://ftp.gnu.org/gnu/emacs/windows/emacs-25.2-x86_64.zip or
> https://ftp.gnu.org/gnu/emacs/windows/emacs-25.3-i686.zip, Emacs starts
> successfully.
>
> Matt
>
>
>





^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Unable to run 64-bit GNU Emacs 25.3 on Windows 7 Professional Service Pack 1
  2017-09-19 14:55   ` Kraai, Matthew
@ 2017-09-19 15:18     ` Eli Zaretskii
  0 siblings, 0 replies; 10+ messages in thread
From: Eli Zaretskii @ 2017-09-19 15:18 UTC (permalink / raw)
  To: help-gnu-emacs

> From: "Kraai, Matthew" <Matt.Kraai@abbott.com>
> Date: Tue, 19 Sep 2017 14:55:43 +0000
> 
> According to the documentation for ScriptFreeCache at https://msdn.microsoft.com/en-us/library/windows/desktop/dd319121(v=vs.85).aspx,
> 
> > To maintain the ability to run on Windows 7, a module that uses Uniscribe must specify Usp10.lib before gdi32.lib in its library list.
> 
> configure.ac appears to pass -lgdi32 before -lusp10.  Maybe this is the cause of the problem?

Unlikely, since the binary of the previous version, 25.2, which does
work for the OP, was produced using the same link command.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* RE: Unable to run 64-bit GNU Emacs 25.3 on Windows 7 Professional Service Pack 1
  2017-09-19 15:07 ` Phillip Lord
@ 2017-09-19 15:37   ` Kraai, Matthew
  0 siblings, 0 replies; 10+ messages in thread
From: Kraai, Matthew @ 2017-09-19 15:37 UTC (permalink / raw)
  To: Phillip Lord; +Cc: help-gnu-emacs@gnu.org

Hi,

The problem also occurs on a 64-bit system running Windows 7 Enterprise Service Pack 1.

The original machine is a 64-bit machine.

-----Original Message-----
From: Phillip Lord [mailto:phillip.lord@russet.org.uk] 
Sent: Tuesday, September 19, 2017 8:08 AM
To: Kraai, Matthew
Cc: help-gnu-emacs@gnu.org
Subject: Re: Unable to run 64-bit GNU Emacs 25.3 on Windows 7 Professional Service Pack 1


Is this on a single machine, or more than one?

Presumably, it's a 64 bit machine?


On Mon, September 18, 2017 4:45 pm, Kraai, Matthew wrote:
> After unpacking
> https://ftp.gnu.org/gnu/emacs/windows/emacs-25.3-x86_64.zip using
> Info-ZIP's UnZip 6.00 on a system running Windows 7 Professional Service
> Pack 1, nothing happens when I run runemacs.exe.  I've tried running it
> from Windows Explorer, a Command Prompt window, and a Git Bash window.
> I've checked the signature of the .ZIP file using the key whose
> fingerprint is 8493 0FFB 79B6 45F7 DEA2  9AD0 AC6D D3FF D1D0 46BD.
>
> When I perform the same steps using either
> https://ftp.gnu.org/gnu/emacs/windows/emacs-25.2-x86_64.zip or
> https://ftp.gnu.org/gnu/emacs/windows/emacs-25.3-i686.zip, Emacs starts
> successfully.
>
> Matt
>
>
>



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Unable to run 64-bit GNU Emacs 25.3 on Windows 7 Professional Service Pack 1
  2017-09-18 16:45 Unable to run 64-bit GNU Emacs 25.3 on Windows 7 Professional Service Pack 1 Kraai, Matthew
       [not found] ` <CAEv6BK2Z5SW3o0fyUrWscNzO905dPRpf+24SMNf+LQt3RYapOw@mail.gmail.com>
  2017-09-19 15:07 ` Phillip Lord
@ 2017-09-19 15:47 ` Eli Zaretskii
       [not found]   ` <CAEv6BK3zK39QfxJK3sDR383Perpds6vBEdt0rtshGWD68=K8sw@mail.gmail.com>
  2017-09-20 19:27   ` Richard Copley
  2 siblings, 2 replies; 10+ messages in thread
From: Eli Zaretskii @ 2017-09-19 15:47 UTC (permalink / raw)
  To: help-gnu-emacs

> From: "Kraai, Matthew" <Matt.Kraai@abbott.com>
> Date: Mon, 18 Sep 2017 16:45:57 +0000
> 
> After unpacking https://ftp.gnu.org/gnu/emacs/windows/emacs-25.3-x86_64.zip using Info-ZIP's UnZip 6.00 on a system running Windows 7 Professional Service Pack 1, nothing happens when I run runemacs.exe.  I've tried running it from Windows Explorer, a Command Prompt window, and a Git Bash window.  I've checked the signature of the .ZIP file using the key whose fingerprint is 8493 0FFB 79B6 45F7 DEA2  9AD0 AC6D D3FF D1D0 46BD.
> 
> When I perform the same steps using either https://ftp.gnu.org/gnu/emacs/windows/emacs-25.2-x86_64.zip or https://ftp.gnu.org/gnu/emacs/windows/emacs-25.3-i686.zip, Emacs starts successfully.

Please report this as a bug, this list is not exactly optimal to
discuss such problems.

But as long as I have your attention: does the Windows Event Viewer
show something about the problem under Applications?



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Unable to run 64-bit GNU Emacs 25.3 on Windows 7 Professional Service Pack 1
       [not found]     ` <CAEv6BK25KdAmFd+4+AMds3sTFA4nvn5+ZieOHyft360KJRgtOg@mail.gmail.com>
@ 2017-09-20  6:16       ` Eli Zaretskii
  2017-09-20 13:48         ` 张鸥
  2017-09-21 20:21         ` Phillip Lord
  0 siblings, 2 replies; 10+ messages in thread
From: Eli Zaretskii @ 2017-09-20  6:16 UTC (permalink / raw)
  To: help-gnu-emacs

> From: 张鸥 <seagle0128@gmail.com>
> Date: Wed, 20 Sep 2017 11:55:27 +0800
> 
> I think Matt may find the root cause per https://msdn.microsoft.com/en-us/library/windows/desktop/dd319121
> (v=vs.85).aspx.
> > Important Starting with Windows 8: To maintain the ability to run on Windows 7, a module that uses
> Uniscribe must specify Usp10.lib before gdi32.lib in its library list.
> 
> BTW, I am able to run Emacs 25.3 on Windows 10, while unable on Windows 7 (any edition).

That would mean Emacs 25.3 binaries were produced with a version of
MinGW different from that of 25.2.  Is that true?



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Unable to run 64-bit GNU Emacs 25.3 on Windows 7 Professional Service Pack 1
  2017-09-20  6:16       ` Eli Zaretskii
@ 2017-09-20 13:48         ` 张鸥
  2017-09-21 20:21         ` Phillip Lord
  1 sibling, 0 replies; 10+ messages in thread
From: 张鸥 @ 2017-09-20 13:48 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: help-gnu-emacs

I think so. At least there are some differences.

Thanks & Regards
Vincent Zhang

On Wed, Sep 20, 2017 at 2:16 PM, Eli Zaretskii <eliz@gnu.org> wrote:

> > From: 张鸥 <seagle0128@gmail.com>
> > Date: Wed, 20 Sep 2017 11:55:27 +0800
> >
> > I think Matt may find the root cause per https://msdn.microsoft.com/en-
> us/library/windows/desktop/dd319121
> > (v=vs.85).aspx.
> > > Important Starting with Windows 8: To maintain the ability to run on
> Windows 7, a module that uses
> > Uniscribe must specify Usp10.lib before gdi32.lib in its library list.
> >
> > BTW, I am able to run Emacs 25.3 on Windows 10, while unable on Windows
> 7 (any edition).
>
> That would mean Emacs 25.3 binaries were produced with a version of
> MinGW different from that of 25.2.  Is that true?
>
>


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Unable to run 64-bit GNU Emacs 25.3 on Windows 7 Professional Service Pack 1
  2017-09-19 15:47 ` Eli Zaretskii
       [not found]   ` <CAEv6BK3zK39QfxJK3sDR383Perpds6vBEdt0rtshGWD68=K8sw@mail.gmail.com>
@ 2017-09-20 19:27   ` Richard Copley
  1 sibling, 0 replies; 10+ messages in thread
From: Richard Copley @ 2017-09-20 19:27 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: help-gnu-emacs@gnu.org

On 19 September 2017 at 16:47, Eli Zaretskii <eliz@gnu.org> wrote:
>> From: "Kraai, Matthew" <Matt.Kraai@abbott.com>
>> Date: Mon, 18 Sep 2017 16:45:57 +0000
>>
>> After unpacking https://ftp.gnu.org/gnu/emacs/windows/emacs-25.3-x86_64.zip using Info-ZIP's UnZip 6.00 on a system running Windows 7 Professional Service Pack 1, nothing happens when I run runemacs.exe.  I've tried running it from Windows Explorer, a Command Prompt window, and a Git Bash window.  I've checked the signature of the .ZIP file using the key whose fingerprint is 8493 0FFB 79B6 45F7 DEA2  9AD0 AC6D D3FF D1D0 46BD.
>>
>> When I perform the same steps using either https://ftp.gnu.org/gnu/emacs/windows/emacs-25.2-x86_64.zip or https://ftp.gnu.org/gnu/emacs/windows/emacs-25.3-i686.zip, Emacs starts successfully.
>
> Please report this as a bug, this list is not exactly optimal to
> discuss such problems.

Isn't it <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28493>?



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Unable to run 64-bit GNU Emacs 25.3 on Windows 7 Professional Service Pack 1
  2017-09-20  6:16       ` Eli Zaretskii
  2017-09-20 13:48         ` 张鸥
@ 2017-09-21 20:21         ` Phillip Lord
  1 sibling, 0 replies; 10+ messages in thread
From: Phillip Lord @ 2017-09-21 20:21 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: help-gnu-emacs

Eli Zaretskii <eliz@gnu.org> writes:

>> From: 张鸥 <seagle0128@gmail.com>
>> Date: Wed, 20 Sep 2017 11:55:27 +0800
>> 
>> I think Matt may find the root cause per
>> https://msdn.microsoft.com/en-us/library/windows/desktop/dd319121
>> (v=vs.85).aspx.
>> > Important Starting with Windows 8: To maintain the ability to run
>> on Windows 7, a module that uses
>> Uniscribe must specify Usp10.lib before gdi32.lib in its library list.
>> 
>> BTW, I am able to run Emacs 25.3 on Windows 10, while unable on Windows 7 (any edition).
>
> That would mean Emacs 25.3 binaries were produced with a version of
> MinGW different from that of 25.2.  Is that true?


Not sure I replied. Yes, it is true. I update msys2 between builds.

Phil



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-09-21 20:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-18 16:45 Unable to run 64-bit GNU Emacs 25.3 on Windows 7 Professional Service Pack 1 Kraai, Matthew
     [not found] ` <CAEv6BK2Z5SW3o0fyUrWscNzO905dPRpf+24SMNf+LQt3RYapOw@mail.gmail.com>
2017-09-19 14:55   ` Kraai, Matthew
2017-09-19 15:18     ` Eli Zaretskii
2017-09-19 15:07 ` Phillip Lord
2017-09-19 15:37   ` Kraai, Matthew
2017-09-19 15:47 ` Eli Zaretskii
     [not found]   ` <CAEv6BK3zK39QfxJK3sDR383Perpds6vBEdt0rtshGWD68=K8sw@mail.gmail.com>
     [not found]     ` <CAEv6BK25KdAmFd+4+AMds3sTFA4nvn5+ZieOHyft360KJRgtOg@mail.gmail.com>
2017-09-20  6:16       ` Eli Zaretskii
2017-09-20 13:48         ` 张鸥
2017-09-21 20:21         ` Phillip Lord
2017-09-20 19:27   ` Richard Copley

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.