Wine build patch for OpenCL frozen mode #1614
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-09#1614
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "winepyopencl"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I tested it with the 32bit executable and it works ok. The 64bit executable seems to have some problems unrelated to this PR, it looks like it creates invalid objects or doesn't create them at all.
There seems to be some problem with github api at the moment, that may be also why travis is stalling.
It's weird. The OpenCL support on my Windows PC (Windows 10 64bit) is probably broken. So I applied the patch:
and have been able to create new address with Bitmessage_x64_0.6.3.2.exe without any exception
But Bitmessage_x86_0.6.3.2.exe raises the exception upon start:
Oops, I've built exe without these changes (have local copy of
buildscripts/winbuild.sh
with commented downloads).32bit executable works better with this change. Unfortunately I cannot properly check the PoW because of broken OpenCL support on my Windows PC.