http://bugs.winehq.org/show_bug.cgi?id=6033
drachu(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |drachu(a)gmail.com
黄达 <huangda1982(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |huangda1982(a)gmail.com
Felix Schwarz <felix.schwarz(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |felix.schwarz(a)web.de
Danila Joukotsky <optimusgd(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |optimusgd(a)gmail.com
jean-michel veilex <endimion67(a)hotmail.Com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |endimion67(a)hotmail.Com
Douglas Savage <dougs(a)vvdmesquite.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dougs(a)vvdmesquite.com
--- Comment #51 from drachu(a)gmail.com 2009-07-25 14:19:00 ---
Tested on 1.1.26 bug still present, however game on my hardware (AMD dual core)
is not unplayable anymore. It's only annoying a bit, but other than that it has
no real inpact on game.
--- Comment #52 from 黄达 <huangda1982(a)gmail.com> 2009-08-05 07:07:21 ---
Tested on 1.1.26.mouse pointer is unusable, xcursor remians, game incredible
slow except menus.
HW Env: Dothan 1.5GHz + 1GB mem on TP-X41
OS Env: Ubuntu Jaunty + openbox, no GNOME
i don't have dual core things, it's still unplayable for me :_:
--- Comment #53 from Danila Joukotsky <optimusgd(a)gmail.com> 2009-08-18 05:13:52 ---
(In reply to comment #51)
> Tested on 1.1.26 bug still present, however game on my hardware (AMD dual core)
> is not unplayable anymore. It's only annoying a bit, but other than that it has
> no real inpact on game.
Yes, bug is here, game playable but mouse lag annoying me. I prefer play with
hires patch in virtualbox until this bug not fixed.
--- Comment #54 from jean-michel veilex <endimion67(a)hotmail.Com> 2009-08-27 01:04:15 ---
lol this must be one of the most persitant bug i've seen... 3 years that's a
tough one :D
so yeah bug still here using kubuntu rep wine... lag still exist used about
every tricks out there nothing change or it's not noticeable enough to be a
work around...
--- Comment #55 from Douglas Savage <dougs(a)vvdmesquite.com> 2009-11-12 12:12:09 ---
ok guys i know im new here but i may have stumbled upon a workaround for
fallout 1, i haven't checked it on fallout 2 but i will be checking that on my
lunch hour at work and if it does work on my end i will post to let you guys
know. so here is what i found: if you go into your fallout directory
"~/.wine/drive_c/fallout/" for me you find a file called ddraw.ini in which a
several setting having to do with direct draw among other things but there are
two that once i changed i can play fallout without any lag in game.
[Graphics]
;Set to 0 for 8 bit fullscreen
;Set to 1 for 8 bit windowed
;Set to 4 for dx9 fullscreen
;Set to 5 for dx9 windowed
;Mode 1 requires your desktop colour depth to be set to 32 bit
;Windowed modes incur a performance hit. (Modes 1 and 5 more so than mode 3)
;The 16 bit colour modes cause movies to display incorrect colours, and slows
down fades
;dx9 modes cause some corruption of movies, but not as bad as 16 bit colour
modes
;dx9 modes work with fallout 1, but results in movies being completely
corrupted
Mode=4 (the default setting for this is 8 bit full screen)
and
;Adjusts mouse sensitivity to some percentage of normal.
;Negative values are valid, if you want your mouse axis reversed for some
reason
MouseSensitivity=110 (the default was 80)
after doing that i was able to play just fine.
hope this helps others out there
--
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=20679
Summary: Memory leak in CertOpenSystemStore()?
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The command
valgrind --trace-children=yes --leak-check=full wine net_unittests.exe
--gtest_filter=SSLClientSocketTest.Connect:SSLClientSocketTest.ConnectExpired:SSLClientSocketTest.ConnectMismatched
showed the memory leak
556 bytes in 1 blocks are definitely lost in loss record 843 of 1,024
at notify_alloc (heap.c:214)
by RtlAllocateHeap (heap.c:1421)
by new_object (handle.c:359)
by new_key_container (rsaenh.c:1244)
by RSAENH_CPAcquireContext (rsaenh.c:1755)
by CryptAcquireContextW (crypt.c:505)
by CRYPT_GetDefaultProvider (main.c:67)
by CryptHashCertificate (cert.c:1875)
by CertContext_GetHashProp (cert.c:214)
by CertContext_GetProperty (cert.c:268)
by CertGetCertificateContextProperty (cert.c:409)
by CertAddCertificateContextToStore (store.c:863)
by CertAddEncodedCertificateToStore (cert.c:65)
by import_base64_certs_from_fp (rootstore.c:139)
by import_certs_from_file (rootstore.c:317)
by import_certs_from_path (rootstore.c:387)
by read_trusted_roots_from_known_locations (rootstore.c:719)
by create_root_store (rootstore.c:742)
by CRYPT_RootOpenStore (rootstore.c:764)
by CRYPT_SysRegOpenStoreW (store.c:379)
by CertOpenStore (store.c:816)
by CRYPT_SysOpenStoreW (store.c:548)
by CertOpenStore (store.c:816)
by CertOpenSystemStoreW (store.c:840)
by net::TestServerLauncher::CheckCATrusted (ssl_test_util.cc:414)
Offhand it looks like the app code, at line 414 of
http://src.chromium.org/viewvc/chrome/trunk/src/net/socket/ssl_test_util.cc
is doing the right thing.
I can provide a log if needed.
To reproduce,
wget http://kegel.com/wine/chromium/chromium-tests.tar.bz2
tar -xjvf chromium-tests.tar.bz2
valgrind --trace-children=yes --leak-check=full wine
src/chrome/Debug/net_unittests.exe
--gtest_filter=SSLClientSocketTest.Connect:SSLClientSocketTest.ConnectExpired:SSLClientSocketTest.ConnectMismatched
(probably you don't need to run all three tests, but that's what I did)
--
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=6971
--- Comment #267 from Valeriy Malov <jazzvoid(a)gmail.com> 2009-11-12 11:47:39 ---
Also affects "Point blank". Rude hack with permanent mouse wrapping makes menu
unusable
--
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=16117
Summary: Creatures 3 Won't Run
Product: Wine
Version: unspecified
Platform: PC-x86-64
URL: http://www.gamewaredevelopment.co.uk/creatures_index.php
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Gwaeraurond(a)yahoo.com
A game by cyberlife, "Creatures 3" will install, and will prompt for a CD, it
will even (somehow) create an AOL shortcut on my Ubuntu 8.10 desktop but when I
go to actually run the game, my machine makes a sound like it's running it then
it just stops and doesn't run the game at all.
The game is a fairly old game, needing Direct X 7 to run. My best guess would
be that the version of Direct X that comes with WINE just won't run it but
being that it is so old I can't imagine why not.
I dual boot between Ubuntu and Windows XP Home, and Windows XP will run the
game just fine.
--
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=8555
--- Comment #19 from Jaime Rave <jaimerave(a)gmail.com> 2009-11-11 22:58:42 ---
Commit ab081aa84535e013b89a6c4c3a8a9fcee636840d make the FIXME
fixme:xrender:X11DRV_AlphaBlend Ignoring SourceConstantAlpha 0 for AC_SRC_ALPH
disappear, but still is not working as it should, looks like the second part of
the original patch is still 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.
http://bugs.winehq.org/show_bug.cgi?id=19334
Summary: Call of Juarez: Bound in Blood shader problem
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andras(a)csevego.net
Created an attachment (id=22391)
--> (http://bugs.winehq.org/attachment.cgi?id=22391)
screenshot of the problem
As the attached screenshots shows, if you look up (when you see the sky), then
look down, then a shader stuck on the screen, and you can see only the
particles on it (on that part of the screen). The game (geometry, other
shaders) can be viewable of the part of the screen, which haven't displayed sky
yet.
If you mess the whole screen, then go back to main menu, and start a new game,
doesn't fix the problem. Only comlete game restart fixes it.
Only this repeats in console:
fixme:d3d:IWineD3DEventQueryImpl_GetData Wrong thread, reporting GPU idle.
--
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=20596
Summary: Romance of the Three Kingdoms XI does not play
Product: Wine
Version: 1.1.32
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pragmaticist.logos(a)gmail.com
Created an attachment (id=24574)
--> (http://bugs.winehq.org/attachment.cgi?id=24574)
Error log
Using Ubuntu 8.04
Downloaded zip from Direct2Drive, executed setup, then executed launcher. When
selecting to play RTKXI, it does not play, instead a text file shows up. Image
link below and error log attached.
Tried to downgrade to 1.1.29, still same issue.
When executing launcher from terminal, and then trying to play, instead of
image, it says that the game was installed incorrectly and needs to be
uninstalled and then reinstalled. Every other way, through icons and the
execute file to directly play the game, lead to the image linked.
Image: http://img682.yfrog.com/i/screenshotrtkxiexe.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=20645
Summary: Trillian installer crashes
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: software(a)pch-edv.com
Created an attachment (id=24636)
--> (http://bugs.winehq.org/attachment.cgi?id=24636)
failure log
Installation of Instant Messaging App Trillian (tested versions 4.0.0.118 and
4.1.0.15) fails completely, installer doesn't even start up.
--
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=20633
Summary: Can't run Perfect World
Product: Wine
Version: 1.1.32
Platform: Macintosh
OS/Version: other
Status: UNCONFIRMED
Severity: blocker
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jimmyo2(a)bol.com.br
I had wine up and kicking on Mac OS X Leopard, running most of what I wanted it
to. I had installed it like I read
(http://davidbaumgold.com/tutorials/wine-mac/), and was using version 1.0.1.
Then I upgraded to Snow Leopard and tried to run Perfect World.
Whenever I tried, it said something about my clock being wrong. I tried to fix
that but couldn't (I found information about tools/wine.inf but the only
wine.inf I found wasn't anywhere near a folder called tools and neither was it
modifiable), so I decided to just uninstall MacPorts and Wine and then
reinstall it.
So I did, and I used version 1.1.32.
It didn't work (and I'll tell you what soon).
I uninstalled it again and used the .dmg file available to see if it worked.
Same error.
"The program patcher.exe has encountered a serious problem and needs to close."
I use the launcher.exe, which then is supposed to run the patcher.exe.
Even if I try to run the patcher.exe itself, the error is the same.
Does anybody know whatever the problem is?
Thank you =D
--
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=20665
Summary: World of Warcraft launcher changes file permissions
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: colin.pendred(a)gmail.com
Since the latest update (as at 11th November 09), the desktop or menu shortcut
to the WoW launcher removes all file permissions to the 'World of Warcraft'
folder in the Program Files directory. The launcher works the first time, but
is unusable after that.
It is easy to reinstate the permissions using chmod, or instead use the WoW.exe
file, however.
--
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.