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.
https://bugs.winehq.org/show_bug.cgi?id=53059
Bug ID: 53059
Summary: TherFisher IBright doesn't run through Wine on Manjaro
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pritom.c.23.5(a)gmail.com
Distribution: ---
Created attachment 72462
--> https://bugs.winehq.org/attachment.cgi?id=72462
TherFisher IBright doesn't run through Wine on Manjaro
TherFisher IBright doesn't run through Wine on Manjaro 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.
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=52973
Bug ID: 52973
Summary: A file containing special characters in its name is
unreadable/unusable
Product: Wine
Version: 7.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Steps to reproduce:
1) Create a file name
[start]0x20 0xE2 0x80 0x93 0x20[end]
2) Windows applications will only show it as:
[start] b
No idea where "b" comes from.
3) Trying to open will result in: File not found.
Here's a sample name:
[1 – 2.txt]
Will be listed as:
[1 b]
--
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=53080
Bug ID: 53080
Summary: Powershell Core is broken since yesterday`s
e613d294504a6fe69102b0c1bc050ebd33a1c64e
Product: Wine
Version: 7.9
Hardware: x86-64
URL: https://github.com/PowerShell/PowerShell/releases/down
load/v7.0.3/PowerShell-7.0.3-win-x64.msi
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: e613d294504a6fe69102b0c1bc050ebd33a1c64e
Distribution: Debian
Crash:
Fatal error. System.AccessViolationException: Attempted to read or write
protect
ed memory. This is often an indication that other memory is corrupt.
at System.Globalization.CompareInfo.FindString(UInt32, System.String, Int32,
Int32, System.String, Int32, Int32, Int32*)
at System.Globalization.CompareInfo.StartsWith(System.String, System.String,
System.Globalization.CompareOptions)
at System.Globalization.CompareInfo.IsPrefix(System.String, System.String,
Sy
stem.Globalization.CompareOptions)
Steps to reproduce:
- Install
https://github.com/PowerShell/PowerShell/releases/download/v7.0.3/PowerShel…
- wine pwsh
Reverting e613d294504a6fe69102b0c1bc050ebd33a1c64e makes it work again.
commit e613d294504a6fe69102b0c1bc050ebd33a1c64e
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon May 30 22:40:23 2022 +0200
kernelbase: Reimplement FindNLSStringEx/W using the sortkey generation
code.
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=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=53020
Bug ID: 53020
Summary: Unable to download games from EA Origin
Product: Wine
Version: 7.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Distribution: ---
Created attachment 72389
--> https://bugs.winehq.org/attachment.cgi?id=72389
Output Console log
Hi,
Currently with plain wine-7.8, install and launch EA Origins work without
issue.
But there is an issue when i want to download a game.
As you can see on the screenshot, Origin waiting for permission with Windows
prompt ... but no windows prompt appears.
In the past, i did not have this issue and i tried with wine 6.23 and the issue
subsist. I suspect a new version of Origin which cause this.
I tried wine-staging and same issue. Strangely with wine-GE
(https://github.com/GloriousEggroll/wine-ge-custom), there is not issue and i
can download the game correctly, i don't have the permission popup.
--
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.