http://bugs.winehq.org/show_bug.cgi?id=15588
Summary: Maya 6 crashes after startup
Product: Wine
Version: 1.1.6
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: waldemar12392(a)hotmail.com
Created an attachment (id=16590)
--> (http://bugs.winehq.org/attachment.cgi?id=16590)
This .tar.gz packed archive includes a screenshot, the console output and the
error log created by Maya
Alias/Wavefront Maya 6 crashes after startup.
Maya created an error log, which I've sent you as attachment (I wasn't sure if
it helps)
--
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=15614
Summary: Error when trying to install Office 2007 on Mandriva
2009.0/2008.1
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: barenca(a)hotmail.com
Created an attachment (id=16631)
--> (http://bugs.winehq.org/attachment.cgi?id=16631)
Main trace with a user different from root
Wine version: 1.1.6
User: barenca (not root)
--
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=15633
Summary: Word 2k asian phonetic guide needs riched3
Product: Wine
Version: 1.1.5
Platform: PC
URL: http://www.microsoft.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johnwine55(a)yahoo.co.nz
Created an attachment (id=16671)
--> (http://bugs.winehq.org/attachment.cgi?id=16671)
example doc file with chinese text
The Asian Phonetic Guide is used to add the English phonetic guide for each
Chinese character.
Word 2000 English version displays blank squares for simplified Chinese
characters unless richedit 3 from winetricks is used. (The ruby text thing
does not work -another bug, but without richedit3 only the Chinese sentence is
displayed in the bottom of dialog box. Instead of the individual Chinese
characters it show blank squares in the top)
How to show:
1. Install English Word 2000
2. Set Wine version to win98 (to workaround bug with setlang)
3. Run drive-c/Program Files/Microsoft Office/Office/SETLANG.EXE
4. Select Simplified Chinese and ok.
5. Run Word and Open file containing chinese (attached)
6. position cursor near chinese, select Format Menu, Asian Phonetic Guide
Note: with the above and riched3, an error is displayed upon opening word, but
this can be safely dismissed.
without richedit3 installed, blank squares are displayed.. With richedit 3, the
chinese charactors are displayed.
--
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=15637
Summary: Lotus Notes 6.5.5 slowing down under wine 1.1.6
Product: Wine
Version: 1.1.6
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mszeliga(a)msnet.dk
On wine 1.1.6 Lotus Notes 6.5.5 (client) i slowing down over time, we are
talking about 2 ~ 3 hours of normal working (just reading/posting e-mails)
before it is noticeable.
There is also a huge usage of memory (3 times the usual, from 600 Mb to 1800
Mb)on the system which may be the cause of it.
This did not happen on 1.1.5.
Congrats... it's allmost like real Windows now ;-)
--
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=15683
Summary: Battle Engine: Aquila: high terrain detail doesn't work
properly
Product: Wine
Version: 1.1.6
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: S.vanDrongelen(a)students.uu.nl
Created an attachment (id=16745)
--> (http://bugs.winehq.org/attachment.cgi?id=16745)
Annotated, shortened stderr output of wine running BE:A with modified wined3d.
In Battle Engine: Aquila, high terrain detail doesn't seem to work properly.
All terrain faces seem to be changing constantly while flying or walking
through a level.
In the tutorial level, random terrain faces are (partially) dark blue
(stencil-related errors?).
In "Weathering the Storm", the beach you start at is very much like the ground
during the tutorial level: random faces are dark brown (fog or stencil-related
errors?).
In "Weathering the Storm", flying over the area of land right past the beach
will show that the texture of the terrain is completely different when viewed
from long or short distance (mipmap-related errors?).
I don't recall wether these errors also occurred on Windows; I guess they
didn't. I'm currently using the official nVidia drivers for Linux, version
173.14.12 (will try later with 177.80) for my GeForce 7600 GS, and use the
"virtual desktop" with pixel shaders disabled for Wine (otherwise, BE:A won't
run).
---
Attached is whatever wine spits out to stderr, with one difference: I replaced
the checkGLcall macro in state_fogdensity in wined3d by specialized code to
debug this error. Instead of
fixme:d3d:state_fogdensity >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from
glFogf(GL_FOG_DENSITY, (float) Value) @ state.c / 1220
it now always prints a message when err (in checkGLcall) equals GL_NO_ERROR
(normally a TRACE) and GL_INVALID_VALUE (normally printed like above).
>From the log, it seems all calls to state_fogdensity are alternating between
faillure (with GL_INVALID_VALUE, because 0xF0CCFACE is not really a sensible
value when you convert it to floating point numbers) and succes (with only
GL_NO_ERROR, in case the fog density is approx. 0.0052f).
--
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=15684
Summary: Battle Engine: Aquila: only runs under virtual desktop
Product: Wine
Version: 1.1.6
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: S.vanDrongelen(a)students.uu.nl
Battle Engine: Aquila refuses to run when it's not running under an emulated
virtual desktop. It exits with a message box titled "Fatal error sorry" (sic),
saying "Could not find any compatible Direct3D devices". stderr doesn't show
anything interesting besides
fixme:win:EnumDisplayDevicesW ((null),0,0x32f198,0x00000000), stub!
--
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=15719
Summary: Spore keeps asking for registration code after install
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winhttp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: whellmundv(a)gmail.com
When I run Spore, just after I have correctly installed it, it keeps asking me
for the registration code I used. As I enter it and wait, the same request is
prompted to me. The console output is attached.
I am running Ubuntu Hardy Heron (8.04)
I have a working internet connection that wine can access.
I have set winhttp as Builtin (Wine) for this application.
--
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=15761
Summary: ActiveSync blocks mouse plugged by COM-port
Product: Wine
Version: 1.1.7
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zenitur(a)yandex.ru
When I start search of my PDA, mouse can't work.
--
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=18062
Summary: Monster Truck Madness 2 crash
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hrbyman(a)web.de
Monster Track Madness 2 tried under Kubuntu 9.04 crashes immediately on startup
(worked fine under 1.0.x). See Attachment.
--
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=15724
Summary: Titan Quest Immortal Throne: Startup videos can not be
skipped
Product: Wine
Version: 1.1.6
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lordhavoc(a)ghdigital.com
When Titan Quest: Immortal Throne is launched it displays a series of logo
videos and the cinematic introduction to the game.
Clicking or pressing various keys (escape, space, enter) does not skip these
videos on wine 1.1.6.
When doing so on Windows machines available to me the skipping only works
sporadically (it takes anywhere from 1 to 5 clicks or keypresses per video, and
there are multiple videos).
Workaround: rename the Videos directory to skip these videos.
--
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.