https://bugs.winehq.org/show_bug.cgi?id=46970
Bug ID: 46970
Summary: call of duty world war II crash on start
Product: Wine
Version: 4.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mathieu.schmitt68(a)orange.fr
Distribution: ---
Created attachment 64125
--> https://bugs.winehq.org/attachment.cgi?id=64125
backtrace-callofdutyw2
i use Ubuntu 18.10 and wine 4.5, DXVK 1.0.2
i start the game from steam and the game crash. i don't see any splash screen
or main menu. (backtrace.txt)
i start the game from the command line. i can't generate a back-trace file
from the command line i see :
0009:fixme:heap:RtlSetHeapInformation 0x4b0000 0 0x22e740 4 stub
wine: Unhandled exception 0xc0000409 in thread 29 at address 0x140057490
(thread 0029), starting debugger...
002c:fixme:dbghelp:elf_search_auxv can't find symbol in module (40x)
Regards
Mathieu
--
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=45068
Bug ID: 45068
Summary: Patches page sorting by Reviewer, Sign, Testbot and
Job ID broken
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
URL: https://source.winehq.org/patches/
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
URL: https://source.winehq.org/patches/
Script location:
https://source.winehq.org/git/tools.git/blob/HEAD:/patches/update
Clicking on 'Reviewer', 'Sign', 'Testbot' or 'Job ID' doesn't result in the
desired sorting. This used to work before. I would run a regression test, but
I'm not sure how to work with the patches/update script.
IMO the desired sorting would be:
- 'Reviewer': First by name, then by patch ID
- 'Sign': First by the number of signs, then by patch ID
- 'Testbot': First by status, then by patch ID
- 'Job ID': First by job number (if there is one), then by patch ID
If I recall correctly, this is how it was before.
This was probably broken when the patches list was adapted to cope with the
merging of wine-devel and wine-patches.
I can attach screenshots if necessary.
--
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=48661
Bug ID: 48661
Summary: Program Error for MTGALauncher
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: luke162(a)gmail.com
Distribution: ---
Created attachment 66519
--> https://bugs.winehq.org/attachment.cgi?id=66519
Program Error Details
Hi there,
I'm trying to run MTG Arena on my Ubuntu 19.10 using Wine 5.0. The program
wouldn't even open at first; after installing .net framework 4.7.2 the program
launches but is immediately closed and I am prompted with a program error
window telling me to send a report to winehq.
Please let me know what to do.
Cheers
Luke
--
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=54227
Bug ID: 54227
Summary: Altium Designer 20.x - 22.x slowness in 2D schematics
editor - possibly GDI font rendering problem
Product: Wine-staging
Version: 7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kepszlok(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 73773
--> https://bugs.winehq.org/attachment.cgi?id=73773
Wine's output
This is a problem that affects all Altium Designer versions from 20.x to
current, with all wine-staging versions of 7.xx branch.
See AD compatibility reports:
20.x https://appdb.winehq.org/objectManager.php?sClass=version&iId=38478
21.x https://appdb.winehq.org/objectManager.php?sClass=version&iId=40170
22.x https://appdb.winehq.org/objectManager.php?sClass=version&iId=40683
All of them shows slowness in the 2D schematics editor, while the 3D PCB editor
works fine.
Using the schematics editor, this message appears in constantly:
0118:fixme:d2d:d2d_device_context_DrawGeometry Ignoring stroke style
0000000001647F70.
(the schematics editor itself working fine, just unusably slow)
Possible reason:
"probably because X2 uses GDI font rendering by default and lacks option to
turn it off"
--
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=54705
Bug ID: 54705
Summary: battle net suck downloading wow retail
Product: Wine
Version: 8.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: infernoid(a)gmail.com
Distribution: ---
Os Fedora Btrfs Raid1 also tried on Ext4
Setup Battle.net
Install
- world of warcraft retail 10.0.6
- Agent 8151
updating
Download stuck initialising (2151354/215354)
restart updating
tried wine version stable staging and devel
--
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=53965
Bug ID: 53965
Summary: Writing a new line after writing a full end
element(WriteFullEndElement)
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xmllite
Assignee: wine-bugs(a)winehq.org
Reporter: k.kahurani(a)gmail.com
Distribution: ---
Created attachment 73553
--> https://bugs.winehq.org/attachment.cgi?id=73553
Test case
It doesn't look possible to write a whitespace character after writing a full
end element with WriteFullEndElement. It looks to me like this should be
possible just like it is possible with WriteEndElement.
I have also noticed that native xmllite sometimes breaks(not sure whether this
is a feature or a bug) but at times native xmllite doesn't write new lines
after writing the elements. I'm not sure how exactly this happens but the
possible work-around in this is to manually write new lines(with
WriteWhitespace) which means this issue could easily break working code.
I'm not sure how to fix this right away so I am submitting a bug. As can be
seen in the attached diff, wine doesn't pass the test but native does.
--
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=54763
Bug ID: 54763
Summary: Build-time tests fail in an autobuilder environment
Product: vkd3d
Version: 1.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: smcv(a)collabora.com
Distribution: ---
In a typical distribution autobuilder environment, all builds will be run in a
chroot or container, usually on server-class hardware or in a virtual machine.
This means tests that just do computation (such as shader compilation) should
still succeed, but tests that want to access a real GPU will find that either
there is no VkDevice at all, or there is a VkDevice but it's only software
rendering (lavapipe).
It seems like vkd3d already has some partial handling for this:
run_shader_tests_vulkan() skips itself if a VkDevice cannot be created.
However, run_shader_tests_d3d12() still tries to run, and crashes when it can't
create a Vulkan instance, for example:
FAIL: tests/cast-to-half
========================
vkd3d:err:vkd3d_instance_init Failed to create Vulkan instance, vr -9.
vkd3d:fixme:hresult_from_vk_result Unhandled VkResult -9.
vkd3d:err:vkd3d_instance_init Failed to create Vulkan instance, vr -9.
vkd3d:fixme:hresult_from_vk_result Unhandled VkResult -9.
FAIL tests/cast-to-half.shader_test (exit status: 139)
(Exit status 139 is a segmentation fault.)
Would you consider patches that make the tests skip themselves in this
situation? Or should distro packaging just not be running build-time tests at
all?
--
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=54740
Bug ID: 54740
Summary: GetAdaptersInfo function is not returning mac address
information correctly
Product: Wine
Version: 8.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: peter.walsh(a)lamresearch.com
Distribution: ---
The GetAdaptersInfo function is not returning the same information on wine vs
windows. I've tried this with stable wine 8 and wine 8.4 staging.
We have an old program that is calling this function to get the mac address of
the system for license key purposes. When run via wine the last pair of digits
in the mac address are missing - and thus the software can't be registered or
run.
There is likely a byte offset missing, causing the last 2 bytes to be dropped?
Example:
System has mac address 82-5E-F4-3b-b6-66 - can see this ok via "wine ipconfig
/all"
However the legacy program when executed only sees address "82-5E-F4-3B-B6-".
--
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=45343
Bug ID: 45343
Summary: Vavoo Webinstaller fails
Product: Wine
Version: 3.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 61632
--> https://bugs.winehq.org/attachment.cgi?id=61632
Console Output wine 3.9 (staging)
Hello everyone,
Somebody in the German ubuntuusers.de forum had an issue of getting a software
called "Vavoo" to run.
I am getting the following (Windows) error message
"Unable to run the Windows program wmic.exe to verify that Windows Update
K2670838 is installed."
Console output is 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.
https://bugs.winehq.org/show_bug.cgi?id=54727
Bug ID: 54727
Summary: LDAP Explorer (LEX) throws an exception when
attempting to connect over SSL
Product: Wine
Version: 8.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wldap32
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 74233
--> https://bugs.winehq.org/attachment.cgi?id=74233
WINEDEBUG=+wldap32
Steps to reproduce:
1. Run `winetricks dotnet452`
2. Run `wine LEX.msi`
3. Run `docker run --detach --env LDAP_TLS_VERIFY_CLIENT=never -p636:636
osixia/openldap`
4. Run `wine 'C:\Program Files (x86)\CerroTorre\LEX\LEX.exe'`
5. Wait for the splash screen to close, or move the "LDAP Connections" window
out from under it
6. On the "Advanced" tab, check "Ignore server certificate errors"
7. On the "Server" tab, enter "localhost" for the server and check "SSL
connect" (the port will automatically change from 389 to 636)
8. On the "Server" tab, click "Fetch"
At this point, an "Unhandled exception" dialog appears that says "The feature
is not supported." Furthermore, the program crashes if you click the Quit
button on the dialog, but since the dialog shouldn't appear in the first place,
it's understandable that it doesn't function correctly.
The relevant part of the terminal output is:
0024:fixme:wldap32:ldap_set_optionW Unsupported option: 0x0a
0x0a is LDAP_OPT_SSL, which is not yet implemented in Wine.
$ sha256sum LEX.msi
68810d827de3f90c0223fcb18a66dde49aee189789b37dd4cdeebe013fa402be
--
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.