http://bugs.winehq.org/show_bug.cgi?id=6971
--- Comment #491 from Brian Vuyk <brian(a)brianvuyk.com> 2011-05-13 10:23:50 CDT ---
WWII Online: Battleground Europe no longer experiences any mouse issues under
1.3.19. The mouse problems are completely resolved. Thanks for all the hard
work on 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=2666
Bruni <earns.61(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |earns.61(a)gmail.com
--
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=7991
Rico <kgbricola(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |svenbrauch(a)googlemail.com
--- Comment #28 from Rico <kgbricola(a)web.de> 2011-05-13 02:30:24 CDT ---
*** Bug 17637 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=5703
--- Comment #24 from joaopa <jeremielapuree(a)yahoo.fr> 2011-05-12 14:58:17 CDT ---
Bug still there in current git
--
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=3493
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #44 from joaopa <jeremielapuree(a)yahoo.fr> 2011-05-12 14:00:22 CDT ---
For me, the bug does not occur with the demo of Commandos: Beyond The Call of
Duty.
And only 24 bit depth is present in xorg.conf
--
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 #490 from André H. <nerv(a)dawncrow.de> 2011-05-12 12:12:10 CDT ---
please stop patching old wine, but test the fix in git (or wait until
wine-1.3.20, most likely tomorrow) with your games
--
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=8778
Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |frederic.delanoy(a)gmail.com
--- Comment #11 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2011-05-12 11:19:33 CDT ---
Same issue as in comment 8 on wine-1.3.19
No crash but says
err:ole:ClientRpcChannelBuffer_SendReceive called from wrong apartment, should
have been 0x3600000025
err:ole:xCall RpcChannelBuffer SendReceive failed, 8001010e
then displays a popup error message:
----Severe------
RegDBGetKeyValueEx failed.
Key: SYSTEM\CurrentControlSet\Services\Spooler\
OK
-----------------
--
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=25315
Summary: Unimplemented function WMVCore.DLL.WMCreateReader
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raifsarcich(a)gmail.com
Trying to run "Trine Demo" from Steam.
It first requires WMVCORE.DLL and WMASF.DLL to be installed.
Having done so, it will abort at an error just after the game's splash screen:
wine: Call from 0x7bc4a910 to unimplemented function
WMVCore.DLL.WMCreateReader, 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=6971
Roman <m01brv(a)mail.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |m01brv(a)mail.ru
--- Comment #489 from Roman <m01brv(a)mail.ru> 2011-05-12 04:11:35 CDT ---
I have an issue with Aliens vs. Predator 2 with wine 1.3.17 + XInput2 patch
from here. After loading a level, the picture starts to crazily rotate at high
speed, although I do not touch mouse at all. The debug logs suggest that this
happens because the game itself is contiuously warping the pointer to the
screen center, calling (through wine) XWarpPointer. But this call triggers an
XI_RawMotion event with *absolute* screen coordinates, as requested in
XWarpPointer, rather then with their relative offset. This can be checked using
a testcase from here:
http://comments.gmane.org/gmane.comp.freedesktop.xorg.devel/12204
The functions responsible for tracking xi2 interpret them as relative
movements, so wine continuosly send dinput events as if the mouse was
continuously jumping by (640,400) (for my resolution 1280x800), and this causes
constant crazy rotation of the picture.
Comparing the behaviour of the game in different wine versions:
wine 1.3.17 - mose aiming is trembling; it is usable only with maximum "mouse
smoothing" in-game setting
wine 1.3.17 + XInput2 patch - crazy rotation, as I described
wine 1.3.18 - mouse is almost stuck, the picture practically does not react on
mouse moving; only some small shifts of the picture may occure from time to
time (when rapidly moving mouse in various directions during a few seconds
continuosly).
--
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=3930
Raymond <superquad.vortex2(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |superquad.vortex2(a)gmail.com
--- Comment #48 from Raymond <superquad.vortex2(a)gmail.com> 2011-05-11 21:41:12 CDT ---
(In reply to comment #41)
> I repeated the GetCurrentThreadId() callback test from comment #37 as testbot
> jobs 9892 and 9891.
>
>
Ca testbot be used test sound since it seem that there is no sound card in
those VM ?
--
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=23405
Summary: KP3 Editor crashes when selecting file
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ilzogoiby(a)gmail.com
Created an attachment (id=29172)
--> (http://bugs.winehq.org/attachment.cgi?id=29172)
Backtrace
Using a particular software (KP3 Editor), wine crashes when I try to select a
fill by double clicking on it (from a normal "open file" dialog).
--
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=27072
Summary: IE crash after open a untrusted https website and
click close button
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34504)
--> (http://bugs.winehq.org/attachment.cgi?id=34504)
LOG: ie crash
clean wineprefix, buitin IE.
$ wine iexplore https://ebank.njcb.com.cn:8001/perbank/logon.jsp
The console output is like this:
fixme:ole:CoResumeClassObjects stub
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:urlmon:URLMoniker_BindToObject use running object table
fixme:shdocvw:BindStatusCallback_OnProgress status code 1
fixme:shdocvw:BindStatusCallback_OnProgress status code 2
err:wininet:NETCON_secure_connect SSL_connect failed: 12169
fixme:shdocvw:handle_navigation_error Navigate to error page
The iexplore just display a blank page.
If I click the "close" button, the IE will crash :
wine: Unhandled page fault on read access to 0x00000000 at address 0x68341828
(thread 0009), starting debugger...
The certificate of https://ebank.njcb.com.cn:8001 is trusted in Chrome, but not
in Firefox.
I have also tried to import the certificate to wine by wine control, but it
seems not work, is there any guides for using wine control?
--
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=27110
Summary: Creative Centrale needs msvcrt.dll.??_U@YAPAXI@Z
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Not sure if it needs more than that yet.
--
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 #488 from Austin English <austinenglish(a)gmail.com> 2011-05-11 16:15:24 CDT ---
(In reply to comment #486)
> The mouse in UT3 works for me with todays git and the new checkbox in winecfg
> checked (didn't even tried without it)
Bulletstorm demo works in wine-1.3.19-284-g35c743b with the option enabled
(without it, I can rotate 180 degrees).
Also tried Mass Effect 2, but it seems the mouse work caused a regression
there, see bug 27137.
--
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 #487 from David <davilando(a)gmail.com> 2011-05-11 15:43:20 CDT ---
OMG! I got it working!
I'm such a ******* IDIOT!
Thanks to the last post about the winecfg (from André H.), I checked that GUI
again, and I found out that I had lots of DLL overrides in place, including a
'native' override for 'dinput'!
So I removed ALL overrides, and it already worked much better with the newest
release (wine 1.3.19) but with wine 1.3.17 + the latest XI2 patch it now works
flawlessly! Both Assassins Creed and Mass Effect 2!
So to anyone who finds this bug page, and didn't get it to work yet, please try
the following:
1 - Download wine 1.3.17
2 - Download the DI2 mouse patch:
http://bugs.winehq.org/attachment.cgi?id=33574
3 - Patch wine 1.3.17 (using patch -p < <patch_file_name>)
4 - build this new patched wine (using ./configure, followed by make)
5 - launch the game using this freshly build wine!
And then it rocks! It all works! I've set everything setting to the highest
possible and it all works (if your hardware is good enough ofcourse)
Thank you all, for all your thoughts and help!
--
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=2082
--- Comment #79 from Bruni <earns.61(a)gmail.com> 2011-05-11 15:01:13 CDT ---
Gangsters 2 is also affected by the bug.
Patch from comment #51 let me get the game working (however, mouse is sluggish,
but this is another 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=2082
Bruni <earns.61(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |earns.61(a)gmail.com
--
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
André H. <nerv(a)dawncrow.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nerv(a)dawncrow.de
--- Comment #486 from André H. <nerv(a)dawncrow.de> 2011-05-11 14:21:47 CDT ---
The mouse in UT3 works for me with todays git and the new checkbox in winecfg
checked (didn't even tried without 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=8060
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|JRE 1.3.1: |JRE 1.3.1:
|EXCEPTION_ACCESS_VIOLATION |EXCEPTION_ACCESS_VIOLATION
|in fontmanager.dll |in fontmanager.dll, needs
| |arial.ttf and wingdings.ttf
--
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=27128
Summary: Help page not found (404)
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
http://bugs.winehq.org/docs/html/bugreports.html not valid
--
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=8854
--- Comment #68 from affect <afffect(a)gmail.com> 2011-05-11 08:17:02 CDT ---
Bug still present in X-COM: Collector's Edition in wine-1.3.19. Patch from
comment #48 fixes the problem.
--
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=25664
Summary: Crash on RegisterDragDrop function
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pahan(a)hubbitus.info
Starting iThink application (
http://appdb.winehq.org/objectManager.php?sClass=version&iId=22381&iTesting…
) leads to crash near after start:
Threads:
process tid prio (all id:s are in hex)
00000008 (D) C:\Program Files\isee systems\iThink 9.1.4 Trial\iThink.exe
0000001b 0
00000009 0 <==
0000000e services.exe
00000016 0
00000015 0
00000014 0
00000010 0
0000000f 0
00000011 winedevice.exe
00000018 0
00000017 0
00000013 0
00000012 0
00000019 explorer.exe
0000001a 0
Backtrace:
=>0 0x68a08afa CStdStubBuffer_Construct+0x3a() in rpcrt4 (0x0032f860)
1 0x68a06b29 in rpcrt4 (+0x16b28) (0x0032f8e0)
2 0x6891bd44 marshal_object+0x3b3() in ole32 (0x0032f970)
3 0x6891c043 in ole32 (+0x3c042) (0x0032fa10)
4 0x6891cec2 CoMarshalInterface+0x631() in ole32 (0x0032fb00)
5 0x68923555 RegisterDragDrop+0x204() in ole32 (0x0032fb60)
After replace rpcrt4 and ole* dlls by native ones (actually by freely
redistributable from installation of Internet Explorer with ies4linux) - iThink
start and work (not ideally, but works).
--
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=27123
Summary: Search box is broken
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Search for anything in the top right search box, and you'll get no results.
Searching google manually and specifying site:winehq.org works, though.
--
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=27127
Summary: D-link slmon
Product: Wine
Version: unspecified
Platform: x86
URL: http://ftp.dlink.ru/pub/VoIP/DVG-6004S/Firmware/slmon(
1225112422).rar
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: v.koqep(a)gmail.com
Created an attachment (id=34617)
--> (http://bugs.winehq.org/attachment.cgi?id=34617)
Error log
Hi, all.
This program for monitoring VoIP Gateway.
Program slmon.exe don't work in wine-1.3.18, but works in Windows XP SP3 and
other Windows version. It works on old version wine(before updated my system).
System: Russian Fedora Linux 14
Wine 1.3.18
P.S. Sorry for my English
--
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
Benjamin Debski <benjamin.debski(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|benjamin.debski(a)gmail.com |
--
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=3542
--- Comment #48 from Boris <boris.bigott(a)hotmail.com> 2011-05-10 17:16:14 CDT ---
Created an attachment (id=34604)
--> (http://bugs.winehq.org/attachment.cgi?id=34604)
Patch wine 1.3.19
Hi, I adapted the previous patch to the latest wine version. In contrast to the
previous one, this one only removes the palette frome the surface if the
palette is actually released. This should make the patch fairly unobstrusive.
Of course it still does not explain why the refcount drops to zero before the
surface is released. Maybe a programming error in dungeon keeper? Would be cool
if someone could test what happens under windows if a palette is manually
released before the surface to get an idea whether this defensive release
strategy is also implemented on windows.
--
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 #485 from David <davilando(a)gmail.com> 2011-05-10 16:04:02 CDT ---
Well I tried about everything, but I'm still unable to get 360 degrees mouse
rotation in ME2 and Assassins Creed.
wine 1.3.17 + xinput2 patch => no 360 degrees mouse rotation
wine 1.3.18 and wine 1.3.19 => no 360 degrees mouse rotation
I used the following command to test XInput2:
david@overlord:~$ xinput test-xi2
And that works just fine! as soon as I leave the test window, it starts reading
my raw mouse movement. So that should be fine...
I run one of the newest versions of Xorg "X.Org X Server 1.10.1" which was
released on 2011-04-15
I seriously don't know what else I'm supposed to do to fix it.. does anyone has
anything else to try?
I don't care if I have to patch or tweak wine, since its running in a separate
wine prefix. so any ideas are welcome!
Another question that arises:
What are the exact requirements to get 360 mouse rotation working in the games
that are affected by this bug?
some people get it working, some not, I'm really wondering what is the magic
trick what's required?
--
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=3611
--- Comment #25 from Roland Käser <roli8200(a)yahoo.de> 2011-05-10 13:27:10 CDT ---
Added the patch.
The FIXME statement "is no more" but the bug remains.
Now I just get a error message about that something went wrong and that I
should restart CorelDraw.
Using a "old" wine version like 1.1.38 and follwoing WINEDLLOVERRIDES:
WINEDLLOVERRIDES="ole32,rpcrt4,msvcrt20,msvcrt,msvcirt=n"
with a native dcom98 makes it working.
It seems that here are still other things wrong.
--
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=657
Diego <paloseco(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|paloseco(a)gmail.com |
--
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=657
Rex Tsai <chihchun(a)kalug.linux.org.tw> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |chihchun(a)kalug.linux.org.tw
--
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=6687
--- Comment #16 from Austin English <austinenglish(a)gmail.com> 2011-05-10 01:00:30 CDT ---
(In reply to comment #15)
> The test executable crashes on Windows 7, so this bug may be invalid.
Based on comment 11, the bug itself may be valid, but this particular exe
isn't. I.E., an exe built on windows would be useful..
--
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=3611
--- Comment #24 from Roland Käser <roli8200(a)yahoo.de> 2011-05-09 23:54:26 CDT ---
Hello Damjan
Its a bit more time-consuming (including reinstallation of corel 9 in a actual
wine), I will test it at the weekend.
Thanks in advance
Roland
--
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=6687
--- Comment #15 from Andrew Nguyen <arethusa26(a)gmail.com> 2011-05-09 21:09:15 CDT ---
The test executable crashes on Windows 7, so this bug may be invalid.
--
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=5627
Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |frederic.delanoy(a)gmail.com
--- Comment #14 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2011-05-09 16:07:01 CDT ---
Still present in 1.3.19
--
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=6893
Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |frederic.delanoy(a)gmail.com
--- Comment #10 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2011-05-09 15:52:58 CDT ---
Still present in 1.3.19
--
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=8539
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|download |
--- Comment #15 from Austin English <austinenglish(a)gmail.com> 2011-05-09 15:13:34 CDT ---
Download url is dead, please retest in 1.3.19 or newer wine and update url if a
new one is available.
--
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=3611
Julian Rüger <jr98(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jr98(a)gmx.net
--
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=6687
--- Comment #14 from Austin English <austinenglish(a)gmail.com> 2011-05-09 12:42:26 CDT ---
Still in wine-1.3.19-203-gf555c2d
--
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=6194
--- Comment #21 from Austin English <austinenglish(a)gmail.com> 2011-05-09 12:38:02 CDT ---
(In reply to comment #18)
> Update: I found a copy of WindowsXP-KB842773-v2-x86-enu.exe and ran it. It
> failed with a "Path not found" dialog. From a +relay log:
> 001c:Call KERNEL32.FindFirstFileW(005003e0
> L"C:\\windows\\system32\\CatRoot\\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\\*.cat",0033b7b4)
> ret=0106fdf8
> 001c:Ret KERNEL32.FindFirstFileW() retval=ffffffff ret=0106fdf8
> 001c:Call KERNEL32.GetLastError() ret=0106fe0b
> 001c:Ret KERNEL32.GetLastError() retval=00000003 ret=0106fe0b
>
> That directory is missing. Creating the directory changes the error to "File
> not found." So, the installer is expecting a real catalog file to exist there.
> Creating catalog files is described in more detail in bug 16013.
The same in wine-1.3.19-203-gf555c2d.
--
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=4742
--- Comment #17 from Austin English <austinenglish(a)gmail.com> 2011-05-09 12:17:15 CDT ---
Still crashes in wine-1.3.19-203-gf555c2d.
--
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=8505
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #6 from Austin English <austinenglish(a)gmail.com> 2011-05-09 12:14:33 CDT ---
(In reply to comment #5)
> Doesn't crash, runs. Doesn't respond to input though.
Runs fine, input works. There are some problems with child/parent windows z
order, but that should be a separate 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=8284
--- Comment #7 from Austin English <austinenglish(a)gmail.com> 2011-05-09 11:59:58 CDT ---
Still present in wine-1.3.19-203-gf555c2d.
You'll have to install native ie7 to workaround bug 27115.
Then, a new game hangs on:
fixme:d3d_surface:surface_cpu_blt Filter WINED3DTEXF_LINEAR not supported in
software blit.
fixme:d3d_surface:surface_cpu_blt Filter WINED3DTEXF_LINEAR not supported in
software blit.
--
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=8284
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |27115
--
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=7007
--- Comment #9 from Austin English <austinenglish(a)gmail.com> 2011-05-09 11:47:55 CDT ---
Still in wine-1.3.19-203-gf555c2d
--
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=3037
Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |frederic.delanoy(a)gmail.com
--- Comment #60 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2011-05-09 10:52:14 CDT ---
Can't even install: after click on accept in installer, then "Install Now"
shows some install info ("Extracting foo..."), then freezes.
Program can still be launched after installer is killed.
Please retry.
--
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=8531
Bug 8531 depends on bug 24585, which changed state.
Bug 24585 Summary: Senstools, fails to install with an error about tempfiles on startup
http://bugs.winehq.org/show_bug.cgi?id=24585
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
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=23061
Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |frederic.delanoy(a)gmail.com
--- Comment #3 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2011-05-09 09:59:21 CDT ---
No problem at all in Ubuntu 10.10 x86-64 with 1.3.19
--
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=4553
Alexander Nicolaysen Sørnes <alexsornes(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |REOPENED
Resolution|FIXED |
--- Comment #20 from Alexander Nicolaysen Sørnes <alexsornes(a)gmail.com> 2011-05-09 05:55:10 CDT ---
I can confirm that there never was a problem with the demo version.
Unfortunately I broke my Future Cop CD in two (not on purpose ...), so I cannot
test it anymore.
I'm reopening this bug until someone can confirm that the full game is working.
--
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.