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.