http://bugs.winehq.org/show_bug.cgi?id=34236
Bug #: 34236
Summary: coverity (64-bit) installer crashes
Product: Wine
Version: 1.7.0
Platform: x86
URL: http://coverity.com
OS/Version: Linux
Status: NEW
Keywords: Installer, win64
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 45555
--> http://bugs.winehq.org/attachment.cgi?id=45555
java log
Crashes very early:
austin@aw25 ~ $ /opt/wine6432/bin/wine cov-analysis-win64-6.6.0.exe
fixme:seh:RtlAddFunctionTable 0x650170 1 650000: stub
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006dbc7009, pid=36,
tid=55
#
# JRE version: 6.0_21-b07
# Java VM: Java HotSpot(TM) 64-Bit Server VM (17.0-b17 mixed mode windows-amd64
)
# Problematic frame:
# V [jvm.dll+0x3d7009]
#
the 32-bit version installs fine in either a 32-bit or 64-bit WINEPREFIX.
I'll attach its log as well, which has some more info
--
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=31742
Bug #: 31742
Summary: jre-6u33-windows-x64.exe fails to install completely
Product: Wine
Version: 1.5.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tahoar(a)gmail.com
Classification: Unclassified
I tried installing jre-6u33-windows-x64.exe on wine1.5-amd64. The installer
loads and progresses through the installation. It reports a complete
installation. The Java files are istalled in "C:\Program Files\Java\jre6". The
Registry is not updated with the install information, and the
"C:\windows\system32\java.exe" file is missing.
--
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=37637
Bug ID: 37637
Summary: CreateNamedPipe, ReadFile, PIPE_WAIT or BufferSize
problem
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: den.aria(a)gmail.com
Distribution: ---
I have problem in Wine when reading data from NamePipe, when data is bigger
than 36672.
1 Create Pipe
hPipe := CreateNamedPipe(Name,
PIPE_ACCESS_DUPLEX,
PIPE_WAIT or
PIPE_TYPE_BYTE or PIPE_READMODE_BYTE,
MAX_PIPE_INSTANCES,
0,//MAX_WRITE,
0,//MAX_READ,
TIME_OUT,
@sa);
>PIPE_WAIT
>MAX_WRITE and MAX_READ can be random value, from 0 > 999999999
2 Reading data
if not ReadFile(APipe, msData.Memory^, cBuffer, cBytesRead, nil) then
begin
Exit;
end;
I got result True but not all data is read.
cBuffer > cBytesRead, ( cBytesRead = 36672 maximum)
I need do loop for reading all data from PIPE.
---------
In windows i don't have this problem.
Help me. :)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26833
Summary: Avatar demo: wants XAudio2_4.dll
Product: Wine
Version: 1.3.18
Platform: x86
URL: http://news.bigdownload.com/2009/11/17/download-james-
camerons-avatar-the-game-demo/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
If you remove this Microsoft dll, game has no audio (separate from bug 24639).
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll
L"C:\\windows\\system32\\XAudio2_4.dll"
err:ole:CoGetClassObject no class object {03219e78-5bc3-44d1-b92e-f63d89cc6526}
could be created for context 0x1
--
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=24639
Summary: James Cameron's Avatar: The Game demo - no sound
without hardware acceleration = emulation
Product: Wine
Version: 1.3.4
Platform: x86
URL: http://news.bigdownload.com/2009/11/17/download-james-
camerons-avatar-the-game-demo/
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=31141)
--> (http://bugs.winehq.org/attachment.cgi?id=31141)
terminal output
You'll get sound in the first intro video for Ubisoft, but the menu/game are
silent.
Enable hardware acceleration emulation for ALSA in winecfg, and you're good to
go.
Though the FPS do seem to stutter a bit with emulation enabled...
--
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=22682
Summary: Far Cry 2 fails to start
Product: Wine
Version: 1.1.44
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gugamilare(a)gmail.com
Created an attachment (id=27941)
--> (http://bugs.winehq.org/attachment.cgi?id=27941)
Terminal output
Far Cry 2 downloaded from Steam fails to initialize. When launching for the
first time, Steam tries to install DirectX, .NET 2.0, Punkbuster and MS Visual
C++ 2005 SP1. I had to manually delete the DirectX installer and recreate the
wine prefix in order to avoid the installer to try installing DirectX. Either
way, letting it install DIrectX or not, Far Cry 2 fails to initialize. It
starts by showing a black box in the middle of the screen (probably where the
logo should appear) and a warning window is shown:
"Your video card drivers are too old. Please update them."
Pressing OK, the executable continues for a few seconds until a message in the
terminal output states that the function
d3dx9_36.dll.D3DXGetShaderInputSemantics is missing. Then the application
crashes.
On a side note, I have a Radeon HD 4770 512MB and the latest stable fglrx
drivers from Ubuntu repositories.
--
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=26590
Summary: James Cameron's Avatar framerate slow
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
With a gt 220 and an e8400, I get about 20-22 fps on wine, which seems low.
--
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=32817
Bug #: 32817
Summary: winetricks avatar_demo error msg on install
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: ergbigred(a)yahoo.com
Classification: Unclassified
Created attachment 43337
--> http://bugs.winehq.org/attachment.cgi?id=43337
something called ISBEW64.exe causes error message
I installed avatar demo with winetricks, error msg under installation window,
have not tried program yet. Reporting first in case of fatal crash.
Wine 1.4 from Ubuntu 12.04 64bit, AMD PhenomII X4-840, MSI 880GM-E43 mobo
w/onboard ATI HDMI AV processing.
--
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=12206
Summary: Can't install Timeshift Demo
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://fileshack.com/file.x/11251/TimeShift+Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsalacinski(a)gmail.com
Created an attachment (id=11627)
--> (http://bugs.winehq.org/attachment.cgi?id=11627)
Output
Hi,
I've encountered a bug in Wine (I think).
When I try to install TimeShift Demo, it asks to agree with the license
agreement. The option "I agree" is grayed out, so I thought that after
scrolling the license it will activate - it won't. It will be grayed out no
matter of what I am doing.
I've tried to use WinXP and Win98 compatibility mode.
I've noticed that when I press "Next" on the first screen I can see "Untitled
Window" on my taskbar.
I really don't know what is going on, or how to fix it. Wine pops only
"IsWow64Process" and SetWindowRgn not supported on other thread window, that's
all. Just in case I've attached my debug output. I don't know if this game
works, because I can't install it.
I've tried to remove .wine directory, but it didn't help.
You can download the demo here:
http://fileshack.com/file.x/11251/TimeShift+Demo
It weights about 983 megs...
Cheers
I am using Fedora 8, Wine 0.9.58, NVIDIA drivers 169.12, and I gave it major
severity because it prevents from installing software and even more experienced
user can't figure out what to do because output is not telling anything
--
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.