Details
- 
    
Bug
 - 
    Resolution: Duplicate
 - 
    
Major
 - 
    None
 
- 
        0.4.15-dev-1723-g774a4c703f / https://github.com/reactos/reactos/commit/774a4c703fdf2413339064422f39ef2dbfd88fcc
 
Description
After news about memory manager changes i wanted to update my old golang issues. Now i'm trying to install latest supported on Windows XP Golang package, using an official MSI installer. After running i does not see any changes on the screen, and some error messages in debug serial output.
i'm using a latest build: reactos-bootcd-0.4.15-dev-2030-gbb723c3-x86-gcc-lin-dbg.iso.
Steps to reproduce:
- Download a golang installer: [https://golang.org/dl/go1.10.8.windows-386.msi|
 - https://golang.org/dl/go1.10.8.windows-386.msi;|https://golang.org/dl/go1.10.8.windows-386.msi].]Put installer into new .iso image, and mount it to virtual machine;
 - Start ReactOS;
 - Try to run MSI installer(by double click on by keyboard);
 
Looks like running from CD or system HDD does not have differences. Three weeks ago i test others golang issues and installer works fine. Also i noticed that COpenWithMenu.cpp have some changes in `bb723c3` but i see same error on `32f7474` too.
 Using this command to start qemu:
					qemu-system-i386 \
			 | 
		
					        -enable-kvm \
			 | 
		
					        -boot menu=on \
			 | 
		
					        -m 512 \
			 | 
		
					        -drive file=reactos-bootcd-0.4.15-dev-2030-gbb723c3-x86-gcc-lin-dbg.iso,if=ide,media=cdrom \
			 | 
		
					        -drive file=golang.iso,if=ide,media=cdrom \
			 | 
		
					        -drive file=hdd.qcow2,if=ide,media=disk \
			 | 
		
					        -usbdevice tablet \
			 | 
		
					        -vga qxl \
			 | 
		
					        -serial stdio
			 | 
		
Attachments
Issue Links
- duplicates
 - 
                    
CORE-17693 MS Office 2000/2003 Cannot be Installed after FASTFAT_NEW enabled
-         
 - Resolved
 
 -         
 
- is blocked by
 - 
                    
CORE-17476 Sync msi to wine 6.3
-         
 - Resolved
 
 -