Re: 2.069.0 Installation problem with .exe for Windows

2015-11-11 Thread wobbles via Digitalmars-d-announce

On Wednesday, 11 November 2015 at 08:41:41 UTC, Mike James wrote:
On Wednesday, 11 November 2015 at 03:13:18 UTC, Martin Nowak 
wrote:

On Tuesday, 10 November 2015 at 14:17:28 UTC, Mike James wrote:

The x64 sub-directory does not exist on my system.


We found the bug and I build a new installer with the fix.
https://dlang.dawg.eu/downloads/dmd.2.069.0~fix15824/
As soon as someone confirms the fix, we'll make a new point 
release.


Hi Martin,

I can confirm it installs correctly on:

Windows 10 64-bit.
Windows Vista 32-bit.
Windows 7 64-bit.

Thanks.

Regards,

-=mike=-


I also tried on Windows 8.1 64-bit. To test, I installed it over 
DMD 2.067 and 2.068, both were successful.


Re: 2.069.0 Installation problem with .exe for Windows

2015-11-11 Thread Mike James via Digitalmars-d-announce
On Wednesday, 11 November 2015 at 03:13:18 UTC, Martin Nowak 
wrote:

On Tuesday, 10 November 2015 at 14:17:28 UTC, Mike James wrote:

The x64 sub-directory does not exist on my system.


We found the bug and I build a new installer with the fix.
https://dlang.dawg.eu/downloads/dmd.2.069.0~fix15824/
As soon as someone confirms the fix, we'll make a new point 
release.


Hi Martin,

I can confirm it installs correctly on:

Windows 10 64-bit.
Windows Vista 32-bit.
Windows 7 64-bit.

Thanks.

Regards,

-=mike=-


Re: 2.069.0 Installation problem with .exe for Windows

2015-11-11 Thread Martin Nowak via Digitalmars-d-announce
On 11/11/2015 11:22 AM, wobbles wrote:
> I also tried on Windows 8.1 64-bit. To test, I installed it over DMD
> 2.067 and 2.068, both were successful.

Now released, http://forum.dlang.org/post/n1vatr$1106$1...@digitalmars.com.



Re: 2.069.0 Installation problem with .exe for Windows

2015-11-10 Thread Mike James via Digitalmars-d-announce

On Monday, 9 November 2015 at 13:44:59 UTC, Martin Nowak wrote:

On 11/09/2015 09:46 AM, Mike James wrote:


Hi Martin,

I've tried the new install with Windows Vista and Windows 7 
and the problem is the same as before.


Regards,
-=mike=-


Can you try again, I updated the installer and tried to revert 
the other part of the change (though I don't see why that would 
fix the problem). More details would help a lot at this point, 
e.g. what windows are open (also look whether the uninstaller 
hides any window) and what files are left in the install dir 
(C:\D by default) while the installation hangs.


And let's please continue this in Bugzilla. 
https://issues.dlang.org/show_bug.cgi?id=15284


Hi Martin,

I've not got a login for the bug tracking so here is part of the 
log file...


Call: 2674
Jump: 2691
Jump: 2708
Check previous dmd installation
Check dmd already installed
Remove dmd already installed
MessageBox: 33,"DMD v2.068.2 is installed on your system

Press 'OK' to replace by DMD 2.069.0"
Call: 2734
Jump: 2756
Exec: command="C:\D\uninstall.exe /IC False _?=C:\D"
Exec: success ("C:\D\uninstall.exe /IC False _?=C:\D")
Exec: command="C:\D\uninstall.exe /IC False /S"
Exec: success ("C:\D\uninstall.exe /IC False /S")
Uninstall done
DetectVSAndSDK
Call: 2564
Read VisualStudio\*\Setup\VC
detect ucrt
detect KitsRoot*
IfFileExists: file "C:\Program Files\Microsoft 
SDKs\Windows\v7.0A\Lib\x64\kernel32.lib" does not exist, jumping 0
IfFileExists: file "C:\Program Files\Microsoft 
SDKs\Windows\v6.0A\Lib\x64\kernel32.lib" does not exist, jumping 0

detect KitsRoot*
IfFileExists: file "C:\Program Files\Microsoft 
SDKs\Windows\v7.0A\Lib\x64\kernel32.lib" does not exist, jumping 0
IfFileExists: file "C:\Program Files\Microsoft 
SDKs\Windows\v6.0A\Lib\x64\kernel32.lib" does not exist, jumping 0

detect KitsRoot*

with the last 2 lines repeating...

The x64 sub-directory does not exist on my system.

Hope this helps.

Regards,
-=mike=-



Re: 2.069.0 Installation problem with .exe for Windows

2015-11-10 Thread Martin Nowak via Digitalmars-d-announce

On Tuesday, 10 November 2015 at 14:17:28 UTC, Mike James wrote:

The x64 sub-directory does not exist on my system.


We found the bug and I build a new installer with the fix.
https://dlang.dawg.eu/downloads/dmd.2.069.0~fix15824/
As soon as someone confirms the fix, we'll make a new point 
release.


Re: 2.069.0 Installation problem with .exe for Windows

2015-11-09 Thread Martin Nowak via Digitalmars-d-announce
On 11/09/2015 09:46 AM, Mike James wrote:
> 
> Hi Martin,
> 
> I've tried the new install with Windows Vista and Windows 7 and the
> problem is the same as before.
> 
> Regards,
> -=mike=-

Can you try again, I updated the installer and tried to revert the other
part of the change (though I don't see why that would fix the problem).
More details would help a lot at this point, e.g. what windows are open
(also look whether the uninstaller hides any window) and what files are
left in the install dir (C:\D by default) while the installation hangs.

And let's please continue this in Bugzilla.
https://issues.dlang.org/show_bug.cgi?id=15284



Re: 2.069.0 Installation problem with .exe for Windows

2015-11-09 Thread Mike James via Digitalmars-d-announce

On Sunday, 8 November 2015 at 23:33:31 UTC, Martin Nowak wrote:

On 11/04/2015 10:05 AM, Mike James wrote:

Copied here for extra visibility...

Hi.

There seems to be an install problem with the .exe version for 
Windows. The installer removes the old DMD then doesn't 
install the 2.069.0 version. In the task manager it's still 
running at 50% CPU time. It fails on Windows Vista and Windows 
7.


Could some try and verify that this installer fixes the issue. 
I wasn't able to reproduce the issue myself. 
https://dlang.dawg.eu/downloads/dmd.2.069.0~fix15824/


Hi Martin,

I've tried the new install with Windows Vista and Windows 7 and 
the problem is the same as before.


Regards,
-=mike=-


Re: 2.069.0 Installation problem with .exe for Windows

2015-11-08 Thread Martin Nowak via Digitalmars-d-announce
On 11/04/2015 10:05 AM, Mike James wrote:
> Copied here for extra visibility...
> 
> Hi.
> 
> There seems to be an install problem with the .exe version for
> Windows. The installer removes the old DMD then doesn't install
> the 2.069.0 version. In the task manager it's still running at
> 50% CPU time. It fails on Windows Vista and Windows 7.

Could some try and verify that this installer fixes the issue. I wasn't
able to reproduce the issue myself.
https://dlang.dawg.eu/downloads/dmd.2.069.0~fix15824/


Re: 2.069.0 Installation problem with .exe for Windows

2015-11-07 Thread BSaidus via Digitalmars-d-announce

Same problem with the .exe installer in both 32/64 Win7



Re: 2.069.0 Installation problem with .exe for Windows

2015-11-05 Thread Luis via Digitalmars-d-announce

On Wednesday, 4 November 2015 at 09:20:28 UTC, Cauterite wrote:

I have the same issue on Windows 7 32-bit.


Same on a Windows 7 Professional of 64-bit




Re: 2.069.0 Installation problem with .exe for Windows

2015-11-05 Thread Martin Nowak via Digitalmars-d-announce

On Wednesday, 4 November 2015 at 09:05:07 UTC, Mike James wrote:

Regards,
--


Could anyone help us to reproduce the 
issue?https://issues.dlang.org/show_bug.cgi?id=15284


Re: 2.069.0 Installation problem with .exe for Windows

2015-11-05 Thread DLangLearner via Digitalmars-d-announce

On Wednesday, 4 November 2015 at 09:05:07 UTC, Mike James wrote:

Copied here for extra visibility...

Hi.

There seems to be an install problem with the .exe version for
Windows. The installer removes the old DMD then doesn't install
the 2.069.0 version. In the task manager it's still running at
50% CPU time. It fails on Windows Vista and Windows 7.

Regards,
--


installed succefully for Windows 7, professional, 64 bits with 
DMB2.068 installed.


2.069.0 Installation problem with .exe for Windows

2015-11-04 Thread Mike James via Digitalmars-d-announce

Copied here for extra visibility...

Hi.

There seems to be an install problem with the .exe version for
Windows. The installer removes the old DMD then doesn't install
the 2.069.0 version. In the task manager it's still running at
50% CPU time. It fails on Windows Vista and Windows 7.

Regards,
--


Re: 2.069.0 Installation problem with .exe for Windows

2015-11-04 Thread Cauterite via Digitalmars-d-announce

I have the same issue on Windows 7 32-bit.
The infinite loop occurs in the function at 0x00401389
Running dmd-2_069_0.exe (CRC: 91079f56)

On Wednesday, 4 November 2015 at 09:05:07 UTC, Mike James wrote:

Copied here for extra visibility...

Hi.

There seems to be an install problem with the .exe version for
Windows. The installer removes the old DMD then doesn't install
the 2.069.0 version. In the task manager it's still running at
50% CPU time. It fails on Windows Vista and Windows 7.

Regards,
--