http://bugs.winehq.org/show_bug.cgi?id=3515
jack(a)itma.pwr.wroc.pl changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |jack(a)itma.pwr.wroc.pl
Status|ASSIGNED |NEW
--
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=3806
------- Additional Comments From mhterres(a)gmail.com 2005-11-11 11:50 -------
Ok:
Wine version: Wine 0.9.1
OS: Debian Sarge
GCC: gcc version 3.3.5 (Debian 1:3.3.5-13)
The program: Install Shield Installer from QuarkXpress 6.1
Command line: wine setup.exe
The steps to reproduce the error: just try to install the software.
--
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=2907
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2005-11-11 11:49 -------
I don't know if it is related to this bug but I get a similar error while
installing Microsoft Office 97.
Here is the log:
---
[j@localhost tmp]$ wine /mnt/cdrom/install.exe
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
err:shell:SHGetFolderPathW Failed to create directory 'L"z:\\home\\j\\Desktop"'.
err:shell:SHGetFolderPathW Failed to create directory 'L"z:\\home\\j\\Desktop"'.
(...)
err:shell:SHGetFolderPathW Failed to create directory 'L"z:\\home\\j\\Desktop"'.
err:shell:SHGetFolderPathW Failed to create directory 'L"z:\\home\\j\\Desktop"'.
wine: Unhandled page fault on write access to 0x00000004 at address 0x100151f8
(thread 000c), starting debugger...
[j@localhost tmp]$
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=1064
bill.spam(a)myrealbox.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bill.spam(a)myrealbox.com
------- Additional Comments From bill.spam(a)myrealbox.com 2005-11-11 11:46 -------
This bug effects Dungeon Keeper as well:
http://appdb.winehq.org/appview.php?versionId=2710
--
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=3808
------- Additional Comments From markknecht(a)gmail.com 2005-11-11 11:38 -------
Sorry. I keep doing this today. The above bug should be bug #3606.
Very sorry again.
--
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=3808
------- Additional Comments From markknecht(a)gmail.com 2005-11-11 11:36 -------
Unabashed plea for another bug report:
Actually a far better answer (IMO) for the LAU community would be to
reinvigorate the Wine Jack driver as we all use Jack already and Jack's basic
nature is to be a mixer.
Currently the Jack driver is not working. I filed bug 3806 a few weeks ago:
http://bugs.winehq.org/show_bug.cgi?id=3806
My suspicion is that this driver died when the Jack team introduced some new
Jack API stuff so possibly it wouldn't be as difficult to fix that?
--
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=3813
Summary: --disable-debug with 0.9.1 breaks compilation of
joystick.c
Product: Wine
Version: 0.9.1.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: james(a)develia.org
Using the --disable-debug flag in configure when compiling Wine 0.9.1 breaks the
compilation of dlls/winmm/joystick/joystick.c .
joystick.c: In function `JSTCK_GetDevCaps':
joystick.c:255: warning: implicit declaration of function `strcpyW'
../../../tools/winegcc/winegcc -B../../../tools/winebuild -shared
./joystick.drv.spec joystick.o -o joystick.drv.so -L../../../dlls
-L../../../dlls/winmm -L../../../dlls/user32 -L../../../dlls/kernel32 -lwinmm
-luser32 -lkernel32 -L../../../libs/wine -lwine -L../../../libs/port -lwine_port
joystick.o(.text+0x49a): In function `JSTCK_GetDevCaps':
/home/user/wine-0.9.1/dlls/winmm/joystick/joystick.c:255: undefined reference to
`strcpyW'
collect2: ld returned 1 exit status
winegcc: gcc failed.
This happens because with --disable-debug the function strcpyW is not defined.
I added #include "wine/unicode.h" in joystick.c to fix the problem. Of course,
there may be better solutions.
Regards.
--
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=2172
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2005-11-11 11:20 -------
still occur with 0.9.1 version
here is the execution log:
---
[j@localhost tmp]$ wine /home/j/.wine/drive_c/Program\ Files/Les\
Secrets/SECRETS.exe
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
err:seh:EXC_DefaultHandling Exception frame is not in stack limits => unable to
dispatch exception.
[j@localhost tmp]$
---
here is the installation log:
---
[j@localhost tmp]$ wine /mnt/cdrom/install.exe
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
err:shell:SHGetFolderPathW Failed to create directory 'L"z:\\home\\j\\Desktop"'.
err:shell:SHGetFolderPathW Failed to create directory 'L"z:\\home\\j\\Desktop"'.
err:shell:SHGetFolderPathW Failed to create directory 'L"z:\\home\\j\\Desktop"'.
err:shell:SHGetFolderPathW Failed to create directory 'L"z:\\home\\j\\Desktop"'.
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
(...)
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
[j@localhost tmp]$ err:ddeml:DdeConnect Done with INITIATE, but no Server window
available
[j@localhost tmp]$
---
--
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.