https://bugs.winehq.org/show_bug.cgi?id=48528
Bug ID: 48528
Summary: The Void crashes with builtin d3dx9_36 (needs
D3DXFillCubeTextureTX() to return S_OK)
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
…
[View More]Distribution: ---
As stated.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=54486
Bug ID: 54486
Summary: getenv_s returns the wrong value
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ucrtbase
Assignee: wine-bugs(a)winehq.org
Reporter: blitzkriegoutlaw(a)hotmail.com
Distribution: ---
Created attachment 74039
--> https://…
[View More]bugs.winehq.org/attachment.cgi?id=74039
Test case
'getenv_s(&l, NULL, 0, "HOMEDRIVE");' returns 0 (success) on Windows and 35
(ERANGE) with Wine. ERANGE should be returned only if buffer and
numberOfElements are provided.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=18775
Summary: WINE can load DLL with full path second time
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amorozov(a)etersoft.ru
Windows LoadLibrary does not load dll second time if full path is specified.
Attached …
[View More]test print "OK" on WinXP and "FAIL" on WINE.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=54514
Bug ID: 54514
Summary: Installed program is not opening
Product: Wine
Version: 3.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: acc1shreeji(a)gmail.com
Distribution: ---
Created attachment 74055
--> https://bugs.…
[View More]winehq.org/attachment.cgi?id=74055
Detailed error repport
I have installed MS Office 2016 through Play on Linux but only MS Word opens.
Other programs like Excel, PowerPoint etc are not opening and giving error.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=53249
Bug ID: 53249
Summary: ole32:compobj - test_CoGetPSClsid() sometimes fails
due to REGDB_E_IIDNOTREG on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.…
[View More]com
ole32:compobj - test_CoGetPSClsid() sometimes fails due to REGDB_E_IIDNOTREG on
Windows:
compobj.c:1382: Test failed: got 0x80040155
compobj.c:1383: Test failed: got clsid {00000000-0000-0000-0000-000000000000}
compobj.c:1387: Test failed: got 0x80040155
compobj.c:1388: Test failed: got clsid {00000000-0000-0000-0000-000000000000}
compobj.c:1398: Test failed: got clsid {52222222-1234-1234-1234-56789abcdef0}
compobj.c:1402: Test failed: Failed to get PS CLSID, hr 0x80040155.
compobj.c:1403: Test failed: Unexpected CLSID
{00000000-0000-0000-0000-000000000000}.
https://test.winehq.org/data/patterns.html#ole32:compobj
These failures happen on Windows 7 to Windows 10 1709.
On Windows 8 to Windows 10 1709 there is sometimes an additional error in
test_CoRegisterClassObject():
compobj.c:1670: Test failed: Unexpected hr 0.
This failure looks like it should be independent but never happens without the
previous ones.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=14771
Summary: Firefox 3 complains it is not the default browser on
every startup
Product: Wine
Version: 1.1.2
Platform: PC
URL: http://www.mozilla.com/en-US/firefox/all.html
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.…
[View More]org
ReportedBy: thestig(a)google.com
Everytime I start Firefox 3, it complains it's not the default browser. I hit
Yes when it asks me to set is as the default browser, but on the next start up,
it complains again.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39644
Bug ID: 39644
Summary: WineTest.exe should detect left-over UAC prompts
Product: Wine
Version: 1.8-rc1
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: testcases
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
There was a problem where the cmd.…
[View More]exe:batch would try to run regedit from an
account without elevated privileges. This caused Windows to pop up the UAC
dialog, causing the test to stall. Timeout would happen, WineTest would kill
the cmd.exe:batch process but doing so, and even extending it to all process
tree, does not close the UAC because it's under the control of another Windows
element. So WineTest would run the following tests with the UAC dialog still up
which caused them to fail as they could not put their windows in the
foreground.
The cmd.exe:batch bug has been fixed. However it could make sense for WineTest
to do more to handle this situation more nicely:
* If possible it could dismiss the UAC dialog (not click 'Yes' obviously, just
deny the request).
* It could detect the UAC dialog is up and wait. It seems the UAC dialog goes
away on its own after about two minutes.
* If we cannot detect if an UAC dialog is up we could systematically wait for
an extra 2 minutes after a timeout, just in case.
* Even more basic, we could increase our test timeout so it's longer than the
UAC timeout, in the hope an UAC would go away before we time out.
* Even though it does not solve the UAC issue it could still make sense to
kill the whole subprocess tree, just to be sure one of them is not going to
break the following tests.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=54502
Bug ID: 54502
Summary: Sims 1 fails to start with Wine built with PE support
Product: Wine
Version: 8.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: audvare(a)gmail.com
Distribution: ---
Created attachment 74053
…
[View More]--> https://bugs.winehq.org/attachment.cgi?id=74053
startup log
Installed Wine building the binaries with Mingw toolchain. I get this error and
then Wine quits immediately:
ERROR: Caught a segmentation fault while loading plugin file:
/usr/lib/gstreamer-1.0/libgstfrei0r.so
Please either:
- remove it and restart.
- run with --gst-disable-segtrap --gst-disable-registry-fork and debug.
If I use Wine without real PEs (.dll.so etc), the game runs fine.
Also if I enable WINEDEBUG=all the game runs but of course is very slow. The
same errors display but the game can still run.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=53206
Bug ID: 53206
Summary: user32:win - test_topmost() has some rare failures in
Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
…
[View More]user32:win - test_topmost() has some rare failures in Wine:
win.c:11770: Test succeeded inside todo block: child should be topmost
win.c:11772: Test marked todo: child2 should be topmost
win.c:11773: Test failed: grandchild should be topmost
win.c:11781: Test failed: child should NOT be topmost
win.c:11784: Test succeeded inside todo block: grandchild should NOT be topmost
win.c:11787: Test failed: 008E0096: expected NOT topmost
win.c:11606: Test succeeded inside todo block: 5: hwnd 01AA006E is still
topmost
https://test.winehq.org/data/patterns.html#user32:win
These failure don't seem to depend on the locale and happen on the TestBot VMs
which run fvwm. They did not happen on my box under KDE but they are pretty
rare (~1% failure rate) so there may not be enough data to draw conclusions.
They also happen outside of WineTest and have caused false positives.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=9404
Summary: cannot select TWAIN source in irfanview
Product: Wine
Version: 0.9.43.
Platform: PC
URL: http://www.irfanview.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
In Irfanview, users should …
[View More]be able to select the TWAIN source via file ->
select TWAIN source. Clicking that menu item should bring up a dialog box to
let users pick which scanner to use. In Wine, no dialog box ever comes up, so
the program uses the first TWAIN source it finds, which is the gphoto2 driver.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=54498
Bug ID: 54498
Summary: kernel32:heap - The memory information sometimes
changes during test_GlobalMemoryStatus() in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)…
[View More]codeweavers.com
Distribution: ---
kernel32:heap - The memory information sometimes changes during
test_GlobalMemoryStatus() in Wine.
This causes a failure when the available physical or page file information is
checked:
heap.c:3595: Test failed: got ullAvailPhys 0x14e7f00000
heap.c:3597: Test failed: got ullAvailPageFile 0x33a85ff000
Unfortunately this does not specify the expected value :-(
This never happens in during the nightly WineTest runs or in TestBot jobs but
has impacted a number of merge requests (e.g. MR2213, MR2094, MR2078, MR1499).
I can also sometimes reproduce it on my desktop. I think the trick to
reproducing it is to have some other activity on the system that causes a lot
of memory to be allocated or freed while this test is running. Looping on
test_GlobalMemoryStatus() calls also helps.
The test already assumes the data may change but it only allows -/+1MB which is
way too narrow. From some additional traces in MR2213:
memex-expect: Phys: 0x16e1861000 - 0x16e60eb000 = -76062720 / 0x1f5e3fc000 -
0x1f5e3fc000 = 0 PageFile 0x3452460000 - 0x3456cea000 = -76062720 /
0x3f483fc000 - 0x3f483fc000 = 0
During that run the total change in AvailPhys was 305 MB so I don't think
allowing an interval makes sense. It's better to loop and check that we can get
matching values in a few tries.
But then 4d122a26e56a went in the other direction, but did not specify why.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=54496
Bug ID: 54496
Summary: Issue in rendering RuCaptchaBot.
Product: Wine-gecko
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: greenlight2050(a)gmail.com
Distribution: ---
Hello...............
…
[View More]
I have a program which is RucaptchaBot which runs fine under windows but when i
run it under linux it does not load properly......................Under
windows: it loads by showing white screen the the program loads
fine...................Under linux : it stops at loading the white screen and
it does not continue loading the program so i can use
it............................The program link is :
https://github.com/rucaptcha/bot-x/releases/download/v0.59/x-bot-en-v0.59.z….
To use The program authorization key is required :
Here is a screenshot of the program : https://imgur.com/xYatFFx
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=35319
Bug ID: 35319
Summary: Wolverine: install game crash
Product: Wine
Version: 1.7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Classification: Unclassified
Created attachment 47105
--> http://…
[View More]bugs.winehq.org/attachment.cgi?id=47105
Wolverine install crash log
Hello,
when installing Wolverine game, the install window suddenly disappear, without
any error message. Fortunately it seems the crash happened after install all
files.
I joined you the wine terminal log from start to the end of the install
process.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=54488
Bug ID: 54488
Summary: Cortex Command (CCCP version): gamepad sticks always
points the left side
Product: Wine
Version: 8.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dinput
Assignee: wine-bugs(a)winehq.org
Reporter: kotowhiskas(a)protonmail.com
…
[View More]Distribution: ---
When I launch the game with a gamepad (only PS3 USB and Xbox 360 with dongle
gamepads tested), wine starts to spam the game with analog stick left event,
and whenever I move mouse cursor it instantly moves to the left side, so I
can't use the mouse at all, the same happens in the bettle, as far as I can
understand, only left stick is bugged. Tested in CCCP version but also happens
in official version. Works fine in Windows 10 without wine.
https://github.com/cortex-command-community/Cortex-Command-Community-Projec…
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=54487
Bug ID: 54487
Summary: no possible to use B4A or B4J with wine 8.x.x
Product: Wine
Version: 8.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tuxino888(a)mailoo.org
Distribution: ---
Created attachment 74040
--> …
[View More]https://bugs.winehq.org/attachment.cgi?id=74040
messagebox display System.Windows.Automation.Peers threw an exception
context Ubuntu 18.04 x86_64, gnome flashback
With wine version 7.0.1 B4A onr B4J run perfecty but, since wine 8.0.0 or wine
8.1 (in developpement) when i use b4a.ex or b4j.exe a messagebox display
System.Windows.Automation.Peers threw an exception, and the window are close
For use b4x or b4j i need install dotnet452 and vcrun2010
This thread :
https://www.b4x.com/android/forum/threads/b4x-using-running-b4a-and-or-b4j-…
Very thank for your work and regard.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=53674
Bug ID: 53674
Summary: Nvidia driver loaded : Unhandled page fault on execute
access to
Product: Wine
Version: 7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: loader
Assignee: wine-bugs(a)winehq.org
Reporter: malo.allee(a)hotmail.fr
Distribution: ---
…
[View More]
Created attachment 73086
--> https://bugs.winehq.org/attachment.cgi?id=73086
logs for: WINEPREFIX=~/test wine wineboot -u > fulllogs.txt 2>&1
Hello,
I have one nvidia gpu and intel graphics I want to run a program on my intel
graphics GPU on my monitor connected on it. If nvidia-driver is loaded (seems
like dkms specifically) wine does crash at boot event with `wine wineboot -u`.
It works normally when I uninstall nvidia-driver or when I disconnect my GPU
from the slot and reboot.
In a few specific cases (winecfg if nothing else has been run in a new
environment) a window is still displayed, but in most cases it freeze without
window showing.
Some background
I want to be able to run a multi-seat environment with my program running on
both, this is why I need the nvidia driver to be loaded.
BTW when a run it with display connected to nvidia gpu output it works fine.
My Xorg config does no mention nvidia at all.
OS: Ubuntu 22.04.1 jammy
wine version tried:
- 6.0.3
- 7.17
- wine-stable
- wine-staging
GPUs:
- NVIDIA Corporation GP102 [GeForce GTX 1080 Ti]
- driver : nvidia-driver-510
- Intel Corporation HD Graphics 530
- driver : i915
logs :
$ WINEPREFIX=~/test wine wineboot -u
wine: created the configuration directory '/home/user/test'
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0048:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0050:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
MESA-INTEL: warning: Performance support disabled, consider sysctl
dev.i915.perf_stream_paranoid=0
MESA-INTEL: warning: Performance support disabled, consider sysctl
dev.i915.perf_stream_paranoid=0
0048:err:seh:KiUserCallbackDispatcher ignoring exception
0048:err:seh:KiUserCallbackDispatcher ignoring exception
wine: Unhandled page fault on execute access to 00007FA5017B0D10 at address
00007FA5017B0D10 (thread 0050), starting debugger...
0048:err:seh:KiUserCallbackDispatcher ignoring exception
0048:err:seh:KiUserCallbackDispatcher ignoring exception
0048:err:seh:KiUserCallbackDispatcher ignoring exception
0048:err:seh:KiUserCallbackDispatcher ignoring exception
0048:err:seh:KiUserCallbackDispatcher ignoring exception
0048:err:seh:KiUserCallbackDispatcher ignoring exception
0048:err:seh:KiUserCallbackDispatcher ignoring exception
0048:err:seh:KiUserCallbackDispatcher ignoring exception
0048:err:seh:KiUserCallbackDispatcher ignoring exception
0048:err:seh:KiUserCallbackDispatcher ignoring exception
0050:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 76 92" (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
wine: Unhandled page fault on execute access to 00007F95FE04DD10 at address
00007F95FE04DD10 (thread 0048), starting debugger...
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=54473
Bug ID: 54473
Summary: document address-sized examine format in winedbg
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)2ar.nl
Distribution: ---
Created attachment 74022
--&…
[View More]gt; https://bugs.winehq.org/attachment.cgi?id=74022
possible patch
Provide a way to figure out how to print 64-bit values in 64-bit winedbg with
the x command. Maybe by pointing to the man page from the help command and
adding the 'a' format there.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=54485
Bug ID: 54485
Summary: Program "Looper Software" does not start - Message
"Data length error"
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yamyam9(a)gmx.de
…
[View More]Distribution: ---
Created attachment 74036
--> https://bugs.winehq.org/attachment.cgi?id=74036
Program error Details
It is a software with which you import audio files from a Looper pedal
(electric guitar) on the PC.
Downloaded from: http://www.rowinmusic.com/en/col.jsp?id=122 (Looper software
1.7.exe)
The software works without errors under Windows 10.
On my Linux system (Linuxmint 20.3, Mate), the installation process under Wine
8.0 was apparently flawless. However, the program cannot be started. The error
message is "Data Length Error", I add an error report.
Thank you for help!
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=33807
Bug #: 33807
Summary: Objects disappear at certain camera angles in Ground
Control
Product: Wine
Version: 1.6-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tdsbug(a)gmail.com
Classification: …
[View More]Unclassified
Created attachment 44813
--> http://bugs.winehq.org/attachment.cgi?id=44813
Terminal output without WINEDEBUG
Game: Ground Control, version 1.0.0.5, crack for version 1.0.0.7 (versions have
no effect on this issue)
***Problem***:
Some objects become invisible at random times. When this happens, shadows still
work properly. Often only certain parts of an object become invisible, like
only chassis of tank. This doesn't happen with visual effects, like lights and
fire. Camera angle has some limited effect on the moment when this happens.
I am running the game in hardware rendering mode. (Game also has software
rendering mode, but only for 640x480 resolution. Some similar glitches appear
in software mode too)
According to appdb, this has been happening forever and is not a regression.
The game uses directx 7. Logs attached.
***Additional details***:
During installation, the game asked to install directx 7.0a, which I clicked
no. Also tried clicking yes, but it has no effect. No dll overrides, winetricks
or anything was used.
The game also suffers from input slowdown at certain times, but it's probably a
different bug.
Also, this game is a free download now, so you can try yourself if you wish.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=52389
Bug ID: 52389
Summary: OpenCL - regression. OpenCL demo does not work
Product: Wine
Version: 6.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cybermax(a)dexter.no
Distribution: ---
Created attachment 71614
--> …
[View More]https://bugs.winehq.org/attachment.cgi?id=71614
Log from running GPU Caps Viewer
OpenCL does not seem to initialize after
f91c009786fa09723976dce0233592f69df5cead.
Tested with GPU Caps Viewer (From Geeks3D) - the OpenCL "Info" tab does not
show any devices. The CL Platform is listed.
None of the CL Demos work.
Graphics adapter: nVidia RTX2070
Wine-dev+GIT@76c9fc8a761c9faff72f97ab508a1afcb28eeb12
WINEDEBUG=+opencl
Log attached
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=50469
Bug ID: 50469
Summary: The Void crashes with builtin d3dx9_36 (needs
D3DXDisassembleShader implementation)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d-util
Assignee: wine-bugs(a)winehq.org
Reporter: titan.…
[View More]costa(a)gmail.com
Distribution: ---
The game version is from GOG.
After making D3DXFillCubeTextureTX() return S_OK (bug #48528), the game crashes
after D3DXDisassembleShader call as it does not check the returned value.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=54481
Bug ID: 54481
Summary: LinVst (linux) no longer works with Wine version 8.0
and above.
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wineuserfeedback(a)hotmail.com
…
[View More]Distribution: ---
WIth wine version 8.0 and above, LinVst (linux) no longer works. Wine version
7.22 is the last compatible version. Please address the issue. Many thanks.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=54479
Bug ID: 54479
Summary: Arturia Jup-8 V3 - disappeared text in Pop-Up menus on
all objects
Product: Wine-staging
Version: 8.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tomas(a)digitalspace.name
…
[View More] CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 74032
--> https://bugs.winehq.org/attachment.cgi?id=74032
Expected and Error behavior
The black rectangle missing text.
Standalone Version Arturia Jup-8 V3
Pop up menu items are blank with no text and black background color.
Expected is: show Pop up menu items filled with text or knob values
Screenshot with error attached.
causing an error: drag over the knob and give show pop up menu for knob
debug message error when this error happen is:
Debug message is:
Wine STDERR] 0740:fixme:win:RegisterTouchWindow hwnd 00000000000500AE, flags 0
stub!
Wine STDERR] 0740:fixme:msg:ChangeWindowMessageFilterEx 00000000000500AE 233 1
0000000000000000
Wine STDERR] 0740:fixme:msg:ChangeWindowMessageFilterEx 00000000000500AE 4a 1
0000000000000000
Wine STDERR] 0740:fixme:msg:ChangeWindowMessageFilterEx 00000000000500AE 49 1
0000000000000000
Wine STDERR] 0740:err:seh:KiUserCallbackDispatcher ignoring exception
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=54478
Bug ID: 54478
Summary: Arturia Analog Lab 4 - disappeared text in Pop-Up
menus on all objects
Product: Wine-staging
Version: 8.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tomas(a)digitalspace.name
…
[View More] CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 74031
--> https://bugs.winehq.org/attachment.cgi?id=74031
The black rectangle missing text.
Standalone Version Arturia Analog Lab 4
Pop up menu items are blank with no text and black background color.
Expected is: show Pop up menu items filled with text or knob values
Screenshot with error attached.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]