http://bugs.winehq.org/show_bug.cgi?id=6255
------- Additional Comments From ajackson(a)bcs.org.uk 2006-16-11 04:55 -------
The registry key needs to be moved to a new location to work in 0.9.25, it went
from local machine to current user (I think, check the WoW AppDB page to be sure)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6692
------- Additional Comments From damjan.jov(a)gmail.com 2006-16-11 03:25 -------
There were more patches added to fix the problems in that patch, so make sure
you're using the latest GIT.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6695
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
Summary|PlayOnline crashes with |PlayOnline crashes with
|Unhandled exception: page |Unhandled exception: page
|fault on read access to |fault on read access to
|0x000030fc in 32-bit code |0x000030fc in 32-bit code
|(0x7e1c0a5f). |(0x7e1c0a5f).
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-16-11 03:01 -------
Hi, could you please do a regression test to find the patch that broke your
application? Thx
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6692
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |damjan.jov(a)gmail.com
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-16-11 02:56 -------
Andre, best is to do a regression test. Looking at the console output i guess it
should be related to this
patch:http://www.winehq.org/pipermail/wine-cvs/2006-November/027559.html
Damjan, could you have a look if it's related to your patch. If it isn't: sorry
for the noise ;)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6255
------- Additional Comments From linux(a)networkslayer.com 2006-16-11 02:48 -------
[Software\\Wine\\OpenGL] 1162641904
"DisabledExtensions"="GL_ARB_vertex_buffer_object"
This doesn't work for 0.9.25...
Worked for 0.9.24 perfectly - after installing 0.9.25 it's not...
The Performance in OpenGL went bad (10-30 FPS)... I use an ATI Card (X800pro) -
in 0.9.24 it works great, up to 50 till 100 FPS
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6656
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-16-11 02:36 -------
Created an attachment (id=4107)
--> (http://bugs.winehq.org/attachment.cgi?id=4107&action=view)
part of +relay log
Looks like it fails because of some missing icon resources (#20, 29 and 31).
Petr, could you try the following patch and report back(for now this is a quick
hack):
diff --git a/dlls/shell32/shres.rc b/dlls/shell32/shres.rc
index c9757dd..efe9940 100644
--- a/dlls/shell32/shres.rc
+++ b/dlls/shell32/shres.rc
@@ -35,6 +35,15 @@ BEGIN
VK_F5, FCIDM_SHVIEW_REFRESH, VIRTKEY
END
+/* BINRES 31.ico */
+31 ICON document.ico
+
+/* BINRES 29.ico */
+29 ICON document.ico
+
+/* BINRES 20.ico */
+20 ICON document.ico
+
/* BINRES document.ico */
IDI_SHELL_DOCUMENT ICON document.ico
/* {
BTW, after applying the patch , reinstall Servant Salamnder in a fresh .wine,
and see if it works.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6648
------- Additional Comments From corey.rogers(a)wamcodm.com 2006-16-11 01:09 -------
0.9.23 and 0.9.24 fail miserably during application startup on both Fedora Core
5 and 6. Fedora Core 6 on both i386 and x86_64.
FC5 use to work but I don't know when the problems started.
Upgrades came through local mirrors of the Fedora extras repository with full
GPG verification.
These problems have been experience on a large number of workstations and
laptops and fail either on startup or during interaction with the interface
where the app freezes requiring a killall. Freezes within seconds of wine
application launch.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4619
------- Additional Comments From damjan.jov(a)gmail.com 2006-16-11 00:56 -------
Yes, there is 3 scenarios where polling is useful: to know connect() is
finished, to know a connection arrived and you can accept(), and to know there
is data arrived in the input buffer for recv() or space become available in the
output buffer for send().
wine only tests the first case, and my patch only fixes the third. Haven't
really tested the second case, but from the number of tests that fail, a lot of
work is needed to make select() work properly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6557
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.harmlesslion.com/
| |cgi-
| |bin/showprog.cgi?search=clas
| |sic99/
Keywords| |download, NoAppDBEntry,
| |source
------- Additional Comments From tony.lambregts(a)gmail.com 2006-16-11 00:48 -------
Download includes source (cool)
Please submit an entry for this program in the AppDB http://appdb.winehq.org
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.