https://bugs.winehq.org/show_bug.cgi?id=52778
Bug ID: 52778
Summary: Logos Bible Software: Crash on Read Attempt
Product: Wine
Version: 7.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thwright(a)thwright.com
Distribution: ---
Created attachment 72158
--> https://bugs.winehq.org/attachment.cgi?id=72158
Terminal output from the crash reported.
Download link:
https://downloads.logoscdn.com/LBS9/Installer/9.9.0.0011/Logos-x64.msi
This crash is similar to other crashes that I have seen, namely the first line:
```
Unhandled Exception: System.AccessViolationException: Attempted to read or
write protected memory. This is often an indication that other memory is
corrupt.
```
The output is far more extensive than those other crashes. (I will attach
output from one of them as well.)
This was caused while navigating the program's interface. I was attempting to
open a new resource when the crash happened. I've been unable to reproduce
these issues reliably.
---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.
There is currently a major issue from an update in Logos 9.10+ that prevents
Logos from working through wine. Use the given install link.
--
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=52765
Bug ID: 52765
Summary: LeoBodnar GPSDO isn't detected / doesn't work
Product: Wine
Version: 7.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hid
Assignee: wine-bugs(a)winehq.org
Reporter: zbox(a)atlas.cz
Distribution: ---
Created attachment 72135
--> https://bugs.winehq.org/attachment.cgi?id=72135
# lsusb -v -d 1dd2:2210
It's HID device.
HW:
http://www.leobodnar.com/shop/index.php?main_page=product_info&cPath=107&pr…
SW: http://www.leobodnar.com/files/GPSClockConfigV9.12.exe
$ rpm -q wine
wine-7.5-1.fc34.x86_64
$ ls -l /dev/hidraw0
crw-rw-rw-. 1 root root 240, 0 Apr 2 23:16 /dev/hidraw0
$ export WINEDEBUG=trace+hid,trace+hid_report,trace+plugplay
$ wine cmd
Microsoft Windows 6.1.7601
Z:\var\tmp>net start winebus
The Wine HID bus service is starting.
Service already running.
Z:\var\tmp>GPSClockConfigV9.12.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=52764
Bug ID: 52764
Summary: Cyberpunk 2077 crashes on launch with wine-staging 7.5
Product: Wine-staging
Version: 7.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arhangel3102(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 72133
--> https://bugs.winehq.org/attachment.cgi?id=72133
Cyperpunk 2077 Wine 7.5-staging launch log
When starting the game, a black screen appears. Then appears
REDEngineErrorReporter with a question to send the report or not. And the game
crashes. The game worked fine with wine 7.0-staging. Vkd3d-proton was added to
the 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=49920
Bug ID: 49920
Summary: wine: could not load ntdll.so, and more
Product: Wine
Version: 5.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: loader
Assignee: wine-bugs(a)winehq.org
Reporter: ferion11(a)hotmail.com
Distribution: ---
When using custom path and environment, through environment variables,
wine-vanilla v5.17-v5.18 fails to load with the error:
wine: could not load ntdll.so: /my/path/lib/wine/fakedlls/ntdll.so: cannot open
shared object file: No such file or directory
And if I create a symbolic link to the wrong place in ntdll.so, it tries to
load the wine executable in another place that isn't even in the environment
variables:
/my/path/usr/lib32/wine: error while loading shared libraries:
/my/path/usr/lib32/wine: cannot open shared object file: No such file or
directory
For the info: Wine is installed in /my/path/ (bin, lib, share...), and the
dependency libraries in /my/path/usr/ (bin, lib, lib32)
The v5.16 works, then I made the bisect:
4826900a30a431faa8bcc9e3f0007f794d8d15bb is the first bad commit
commit 4826900a30a431faa8bcc9e3f0007f794d8d15bb
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Sep 8 09:55:38 2020 +0200
loader: No longer depend on libwine.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
loader/Makefile.in | 4 +-
loader/main.c | 159 +----------------------------------------------------
2 files changed, 5 insertions(+), 158 deletions(-)
--
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=46857
Bug ID: 46857
Summary: Steam menus are hidden by macOS native window
decoration
Product: Wine
Version: 4.3
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: root(a)yurikoles.com
Created attachment 63910
--> https://bugs.winehq.org/attachment.cgi?id=63910
screensot
Please see screenshot attached, which is better than a thousand words.
Actually it's still possible to use Steam menu, but you need to guess/remember
what you are clicking. I can't capture menu, because when I press ⌘ (+⇧+4) menu
disappears.
--
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=52829
Bug ID: 52829
Summary: Civilization 4: Shift+RMB mistaken for Shift+LMB
Product: Wine
Version: 7.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukasz.wojnilowicz(a)gmail.com
Distribution: Fedora
Created attachment 72219
--> https://bugs.winehq.org/attachment.cgi?id=72219
Visual help for the steps
Steps to reproduce:
1) remove ~/.wine
2) install civilization4demo_multi.zip
3) wine Civilization4.exe
4) Click on "Play the demo"
5) Click on "Indian Empire" then OK
6) Click OK to confirm your details
7) Click OK to confirm your difficulty level
8) Click on "Continue" to start a game
9) Click on "Settler" and press "B" key to build a city
10) Click on "Fast worker" to start building it in the city
11) Click on "Agriculture" to start researching it
12) Press Shift+Enter to end a turn and repeat it like ca. 15 times until the
fast worker gets completed (you get many notifications along the way, so answer
to them as you like)
13) LMB on the fast worker
14) Press and hold Shift button
15) Move the mouse pointer on a corn field
16) RMB on the corn field tile (remember to still hold Shift key)
Behaviour:
A context menu opens (see video)
Expected behaviour:
An indication to move to the corn field tile should appear (see video)
Additional information:
1) The context menu mentioned above opens on Windows when I press Shift+LMB
instead of Shift+RMB
2) The bug happens also in the full version of the game, but the behaviour
there is different i.e. the game shows an indication to move to a corn field
tile, but doesn't lock the action, so I cannot choose what to build on this
corn field tile.
--
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=34025
Bug #: 34025
Summary: IE8 help exits silently
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: minor
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 45214
--> http://bugs.winehq.org/attachment.cgi?id=45214
wine-1.6-rc5 console output
The Help file in IE8 for XP opens the window but exits silently.
The same can be achieved once IE8 is installed by running:
wine hh c:\\windows\\help\\iexplore.chm
fixme:urlmon:CreateUri Ignoring unsupported flag(s) 2000
fixme:shdocvw:IEParseDisplayNameWithBCW stub: 0x0
L"mk:@MSITStore:C:\\windows\\help\\iexplore.chm::/iegetsrt.htm" 0x1a6ba8
0x32e800
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_END_BROWSER_SESSION:
STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_RESET_URLCACHE_SESSION:
STUB
err:htmlhelp:doWinMain Failed to open HTML Help file
'c:\windows\help\iexplore.chm'.
Workaround is the supplied native urlmon.
--
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=52863
Bug ID: 52863
Summary: kernel32:actctx fails on Windows 10 1909
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
kernel32:actctx fails on Windows 10 1909:
actctx.c:1110: wrong_manifest11
actctx.c:1045: Test failed: Unexpected context handle 00000000000F9CE8.
https://test.winehq.org/data/patterns.html#kernel32:actctx
The failure happens in the new test_create_and_fail(wrong_manifest11...) call
introduced by this commit:
commit c7f72cc4003cc2714bf219d9d595ce9f87c30a98
Author: Rémi Bernon <rbernon(a)codeweavers.com>
AuthorDate: Wed Apr 6 16:09:28 2022 +0200
kernel32/tests: Add some activatableClass manifest attribute tests.
And the matching ACTIVATION_CONTEXT_SECTION_WINRT_ACTIVATABLE_CLASSES
activation context section.
Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
The failure can be reproduced on the w1064v1909 TestBot VM.
--
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=48025
Bug ID: 48025
Summary: Betfair Poker crashes
Product: Wine
Version: 4.18
Hardware: x86-64
URL: https://poker-com-banner.bfcdl.com/installer/SetupPoke
r.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Blocks: 38931
Distribution: Ubuntu
Created attachment 65564
--> https://bugs.winehq.org/attachment.cgi?id=65564
Wine 4.18 console log
Following a successful installation, Betfair Poker crashes and cannot continue.
wine: Unhandled page fault on write access to 0xbbadbeef at address 01D13A72
(thread 0083), starting debugger...
Workarounds:
winetricks ie6 vd=1024x768 (Bug 38929 & Bug 48024)
=>0 0x01d13a72 EntryPoint+0xffffffff() in qt5webkit (0x7dcbb7f0)
Seems to use Qt5 but I can't see any source code downloads. It is available
with a commercial licence, however.
--
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=38931
Bug ID: 38931
Summary: Betfair Poker log-in stops
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: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 51865
--> https://bugs.winehq.org/attachment.cgi?id=51865
wine-1.7.47-84-g2294d3b console output
The Betfair Poker log-in window fails to do anything after submitting the
log-in details and just shows a blank, white window.
Process:
1. "winetricks -q ie6"
2. Set everything except mshtml to builtin (Bug 38929)
3. Setup/install
4. Load application
Native mshtml causes a stack overflow. Switching back to builtin avoids the
overflow but doesn't help.
Native shdoclc (AND native mshtml) works around the bug and allows the
application to continue, and log in. Either alone have their own problems so
I'm not sure where the issue lay. There are possibly two, separate bugs here
but I cannot separate them.
$ sha1sum SetupPoker.exe
ae3d498582f63c0b0906b5158aaa7669124db5a1 SetupPoker.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=16142
Summary: Adobe Reader 9.0 outputs error after install, that
multiple instances are running
Product: Wine
Version: 1.1.8
Platform: PC
URL: http://ardownload.adobe.com/pub/adobe/reader/win/9.x/9.0
/enu/AdbeRdr90_en_US.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=17384)
--> (http://bugs.winehq.org/attachment.cgi?id=17384)
terminal output
"Another instance of this program is already running. You cannot run multiple
instances at the same time"
minor, but annoying.
--
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=46775
Bug ID: 46775
Summary: DUMB TYPO Steam (from steam-wine-git AUR) crashes when
attempting to access controller settings for desktop
or general
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: mobiuscode(a)tutamail.com
Distribution: ---
I merely want my retrolink gamecube-style controller to work with ALL the
games I've installed on Steam using steam-wine. Apparently the bug, according
to a developer of one of the games that doesn't work, stems from Proton
https://github.com/ValveSoftware/Proton/issues/1549 but I can't troubleshoot it
because the moment I try to access the controller settings, several popup
errors appear saying something (one was I think "can't find surface"), none of
which are searchable (until after I paste them here, I guess). One of them also
appears when run from Konsole:
"\src\panorama\renderer\d3d10d2dsurface.cpp (9532) : Assertion Failed: No D2D
device created, possible no GPU supoprting D3D10_FEATURE_LEVEL_9_1 or higher
was found? Can't create surface."
And WHY IS SUPPORTING MISSPELLED ON WINE ALONE????
--
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=52127
Bug ID: 52127
Summary: SlingPlayer 2 crashes on load
Product: Wine
Version: 6.22
Hardware: x86-64
URL: http://download.slingmedia.com/player/pc/SP2/SlingPlay
er-2.0.3508-Setup-EMEA.exe
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
CC: julliard(a)winehq.org
Blocks: 18556, 28669, 44204
Regression SHA1: a76518c186ac0893ea460cd3b061096f1b05c8cc
Distribution: Ubuntu
Created attachment 71162
--> https://bugs.winehq.org/attachment.cgi?id=71162
Wine 6.22 console log
SlingPlayer 2 crashes with a Vis C++ error in Wine 6.22.
This never used to occur.
a76518c186ac0893ea460cd3b061096f1b05c8cc is the first bad commit
commit a76518c186ac0893ea460cd3b061096f1b05c8cc
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Dec 11 22:22:43 2019 +0100
kernelbase: Use exception handlers instead of IsBad* functions.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 bbbda9e8b3bc9c0f48aba9472365ca39a95a57fc
4745b91c6e1ed41e2b1ff25741fa77c58cc02a01 M dlls
Commit cannot be reverted in latest git as build fails.
Tried native quartz but it made no difference.
Doesn't occur in Wine Staging 6.22.
--
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=28437
Summary: Panzer Corps: no intro video
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: slackers.mailbox(a)gmail.com
Created an attachment (id=36451)
--> (http://bugs.winehq.org/attachment.cgi?id=36451)
Panzer Corps: no intro video
Wine 1.3.28, Ubuntu 11.04 x86_64
There is no intro video being played upon starting the game. It's possible to
skip the displayed blank screen and enter the game by hitting ESC.
--
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=19743
Summary: Acrobat Reader 5 page fault on load
Product: Wine
Version: 1.1.27
Platform: PC
URL: ftp://ftp.adobe.com/pub/adobe/acrobatreader/win/5.x/ar
500enu.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Acrobat Reader 5 causes a page fault when loading.
=>0 0x3702e6cb in docbox.api (+0x2e6cb) (0x0032f10c)
Removing docbox.api allows the app to load.
docbox.api is some kind of plug-in from InterTrust, but the crash does not
occur under Windows.
--
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=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.
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=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=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=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.