http://bugs.winehq.org/show_bug.cgi?id=19967
Summary: Oblivion: overflow(?) in quartz if compiled without
mpg123
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roothorick(a)new.rr.com
Compile wine without mpg123, start Oblivion, start a game, wait a certain
constant amount of time after the game starts -> crash. Based on the behavior,
I'm guessing it's a page fault. winedbg says:
First chance exception: page fault on read access to 0x00000000 in 32-bit code
(0x7bf9630a).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7bf9630a ESP:0033e9f4 EBP:0033ea1c EFLAGS:00010202( R- -- I - - - )
EAX:00000000 EBX:7bfbdff4 ECX:6f517ef0 EDX:00000000
ESI:6f5184f8 EDI:6f5184f8
Stack dump:
0x0033e9f4: 6f517ef0 ffffffff 0033ea2c 7bf949b9
0x0033ea04: 00000000 6f517ea8 7bf962db 7bfbdff4
0x0033ea14: 00000000 6f5184f8 0033ea5c 7bf937f9
0x0033ea24: 6f5184f8 ffffffff 0033ea4c 7bf9625e
0x0033ea34: 6f517b34 6f5186b4 6f517ee8 7ef8bdf6
0x0033ea44: 00110058 00000000 00000000 7bfbdff4
Backtrace:
=>0 0x7bf9630a PullPin_Disconnect+0x3a() in quartz (0x0033ea1c)
1 0x7bf937f9 Parser_PullPin_Disconnect+0x139() in quartz (0x0033ea5c)
2 0x7bf732cc FilterGraph2_RemoveFilter+0x1cc() in quartz (0x0033ebcc)
3 0x7bf7715e FilterGraph2_Render+0x53e() in quartz (0x0033ee1c)
4 0x7bf72e60 FilterGraph2_RenderFile+0x1b0() in quartz (0x0033ee7c)
5 0x006acf86 in oblivion (+0x2acf86) (0x00000000)
0x7bf9630a PullPin_Disconnect+0x3a in quartz: movl 0x0(%eax),%edx
--
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=47859
Bug ID: 47859
Summary: Ragnarok Online (iRO): Updater crashes, possibly
because of Gecko - backtrace included
Product: Wine
Version: 4.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: proveit(a)tutamail.com
Distribution: ---
Created attachment 65362
--> https://bugs.winehq.org/attachment.cgi?id=65362
Terminal output AND backtrace from the crash
I produced this bug on a 64-bit version of Mint 19.1 (Mate).
I want to note that Wine Gecko (32-bit) version 2.47, Wine Mono Runtime 4.9.3,
and Wine Mono Windows Support 4.9.3 are installed. Wine itself prompted me to
install them; the packages are not from my operating system's repository. I
initially had Wine stable installed when Gecko and Mono were installed.
However, I upgraded to Wine development branch before doing this test, wiping
out all my Wine bottles in the process. The only caveat is that I don't know if
Wine development would have upgraded the packages if I had started with it.
Although my specific problem is with a game, I believe there is a larger
problem with Gecko being unable to simulate the functionality of Internet
Explorer or whatever browser the updater invokes to display its content.
To replicate the problem:
1. Download the installer by clicking "Ragnarok Download" here:
http://www.playragnarok.com/downloads/clientdownload.aspx
2. You get a file called Ragnarok-DLM.exe. This is a download manager. There is
no known way to run the download manager under Linux. However, you can run the
download manager in Windows, then move the 3 files it downloads to Linux. The 3
files are:
Media1.cab: SHA256 hash is
9e910ac06534197bb378a23eaf0165c96f527b8d7ee3a9a11b08fd16301b8a66
Media2.cab: SHA256 hash is
f469e34f999653a143d53c696649b45bdc44847b547da9631ac4f274179d0738
Ragnarok_Installer.msi: SHA256 hash is
8d10a9175da618574c4130f2398d5a2b83af516ac6fae7c6d98e7f240d4f6288
3. Install vcrun2008 using winetricks:
./winetricks vcrun2008
4. Install the game itself:
wine start Ragnarok_Installer.msi
5. The game successfully installs. Launch the game itself with the checkbox or
using the shortcut on your desktop; doesn't matter which.
6. The game tries to update itself. The result is a wine crash either
instantly, or within 60 seconds. I've attached a crash log.
7. After the installer crashes, the terminal doesn't show a $ sign, so I killed
the process with Ctrl + C. Terminal output is also attached as
terminaloutput.txt.
Workaround: The updater on the game does not crash if "winetricks vcrun2008
ie8" is used. Because ie8 solves the problem, Gecko is a possible cause of the
crash. However, installing ie8 is not the best long-term solution. Gecko would
be preferable.
Another observation is that ie8 is not ALWAYS required. For example, when I
tested the same version of Linux on a VirtualBox virtual machine, ie8 was NOT
required. This indicates that the crash may be dependent on hardware to some
extent.
--
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=47038
Bug ID: 47038
Summary: Zero Time Dilemma crashes with unhandled page fault on
read access in CryptGenRandom
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: tijs96(a)hotmail.com
Distribution: ---
The game crashes instantly after launching, before even opening a window.
The game makes a call to CryptAcquireContextA which fails because the game
doesn't set the CRYPT_NEWKEYSET flag and wine assumes the existence of a
certain registry key. The registry key doesn't exist, wine returns an error and
the game calls CryptGenRandom with the value it received from
CryptAcquireContextA without checking for an error.
Relevant log lines:
0288:Call
advapi32.CryptAcquireContextA(0032fc08,00000000,00000000,00000001,00000000)
ret=004087cc
0288:Call rsaenh.CPAcquireContext(063a5e80,00000000,00000000,063a09e8)
ret=7e93ce36
0288:Call advapi32.GetUserNameA(0032f78c,0032f788) ret=7b9e46b0
0288:Ret advapi32.GetUserNameA() retval=00000001 ret=7b9e46b0
0288:Call advapi32.RegOpenKeyExA(80000001,0032f5cc
"Software\\Wine\\Crypto\\RSA\\thijs",00000000,00020019,0032f730) ret=7b9dcb6e
0288:Ret advapi32.RegOpenKeyExA() retval=00000002 ret=7b9dcb6e
0288:Ret rsaenh.CPAcquireContext() retval=00000000 ret=7e93ce36
0288:Ret advapi32.CryptAcquireContextA() retval=00000000 ret=004087cc
0288:Call advapi32.CryptGenRandom(00000004,00000004,0032fc04) ret=004087db
...
wine: Unhandled page fault on read access to 0x00000004 at address 0x7e93d3f3
(thread 0288), starting debugger...
I patched CryptAcquireContextA with "*phProv = 0;" before returning. This fixes
the crash and the game runs fine at first glance, so it seems the game does not
rely on a correct implementation. The link below contains the full
+relay,+crypt log (includes a lot of output from Steam).
https://mega.nz/#!TAVWWKIZ!Z2W5IquxzNEOkR-DxkWAyPwTRz8ZlHjWK9CvQkQUCmc
--
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=23635
Summary: Absolute Blue: 'Memory access violation' while loading
Product: Wine
Version: 1.2-rc7
Platform: x86
URL: http://www.intermediaware.de/index.php?id=119
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=29565)
--> (http://bugs.winehq.org/attachment.cgi?id=29565)
plain console output
Absolute Blue (a small, freeware arcade game) crashes with a memory access
violation while loading.
Tested with several Wine versions back until 1.0.1, the same crash happens in
each version for me.
I have no Windows installed, so can't test how the game behaves under Windows.
How to reproduce the issue:
Start the game, when the loading bar almost reaches 100%, an error dialog is
shown and the game quits.
Note: due to bug #23173 the game's screen is flipped upside-down. As a
workaround you can change ORM to 'backbuffer' in the registry.
Fedora 13 (Selinux is enabled but doesn't interfere with Wine)
Kernel 2.6.34.1
Wine-1.2-rc7
--
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=47887
Bug ID: 47887
Summary: rpcrt4:server regression due to widl change?
Product: Wine
Version: 4.17
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
rpcrt4:server started failing on 2019-08-19:
server.c:1763: this is the last test seen before the exception
09f4:server: unhandled exception 000006f7 at 76B2E743
https://test.winehq.org/data/tests/rpcrt4:server.html
Interestingly the failure only happens when the test is run with elevated
privileges.
The rpcrt4:server source did not change on that day but there was a series of
widl commits. It seems likely one of them is the reason for the failures.
git log f131795b3047..60d668631f3e
--
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=47803
Bug ID: 47803
Summary: call :routine || exit produces different results from
Windows command prompt
Product: Wine
Version: 4.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: lois.diqual(a)gmail.com
Distribution: ---
The following batch code produces different results on wine cmd and windows
cmd:
call :subroutine || exit /B 0
echo "after subroutine call"
:subroutine
goto :EOF
Expected output: "after subroutine call"
Actual output:
- Wine cmd: nothing
- Windows cmd: "after subroutine call"
--
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=38699
Bug ID: 38699
Summary: Consortium Master Edition: intro scene
empty/flickering
Product: Wine
Version: 1.7.44
Hardware: x86
URL: http://store.steampowered.com/app/264240
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 51624
--> https://bugs.winehq.org/attachment.cgi?id=51624
terminal output
I tested this bug with the GOG.com version of the game.
When starting a new game from the main menu, the game begins with an intro
sequence, but only the HUD can be seen, the screen is filled with solid color
and it's flickering. I can't get past the intro due to this bug.
Tried with native d3dx9*, disabled GLSL and with the CSMT patchset, but none of
them helped.
The game developers are aware of the problem when running the game under Wine,
one of them submitted a test result on Appdb:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=32193
According to him it's a problem on Wine side that it can't handle properly the
shaders used by the game. He even posted a workaround to the problem: adding
r_signal_fx "0" variable to the config file. To tell the truth it changed
nothing for me... the screen is blank for me in the intro whether that variable
is 1 or 0.
wine-1.7.44-117-gb2aa984
Fedora 21 x86
Nvidia binary drivers 340.76
--
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=47780
Bug ID: 47780
Summary: Error after opening WinAmp
Product: Wine
Version: 4.0.2
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: emilyschulteslifkin(a)gmail.com
Created attachment 65269
--> https://bugs.winehq.org/attachment.cgi?id=65269
Downloaded after error with winamp
I open Winamp Installer for installation, and it goes to the first screen.
After going forward to the next step, it goes to a blank window and then it
says a serious error occurred
--
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=47744
Bug ID: 47744
Summary: Low FPS on few Games with a 16+ cores CPU
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: florian.richer(a)protonmail.com
Distribution: ---
On few games (GTAV, Star Citizen, ...) with DXVK. Games run with a low FPS. To
resolve it, i must disable 48 cores on my CPU to keep only 16 cores active.
I have already contacted DXVK for this bug but is not a bug on their sides but
it's a bug caused either by wine or by the kernel.
--
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=47757
Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> ---
Closing Duplicate.
--
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.