http://bugs.winehq.org/show_bug.cgi?id=18232
Summary: Touhou 11 and Touhou 12 drop to below 10 fps after
launching
Product: Wine
Version: 1.1.20
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erappleman(a)gmail.com
The games are unplayable, but Touhou 10 and below work fine.
Here's the output of Touhou 10, 11, and 12. I interrupted each after about 20
seconds.
eric@kingfisher:~/th10$ wine th10e.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x32f87c,0x00000000), stub!
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
eric@kingfisher:~/th10$
eric@kingfisher:~/th11$ wine th11e.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x32f808,0x00000000), stub!
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
fixme:d3d:IWineD3DBaseSwapChainImpl_GetRasterStatus (0x14d528) : stub (once)
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
eric@kingfisher:~/th11$
eric@kingfisher:~/th12$ wine th12.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x32f808,0x00000000), stub!
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:d3d:IWineD3DBaseSwapChainImpl_GetRasterStatus (0x14d338) : stub (once)
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:win:WINNLSEnableIME hUnknown1 (nil) bUnknown2 1: stub!
eric@kingfisher:~/th12$
--
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=8811
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #23 from Austin English <austinenglish(a)gmail.com> 2011-08-08 15:19:45 CDT ---
Closing.
--
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=27857
Summary: more than one back buffer
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goraxmax(a)gmail.com
Created an attachment (id=35630)
--> (http://bugs.winehq.org/attachment.cgi?id=35630)
2 logs
Hello guys,
I was trying to install the game Rome Total War.
As you can see
http://appdb.winehq.org/objectManager.php?sClass=application&iId=3083
there is no problem to install and lunch the game.
In fact, i have a problem i can resolve.
I tried with wine V1.2 and V1.3.24 and V1.10.
As you can see with the up attachment below, the d3d create a problem.
As a consequence, i tried with d3d desactivated and i have the down attachment.
Google found me lot of other games (diablo II, footbal manager) wich have the
same problem, but no solution to resolve this.
I hope this help people who have the same problem.
Thanks to the community to resolve this :)
--
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=27833
Summary: Direct3D-9 math compilation failure, due to missing
NAN and INFINITY
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Nachanon_Vetjasit(a)hotmail.com
Created an attachment (id=35599)
--> (http://bugs.winehq.org/attachment.cgi?id=35599)
Full make output
I'm trying to compile wine-1.3.24 on Debian GNU/Linux 5.0 Lenny i386,
after a successfull configure, with warnings that xinput2, opencl, gstreamer
and oss support won't be enabled,
then I left it to compile, and it finally ended up with:
...
gcc -c -I. -I. -I../../../include -I../../../include -DWINE_STRICT_PROTOTYPES
-DWINE_NO_NAMELESS_EXTENSION -D_REENTRANT -fPIC -Wall -pipe
-fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
-Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -g -O2 -o
math.o math.c
math.c: In function 'test_D3DXFloat_Array':
math.c:2251: error: 'INFINITY' undeclared (first use in this function)
math.c:2251: error: (Each undeclared identifier is reported only once
math.c:2251: error: for each function it appears in.)
math.c:2253: error: 'NAN' undeclared (first use in this function)
make[1]: *** [math.o] Error 1
make[1]: Leaving directory `/home/window/build/wine-1.3.24/dlls/d3dx9_36/tests'
make: *** [dlls/d3dx9_36/tests] Error 2
Adding "#define _GNU_SOURCE" before the first line of math.c,
making math.c looked like this:
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _GNU_SOURCE
#include "wine/test.h"
#include "d3dx9.h"
#include <math.h>
could make the compilation continue, but it might not be an appropriate fix.
System: Debian GNU/Linux 5.0 Lenny (i386: Celeron 2GHz)
uname: Linux WINDOW 2.6.26-2-686 #1 SMP Thu Sep 16 19:35:51 UTC 2010 i686
GNU/Linux
GCC: Debian Package version 4.3.2-1.1
GNU libc: Debian Package version 2.7-18lenny7
Note: Both configure and make, invoked without any parameter
(plain 'configure' followed by a single plain 'make')
--
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=22768
Summary: Cannot open files in MS Office 2007
Product: Wine
Version: 1.1.44
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tiemichael(a)gmail.com
Created an attachment (id=28078)
--> (http://bugs.winehq.org/attachment.cgi?id=28078)
Terminal output
I installed wine as described by 'http://davidbaumgold.com/tutorials/wine-mac/
' followed by MS Office 2007 without any problem.
When I try to open Word (Excel or Powerpoint) the program Word (Excel,
Powerpoint) crashes. The file-open dialogue opens up, followed by "Microsoft
Office has encountered a problem and needs to close ...".
This is repeatable, also after re-boot. The same version of Office is running
ok with Crossover at another MAC.
Searching bug-reports etc did not yield any success.
Any help is 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=26788
Summary: Vista findstr.exe causes crash
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julianfday(a)gmail.com
I copied the windows/system32/findstr.exe from a Vista machine to my mac and
when i tried to run it, I get:
wine: Call from 0x7bc3b16b to unimplemented function
KERNEL32.dll.SetThreadPreferredUILanguages, aborting
wine: Unimplemented function KERNEL32.dll.SetThreadPreferredUILanguages called
at address 0x7bc3b16b (thread 0015), starting debugger...
wine: Call from 0x7bc3b16b to unimplemented function
KERNEL32.dll.SetThreadPreferredUILanguages, aborting
--
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=25531
Summary: Yogda does not start at all.
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zorglug(a)hotmail.com
Created an attachment (id=32506)
--> (http://bugs.winehq.org/attachment.cgi?id=32506)
Log of the error
I can install Yogda 1.0 build 564 (http://www.yogda.com/), but I can not run
the program at all. I get a pop-up saying that yogda.exe has encountered a
serious program and that's it.
--
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=25300
Summary: Mis-spelling of "lose" when quitting Wine
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)xboxrepair.plus.com
When Wine is closed down, the following message appears:-
You are about to quit Wine.
This will terminate all running windows programs.
You will loose any unsaved data.
The third word on the third line should be "lose", not "loose". Maybe
"windows" (second line) should have a capital W as well, but then again it's
probably supposed to have a â„¢ at the end as well!
For reference, this is a Wine installed together with Winebottler 1.1.44 and
auto-updated to 1.2. The same spelling mistake appears on both versions. I
assume it's an issue with Wine and not Winebottler, but if I'm wrong please
accept my apologies.
--
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=19158
Summary: The Bat! 4.2.6 doesn't start because of Themida on OS
X
Product: Wine
Version: 1.1.24
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: domiman(a)gmail.com
When you run The Bat! version 4.2.6 it won't start because of a security lib
Ritlabs uses for The Bat! 4.1x upwards from Themida. The error message is
Themida - "Cannot open oreans.vxd driver. Make sure that oreans.vxd is not open
by another program"
This happens with my self compiled Wine 1.1.24 and prebuilt versions of
(Dar)Wine 1.1.21 and 1.1.23. Googling seems to show that this is only an issue
for Wine on OS X and the Themida/Oreans stuff.
This bug is related to bug #18918 and has also been reported to the forum at
http://forum.winehq.org/viewtopic.php?p=26132&sid=46f54a257a527a985869d8f82…
The download link to The Bat! is
http://www.ritlabs.com/en/products/thebat/download.php (Home or Professional
versions are the same, only the extras are different, so no matter which
version you choose)
My system: Intel iMac, OS X 10.5.7, XQuartz 2.3.3.2
--
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.