http://bugs.winehq.org/show_bug.cgi?id=16337
Summary: dinput/tests/joystick: format not a string literal and
no format arguments
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, patch, source
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=17642)
--> (http://bugs.winehq.org/attachment.cgi?id=17642)
patch
gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall
-pipe -fno-strength-reduce -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-strings -Wtype-limits -Wpointer-arith -Werror -o joystick.o
joystick.c
cc1: warnings being treated as errors
joystick.c: In function ‘EnumJoysticks’:
joystick.c:387: error: format not a string literal and no format arguments
make[2]: *** [joystick.o] Error 1
make[2]: Leaving directory `/home/austin/wine-git/dlls/dinput/tests'
make[1]: *** [dinput/tests] Error 2
make[1]: Leaving directory `/home/austin/wine-git/dlls'
make: *** [dlls] Error 2
Attached patch fixes the issue, but may not be a proper fix.
Only occurs on gcc 4.3+
--
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=16336
Summary: advpack/tests/install: format not a string literal and
no format arguments
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, patch, source
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall
-pipe -fno-strength-reduce -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-strings -Wtype-limits -Wpointer-arith -Werror -o install.o install.c
cc1: warnings being treated as errors
install.c: In function ‘append_str’:
install.c:60: error: format not a string literal and no format arguments
make[2]: *** [install.o] Error 1
make[2]: Leaving directory `/home/austin/wine-git/dlls/advpack/tests'
make[1]: *** [advpack/tests] Error 2
make[1]: Leaving directory `/home/austin/wine-git/dlls'
make: *** [dlls] Error 2
Attached patch fixes the issue, but may not be a proper fix.
Only occurs on gcc 4.3+
--
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=16335
Summary: winex11.drv/xrender: format not a string literal and no
format arguments
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, patch, source
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=17640)
--> (http://bugs.winehq.org/attachment.cgi?id=17640)
patch
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strength-reduce -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith
-Werror -o xrender.o xrender.c
cc1: warnings being treated as errors
xrender.c: In function ‘UploadGlyph’:
xrender.c:750: error: format not a string literal and no format arguments
xrender.c:766: error: format not a string literal and no format arguments
make[2]: *** [xrender.o] Error 1
make[2]: Leaving directory `/home/austin/wine-git/dlls/winex11.drv'
make[1]: *** [winex11.drv] Error 2
make[1]: Leaving directory `/home/austin/wine-git/dlls'
make: *** [dlls] Error 2
Attached patch fixes the issue, but may not be a proper fix.
Only occurs on gcc 4.3+
--
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=16334
Summary: tools/fnt2bdf.c: format not a string literal and no
format arguments
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, patch, source
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=17639)
--> (http://bugs.winehq.org/attachment.cgi?id=17639)
patch
make[1]: Entering directory `/home/austin/wine-git/tools'
gcc -c -I. -I. -I../include -I../include -I/usr/include/freetype2 -Wall -pipe
-fno-strength-reduce -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-strings -Wtype-limits -Wpointer-arith -Werror -o fnt2bdf.o fnt2bdf.c
cc1: warnings being treated as errors
fnt2bdf.c: In function ‘main’:
fnt2bdf.c:598: error: format not a string literal and no format arguments
fnt2bdf.c:605: error: format not a string literal and no format arguments
fnt2bdf.c:620: error: format not a string literal and no format arguments
fnt2bdf.c:627: error: format not a string literal and no format arguments
fnt2bdf.c:644: error: format not a string literal and no format arguments
fnt2bdf.c:650: error: format not a string literal and no format arguments
fnt2bdf.c:658: error: format not a string literal and no format arguments
make[1]: *** [fnt2bdf.o] Error 1
make[1]: Leaving directory `/home/austin/wine-git/tools'
make: *** [tools] Error 2
Attached patch fixes the issue, but may not be a proper fix.
Only occurs on gcc 4.3+
--
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=16086
Summary: Problems with sound in Soldier of Fortune
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diniox(a)o2.pl
In random time in Soldier of Fortune (1) [video game] sound turn off. And all
the time sound is bad quality. In Wine 1.1.7 (and Wine 1.0.x) there are not any
problems like that.
--
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=15840
Summary: SuddenStrike: Regression, crashes when loading a level
Product: Wine
Version: 1.1.7
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tomatenesser(a)gmx.de
Created an attachment (id=16969)
--> (http://bugs.winehq.org/attachment.cgi?id=16969)
standard crash dump
SuddenStrike crashes, when I try to load a map. This happens always since
Version 1.1.3 till 1.1.7. Version 1.1.2 works. I'm using gentoo linux and I'm
not sure if I would mess up my system if I do a complete regression test
because I don't know how to implement a complete regression test in an ebuild.
A fresh .wine directory didn't fix it. If you want any special WINEDEBUG
channels please tell me.
--
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=15835
Summary: Rapid Uploader: Delete button shows a popup menu that
self closes.
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://rapidshare.com/rapiduploader.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vladimiroski(a)gmail.com
This bug comes from this: #15766
In Rapid Uploader you can press Delete button to get a popup menu, but the
problem is that the menu is useless because it self closes about half second
after you click the button, not giving you the opportunity of selecting
anything.
--
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=15699
Summary: Winecfg crashes if no audio driver is present
Product: Wine
Version: 1.1.6
Platform: PC
OS/Version: Solaris
Status: NEW
Keywords: patch, source
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: austinenglish(a)gmail.com
Based off bug 15264,
Still messing around with OpenSolaris. ./configure now only complains about
capi and ldap, so sound should be fine. config.log shows HAVE_ESD defined to 1.
$ ./wine winecfg
Works fine, but click the Audio tab, and all hell breaks loose:
wine: Unhandled page fault on read access to 0x00000000 at address 7f7907c4
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x7f7907c4)
...
Backtrace:
=>1 0x7f7907cd initAudioDlg+0x9c(hDlg=1004a)
[/export/home/austin/wine-git/programs/winecfg/audio.c:637] in winecfg
(0x7f75ec88)
2 0x7f791327 AudioDlgProc+0x6de(hDlg=1004a, uMsg=272, wParam=0,
lParam=2143778864) [/export/home/austin/wine-git/programs/winecfg/audio.c:849]
in winecfg (0x7f75ed98)
This patch gets around it, but doesn't seem right to me:
diff --git a/programs/winecfg/audio.c b/programs/winecfg/audio.c
index 3ce0e25..34d1f32 100644
--- a/programs/winecfg/audio.c
+++ b/programs/winecfg/audio.c
@@ -633,8 +633,11 @@ static void initAudioDlg (HWND hDlg)
if (buf == NULL)
{
/* select first available driver */
- if (*loadedAudioDrv->szDriver)
- selectDriver(hDlg, loadedAudioDrv->szDriver);
+ if (loadedAudioDrv->szDriver) {
+ if (*loadedAudioDrv->szDriver)
+ selectDriver(hDlg, loadedAudioDrv->szDriver);
+ }
+
}
else /* make a local copy of the current registry setting */
strcpy(curAudioDriver, buf);
--
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=15578
Summary: Px-map crashes (probably caused because reading
registry-key fails)
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
The application crashes somewhere in a function called GetDefaultBrowser. The
cause is probably the following:
0009:Call advapi32.RegOpenKeyExW(80000000,00886d88
L"\\htmlfile\\shell\\open\\command",00000000,00020019,0032f238) ret=0036ab8f
0009:Ret advapi32.RegOpenKeyExW() retval=000000a1 ret=0036ab8f
0009:Call KERNEL32.InterlockedCompareExchange(00855858,00000004,00000008)
ret=79ef56cc
0009:Ret KERNEL32.InterlockedCompareExchange() retval=00000008 ret=79ef56cc
0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x4011830
0009:trace:seh:raise_exception info[0]=00000000
Reading the registry-key fails with ERROR_BAD_PATH (000000a1) because the key
starts with a backslash "\\htmlfile". There's even a test for this:
/* beginning backslash character */
ret = RegOpenKeyA(HKEY_CURRENT_USER, "\\Software\\Wine\\Test", &hkResult);
ok(ret == ERROR_BAD_PATHNAME || /* NT/2k/XP */
ret == ERROR_FILE_NOT_FOUND /* Win9x,ME */
, "expected ERROR_BAD_PATHNAME or ERROR_FILE_NOT_FOUND, got %d\n",
ret);
Whereas this might be true for opening a key under HKEY_CURRENT_USER, it seems
to be wrong for a key under HKCR, if you change the test to opening a key with
a heading backslash under HKEY_CURRENT_ROOT it just seems to work fine (on
winXP). Wine should'nt probably fail as well.
--
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=15491
Summary: Star Wars: Jedi Knight - Jedi Academy : Clicking install
button in autorun menu freezes autorun.exe
Product: Wine
Version: 1.1.5
Platform: PC-x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=2315
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flossl(a)live.com
Created an attachment (id=16403)
--> (http://bugs.winehq.org/attachment.cgi?id=16403)
Log.
Clicking the install button in the autorun menu freezes the menu.
Ctrl-C does not work and I have to force-quit 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.