http://bugs.winehq.org/show_bug.cgi?id=10367
Summary: OpenMPT bug
Product: Wine
Version: unspecified
Platform: HP
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ihitterdal(a)yahoo.com
Created an attachment (id=9040)
--> (http://bugs.winehq.org/attachment.cgi?id=9040)
Error log.
There's a nice-sized bug in the new version of OpenMPT: When you attempt to
load more than one VSTi/VST plug-in, it stops for a bit and crashes. The error
log is attached. Thank you and have a nice day.
--
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=11339
Summary: serial.c:wait_on() sanity checks seem to be too strict
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: e_val(a)inbox.ru
Created an attachment (id=10448)
--> (http://bugs.winehq.org/attachment.cgi?id=10448)
Trivial patch to fix the problem
In its present state, wait_on() function implemented in ntdll/serial.c fails
more often then it should. This means that in some cases serial events are not
reported to the calling Windows program (even if in practice they could be)
leading to application malfunction.
The problem is in the sanity check:
if ((status = get_irq_info(fd, &commio->irq_info)) ||
(status = get_modem_status(fd, &commio->mstat)))
goto out_now;
which bails out and silently returns 0 if low-level Unix kernel driver for
serial device doesn't implement TIOCGICOUNT or TIOCMGET ioctl()s. This is, in
fact, intended behavior if the calling program wants to monitor events like
EV_BREAK, EV_ERR or EV_CTS and friends (otherwise, Wine will loop forever in
wait_for_event()) but is useless and even harmful if the event in interest is
EV_RXCHAR or EV_TXEMPTY. In latter case the check just prevents the program
from working correctly.
I've came across this bug when trying to make control software for AnyData CDMA
modems (EasyWirelessNet 1.00.xx) working. In Linux, those devices use "option"
driver, which lacks TIOCGICOUNT ioctl().
The trivial patch is attached. It's not against git clone of Wine so it is not
meant for applying directly.
--
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=10627
Summary: child window position is not updated
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmda(a)yandex.ru
A popup window appears with content placed in wrong offset.
See logs below I grabbed from an application:
Popup window created:
trace:win:WIN_CreateWindowEx (null) L"TEditPopup" ex=00000080 style=42040000
445,332 425x164 parent=0x10254 menu=0x0 inst=0x400000 params=0x0
trace:win:dump_window_styles style: WS_CHILD WS_CLIPCHILDREN WS_THICKFRAME
trace:win:dump_window_styles exstyle: WS_EX_TOOLWINDOW
trace:win:WIN_SetWindowLong 0x10270 -12 0 W
trace:win:GetWindowRect hwnd 0x10270 (803,536)-(1228,700)
Its content created:
trace:win:WIN_CreateWindowEx (null) L"TVirtualStringTree" ex=00000000
style=46310000 0,0 423x143 parent=0x10270 menu=0x0 inst=0x400000 params=0x0
trace:win:dump_window_styles style: WS_CHILD WS_CLIPSIBLINGS WS_CLIPCHILDREN
WS_VSCROLL WS_HSCROLL WS_TABSTOP
trace:win:dump_window_styles exstyle:
trace:win:WIN_SetWindowLong 0x10272 -12 0 W
trace:win:WIN_SetWindowLong 0x10272 -4 2320726 A
trace:win:alloc_winproc allocated 0xffff017b for A 0x2320726 (380/8192 used)
trace:win:WIN_SetWindowLong 0x10272 -12 10272 A
trace:win:GetWindowRect hwnd 0x10272 (804,537)-(1227,680)
Position of the popup window is updated and SWP_SHOWWINDOW is requested:
trace:win:SetWindowPos hwnd 0x10270, after 0xffffffff, 445,332 (425x164), flags
00000050
trace:win:dump_winpos_flags flags: SWP_NOACTIVATE SWP_SHOWWINDOW
trace:win:GetWindowRect hwnd 0x10270 (445,332)-(870,496)
Position of child window remained the same:
trace:win:GetWindowRect hwnd 0x10272 (804,537)-(1227,680)
full log is attached and four points listed above are marked in it.
--
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=10431
Summary: GPSMapEdit: Unimplemented function
gdiplus.dll.GdipGetImageDimension
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: renaud(a)olgiati-in-paraguay.org
When trying to load a .map file into GPSMapEdit, we no longer have an app crash
as in bug 9963, but the app now freedzes while the following message appears in
the Konsole from which I launched the app:
wine: Call from 0x7ee39360 to unimplemented function
gdiplus.dll.GdipGetImageDimension, aborting
--
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.
http://bugs.winehq.org/show_bug.cgi?id=9419
Summary: Autocad 2002 crashes after 2 mins of running
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)ncode.com.au
Created an attachment (id=7746)
--> (http://bugs.winehq.org/attachment.cgi?id=7746)
Wine command line output
Autocad 2002 crashes after around 2 mins of operation.
Error reported by Autocad is:
Autocad Error Aborting
Unhandled Access Violation Reading 0x7caa3610
Exception at 7caa3610
I have also have the exception reported at 0x7caa5610, 0x7caa1610.
Until it crashes the program is working pretty well, I have printed, drawn
objects opened/saved files etc. Even when I just start Autocad and do nothing
at all it still crashes after around 2 mins.
--
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=11335
Summary: Wine does not support the new advanced API call
RegGetValue
Product: Wine
Version: 0.9.54.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jurgen.debo(a)gmail.com
Ritlabs The Bat! v3.99.29 uses the new advanced API call RegGetValue to read
string configuration from the Registry.
Please implement support for this call.
--
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=11058
Summary: ableton live refuses ton run
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam050986(a)yahoo.fr
Created an attachment (id=10076)
--> (http://bugs.winehq.org/attachment.cgi?id=10076)
live6&7log
live 6 and 7 can't run, see files for details
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.