http://bugs.winehq.org/show_bug.cgi?id=8133
Ken Sharp <kennybobs(a)o2.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |0.9.35.
--
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=19057
Summary: Photoshop CS4 install runs into an un-expected error
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: james2432(a)gmail.com
Created an attachment (id=21984)
--> (http://bugs.winehq.org/attachment.cgi?id=21984)
WINEDEBUG=+trace wine Setup.exe
While running the setup photoshop setup runs into an un-expected error
Fresh install of wine 1.1.24
--
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=19054
Summary: turisticke trasy 2.15 crashes after start
Product: Wine
Version: 1.1.24
Platform: PC
URL: http://www.trasy.net/index.php?stranka=stazeni
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jose1711(a)gmail.com
Created an attachment (id=21981)
--> (http://bugs.winehq.org/attachment.cgi?id=21981)
console output
Program "turisticke trasy 2.15" crashes right after the main window is
displayed.
Steps to reproduce:
1. download the software from
http://www.trasy.net/index.php?stranka=stahni&soubor=tt-bezobr.exe
2. install it via wine
3. run wine tt.exe from installation directory
arch linux i686, gcc version 4.4.0 20090526 (prerelease), wine 1.1.24
--
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=8133
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|1.1.23 |unspecified
--- Comment #7 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-06-24 01:52:19 ---
Or rather change it to 'unspecified'. Provide the version which matches
the bug report date.
--
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=8133
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|1.1.24 |1.1.23
--
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=2467
chr <cr2005(a)u-club.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cr2005(a)u-club.de
nick ves <vespenegeyser(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vespenegeyser(a)hotmail.com
dzs6w3(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dzs6w3(a)gmail.com
--- Comment #105 from chr <cr2005(a)u-club.de> 2009-04-19 14:27:56 ---
I noticed something else ... while running with a lot of debug flags which made
sc slow:
After selecting battlenet and when the login screen appears, I see that the
background is properly drawn ... and then it fades out! (and not in)
I guess the last 'black' color is transparent and therefore all the rest of the
battle.net GUI is broken.
--- Comment #106 from nick ves <vespenegeyser(a)hotmail.com> 2009-06-18 14:02:55 ---
5 years after it was first opened its still occurring? score one for starcraft
:D still resisting the devs haha
its still occuriing in 1.1.23
--- Comment #107 from dzs6w3(a)gmail.com 2009-06-24 00:51:12 ---
Items not being cleared, the black color instead of surfaces reminds me of a
problem with flipping buffers and clearing the screen.
Perhaps Starcraft does its drawing of the battle.net menus in an unexpected way
that prevents it from working correctly with wine's implementation of direct
draw.
With the newest development (see previous post), I am curious to see what
happens if wine is changed so that the the back buffer and front buffer are
swapped. Perhaps we will get the background image (without text) of the
battle.net menu.
I do not know much about this stuff, so I am currently unable to do this
myself. Moreover, I do not know if it is even feasible.
Also, I think the battle.net menus work properly in Starcraft ran through
cedega. Maybe we can see a diff of wine's implementation of direct draw with
that of cedega. This is what I'm going to be doing since my ignorance will not
affect looking at differences in code as much as trying to find the problem by
just looking at wine's code.
--- Comment #108 from dzs6w3(a)gmail.com 2009-06-24 00:55:46 ---
Well, there goes comparing cedega to wine. The direct draw code is not
released with the cvs version of cedega.
--
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=2467
chr <cr2005(a)u-club.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cr2005(a)u-club.de
nick ves <vespenegeyser(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vespenegeyser(a)hotmail.com
dzs6w3(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dzs6w3(a)gmail.com
--- Comment #105 from chr <cr2005(a)u-club.de> 2009-04-19 14:27:56 ---
I noticed something else ... while running with a lot of debug flags which made
sc slow:
After selecting battlenet and when the login screen appears, I see that the
background is properly drawn ... and then it fades out! (and not in)
I guess the last 'black' color is transparent and therefore all the rest of the
battle.net GUI is broken.
--- Comment #106 from nick ves <vespenegeyser(a)hotmail.com> 2009-06-18 14:02:55 ---
5 years after it was first opened its still occurring? score one for starcraft
:D still resisting the devs haha
its still occuriing in 1.1.23
--- Comment #107 from dzs6w3(a)gmail.com 2009-06-24 00:51:12 ---
Items not being cleared, the black color instead of surfaces reminds me of a
problem with flipping buffers and clearing the screen.
Perhaps Starcraft does its drawing of the battle.net menus in an unexpected way
that prevents it from working correctly with wine's implementation of direct
draw.
With the newest development (see previous post), I am curious to see what
happens if wine is changed so that the the back buffer and front buffer are
swapped. Perhaps we will get the background image (without text) of the
battle.net menu.
I do not know much about this stuff, so I am currently unable to do this
myself. Moreover, I do not know if it is even feasible.
Also, I think the battle.net menus work properly in Starcraft ran through
cedega. Maybe we can see a diff of wine's implementation of direct draw with
that of cedega. This is what I'm going to be doing since my ignorance will not
affect looking at differences in code as much as trying to find the problem by
just looking at wine's code.
--
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=19036
Summary: KDE 4.2: Plasma environment is not recovered after
running Wine
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amlopezalonso(a)gmail.com
In KDE 4.2 (desktop effects disabled): after terminating a number of apps/games
with Wine, the Plasma environment is not restored, leaving an empty desktop
with no plasmoids (desktop widgets), icons, etc. I have to open a console (via
Alt+F2, or F12 for Yakuake) and enter "plasma" to fully recover.
Also, when plasmoids are left unlocked chances are for these to be all messed
up at a lower resolution after running Wine.
--
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=8133
--- Comment #6 from EA Durbin <ead1234(a)hotmail.com> 2009-06-23 21:19:40 ---
Still present in wine 1.1.24, does not happen when running WINEDEBUG=+all, but
happens when running without WINEDEBUG, race condition?
+all log mentions an EagleM component? "wineguy" is the username I entered
0009:RET !EagleM.?EnableWindow@EGuiWindowManager@@QAEXPAVEGuiWindow@@H@Z()
retval=00000002 ret=0040f95c
0009:CALL
!EagleM.?GetDlgItem@EGuiWindowManager@@QBEPAVEGuiWindow@@PAV2@H@Z(02f90d60,0000000a)
ret=0040f98e
0009:RET !EagleM.?GetDlgItem@EGuiWindowManager@@QBEPAVEGuiWindow@@PAV2@H@Z()
retval=035dced0 ret=0040f98e
0009:CALL !EagleM.?GetWindowTextA@EGuiEdit@@QAEXAAVCString@@@Z(003f10b8)
ret=0040f998
0009:CALL MFC42.860(035ddae8) ret=10021610
0009:Call KERNEL32.lstrlenA(035ddae8 "wineguy") ret=5f402717
0009:Ret KERNEL32.lstrlenA() retval=00000007 ret=5f402717
0009:Call KERNEL32.InterlockedDecrement(035dd970) ret=5f40279a
0009:Ret KERNEL32.InterlockedDecrement() retval=00000000 ret=5f40279a
0009:Call ntdll.memcpy(035dd97c,035ddae8,00000007) ret=5f402745
0009:Ret ntdll.memcpy() retval=035dd97c ret=5f402745
0009:RET MFC42.860() retval=003f10b8 ret=10021610
--
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=8133
EA Durbin <ead1234(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|1.1.23 |1.1.24
--
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.