http://bugs.winehq.org/show_bug.cgi?id=10099
Summary: FP exception in DSOUND_RecalcVolPan, abruptly quits
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)rasqual.silk.com
Created an attachment (id=8661)
--> (http://bugs.winehq.org/attachment.cgi?id=8661)
winedbg, trace output
A floating-point exception causes the executed program to abruptly end.
Backtrace excerpt:
=>1 0x7efce47a in libm.so.6 (+0x847a) (0x7bbfe5f4)
2 0x7e88c090 DSOUND_RecalcVolPan+0xf0() in dsound (0x7bbfe644)
3 0x7e89b0a6 DSOUND_Calc3DBuffer+0x4d6() in dsound (0x7bbfe754)
http://source.winehq.org/source/dlls/dsound/mixer.c?v=wine-0.9.47#L42
In the log, we can see the trace level message:
trace:dsound:DSOUND_RecalcVolPan (0x2167514)
trace:dsound:DSOUND_RecalcVolPan Vol=-301 Pan=-2147483648
meaning the line:
TRACE("left = %x, right = %x\n", volpan->dwTotalLeftAmpFactor,
volpan->dwTotalRightAmpFactor);
is never reached.
The function is also logged at earlier points and working, e.g.:
trace:dsound:DSOUND_RecalcVolPan (0x2167514)
trace:dsound:DSOUND_RecalcVolPan Vol=0 Pan=0
trace:dsound:DSOUND_RecalcVolPan left = ffff, right = ffff
Reproduced in Symphonic Rain (app db entry pending), when clicking on the "Game
Start" main menu option.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10041
Summary: Ultima Online Kingdom Reborn doesn't render graphics
correctly
Product: Wine
Version: 0.9.47.
Platform: PC
URL: http://www.uoherald.com/kingdomreborn/gamefiles/index.ph
p
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hpestilence(a)gmail.com
Graphics stopped working correctly after a June 15th patch:
http://www.uoherald.com/news/news.php?newsid=132
Before that patch almost all the graphics were displayed correctly and quickly.
Now when the world loads it is all black in hardware shader mode. Disabling
hardware shaders makes the world load houses and items in rainbow colors except
for water animations which are rendered correctly, everything else is black.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9891
Summary: Focus changing in GP Untis
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.jaehne(a)googlemail.com
Window focus in the application embedded windows doesn't change by mouse-click
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9938
Summary: Crash downloading gecko
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Today, with wine from git, gecko install crashed.
I'll attach the backtrace, but the highlights are
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00347b6e).
Backtrace:
=>1 0x00347b6e (0x7c92fdc8)
2 0x7e7fa6e3 InternetReadFile+0x73(hFile=0x3, lpBuffer=0x7c92fed8,
dwNumOfBytesToRead=0x400, pdwNumOfBytesRead=0x7c92fe48)
[wine-git/dlls/wininet/internet.c:1821] in wininet (0x7c92fe08)
3 0x7ebdb295 HttpProtocol_Read+0x155(iface=<register ESI not in topmost
frame>, pv=0x7c92fed8, cb=0x400, pcbRead=0x7c92fe98)
[wine-git/dlls/urlmon/http.c:770] in urlmon (0x7c92fe58)
4 0x7ebd54a6 ProtocolStream_Read+0x146(iface=0x7e23c0, pv=0x7c92fed8,
cb=<register ESI not in topmost frame>, pcbRead=0x7c92fed4)
[wine-git/dlls/urlmon/binding.c:337] in urlmon (0x7c92fea8)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9356
Summary: Serial communication not working since wine-0.9.33
Product: Wine
Version: 0.9.42.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aurel(a)gmx.de
Created an attachment (id=7647)
--> (http://bugs.winehq.org/attachment.cgi?id=7647)
Logfiles of woring and not workin wine versions
Senn on application Windows Packet Programm the serial communication is not
working correctly since winw version 0.9.33 anymore. It worked perfect with
version 0.9.32 and before. Actually I am running version 0.9.42.
I attached two logs, one with a working version (0.9.32) and one with my latest
version 0.9.42.
You can see, that there is a problem here: io_control 0x7c
IOCTL_SERIAL_GET_TIMEOUTS. At this point the application hangs and you have to
kill it.
Regards
Aurel
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10170
Summary: make test fails in wine-0.9.47-458-ga8df7fd
Product: Wine
Version: 0.9.47.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marco(a)harddisk.is-a-geek.org
Created an attachment (id=8764)
--> (http://bugs.winehq.org/attachment.cgi?id=8764)
Error message
In wine-0.9.47-458-ga8df7fd make test fails (after failing kernel32, but not
stopping - see #10169) in msvcrt with the message in the attachment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10169
Summary: make test fails in wine-0.9.47-458-ga8df7fd
Product: Wine
Version: 0.9.47.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marco(a)harddisk.is-a-geek.org
Created an attachment (id=8763)
--> (http://bugs.winehq.org/attachment.cgi?id=8763)
Error message
In wine-0.9.47-458-ga8df7fd make test fails with the message in the attachment,
component is kernel32; when I retry with LANG=C make test, the error still
appears, but make test proceeds.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9918
Summary: GetDeviceCaps BPP should use XVisualInfo
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderbird2k(a)gmx.net
In case of a BITSPIXEL query GetDeviceCaps we are returning the screen_depth.
This should be changed to the depth of the visual. The problem is that this
lots of changes through Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9328
Summary: Opening DOS devices other than C crashes Wine
Product: Wine
Version: 0.9.42.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ninevoltz(a)metalink.net
Opening a DOS device other than C: from a common dialog causes Wine to crash.
Open notepad in Wine:
wine notepad
Click File->Open
navigate to My Computer/Z:
Crash.
67 0x699211db WinMain+0x74b(hInstance=0x69910000, prev=0x0, cmdline=0x115cb7,
show=0x1) [/usr/src/wine/programs/notepad/main.c:698] in notepad (0x0034fe58)
68 0x69922f23 main+0xa3() [/usr/src/wine/dlls/winecrt0/exe_main.c:48] in
notepad (0x0034fed8)
69 0x69922e4b __wine_spec_exe_entry+0x5b(peb=0x7ffdf000)
[/usr/src/wine/dlls/winecrt0/exe_entry.c:36] in notepad (0x0034ff08)
70 0x7b870bde start_process+0xee(arg=0x0)
[/usr/src/wine/dlls/kernel32/process.c:820] in kernel32 (0x0034ffe8)
71 0x600244d7 (0x00000000)
0x603dada5 _ILSimpleGetTextW+0x75
[/usr/src/wine/dlls/shell32/../../include/winbase.h:2126] in shell32: movw
%ax,0x0(%edx)
2126 *d++ = *s++;
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10046
Summary: Regression GPSMapedit under .47
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: renaud(a)olgiati-in-paraguay.org
Created an attachment (id=8591)
--> (http://bugs.winehq.org/attachment.cgi?id=8591)
Debug output lifted from a Konsole.
Under .47 editing the label of a map object causes GPSMapEdit to crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.