http://bugs.winehq.org/show_bug.cgi?id=6810
Summary: Sacred Demo does not start
Product: Wine
Version: 0.9.26.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin(a)gamesplace.info
The Sacred Demo does not start. When starting Sacred.exe, at first the Sacred
loading screen appears. A little bit later, the screen closes and Wine generates
a backtrace which I am going to attach.
--
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=6809
Summary: Crashes on Office XP 2002 Pro installation Wine 0.9.26
Product: Wine
Version: 20050930
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.l.w.kuijper(a)rug.nl
Simply started CD install of MS and ran the command Wine SETUPPRO.exe. I went
through the install wizard, entered serial, entered name, choose a standard
setup, acknowledged EULA. Eventually, the Wizard ended and the installation
process started. At this moment, the installer crashed.
--
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=3711
------- Additional Comments From dump(a)tzib.net 2006-30-11 08:41 -------
same issue with SAFlashplayer.exe (version 7)
if you use wine SAFlashplayer /open animatioN.swf
err:wininet:HTTP_HttpOpenRequestW Unable to escape string!(L"/open
animation.swf") (-2147467261)
wine: Unhandled page fault on write access to 0x00000008 at address 0x7e8b6976
(thread 0013), starting debugger...
Modules:
Cannot get info on module while no process is loaded
Threads:
process tid prio (all id:s are in hex)
00000010
00000012 0
00000011 0
0000000e (D) (null)
00000013 0
0000000f 0
--
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=5469
------- Additional Comments From charles(a)diagnos.co.uk 2006-30-11 06:02 -------
Hi Juan,
can you assume that memcmp always returns either -1, 0 or +1 ? The
documentation just states what the sign of the returned value will be, though
you're right that the glibc version seems to always returns these values.
--
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=6559
------- Additional Comments From petr.dlouhy(a)email.cz 2006-30-11 05:00 -------
Which font? It means, that every wine font?
Try to remove your ~/.wine and execute winecfg.
--
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=6250
------- Additional Comments From nospam(a)thenerdshow.com 2006-30-11 04:36 -------
Those of you who would be happy with any kind of cursor at all will be happy to
know that you can force wine to use the standard X11 cursor with a simple hack.
This prevents wine from hiding the cursor.
Once the real solution is in place, you will no longer need this cheap hack.
diff --git a/dlls/winex11.drv/mouse.c b/dlls/winex11.drv/mouse.c
index 5ac714c..07cb0b1 100644
--- a/dlls/winex11.drv/mouse.c
+++ b/dlls/winex11.drv/mouse.c
@@ -642,6 +642,8 @@ static Cursor create_cursor( Display *di
*/
void X11DRV_SetCursor( CURSORICONINFO *lpCursor )
{
+ if (!lpCursor) return; /* Hack: prevent cursor from ever going away (Dark Age
of Camelot) */
+ /* Somebody come up with a better solution, please. */
Cursor cursor;
if (root_window != DefaultRootWindow(gdi_display))
--
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=6797
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jacek(a)codeweavers.com
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-30-11 03:02 -------
As mentioned before the first bug is in shlwapi and is a regession. It's caused
by: http://www.winehq.org/pipermail/wine-cvs/2006-July/024857.html
Steps to check: just simply revert the patch above, and run the application with
native urlmon only: it comes up fine now. I'll attach a +shell log hereafter
made with the reverted patch. Added author of patch.
--
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.