http://bugs.winehq.org/show_bug.cgi?id=12200
Summary: [Regression] error message in TREPCAD on project
creation
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.strich.b(a)web.de
Created an attachment (id=11607)
--> (http://bugs.winehq.org/attachment.cgi?id=11607)
Screenshot of the error message
When starting TREPCAD 3.4.0, before the user can create a new project, there
pops up an error message. When choosing to create a new stair anyways, the
program is usable as before this regression occured. This bug showed in the
same way with 0.9.51. TREPCAD worked fine with 0.9.57.
--
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=11842
Summary: X Error of failed request: BadWindow (invalid Window
parameter)
Product: Wine
Version: 0.9.56.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cbill.lam(a)gmail.com
Randomly crashed with message
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 18 (X_ChangeProperty)
Resource id in failed request: 0x4400003
Serial number of failed request: 1113
Current serial number in output stream: 1117
no back traces printed
--
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=11827
Summary: Asterix et les jeux olympiques demo crashes in shdocvw
component
Product: Wine
Version: 0.9.56.
Platform: PC
URL: http://www.jeuxvideo.com/downloads/0001/00013459_demo.ht
m
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Created an attachment (id=11092)
--> (http://bugs.winehq.org/attachment.cgi?id=11092)
console output
As told in the summary, the demo installs fine but the games crashes in a
shdocvw error
Joaopa
--
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=10829
Summary: err:ntdll:RtlpWaitForCriticalSection when trying to use
an SMS-sending program
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zegenie(a)zegeniestudios.net
Created an attachment (id=9697)
--> (http://bugs.winehq.org/attachment.cgi?id=9697)
console output from the sms program
I get this error when trying to use the sms-program located here:
https://netcom.no/bedrift/tjenester/pcsms/netcom_pcsms_4-1-6-9.exe
It installs correctly, but when trying to check if I'm connected to the
internet, it errors with:
fixme:win:EnumDisplayDevicesW ((null),0,0x34f760,0x00000000), stub!
fixme:wininet:InternetGetConnectedState always returning LAN connection.
err:ntdll:RtlpWaitForCriticalSection section 0x6e3198 "?" wait timed out in
thread 002f, blocked by 002e, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x6e294c "?" wait timed out in
thread 0032, blocked by 0031, retrying (60 sec)
and a Microsoft Visual C++ runtime error "The application requested to be
terminated in an unusual way".
--
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=18850
Summary: Diablo II: Installer crashed with popup and debug
message
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julborre(a)gmail.com
Created an attachment (id=21666)
--> (http://bugs.winehq.org/attachment.cgi?id=21666)
Includes a screenshot and 2 logs files of the crash
The Diablo II installer crashed when i go to the konsole(i'm in kde) and run
"wine Install.exe", running other executable file in the cdrom
directory(SETUP.EXE) also crash but dowsn't shows a popup window.
--
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=19829
Summary: crash in CompressedTexSubImage2D on Intel since
wine-1.1.27
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
To fix bug #19412 (on Mac with NVidia), Henri Verbeet committed the following
patch to wine-1.1.27 which unfortunately causes Colin McRae 2.0 (incl. demo) to
crash on Linux with Intel graphics.
commit b7812932bc74cf4411bfdbb2277fb0aaf8e24b04
Passing NULL to glCompressedTexImage2DARB() doesn't work particularly well
when both client storage and PBOs are enabled. Also, two years is long
enough
to give driver developers a chance to fix the bug this was supposed to work
around.
- /* glCompressedTexImage2D does not accept NULL pointers, so we cannot
allocate a compressed texture without uploading data */
To get CMR2 to run with Intel graphics, you need to activate s3tc via the
~/.drirc file. Then, OpenGL will report support for texture compression (see
bug #15636, comment #7), which CMR2/Wine needs for DXTn formats.
I'm using Ubuntu Intrepid with Intel i915. It's strange that something that
originated as an Apple issue now affects Linux.
--
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=18991
Summary: Sims 3 crash loading a Town
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: otto_rey(a)yahoo.com.ar
Sims 3 crash loading a Town. Progress bar show 1/6 percent of complete, then
exit prematurely without a msgbox.
No radomn, this happen Always
Tried with and without M$ DirectX
Tried with and without PlayOnLinux
Tried with ATI and NVIDIA
Tried with Fedora 10 x86 and Fedora 11 x64
Tried with patched and unpatched 1.1.23 version
95% of test was made selecting Spanish as language, but tried English without
luck.
--
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=19208
Summary: d3d9: visual tests fail with pbuffer
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, testcase
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
visual.c:1575: Test failed: fog vs2 ps1 fvm0 ftm0 10: got color 0020df00,
expected 0000ff00 +-5%
visual.c:1575: Test failed: fog vs2 ps1 fvm1 ftm0 10: got color 0020df00,
expected 0000ff00 +-5%
visual.c:1575: Test failed: fog vs2 ps1 fvm2 ftm0 10: got color 0020df00,
expected 0000ff00 +-5%
visual.c:1575: Test failed: fog vs2 ps1 fvm3 ftm0 10: got color 0020df00,
expected 0000ff00 +-5%
--
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=19455
Summary: Excel 2007 crashes at start
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raimondohc(a)gmail.com
Opening the application, appears a box titled "Program Error" and a text that
says: "The program EXCEL.EXE has encountered a serious problem and need to
close. We are sorry for the inconvenience.".
After that, the program closes. Trying another time for run, the message
appears again.
I'm running a system with Ubuntu Hardy Heron 8.04, Wine HQ 1.1.26 and have
installed Microsoft Office 2007 Enterprise.
--
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.