https://bugs.winehq.org/show_bug.cgi?id=43685
Bug ID: 43685
Summary: Many games fail to start or run without audio using
the git version of Wine
Product: Wine
Version: 2.16
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: a0f64e1231a88417fe8b6e3eb459b2c8a098aec6
Distribution: ---
I have problems running many of my games in the current git version
(wine-2.16-77-g917e86dd7a).
Some of the affected games crash after start (without a usable backtrace),
other games do run but audio doesn't work in these games. In the terminal I see
at least 3 different errors:
1. for the games that crash there are lots of these errors before the crash:
err:d3d:wined3d_debug_callback 0x1943e0: "GL_OUT_OF_MEMORY error generated.
Failed to allocate CPU address space mapping for texture (consider building
64-bit app).".
err:d3d:wined3d_debug_callback 0x1943e0: "GL_INVALID_VALUE error generated.
Size and/or offset out of range.".
(0) : fatal error C9008: out of memory - malloc failed
2. the games that run without audio are showing this in the terminal:
mmap() failed: Cannot allocate memory
Failed to create permanent mapping for memfd region with ID = 2216594112
Ignoring received block reference with non-registered memfd ID = 2216594112
ALSA lib pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave
3. for some games the crash is preceded by these:
err:module:load_builtin_dll failed to load .so lib for builtin L"DBGHELP.DLL":
/home/gyebro/sources/wine-git/dlls/dbghelp/dbghelp.dll.so: failed to map
segment from shared object
err:module:load_builtin_dll failed to load .so lib for builtin L"DBGHELP.DLL":
/home/gyebro/sources/wine-git/dlls/dbghelp/dbghelp.dll.so: failed to map
segment from shared object
wine: Unhandled page fault on read access to 0x00000000 at address 0x7dcaadec
(thread 0045), starting debugger...
The problem doesn't occur before
commit a0f64e1231a88417fe8b6e3eb459b2c8a098aec6
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Sep 6 09:58:18 2017 +0200
ntdll: Allocate views out of a memory block instead of using a heap.
Many games built on the Unreal Engine 3 will fail due to this commit. One
example is Alien Breed: Impact. This game has a demo on Steam, but I couldn't
try if the demo has the same problem as the full version.
http://store.steampowered.com/app/22610/Alien_Breed_Impact/
wine-2.16-77-g917e86dd7a (32-bit)
Arch Linux 64-bit
Nvidia binary driver 384.69
I tried these games with nouveau/mesa-17.1.8 too, with similar results. Instead
of showing those ""GL_OUT_OF_MEMORY error generated..." errors in the terminal,
many games fail with such errors:
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 155 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 189
Current serial number in output stream: 193
--
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=23528
Summary: Eclipse crashes immediately after startup
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex.shtf(a)gmail.com
Created an attachment (id=29371)
--> (http://bugs.winehq.org/attachment.cgi?id=29371)
The log file created in the eclipse directory.
* Install wine 1.2-rc6 on Ubuntu Lucid x86 from the ppa
(http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu lucid main)
* Install JDK for Java 6 update 20 on wine
(http://java.sun.com/javase/downloads/widget/jdk6.jsp)
* Download eclipse 3.6 for windows x86 and extract the zip archive.
* Run eclipse.exe with wine.
The splash screen appears, progress bar reaches 100%, afterwards the welcome
screen appears. Then a second after the welcome screen appears eclipse crashes.
--
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=23776
Summary: Eclipse IDE for Java EE Developers crashes opening new
Java project
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.eclipse.org/downloads/packages/eclipse-ide-
java-ee-developers/heliosr
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
This is a followup of Bug 23528 . After selecting File->New->Java Project the
application crashes. winetricks cc580 is enough to work around the bug. From
the console:
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_INT_DIVIDE_BY_ZERO (0xc0000094) at pc=0x787fa9b3, pid=8, tid=9
# Problematic frame:
# C [comctl32.dll+0x2a9b3]
--
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=24208
Summary: Eclipse (Europa) - html-based Welcome window is blank
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
With current Wine and winegecko 1.1.0 Welcome window shows empty, without any
web content.
A significant (probably) part of a log:
---
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002
err:ole:CoGetClassObject no class object {8856f961-340a-11d0-a96b-00c04fd705a2}
could be created for context 0x3
---
This is a CLSID_WebBrowser identifier.
--
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=44215
Bug ID: 44215
Summary: Eclipse (Europa) crashes on start
Product: Wine
Version: 3.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
Eclipse Europa IDE crashes on start, application-generated crash log seems to
suggest mshtml problem, that happens when loading Welcome window web contents.
For testing I used jre-6u33-windows-i586.exe and
eclipse-cpp-europa-winter-win32.zip. You only need JRE to use it, no overrides.
--
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=29720
Bug #: 29720
Summary: Eclipse (Europa) crashes when tries to display welcome
window
Product: Wine
Version: 1.4-rc1
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Classification: Unclassified
Created attachment 38572
--> http://bugs.winehq.org/attachment.cgi?id=38572
+mshtml,+tid
When eclipse is started for a first time it's sometimes possible to see bits of
'welcome window' html rendered - links only on white background.
To reproduce close this window and try to open it again with Help->Welcome.
--
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=20948
Summary: Eclipse (Europa) Links from Welcome window do not work
Product: Wine
Version: 1.1.34
Platform: PC
URL: http://www.eclipse.org/downloads/download.php?file=/te
chnology/epp/downloads/release/europa/winter/eclipse-j
ava-europa-winter-win32.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Created an attachment (id=25114)
--> (http://bugs.winehq.org/attachment.cgi?id=25114)
Output after clicking Overview link
On wine-1.1.34-99-g8da7a00 Welcome window shows up with its content displayed
mostly right. Now the problem is that most links do nothing useful - new opened
page is white without content at all.
Attached log contains only lines outputted after clicking on Overview link.
All you need to run this is a Sun JVM - jre-6u16-windows-i586-s is what I
tested with.
--
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=21689
Summary: Eclipse (Europa): Some links on Welcome window display
text without hover
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Created an attachment (id=26210)
--> (http://bugs.winehq.org/attachment.cgi?id=26210)
Screenshot
On wine-1.1.38-131-g6805045 Welcome window contains some links. Two of them
have wrong text layout:
text appears before I mouse pointer over it, instead when I does move pointer
text hides. So behaviour is opposite. Also text placement is wrong (see
attached screenshot).
All you need to run this is a Sun JVM - jre-6u16-windows-i586-s is what I
tested with.
--
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=39670
Bug ID: 39670
Summary: Eclipse (Europa) does not start
Product: Wine
Version: 1.7.48
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Clean wine-1.8-rc1 prefix + java JRE v7.0_67-b01.
When i try to start Eclipse 3.3, i get:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7d2abf51, pid=8, tid=9
#
# JRE version: Java(TM) SE Runtime Environment (7.0_67-b01) (build
1.7.0_67-b01)
# Java VM: Java HotSpot(TM) Client VM (24.65-b04 mixed mode, sharing
windows-x86 )
# Problematic frame:
# C [ieframe.dll+0x2bf51] create_shell_embedding_hwnd+0x57
#
# Failed to write core dump. Minidumps are not enabled by default on client
versions of Windows
#
fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x01b6 ignored
# An error report file with more information is saved as:
# C:\eclipse\hs_err_pid8.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
First bad commit wine-1.7.47-111-g99613c0:
commit 99613c003ed43f5725ef08d32fea440f737e8aba
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Fri Jul 17 12:35:45 2015 +0200
ieframe: Implement IViewObject::GetAdvise and IViewObject::SetAdvise.
To revert this patch on top of wine-1.8-rc1-51-g3a6ac60 i removed the test
chunk from this commit and Eclipse starts again.
--
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=19610
Summary: Eclipse exits on load with X Error
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.eclipse.org/downloads/download.php?file=/te
chnology/epp/downloads/release/europa/winter/eclipse-j
ava-europa-winter-win32.zip
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
CC: hverbeet(a)gmail.com
Blocks: 10916
Trying to solve bug 10916 I found that today git (at
760d2b652f547fe3861d5fa30fcbf219beab69da) introduced a regression that causes
Eclipse to exit earlier with the following X error:
---
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 147 (MIT-SHM)
Minor opcode of failed request: 3 (X_ShmPutImage)
Value in failed request: 0x48312be8
Serial number of failed request: 570
Current serial number in output stream: 571
---
This is caused by commit
http://source.winehq.org/git/wine.git/?a=commit;h=9fd29492c1b47fb0618997e99….
Reverting it allows application to start as before.
If you need any traces let me know.
--
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.