http://bugs.winehq.org/show_bug.cgi?id=22179
Summary: Dragon Age fails to start in WINE 1.41
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: schonenberg(a)gmail.com
Created an attachment (id=27061)
--> (http://bugs.winehq.org/attachment.cgi?id=27061)
Output to terminal when starting Dragon Age
Dragon Age: Origins fails to start in WINE 1.41. It worked fine in WINE 1.40,
and perhaps a few earlier versions. Downgrading to 1.40 again seems to solve
the problem as well.
I'm using the Debian packages from http://www.winehq.org/download/ for Lenny
amd64.
--
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=9159
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lukasz.wojnilowicz(a)gmail.co
| |m
--- Comment #23 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-03-28 04:27:04 ---
*** Bug 22185 has been marked as a duplicate of this bug. ***
--
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=22189
Summary: 32 bit Word and Excel 2007 icons on 64 bit give
strange 32 bit prefix error message
Product: Wine
Version: 1.1.38
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Fedora Core 12 x64
$ rpm -qa wine
wine-1.1.38-1.fc12.x86_64
The icons that get created after installing Office 2007 give the following
error message when trying to start word 2007 or excel 2007 (the run string is
from the icon):
$ env WINEPREFIX="/home/charlie/.wine" wine "C:\Program Files\Microsoft
Office\Office12\WINWORD.EXE"
wine: '/home/charlie/.wine' is a 32-bit prefix, it cannot be used with 64-bit
Wine.
Word and Excel will work, if you modify the icon:
Exec=bash -c "cd /home/charlie/.wine/drive_c/Program\ Files/Microsoft\
Office/Office12; wine ./WINWORD.EXE"
Full (working) icon:
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Microsoft Office Word 2007
#Exec=env WINEPREFIX="/home/charlie/.wine" wine "C:\\Program Files\\Microsoft
Office\\Office12\\WINWORD.EXE"
Exec=bash -c "cd /home/charlie/.wine/drive_c/Program\ Files/Microsoft\
Office/Office12; wine ./WINWORD.EXE"
Type=Application
StartupNotify=true
Comment=Create and edit professional-looking documents such as letters, papers,
reports, and booklets by using Microsoft Office Word.
Icon=/home/charlie/.local/share/icons/337e_wordicon.0.png
--
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=22186
Summary: Error in running various programs. Super Memo, Cmr2
etc.
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: prockop(a)gmail.com
Hi. I've got a problem with my 1.1.41 and almost every program run by it.
Doesn't matter it is a game or a language course- the error is always the same.
I'll paste logs and i hope you can help me:)
Witaminer.
--
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=22169
Summary: glPointSize errors
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lmage11(a)twcny.rr.com
fixme:d3d:state_pscale >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from
glPointSize(...); @ state.c / 1518
Wine is spamming this message to me while running Halo 1. The problem seems to
be that glPointSize is being passed 0, which according to the documentation
(http://www.opengl.org/sdk/docs/man/xhtml/glPointSize.xml) is invalid. It is
pretty easy to see from the definition of state_pscale that the value which is
passed to glPointSize (pointSize.f) is not even touched if
stateblock->renderState[WINED3DRS_POINTSCALEENABLE] is not true.
--
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=19315
Summary: Call Of Duty 4: regression, graphical glitches in
1.1.25 (post-processing works intermittently)
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amoswenger(a)gmail.com
In Wine 1.1.24, Call Of Duty 4 has absolutely no graphical glitches, once Depth
of Field and Glow are disabled.
But since Wine 1.1.25, often there are glitches where post-processing seems to
be temporarily disabled for a few milliseconds, regularly. This results in
quick flashes and it makes it nearly impossible to play certain missions
(especially President Fulani-something cinematic, near the beginning).
Sometimes, the graphic post-processing is blur and again it flickers between a
blurred and a non-blurred image. Sometimes also the post-processing disabling
stick, and it only disappears when getting back to the menu (Esc) and back
again to the game (Esc again).
--
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=21951
Summary: 3D Studio Max 2010 trial installer crashes in
GdipCreateTextureIA
Product: Wine
Version: 1.1.40
Platform: x86
URL: http://usa.autodesk.com/adsk/servlet/pc/index?siteID=1
23112&id=13571450
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I tried
$ rm -rf .wine
$ wine Autodesk_3ds_Max_2010_English_WIN_32_Trial.exe
and, after unpacking, it put up the splash screen and then crashed quickly with
fixme:gdiplus:GdipCreateBitmapFromGraphics hacked stub
wine: Unhandled page fault on read access to 0x00000000 at address 0x6879b35a
(thread 0031), starting debugger...
Backtrace:
=>0 GdipCreateTextureIA+0x268(image=0x1cdcd0, imageattr=(nil), x=0.000000,
y=111.000000, width=240.000000, height=81.000000, texture=0x33dfb0)
[dlls/gdiplus/brush.c:841] in gdiplus (0x0033df78)
1 litehtml (+0x6317) (0x0033e05c)
2 litehtml (+0x5fe4) (0x68662f20)
GdipCreateTextureIA+0x268 [dlls/gdiplus/brush.c:841] in gdiplus: movl
0x0(%edx),%edx
841 (*texture)->wrap = imageattr->wrap;
I worked around this with
$ sh winetricks gdiplus
$ cd .wine/drive_c/Autodesk/Autodesk_3dsmax_2010_English_Trial
$ wine setup
and then the installer let me start actually installing.
--
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=22182
Summary: Spore: Does not install from DVD
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: expertevan(a)yahoo.com
Created an attachment (id=27066)
--> (http://bugs.winehq.org/attachment.cgi?id=27066)
Terminal output upon execution of SPORESetup.exe
Upon execution of SPORESetup.exe from the DVD, the errors "The current version
of the application could not be determined. Setup will now terminate" and
"Unable to launch SPORE(TM)_uninst.exe" occur before setup exits.
--
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=22180
Summary: Battlefield vietnam 1.02: Game doesn't start in full
screen mode
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://mskd.ru/?id.5340.games.Battlefield_Vietnam
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dduck(a)rambler.ru
Created an attachment (id=27062)
--> (http://bugs.winehq.org/attachment.cgi?id=27062)
generated with WINEDEBUG=+relay. Part of the file around error.
Game works in windowed mode, but in fullscreen mode wine generates unhandled
page fault.
--
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=22184
Summary: Chessbase 10 does not install
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nahoo82(a)gmail.com
Application does not install.
Installer crashes with Error number: 08002000E
This application uses Install Shield
There is no important error written to the console.
There is another bug for Chessbase 10 (221839)
--
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.