https://bugs.winehq.org/show_bug.cgi?id=52918
Bug ID: 52918
Summary: Corrupted textures in Visual Studio 2010 using native
WPF interfaces.
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
Created attachment 72298
--> https://bugs.winehq.org/attachment.cgi?id=72298
texture corrution
Visual Studio 2010 has corrupted windows contents using WineD3D d3d9.dll
(Direct3DCreate9Ex). It may occur using native WPF interfaces.
The culprit patch:
https://github.com/wine-mirror/wine/commit/1632b8e7a419ebf256c4a356a58d505e…
--
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=38929
Bug ID: 38929
Summary: Betfair Poker setup fails to connect to the server
Product: Wine
Version: 1.7.47
Hardware: x86-64
URL: https://banner.poker1.betfair.com/cgi-bin/SetupPoker.e
xe
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 51861
--> https://bugs.winehq.org/attachment.cgi?id=51861
wine-1.7.47-84-g2294d3b console output
The Betfair Poker installer hangs around for a while then asks you to check the
Internet connection. The application itself simply downloads the main program.
To workaround:
1. "winetricks -q ie6"
2. Set everything except mshtml to builtin
So assuming the issue is with mshtml. I don't have a Windows installation to
try mshtml directly so hopefully winetricks doesn't do anything magical.
--
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=22603
Summary: IE6 can't print at all.
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neochoon(a)gmail.com
Version : wine-1.1.43-408-g3317fc3
-----
With clean WINEPREFIX (for example WINEPREFIX=~/FORBUGREPORT)
install ie6 by winetricks.sh (20100424)
then run ie6 to www.google.com
Click File/Print
crash with Dialog (Program Error - The Program iexplorer.exe has
encountered.......)
----
But other programs can print without errors like notepad or PDF Viewer program.
Any ideas?
--
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.
https://bugs.winehq.org/show_bug.cgi?id=52747
Bug ID: 52747
Summary: Notepad crashes on a StaticColor X display
Product: Wine
Version: 7.5
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 72117
--> https://bugs.winehq.org/attachment.cgi?id=72117
WINEDEBUG=+xrender
Steps to reproduce:
1. In one terminal, run `Xephyr :1 -ac -screen 800x600x8 -cc 2`.
2. In another terminal, run `DISPLAY=:1 wine notepad`.
Notepad crashes immediately. Interestingly, other builtin programs like
winemine and regedit work fine.
--
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=52458
Bug ID: 52458
Summary: Lazarus can't start program for debugging
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rpisl(a)seznam.cz
Distribution: ---
Created attachment 71747
--> https://bugs.winehq.org/attachment.cgi?id=71747
Trace log with WINEDEBUG=+process,+loaddll,+ntdll
Lazarus can't start simple program for debugging. Tested on version 2.2.0 both
32 and 64 bit.
How to reproduce:
1. Install and run Lazarus
2. Run the default simple program (F9)
The debugging session is started but the program does not start. The session
can't be terminated. The program starts correctly without debugging (Ctrl+F9).
--
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=48011
Bug ID: 48011
Summary: Rebelbetting: unhandled exception on edit
Product: Wine
Version: 4.18
Hardware: x86-64
URL: http://rebelbetting.com/files/RebelBettingSetup.exe
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 65543
--> https://bugs.winehq.org/attachment.cgi?id=65543
Wine 4.18 console log
On closing Rebelbetting 6.17, the application sits in the background for a
while consuming 100% of one core, then eventually hits an unhandled exception.
Both Vanilla and Staging.
I don't recall this happening before but this application is force-updated on
each load, and a bisect could take me a little while. Will update.
--
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=10767
Summary: lstrcmp and others do not compare punctuation characters
correctly
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lich(a)math.spbu.ru
just example:
ret = lstrcmpi("# (Search for Disassembly Pattern)", ".RELOAD (Reload
Symbols)");
wine returns '1' here, but must '-1' since ord('#')=23h < 2Eh=ord('.'). Windows
handles this case correctly. GLIBC strcasecmp works correctly too.
This bug heavily affects winhelp index lookup in WIN32.HLP borland help file,
which has lots of #.&*()[]
P.S. It is not a locale problem, so this bug is not a duplicate of bug #9583
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25280
Summary: Singularity: no sound in game without Hardware
Acceleration = emulation
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
I don't remember this happening on my Ubuntu machine, but on my Gentoo box, I
get no sound in Singularity unless I set Hardware acceleration = emulation.
This has a bad side effect, however. It enables sound in the menu/intro video,
but when it transitions to the game, it hangs on the loading screen.
This only helps in alsa mode, with oss, I get no sound, either way.
Terminal shows:
fixme:mixer:ALSA_MixerInit No master control found on HDA NVidia, disabling
mixer
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x165bf8,0x165b40): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x165c08,0x165b40): stub
--
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.
https://bugs.winehq.org/show_bug.cgi?id=52870
Bug ID: 52870
Summary: shlwapi:url - The UrlGetPartA() tests fails in Wine in
Hindi
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shlwapi
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
The UrlGetPartA() tests fails in Wine in Hindi:
url.c:795: Test failed: URL "http://
!\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff:pass@host", part 0x3, flags 0: Got size
33.
url.c:808: Test failed: URL "http://
!\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff:pass@host", part 0x3, flags 0: Got
result " !\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xef\xbf\xbd".
url.c:795: Test failed: URL "http://user:
!\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff@host", part 0x4, flags 0: Got size 33.
url.c:808: Test failed: URL "http://user:
!\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff@host", part 0x4, flags 0: Got result "
!\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xef\xbf\xbd".
url.c:795: Test failed: URL "http:// !\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff",
part 0x2, flags 0: Got size 33.
url.c:808: Test failed: URL "http:// !\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff",
part 0x2, flags 0: Got result "
!\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xef\xbf\xbd".
url.c:795: Test failed: URL "http://host:
!\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff", part 0x5, flags 0: Got size 33.
url.c:808: Test failed: URL "http://host:
!\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff", part 0x5, flags 0: Got result "
!\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xef\xbf\xbd".
https://test.winehq.org/data/patterns.html#shlwapi:url
A bisect shows that the test started failing with this commit:
commit e81327358a26b160740b3421a4c7f300b4d2f06f
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Apr 13 15:13:16 2022 +0200
kernelbase: Move codepage initialization to ntdll.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=52218
Bug ID: 52218
Summary: Honeygain exits silently
Product: Wine
Version: 7.0-rc1
Hardware: x86-64
URL: https://download.honeygain.com/windows-app/Honeygain_i
nstall.exe
OS: Linux
Status: NEW
Keywords: download, win64
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 71289
--> https://bugs.winehq.org/attachment.cgi?id=71289
Wine 6.23 console log [23 MB]
Honeygain has a limited UI and so runs quietly in the system tray.
Under Wine the application either exits silently and Wine closes gracefully, or
the application becomes a zombie (in which case sending SIGHUP to conhost allow
Wine to exit gracefully).
The application has to run for a while to see this behaviour and it is not
clear how to trigger this, nor is it possible to predict exactly how it will
exit.
>From two runs:
06a4:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0032FEAC
0138:fixme:ver:GetFileVersionInfoSizeExW flags 0x2 ignored
0138:fixme:ver:GetFileVersionInfoExW flags 0x2 ignored
0138:fixme:ver:GetFileVersionInfoSizeExW flags 0x2 ignored
0138:fixme:ver:GetFileVersionInfoExW flags 0x2 ignored
0024:fixme:uiautomation:UiaReturnRawElementProvider (000100A8, 0, 0, 00000000)
stub!
0024:fixme:uiautomation:UiaReturnRawElementProvider (00270068, 0, 0, 00000000)
stub!
0024:fixme:uiautomation:UiaReturnRawElementProvider (002C00B4, 0, 0, 00000000)
stub!
0024:fixme:ieframe:OleInPlaceObject_InPlaceDeactivate (0055BBD8)
0024:fixme:ieframe:OleInPlaceObject_InPlaceDeactivate (00578C98)
Exits silently.
0120:err:system:update_display_cache failed to read display config
0120:err:system:update_display_cache failed to read display config
0120:err:gdi:CreateDCW no driver found for L""
0120:err:system:update_display_cache failed to read display config
0120:err:system:update_display_cache failed to read display config
0120:err:system:update_display_cache failed to read display config
0120:err:system:update_display_cache failed to read display config
0120:err:system:update_display_cache failed to read display config
* Assertion at /vagrant/mono/mono/utils/lock-free-alloc.c:145, condition
`sb_header' not met, function:alloc_sb, Failed to allocate memory for the lock
free allocator
Zombie.
In both cases the full logs are >20 MB.
This is a .Net app. When running with dotnet472 installed the app also
complains about being unable to allocate memory, though the system has plenty
of free memory and I don't see any ballooning from the app. I don't currently
have logs from this type of installation.
I *think* the app will run without logging in, though I am running the app
after working around Bug 51936 to log in.
--
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=52032
Bug ID: 52032
Summary: Bad Mouse Pointer under 32bits app (Poser)
Product: Wine
Version: 6.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dufgrinder(a)laposte.net
Distribution: ---
Created attachment 71034
--> https://bugs.winehq.org/attachment.cgi?id=71034
Mouse aspect under wine 6.x
In the 3D modeler of Application Poser 9 (32bits), the mouse pointer is a black
square instead of a reticle.
This anomaly does not appear with with 5.* and I identified it in 6.18 and 6.21
OS Linux: Centos 8 Stream & Alman Linux 8
--
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=49052
Bug ID: 49052
Summary: Japanese Visual Novel "natural Vacation" doesn't start
(ENIGMA 5.X protected)
Product: Wine
Version: 5.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
The program reportedly just exits instead of starting.
Reported on the forums at https://forum.winehq.org/viewtopic.php?f=2&t=33776
Pretty sure this is a deficiency in wine regarding the ENIGMA protector. The
demo of the game works just fine, but the full game doesn't.
I don't own the game, and don't know of another affected program, any ideas on
how to investigate this? What kind of logs would help? Though I fear ENIGMA
might fight debugging...
Note: This needs staging because of bug 43548 (aka bug 21232).
--
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=26909
Summary: HaoZip: Cannot navigate to drive_c
Product: Wine
Version: 1.3.18
Platform: x86
URL: http://storage2.dobreprogramy.pl/akcesoria/haozip_v2.2
.6302.multi_(dobreprogramy.pl).exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=34314)
--> (http://bugs.winehq.org/attachment.cgi?id=34314)
Error message
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko gdiplus
3) install HaoZip (default installation)
4) wine HaoZip.exe
5) click left mouse button on "drive_c" in Folder tree on the left
Behaviour:
See attachment.
Expected behaviour:
I should be able to enter drive_c.
Terminal output:
fixme:win:EnumDisplayDevicesW ((null),0,0x32f058,0x00000000), stub!
fixme:mountmgr:harddisk_ioctl unsupported ioctl 74080
fixme:mountmgr:harddisk_ioctl unsupported ioctl 74080
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (2000):
STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_CONNECT_RETRIES 3
fixme:shell:SHAutoComplete stub
err:listview:LISTVIEW_WindowProc unknown msg 108c wp=00000000 lp=00000000
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
--
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.
https://bugs.winehq.org/show_bug.cgi?id=53061
Bug ID: 53061
Summary: Alcoma ASD Client 11.1 fails to start due to missing
unicode exports in tapi32
Product: Wine
Version: 7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tapi32
Assignee: wine-bugs(a)winehq.org
Reporter: rpisl(a)seznam.cz
Distribution: ---
Alcoma ASD Client 11.1 fails to start due to missing following unicode exports
in tapi32: lineGetCallInfoW, lineGetDevConfigW, lineGetIconW and
lineSetDevConfigW.
--
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=33209
Bug #: 33209
Summary: Tribes: Ascend cannot authenticate user
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thanoulas(a)gmail.com
Classification: Unclassified
Using the latest wine 1.5.25 or latest from the git repository, the game starts
and goes to the login screen, but there is no way you can login. I get all
kinds of errors, mainly:
Username or password wrong
Connection timed out
Connection lost
It seems that the problem relies in winsock, I've attached a +winsock log
The highlight seems to be the following, as this line is repeated again and
again:
trace:winsock:WS2_recv_base socket 01c8, wsabuf 0x33ebb0, nbufs 1, flags 0,
from 0x33ec2c, fromlen 16, ovl 0x0, func 0x0
trace:winsock:WS2_recv_base fd=177, options=0
warn:winsock:WS2_recv_base -> ERROR 10035
Also, doing a search in the log for "63.251.64.141" (the authentication
server's IP) will give you the parts from when I clicked on the "Login" button.
Thanks,
Thanos
--
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=30503
Bug #: 30503
Summary: Echo: Secrets of the Lost Cavern upside down on
BACKBUFFER
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 4plague(a)gmail.com
Classification: Unclassified
When playing on BACKBUFFER - with or without multisample - all other modes
work, but have a separate bug #30502 - everything is upside down even the mouse
is Y-inverted.
This does not happen in intro movies. However sometimes I can see everything
normal for a split-second before everything flips upside down.
Demo:
http://www.gamershell.com/news_22111.html
--
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.
https://bugs.winehq.org/show_bug.cgi?id=53022
Bug ID: 53022
Summary: Fatal error detected
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: naworldw(a)gmail.com
Distribution: ---
This is my first time writing here. There is a program that I usually use.
https://github.com/KurtBestor/Hitomi-Downloader
Originally, I ran the program after running the Windows virtual environment in
Ubuntu, but I was always worried about the large resource consumption, so I ran
it with wine this time. However, it did not run with the error "msvcp140.dll
could not be extracted from open permission denied". The terminal reads
"wineserver: using server-side synchronization.
002c:err:wineboot:process_run_key Error running cmd
L"C:\\windows\\system32\\winemenubuilder.exe -r" (2).
MESA-INTEL: warning: Performance support disabled, consider sysctl
dev.i915.perf_stream_paranoid=0
wine: could not open working directory L"unix\\home\\timi\\", starting in the
Windows directory.
wine: could not open working directory L"unix\\home\\timi\\", starting in the
Windows directory.
" It's displayed like this way. Would you mind helping 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=53016
Bug ID: 53016
Summary: Steam fails to load pages
Product: Wine
Version: 7.8
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: dwmapi
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: jzeng(a)codeweavers.com
Regression SHA1: 182feddd4b02e83f3c69863bc2e6e63945eb2df1
Distribution: ---
News, Library, Downloads, Wishlist etc. pages show just empty window.
--
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=53010
Bug ID: 53010
Summary: Split/Second crashes on launch
Product: Wine
Version: 7.2
Hardware: x86-64
URL: https://download.cnet.com/Split-Second-demo/3000-7513_
4-75206464.html
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: winepulse.drv
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: gabrielopcode(a)gmail.com
Regression SHA1: 1ccdbcf475e21a9320dc81e0b0acac7fd997f338
Distribution: ---
wine: Unhandled exception 0xc0000409 in thread 15c at address 03A7A721 (thread
015c), 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.
https://bugs.winehq.org/show_bug.cgi?id=51936
Bug ID: 51936
Summary: Honeygain forgets user details
Product: Wine
Version: 4.20
Hardware: x86-64
URL: https://download.honeygain.com/windows-app/Honeygain_i
nstall.exe
OS: Linux
Status: NEW
Keywords: download, win64
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 70907
--> https://bugs.winehq.org/attachment.cgi?id=70907
Wine 6.20 console log
Honeygain is unable to remember account details and they have to be entered on
every run.
Work around is to copy the XML file user.config to
$WINEPREFIX/drive_c/users/$USER/AppData/Local/Honeygain_Url_RANDOM_SEQUENCE/0.10.7.0
from the equivalent directory on a Windows 10 installation.
Note that RANDOM_SEQUENCE is exactly that and varies between installations (for
some reason).
Tried "winetricks msxml3 msxml4 mshtml" but it made no difference.
The website states:
“At least Windows 7 with minimum .NET Framework 4.7.2”
Tried "winetricks dotnet472" but it keeps failing at the dotnet40 stage.
Will try earlier versions but having problems with compilation so will have to
come back once I've tested further.
Tested with Wine 6.20 and Wine Staging 6.20.
$ sha1sum Honeygain_install.exe
331c0790f26df36868818ed9ddbaf3db95fe4ebc Honeygain_install.exe
--
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=52956
Bug ID: 52956
Summary: Star Citizen crashes on unimplemented function
kernel32.dll.SetThreadInformation
Product: Wine
Version: 7.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: ace(a)haxalot.com
Distribution: ---
Created attachment 72326
--> https://bugs.winehq.org/attachment.cgi?id=72326
Patch to stub SetThreadInformation
With the upcoming Star Citizen 3.17.1 build, the game has started applying
power throttling information on its worker threads, which requires the missing
method SetThreadInformation.
I wrote - and attached - a quick patch to stub it out in a manner that seems
enough for the game to keep working.
Threw a quick look at the Windows API documentation as well - on how hard it
would be to do a more proper implementation, but I have honestly no idea what
the input data is supposed to accomplish, and a stub seems to do just fine.
--
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=52882
Bug ID: 52882
Summary: Improve software components also for using “GPU Caps
Viewer 1.54”
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Markus.Elfring(a)web.de
Distribution: ---
I have tried the tool “GPU Caps Viewer 1.54” out together with the software
“Wine 7.7-1449.4”.
Markus_Elfring@Sonne:~> wine
/home/altes_Heim2/elfring/geladen/Freeware/GPU_Caps_Viewer/GPU_Caps_Viewer.exe
00c4:err:ntoskrnl:ZwLoadDriver failed to create driver
L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\SecDrv": c0000142
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"SecDrv"
failed to start: 1114
0024:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:imm:ImeSetActiveContext (0x28bf30, 1): stub
0024:fixme:imm:ImmReleaseContext (0001004E, 0028BF30): stub
0070:fixme:imm:ImeSetActiveContext (0x5b4b0, 0): stub
…
0024:err:wgl:X11DRV_wglGetPixelFormatAttribivARB (0xb010064): unexpected
iPixelFormat(0) vs nFormats(247), returns FALSE
wine: Unhandled page fault on read access to 00000320 at address 00484738
(thread 0024), starting debugger...
…
Unhandled exception: page fault on read access to 0x00000320 in 32-bit code
(0x00484738).
…
See also:
https://appdb.winehq.org/objectManager.php?sClass=application&iId=17257
How will the chances evolve to fix remaining open issues?
--
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=48718
Bug ID: 48718
Summary: unimplemented function
KERNEL32.dll.RaiseFailFastException
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: py_lrr(a)hotmail.fr
Distribution: ---
Created attachment 66591
--> https://bugs.winehq.org/attachment.cgi?id=66591
Backtrace of the error encountered
Hi,
Trying to launch an application (a custom wow BfA to be precise), I got an
error saying a dll function is not implemented :
KERNEL32.dll.RaiseFailFastException (see backtrace for more details).
It seems to be this function :
https://docs.microsoft.com/en-us/windows/win32/api/errhandlingapi/nf-errhan…
It looks short and simple, at least in the Windows implementation.
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.
https://bugs.winehq.org/show_bug.cgi?id=51572
Bug ID: 51572
Summary: Crash when opening notes panel in Logos Bible Software
Product: Wine
Version: 6.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: johnpgoodman(a)gmail.com
Distribution: ---
Created attachment 70415
--> https://bugs.winehq.org/attachment.cgi?id=70415
Terminal Output from crash opening notes panel.
6.14 introduces a regression in which opening the notes panel causes an instant
crash. Terminal output attached.
There appears to be something of a fix in 6.14 staging already however the load
time of this panel is very slow and so is its updating etc. In 6.01 stable it
is almost instant.
This is a regression which it would be great if we can pin down and fix.
Any help appreciated - I've included an install guide as it isn't obvious.
---Install Guide---
The app is a bit like kindle in so much as the engine is free but the resources
cost so there is a free download. Unlike kindle it has many advanced research
features and books link together etc. The main app is free but there are paid
features, resources and subscriptions. To use the app you need a free account
https://www.logos.com/product/194909/logos-9-basic. It uses a downloader app
which last I tried doesn't work with wine. The actual msi link is
https://downloads.logoscdn.com/LBS9/Installer/9.6.0.0024/Logos-x64.msi
---Manual Install Procedure:---
1 Install wine 6 or newer
2 winetricks corefonts
3 winetricks settings fontsmooth=rgb
4 winetricks dotnet48
5 winetricks settings renderer=gdi (you might need to set the reg key
manually)
6 Install the Logos.msi download but don't run it.
7 wine64 reg add "HKCU\\Software\\Wine\\AppDefaults\\LogosIndexer.exe" /v
Version /t REG_SZ /d vista /f
8 Run Logos and sign in with your free account.
---GUI Install Script---
There is a script which downloads a preconfigured wine bottle and sets it all
up in $USER/Logos_BibleP directory which you can then easily remove etc.
https://github.com/ferion11/LogosLinuxInstaller/releases Choose fast install
without wine AppImage.
--
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=37614
Bug ID: 37614
Summary: Applications do not always start inside a configured
virtual desktop
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Created attachment 50062
--> https://bugs.winehq.org/attachment.cgi?id=50062
screenshot
I noticed some strangeness with virtual desktops. Configuring one (either via
winetricks or winecfg) and then starting e.g., notepad/regedit starts the
application outside of the virtual desktop.
To ensure it wasn't a race, I did 'wineserver -w' (and also added a sleep of 10
seconds), but the problem remains. After a few tries (usually 2-3), the
application will start inside the desktop, and from there, it seems to always
work as expected.
Commandline used:
$ winetricks -q vd=1024x768 ; wineserver -w ; sleep 10 ; notepad
screenshot attached.
[austin@localhost ~]$ xfwm4 --version
This is xfwm4 version 4.10.1 (revision 3918e6b) for Xfce 4.10
Released under the terms of the GNU General Public License.
Compiled against GTK+-2.24.24, using GTK+-2.24.25.
Build configuration and supported features:
- Startup notification support: Yes
- XSync support: Yes
- Render support: Yes
- Xrandr support: Yes
- Embedded compositor: Yes
- KDE systray proxy (deprecated): No
[austin@localhost ~]$ wine --version
wine-1.7.31-99-g5ecea72
--
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=52513
Bug ID: 52513
Summary: CEF not working correctly
Product: Wine
Version: 7.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lolzaldi(a)gmail.com
Distribution: ---
Created attachment 71814
--> https://bugs.winehq.org/attachment.cgi?id=71814
CEF error log provided by alt:V client.
Applications using CEF (Chromium embedded framework) with forced sandboxing
don't seem to work. Case in point: Multiplayer Mod for GTA (alt:V
https://altv.mp) doesn't start up using wine.
No dll overrides used besides "atiadlxx (disabled)" and "winemenubuilder
(disabled)" to get the Rockstar Launcher and GTA V running (both working fine).
alt:V loads up but can't initialize CEF when run via wine and thus crashes. CEF
error log provided by alt:V in attachments.
All needed vc runtimes etc. are installed.
--
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=48270
Bug ID: 48270
Summary: Rebelbetting: Logging into Betfair results in
incorrect large numbers
Product: Wine
Version: 4.21
Hardware: x86-64
URL: http://rebelbetting.com/files/RebelBettingSetup.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 65937
--> https://bugs.winehq.org/attachment.cgi?id=65937
Screenshot
Running Rebelbetting BEFORE (or without) logging into Betfair gives normal,
sensible results.
After logging into Betfair some (but not all) of the calculated numbers are
insanely high, either positive or negative. Screenshot attached.
The cause seems to be from a stake of 2^31 which appears most of the time, but
not always. It also seems to be avoided if two or none of the participants is
Betfair.
Betfair's API uses JSON.
I wasn't sure if this was a bug in the software so I've been running it for a
while on Linux and Windows 10 ― it definitely only occurs in Linux.
WARNING: running Rebelbetting twice with the same log-in details will get your
account suspended for at least one hour.
I don't think this is a regression as this has happened for as long as I can
remember.
Account for both Rebelbetting and Betfair required to test.
To get this far:
1. "winetricks dotnet45" (Bug 48014)
Note there are other bugs which may be encountered (see the AppDB).
Running in 32-bit wineprefix. I haven't yet tested in a 64-bit wineprefix to
see if the numbers change, but I think the app is 32-bit anyway.
Note that this is similar, but subtly different to Bug 38944. The fix there may
offer a clue following a very long, very tedious regression test, but I'm
saving that as a very last resort (and may not even be related).
--
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=37877
Bug ID: 37877
Summary: boincmgr wxWidgets error in Win81 mode
Product: Wine
Version: 1.7.33
Hardware: x86-64
URL: http://boinc.berkeley.edu/dl/boinc_7.4.36_windows_inte
lx86.exe
OS: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 50443
--> https://bugs.winehq.org/attachment.cgi?id=50443
Wine 1.7.34 console output
boincmgr displays a wxWidgets debug dialog when choosing File-->Exit in Windows
8.1 mode. This does not occur in other modes.
To recreate:
1. Set winecfg to Windows 8.1.
2. Install BOINC 7.4.36 normally (default options).
3. Launch boincmgr.
4. Press CTRL+ALT+A for Advanced Mode (might have to press several times to get
a response).
5. Go to File --> Exit.
The exit dialog will pop up as normal, but so too does a wxWidgets debug
dialog.
Workaround: choose another mode.
$ sha1sum boinc_7.4.36_windows_intelx86.exe
2919cc9b6163019fc014a7fa4190bee8ead4b544 boinc_7.4.36_windows_intelx86.exe
--
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=34026
Bug #: 34026
Summary: IE8 help pages are blank
Product: Wine
Version: 1.6-rc5
Platform: x86-64
URL: http://download.microsoft.com/download/C/C/0/CC0BD555-
33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 45215
--> http://bugs.winehq.org/attachment.cgi?id=45215
wine-1.6-rc5 console output
Working around Bug 34025 with native urlmon, the IE8 help pages are all blank.
Native mshtml changes the blank pages to an error page: "This program cannot
display the web page".
Tried native wininet but it made no difference.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=52992
Bug ID: 52992
Summary: XMedia Recode v3.5.5.7 x64 crashes while batch
converting videos
Product: Wine-staging
Version: 7.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: globalunity(a)disroot.org
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 72359
--> https://bugs.winehq.org/attachment.cgi?id=72359
Backlog file
XMedia Recode v3.5.5.7 x64 crashes while batch converting videos
WINE STAGING SETTINGS:
Windows 10
Wine Version: 7.8
KDE Plasma Info:
Operating System: openSUSE Tumbleweed 20220509
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.93.0
Qt Version: 5.15.2
Kernel Version: 5.17.5-1-default (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Core™ i5-3570K CPU @ 3.40GHz
Memory: 15.3 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 4000
--
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=46513
Bug ID: 46513
Summary: MCI_Open handling of filenames passed with
MCI_OPEN_TYPE is insufficient (3D Pinball Space Cadet)
Product: Wine
Version: 4.0-rc7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: wenger.quentin(a)bluewin.ch
Distribution: ---
Created attachment 63364
--> https://bugs.winehq.org/attachment.cgi?id=63364
Patch checking for a dot in lpstrDeviceType and switching to MCI_OPEN_ELEMENT
accordingly.
I stumbled upon the error
fixme:mci:MCI_LoadMciDriver Couldn't load driver for type L"PINBALL.MID"
(as reported in the "Additional Comments" on
https://appdb.winehq.org/objectManager.php?sClass=version&iId=1673&iTesting…)
while playing with 3D Pinball Space Cadet. This error prevents the MIDI
background music of the game from playing.
For reference, aplaymidi and the testing mcishell (wintest.exe) both play the
file without problems.
I tracked down this error to the function MCI_Open receiving MCI_OPEN_TYPE and
the string "pinball.mid" as lpstrDeviceType, instead of MCI_OPEN_ELEMENT and
the string in lpstrElementName.
While this may seem like a bug in Pinball, the function MCI_Open actually
already applies some check for this situation (see the comment in lines
1763-1766 of mci.c). However, the check is based on some '!' character present
in the string, which does not cover Pinball's case.
I did create a patch for my own needs, see attachment.
Please note that I provide no guarantee about the scope accuracy of this patch
- it does solve the problem, but maybe checking for the presence of a dot in
the string is too broad and creates bug with other programs...
Assuming that the logic of the patch is good, it may also be wanted to
merge/simplify/rewrite the checks somewhat, eg. merging the ERR(...), etc.
--
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=21864
Summary: Default paper size A4 instead of my printers default
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Created an attachment (id=26481)
--> (http://bugs.winehq.org/attachment.cgi?id=26481)
cups paper size
Hi All,
Would you guys fix this for me?
Word Pro, Note Pad Plus, all think my default printer is my Okidata B4350. And
it is. But, all new documents default to A4 as the paper size and it is not.
It is "Letter". Wine is not picking up the default paper size from my printer.
Many thanks,
-T
--
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=30824
Bug #: 30824
Summary: msvbvm60.dll crashes Gehalt.exe
Product: Wine
Version: 1.5.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johannesobermayr(a)gmx.de
Classification: Unclassified
Created attachment 40369
--> http://bugs.winehq.org/attachment.cgi?id=40369
Backtrace
Trying to start installed Gehalt.exe (not the install app).
URL:
http://www.pc-gehalt.de/gehalt-download.htm
--
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=24880
Summary: Last Chaos MMO Game : installs OK but crashes when run
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert_mt_walker(a)yahoo.co.uk
Created an attachment (id=31499)
--> (http://bugs.winehq.org/attachment.cgi?id=31499)
Command Line trace from command: wine LC.exe
I am corroborating reports by another user that this game installs (but does
not run correctly after a recent update). I don't use the game myself!! It
installs on Windows 7 OK. However a small batch file needs to be run to correct
a bug in the most recent update. (All this 5-line script does is copy a file
'LC.exe_' over the existing 'LC.exe' - the main game executable).
Please refer to this forum thread:
http://forum.winehq.org/viewtopic.php?t=10011
On Ubuntu 10.04+WINE 1.3.5 the game installs and runs an initial launcher. This
updates itself. After update is complete - immediately on pressing the 'START'
button a popup window appears: 'This program could not be run itself'
(NB obviously I've worked around the installer bug...)
He was using stable version 1.2 (also on Ubuntu). He reports he has previously
had the game working under WINE (before a recent update).
I ran the game using:
$ wine LC.exe
There is a whole lot repeated output but one line appears in the shell output:
fixme:advapi:ParseStringSidToSid String constant not supported: L"(A"
only when I press the 'START' button on the game launcher. This is immediately
prior to the popup error window appearing.
I have attached the rest of the shell output as a file.
Bob
--
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=28804
Bug #: 28804
Summary: Angry Birds: switching from fullscreen to windowed
mode problem
Product: Wine
Version: 1.3.30
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: graham(a)nerve.org.za
Classification: Unclassified
A free demo of the game is available here:
http://download.angrybirds.com/
After installation, the game starts in fullscreen mode by default.
If the game is switched to windowed mode, by clicking on the gear and then the
rectangle, the game switches out of fullscreen mode and the music continues to
play but the window is not visible.
There is a configuration file 'Program Files/Rovio/Angry Birds/config.lua'
which contains the line 'fullscreen = true'. If this line is changed to
'fullscreen = false', the game always starts in windowed mode, but can be
switched to fullscreen and back to windowed mode without any problems.
--
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=24846
Summary: SecureCRT: Pop-up menu list flashes
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=31435)
--> (http://bugs.winehq.org/attachment.cgi?id=31435)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
2) install SecureCRT
3) wine SecureCRT.exe
4) unfold pop-up menu as shown in attachment
Behaviour:
Pop-up menu list flashes.
Expected behaviour:
Pop-up menu list shouldn't flash.
--
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=20962
Summary: Starting Secunia PSI starts a window but with no
contents
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Created an attachment (id=25129)
--> (http://bugs.winehq.org/attachment.cgi?id=25129)
Terminal output
Installation works fine but when opening window it just picks up its filling
from the desktop below.
Closing it results in a crash dialog
--
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.
https://bugs.winehq.org/show_bug.cgi?id=51675
Bug ID: 51675
Summary: Divinity Original Sin 2 doesn't start with wine 6.15
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stefanescu.a(a)mail.com
Distribution: ---
Divinity Original Sin 2 Definitive Edition and Classic Edition doesn't start
with wine 6.15. There is no message from the game, it just makes a CrashDump
file.
With Wine 6.0 stable the game starts and works just fine.
On Wine 6.15 the game crashes with this message:
00f8:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
00f8:fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpWithHandleData
Monitored process exited.
Initial process has exited (return code: 1280)
All monitored processes have exited.
Exit with returncode 1280
--
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=43370
Bug ID: 43370
Summary: Origin fails to start, repeats the same message over
and over
Product: Wine
Version: 2.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: haakobja(a)gmail.com
Distribution: ---
Hi,
I tried Origin with Wine 2.12-Staging, and while it installs just fine I cannot
get to the log in. When I open Origin the debug log fills with the same line:
err:d3d:context_reacquire Acquired context 0x66b7418 instead of 0x66c17b0.
I'm currently using Fedora 26 x86_64 with Mesa 17.1.5 and this happens in both
the 32 bit and the 64 bit wine prefix.
--
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=52271
Bug ID: 52271
Summary: In the game Max Payne 3 (purchased from Rockstar Games
Launcher) cursor during the game runs away to the
second monitor.
Product: Wine
Version: 7.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jon9097(a)gmail.com
Distribution: ---
In the game Max Payne 3 (purchased from Rockstar Games Launcher) cursor during
the game runs away to the second monitor.
Arch Linux
--
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=52122
Bug ID: 52122
Summary: Since 6.21 cups printers are not detected
Product: Wine
Version: 6.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: spooler
Assignee: wine-bugs(a)winehq.org
Reporter: andreas(a)sassermann.de
Distribution: ---
Created attachment 71153
--> https://bugs.winehq.org/attachment.cgi?id=71153
winespool debug output
Since the upgrade to 6.21 the cups printers are no longer recognized.
Reproduce:
start notepad.exe
Open printdialog, confirm error message about no available printers.
Printer selection is empty.
After reverting to 6.16 the printers loads the printers as expected.
System:
Manjaro, Kernel 5.10.79-1-MANJARO, KDE, CUPS 2.3.3op2
--
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=52047
Bug ID: 52047
Summary: not all joysticks show up in wine
Product: Wine
Version: 6.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: joy.cpl
Assignee: wine-bugs(a)winehq.org
Reporter: erlofgrey(a)gmail.com
Distribution: ---
Created attachment 71058
--> https://bugs.winehq.org/attachment.cgi?id=71058
part of dmesg, terminal output, 2 screenshots
in wine 6.21 i see only 2 joysticks in joy.cpl instead of 3, i checked wine
6.18 and there i see all 3 and additionally (js) and (event) versions in the
list.
i checked additionally wine-ge between 6.18 and 6.21, last working was 6.19
there and broken with 6.20.
--
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=51518
Bug ID: 51518
Summary: NovaRO crashes when doing Monster Hunter quest
Product: Wine
Version: 6.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alandms123(a)gmail.com
Distribution: ---
Created attachment 70360
--> https://bugs.winehq.org/attachment.cgi?id=70360
crash-log-stripped.txt
The game crashes when trying to do some quests, but in specific the Monster
Hunter quest. The "dispatch_exception EXCEPTION_ACCESS_VIOLATION exception
(code=c0000005) raised" got my attention when crashing.
Also the crash isn't always reproducible, I would it crashes 95% of time at the
same part, but there is a 5% chance that the game doesn't crashes at all (the
crashes aren't experienced by Windows users).
Also there is a "workaround" to decrease (just a little) the chances of the
game crashing that is running the game with WINEDEBUG, as:
WINEDEBUG=warn+all,-d3d,-d3d_perf,-wgl,-ntdll wine NovaRO.exe
as said by a developer of the game it "Debug output is required to avoid a race
condition in the client."
steps to reproduce (after the game already installed, account and character
already created):
- type "@go mh" (without quotes) in the chat
- go to the entrance at your front
- select "play cutscene" option
--
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=51239
Bug ID: 51239
Summary: ndis.sys:ndis fails when network interfaces come and
go
Product: Wine
Version: 6.8
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ndis.sys
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
ndis.sys:ndis fails when network interfaces come and go. This shows up at least
as this failure:
https://test.winehq.org/data/patterns.html#ndis.sys:ndis
ndis.c:122: Test failed: GetIfEntry2 failed
But likely also causes these:
ndis.c:124: Test failed: Wrong ServiceName
ndis.c:77: Test failed: Wrong permanent address
ndis.c:84: Test failed: Wrong current address
So this can cause failures when running it on a machine that has Docker/Podman,
QEmu (particularly if it acts as a TestBot VM host), VPNs (if the connection
gets reset at the wrong time), etc.
--
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=39240
Bug ID: 39240
Summary: advapi32:service fails in some non-English locales
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The following test failures happen specifically in some non-English locales:
service.c:382: Test failed: Expected failure
service.c:383: Test failed: Expected ERROR_DUPLICATE_SERVICE_NAME, got 0
service.c:397: Test failed: Could not create the service : 1073
service.c:403: Test failed: Expected ERROR_ACCESS_DENIED, got 6
service.c:682: Test failed: Could not create the service : 1072
service.c:881: Test failed: Expected Spooler, got Winetest
service.c:1829: Test failed: Could not create the service : 1072
service.c:2015: Test failed: Could not create the service : 1072
service.c:2313: Test failed: Could not create the service: 1072
service.c:2381: Test failed: Expected success, got error 1072
service.c:2405: Test failed: Expected success (err=1072)
service.c:2427: Test failed: Expected success (err=6)
service.c:2438: Test failed: Expected success, got error 1072
service.c:2442: Test failed: Expected success (err=6)
In particular they can be seen o the following WineTest boxes:
fg-win7u64-1spie9-fr - Windows 7 Ultimate configured for a French locale
fg-win7u64-1spie9-mx - Windows 7 Ultimate configured with a mix of locales (to
help figure out exactly which Windows locale setting a test depends on)
pelzflowin81pronvid - Windows 8.1 in a German locale
Note however that it works fine in other locales such as Hebrew
(fg-win7u64-1spie9-he), Japanese (fg-win7u64-1spie9-ja and newtb-w7u) and
Korean (fg-win7u64-1spie9-ko).
This tests regression was introduced by the following commit:
commit f8ea5a73ce799ae7a8b8e3d9d5ae9d28511c1d8b
Author: Paul Vriens <paul.vriens.wine(a)gmail.com>
Date: Tue Jul 17 22:06:51 2007 +0200
advapi32/service: Test for duplicate displayname.
--
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=52247
Bug ID: 52247
Summary: Cockos reaper Crashes on project saving
Product: Wine-staging
Version: 7.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: guglielmo.fratticioli(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 71365
--> https://bugs.winehq.org/attachment.cgi?id=71365
see line 26
I found in the backtrace the error :
'' Unable to access file 'Z:\usr\src\packages\BUILD\dlls\shell32\shfldr_fs.c'
''
Reaper wont crash in the root mode -> sudo wine reaper.exe
--
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=43113
Bug ID: 43113
Summary: No sound output in GWENT: The Witcher Card Game
Product: Wine-staging
Version: 2.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sagcanv(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 58312
--> https://bugs.winehq.org/attachment.cgi?id=58312
Wine output
Normally you'd hear sound upon starting the game on Windows but Wine gives no
sound output. This also occurs in-game as well on the main screen. I checked if
there's a wine application entry in pavucontrol but there seems to be none.
Some people - according to this Reddit thread
(https://www.reddit.com/r/gwent/comments/6dtfyl/installing_gwent_on_macos_wi…)
- seem to have the same problem.
On a side note, there seems to be some graphical glitch which displays animated
cards weirdly/ black (http://i.imgur.com/WUHJEkh.png vs.
http://i.imgur.com/RZN9r7P.png) but I'll open another report for that later (if
it isn't already a known bug).
--
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.