Skip to content

Windows 32-bit system will get stuck when executing. #45

Open
@c17abab

Description

@c17abab

The compilation parameters are as follows:
$env:GOARCH="amd64";
$env:GOOS="windows";
$env:GOARCH="386"; # 32
#$env:GOARCH="amd64"; # 64

and the program will be stucked at line 324 in the file clipborad_windows.go:

println("test in read 2")
// try again until open clipboard successed
   // will stuck here
for {
	r, _, _ = openClipboard.Call()
	if r == 0 {
		continue
	}
	break
}
    //  the following code will not be executed.
println("test in read 3")

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions