https://bugs.winehq.org/show_bug.cgi?id=44338
Bug ID: 44338
Summary: cmd: Brackets are no deliminiter in the condition part
of the if command.
Product: Wine
Version: 3.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Created attachment 60213
--> https://bugs.winehq.org/attachment.cgi?id=60213
cmd: Change parsing of the if command to avoid parsing the operators.
Found while trying to look into #44236.
There a batch script is executed that contains lines as this:
---
if (%1)==(p) start /W " " "%SFDIR%WSFplot" wr2300.t35 3
---
This returns an error like this:
---
Syntax error
Can't recognize 'p' as an internal or external command, or batch script.
---
It looks like native does handle the brackets differently when contained
inside the condition part of the if command.
Attached is a patch that tries to skip the parsing in WCMD_ReadAndParseLine
of that part. Therefore it moves most of the content of WCMD_if into a
helper and calls that to estimate how long the condition part is.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=46192
Bug ID: 46192
Summary: Beat Hazard 2: Open Mic can't capture desktop audio
Product: Wine
Version: 3.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: devilj(a)outlook.pt
Distribution: ArchLinux
Created attachment 62852
--> https://bugs.winehq.org/attachment.cgi?id=62852
Wine debug output
The game fails to use WASAPI's software loopback mode to capture audio being
played by the computer. It uses a middleware library called basswasapi.dll for
this effect.
This has been reproduced in Wine 3.18 through 3.21, including Staging versions.
Attached log captured with:
+tid,+seh,+mmdevapi,+winmm,+driver,+msacm,+midi,+dsound,+dsound3d,+xaudio2,+xapofx,+dmusic,+mci,+pulse,+oss,+alsa,+coreaudio,+timestamp,+debugstr
Since there's a relatively clean and simple workaround with PulseAudio and
pavucontrol, I'm setting the severity to minor, but this is still functionality
loss.
BASS Audio library: https://www.un4seen.com/bass.html
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40850
Bug ID: 40850
Summary: MS Money 2000: text is cut off when entering an
operation
Product: Wine
Version: 1.8.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrea.vai(a)unipv.it
Distribution: ---
Created attachment 54839
--> https://bugs.winehq.org/attachment.cgi?id=54839
Screenshot of cut off text
While I am entering a transaction, the text that I try to enter is cut off at
the bottom. After the enter is done, the text appears correctly.
In the attached screenshot you can see, from top to bottom:
- the first transaction, previously entered, which shows the text ("Car: Fuel")
correctly;
- a second transaction, during its insertion, showing the same text ("Car" /
"Fuel") cut off
The text cut off is somewhat unreadable, so this bug is quite annoying.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=46531
Bug ID: 46531
Summary: Regression in Spellforce 2: textures flickering to
darker/lighter ones
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: idarktemplar(a)mail.ru
Distribution: ---
Created attachment 63385
--> https://bugs.winehq.org/attachment.cgi?id=63385
screenshots-collage.jpeg
When playing first mission of Spellforce 2 Shadow Wars, I've noticed screen
flickering. On further inspection I noticed that when you move screen to
different locations on map using mouse at screen border or arrow keys,
sometimes objects on screen go darker, sometimes they go back to original
colours or something close to them, and on some other locations it switches
between dark and usual colours few times a second. This colour switching during
move of screen camera looks like some annoying screen flickering. Effect is
especially noticeable if there are a lot of trees on screen.
Due to bug #34323 I was using a prefix with directx9, directplay and
d3dcompiler_43 installed via winetricks.
I've tried a clean prefix with wine 3.0.3 with and without winetricks stuff,
and it worked fine. After that I've switched to wine 4.0, and both with and
without winetricks stuff issue appears.
After that I've tried bisecting and testing using prefix with winetricks stuff,
and I've found first commit which causes issue to me. I wasn't able to revert
it for wine 4.0 and test without that change.
3d6eb8cf1dc1e509a74f85fd2356c6946372ecc5 is the first bad commit
commit 3d6eb8cf1dc1e509a74f85fd2356c6946372ecc5
Author: Matteo Bruni <mbruni(a)codeweavers.com>
Date: Tue Feb 13 01:00:42 2018 +0100
d3d9: Handle D3DUSAGE_AUTOGENMIPMAP textures entirely in d3d9.
Signed-off-by: Matteo Bruni <mbruni(a)codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 85b2524db3e32e37bf00a4cc87c0c1b63b68a6be
0fc10fb629b23703e3aa087b45b3b3960e6b5956 M dlls
Screenshots collage is in attachment. It contains two locations from first map
of campaign, taken with wine 3.0.3, wine 4.0 and wine 4.0 at a bit different
location (causing objects to be coloured darker). It demonstrates difference
between usual screen and darker screen, and when camera is moving the change
between two of them causes effect similar to flickering.
OS: Gentoo Linux x86_64 (amd64)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=42298
Bug ID: 42298
Summary: err:clipboard:convert_selection Timed out waiting for
SelectionNotify event
Product: Wine
Version: 2.0-rc6
Hardware: x86-64
OS: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
Although I'm a fan of the "console messages are not bugs" this is a little
annoying, it can repeat several times. Happens under heavy CPU/IO usage and
will repeat until CPU/IO goes back to "normal", this is the impression I have,
it could be something else.
It is sort of easy to reproduce and it is NOT present since the patch that
moved stuff ( http://source.winehq.org/git/wine.git/commitdiff/7d0ddff2 ), it
was something that was changed later I believe started less than 2 months ago.
I can try bisecting but it will take some time so if anybody (Julliard) has a
hint it will be better.
Am I the only affected?
--
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.
https://bugs.winehq.org/show_bug.cgi?id=42907
Bug ID: 42907
Summary: Wine crashes when loading The Specialists mod for Half
Life
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ganthore(a)gmail.com
Distribution: ---
Consider this a followup to the ABANDONED ticket:
https://bugs.winehq.org/show_bug.cgi?id=8859
This has been a long standing problem for around a decade, I'd like for this to
get fixed...
When running The Specialists mod, the game will instantly crash once a map
being to load.
I've reproduced this on both Gentoo and FreeBSD systems. The game runs fine on
native windows.
> wine hl.exe -game ts -novid -debug
fixme:module:load_dll Loader redirect from L"wined3d.dll" to
L"wined3d-csmt.dll"
err:dc:CreateDCW no driver found for L"\\\\.\\DISPLAY2\\Monitor0"
Using breakpad crash handler
fixme:ntdll:EtwEventRegister ({47a9201e-73b0-42ce-9821-7e134361bc6f},
0x3f006740, 0x3f041d28, 0x3f041d20) stub.
fixme:ntdll:EtwEventRegister ({58a9201e-73b0-42ce-9821-7e134361bc70},
0x3f006740, 0x3f041d60, 0x3f041d58) stub.
fixme:ntdll:EtwEventRegister ({3fa9201e-73b0-43fe-9821-7e145359bc6f},
0x3f006740, 0x3f041cf0, 0x3f041ce8) stub.
fixme:ntdll:EtwEventRegister ({1432afee-73b0-42ce-9821-7e134361b433},
0x3f006740, 0x3f041d98, 0x3f041d90) stub.
fixme:ntdll:EtwEventRegister ({4372afee-73b0-42ce-9821-7e134361b519},
0x3f006740, 0x3f041dd0, 0x3f041dc8) stub.
fixme:ver:GetCurrentPackageId (0x30eb40 0x0): stub
fixme:ntdll:create_logical_proc_info stub
fixme:ntdll:create_logical_proc_info stub
Setting breakpad minidump AppID = 70
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
fixme:ntdll:EtwEventRegister ({47a9201e-73b0-42ce-9821-7e134361bc6f}, 0xe57850,
0xece168, 0xece160) stub.
fixme:ntdll:EtwEventRegister ({58a9201e-73b0-42ce-9821-7e134361bc70}, 0xe57850,
0xece1a0, 0xece198) stub.
fixme:ntdll:EtwEventRegister ({3fa9201e-73b0-43fe-9821-7e145359bc6f}, 0xe57850,
0xece130, 0xece128) stub.
fixme:ntdll:EtwEventRegister ({1432afee-73b0-42ce-9821-7e134361b433}, 0xe57850,
0xece1d8, 0xece1d0) stub.
fixme:ntdll:EtwEventRegister ({4372afee-73b0-42ce-9821-7e134361b519}, 0xe57850,
0xece210, 0xece208) stub.
fixme:imm:ImmGetOpenStatus (0x168bd8): semi-stub
fixme:ver:GetCurrentPackageId (0x32e68c 0x0): stub
Steam_SetMinidumpSteamID: Caching Steam ID: 76561197960455784 [API loaded
yes]
Steam_SetMinidumpSteamID: Setting Steam ID: 76561197960455784
err:ole:CoGetClassObject class {4c9b6dde-6809-46e6-a278-9b6a97588670} not
registered
err:ole:CoGetClassObject no class object {4c9b6dde-6809-46e6-a278-9b6a97588670}
could be created for context 0x1
fixme:win:RegisterDeviceNotificationW (hwnd=0x10182,
filter=0x161f64c,flags=0x00000000) returns a fake device notification handle!
fixme:xinput:XInputGetCapabilities (index 0, flags 0x1, capabilities 0x32f674)
Stub!
fixme:win:RegisterTouchWindow (0x10184 00000003): stub
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
fixme:imm:ImmReleaseContext (0x10184, 0xf8a6a0): stub
fixme:msctf:ThreadMgr_ActivateEx Unimplemented flags 0x4
fixme:msctf:ThreadMgrSource_AdviseSink (0x206a58) Unhandled Sink:
{ea1ea136-19df-11d7-a6d2-00065b84435c}
fixme:imm:NotifyIME NI_CLOSECANDIDATE
fixme:msctf:ThreadMgrSource_AdviseSink (0x206a58) Unhandled Sink:
{ea1ea136-19df-11d7-a6d2-00065b84435c}
fixme:iphlpapi:NotifyAddrChange (Handle 0x1022ee34, overlapped 0xfc55670): stub
fixme:winsock:WSALookupServiceBeginW (0x1022ef34 0x00000ff0 0x1022ef7c) Stub!
[0428/164919:ERROR:network_change_notifier_win.cc(111)] WSALookupServiceBegin
failed with: 8
fixme:ntdll:create_logical_proc_info stub
fixme:ntdll:create_logical_proc_info stub
AppActive: active
AppActive: active
fixme:winsock:convert_af_w2u unhandled Windows address family 6
fixme:winsock:convert_af_w2u unhandled Windows address family 6
fixme:winsock:convert_af_w2u unhandled Windows address family 6
fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
fixme:wbemprox:client_security_SetBlanket 0x666b4b18, 0x1f22f620, 10, 0,
(null), 3, 3, 0x0, 0x00000000
fixme:wbemprox:client_security_Release 0x666b4b18
fixme:iphlpapi:NotifyAddrChange (Handle 0x307014c, overlapped 0x3070150): stub
fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
fixme:wbemprox:client_security_SetBlanket 0x666b4b18, 0x1f221328, 10, 0,
(null), 3, 3, 0x0, 0x00000000
fixme:wbemprox:client_security_Release 0x666b4b18
fixme:wbemprox:enum_class_object_Next timeout not supported
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Steam_SetMinidumpSteamID: Caching Steam ID: 76561197960455784 [API loaded
yes]
Steam_SetMinidumpSteamID: Setting Steam ID: 76561197960455784
fixme:winsock:interface_bind Broadcast packets on interface-bound sockets are
not currently supported on this platform, receiving broadcast packets will not
work on socket 03ac.
err:winsock:interface_bind Failed to bind to interface, receiving broadcast
packets will not work on socket 03ac.
fixme:ntdll:EtwEventRegister ({47a9201e-73b0-42ce-9821-7e134361bc6f},
0x3f006740, 0x3f041d28, 0x3f041d20) stub.
fixme:ntdll:EtwEventRegister ({58a9201e-73b0-42ce-9821-7e134361bc70},
0x3f006740, 0x3f041d60, 0x3f041d58) stub.
fixme:ntdll:EtwEventRegister ({3fa9201e-73b0-43fe-9821-7e145359bc6f},
0x3f006740, 0x3f041cf0, 0x3f041ce8) stub.
fixme:ntdll:EtwEventRegister ({1432afee-73b0-42ce-9821-7e134361b433},
0x3f006740, 0x3f041d98, 0x3f041d90) stub.
fixme:ntdll:EtwEventRegister ({4372afee-73b0-42ce-9821-7e134361b519},
0x3f006740, 0x3f041dd0, 0x3f041dc8) stub.
File c:\program files\steam\steamapps\common\half-life\ts\demoheader.dmf was
never closed
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=46549
Bug ID: 46549
Summary: PUBG Lite Launcher crash
Product: Wine-staging
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: esdrastarsis(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 63418
--> https://bugs.winehq.org/attachment.cgi?id=63418
PUBG Lite Log with vcrun2017 installed with winetricks
PUBG Lite launcher causes some errors when it runs, the prefix is 64-bit,
Windows 7, and I installed the .NET Framework 4.7.1 with Winetricks, when I run
the launcher without vcrun2017 the launcher opens but an error message appears
(Visual C++ Runtime error), then with vcrun2017 (installed with Winetricks) the
wine closes with an error message. Its possible easily reproduce this error by
using the PUBG Lite installer in Lutris created by me.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=41258
Bug ID: 41258
Summary: Paragon crashes in loading screen
Product: Wine
Version: 1.9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: plata(a)mailbox.org
Distribution: ---
Created attachment 55555
--> https://bugs.winehq.org/attachment.cgi?id=55555
Debug output
Paragon first freezes, then crashes in the loading screen.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=22038
Summary: Art of Murder Cards of Destiny: some character models
are plain white
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=26799)
--> (http://bugs.winehq.org/attachment.cgi?id=26799)
White character model in the game
In Art of Murder: Cards of Destiny (this is the latest one from the series)
some of the characters appear in plain white. First time I realized this issue
in the second scene of the game, where you can enter a bar.
Wine-1.1.40 from source
Fedora 12 x86
Nvidia 7600 GT card with driver 195.36.08
I could only find a German demo of the game:
http://www.worthdownloading.com/download.php?gid=4444&id=21130 (1.1 Gb in
size) but don't know if it includes that part of the game.
The game was installed into a clean wineprefix but it installed DirectX
runtimes automatically. I didn't try it with wine's built-in DX dlls. I don't
know if that matters.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=26215
Summary: Super Meat Boy shows grey textures for some objects
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
I'm getting grey textures for some, but not all, objects in Super Meat Boy.
The walls and player render fine, but the squirrels and spinning blades in the
first few levels show up as moving grey squares.
Nvidia driver version 260.19.06 on Ubuntu 10.10 64-bit, with a GeForce GTS 450
--
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.