http://bugs.winehq.org/show_bug.cgi?id=16459
Summary: MYOB application tabs - does not change/switch tabs
correctly when clicking on them
Product: Wine
Version: 1.0.0
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nickpj(a)gmail.com
In MYOB, there are tabs inside the application (e.g. general ledger -> chart of
accounts -> tabs at top of page). Switching from one tab to another when
running under MS Windows can be achieved by clicking on the tab. However in
Wine, this does not work (it does not switch to the new tab). Instead the user
has to use a workaround to switch between tabs, either by clicking AND THEN
pressing the space key, or by using the Alt + "underlined letter" keyboard
shortcut to switch between tabs.
I have only used MYOB 10.0.2, and so have only observed this problem there, but
other versions on MYOB have this tab-switching problem in Wine too, according
to appdb, e.g. versions 11, 16, 17 too:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=9941http://appdb.winehq.org/objectManager.php?sClass=version&iId=6921&iTestingI…http://appdb.winehq.org/objectManager.php?sClass=version&iId=355&iTestingId…
--
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=26506
Summary: Kodak ESP C310 All-In-One Printer software fail:
Cannot find conime.exe
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ssjgokux3(a)gmail.com
There's no GNUx (GNU/Linux) driver for the Kodak ESP C310 Printer. So I decided
to install the Windows version of the software. When I first ran the software,
I got prompted by Wine in my terminal to install Mono to run .net executables.
So I did. Now I'm getting this when I log the output of the install:
fixme:exec:SHELL_execute flags ignored: 0x00000100
wine: cannot find L"C:\\windows\\system32\\conime.exe"
Any and all support is very much appreciated. The printer was just recently
bought and the machine it is attached to is running Ubuntu 10.10
Linux foxy-desktop 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:29 UTC
2011 i686 GNU/Linux
--
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=24550
Summary: Option to run Windows programs as a separate user.
Product: Wine
Version: 1.3.3
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: de.techno(a)gmail.com
For security purposes, and atleast on Linux, wine should have an option to run
a program as a different user as defined in it's config.
--
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=24241
Summary: Open file dialog triggers "Invalid free" Valgrind
warning
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bart.vanassche(a)gmail.com
Occurred with a clone of the Wine git repository last updated on Monday August
30, 2010 + a patch that informs Valgrind about heap tail zones. The Valgrind
complaint below was triggered by the open file dialog (MFC CFileDialog) and
shows that Wine tries to free static memory (a static variable called emptyW):
Invalid free() / delete / delete[]
at 0x476F851: do_VALGRIND_FREELIKE_BLOCK (wine.git/dlls/ntdll/heap.c:231)
by 0x47727A5: RtlFreeHeap (wine.git/dlls/ntdll/heap.c:1778)
by 0x509BB83: IMalloc_fnFree (wine.git/dlls/ole32/ifs.c:262)
by 0x509C1D6: CoTaskMemFree (wine.git/dlls/ole32/ifs.c:411)
by 0x4DEC027: StrRetToStrNW (wine.git/dlls/shell32/shellstring.c:99)
by 0x4E0E67E: ShellView_OnNotify (wine.git/dlls/shell32/shlview.c:1432)
by 0x4E0F735: ShellView_WndProc (wine.git/dlls/shell32/shlview.c:1684)
by 0x4CB21E9: ??? (in /usr/lib/wine/user32.dll.so)
by 0x4CB2873: call_window_proc (wine.git/dlls/user32/winproc.c:242)
by 0x4CB4C2B: WINPROC_call_window (wine.git/dlls/user32/winproc.c:899)
by 0x4C7B35C: call_window_proc (wine.git/dlls/user32/message.c:2201)
by 0x4C80B42: send_message (wine.git/dlls/user32/message.c:3041)
by 0x4C81063: SendMessageW (wine.git/dlls/user32/message.c:3164)
by 0x4FABB7B: notify_hdr (wine.git/dlls/comctl32/listview.c:839)
by 0x4FAD06C: notify_dispinfoT (wine.git/dlls/comctl32/listview.c:984)
by 0x4FADD5C: LISTVIEW_GetItemT (wine.git/dlls/comctl32/listview.c:6613)
by 0x4FADFA8: LISTVIEW_GetItemW (wine.git/dlls/comctl32/listview.c:1601)
by 0x4FAF48C: LISTVIEW_DrawItem (wine.git/dlls/comctl32/listview.c:4459)
by 0x4FB63D4: LISTVIEW_RefreshReport
(wine.git/dlls/comctl32/listview.c:4751)
by 0x4FBAFDA: LISTVIEW_Refresh (wine.git/dlls/comctl32/listview.c:4998)
by 0x4FBDB68: LISTVIEW_Paint (wine.git/dlls/comctl32/listview.c:10392)
by 0x4FBDCC6: LISTVIEW_WMPaint (wine.git/dlls/comctl32/listview.c:10417)
by 0x4FBF4CC: LISTVIEW_WindowProc (wine.git/dlls/comctl32/listview.c:11452)
by 0x4CB21E9: ??? (in /usr/lib/wine/user32.dll.so)
by 0x4CB2873: call_window_proc (wine.git/dlls/user32/winproc.c:242)
by 0x4CB4C2B: WINPROC_call_window (wine.git/dlls/user32/winproc.c:899)
by 0x4C7C0FD: DispatchMessageW (wine.git/dlls/user32/message.c:3709)
by 0x4C4EAE1: IsDialogMessageW (wine.git/dlls/user32/dialog.c:1258)
by 0x4C4EC43: DIALOG_DoDialogBox (wine.git/dlls/user32/dialog.c:812)
by 0x4C509BD: DialogBoxIndirectParamAorW (wine.git/dlls/user32/dialog.c:877)
by 0x4C50A51: DialogBoxIndirectParamA (wine.git/dlls/user32/dialog.c:887)
by 0x92CDCD8: GetFileName95 (wine.git/dlls/comdlg32/filedlg.c:317)
Address 0x4f7116c is 0 bytes inside data symbol "emptyW.55484"
--
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=26452
Summary: When an application goes fullscreen it turns off other
monitors
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)gmail.com
When an application (such as a DirectX game) goes fullscreen the monitors on
which the application is not running are turned off.
--
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=19949
Summary: Battle Realms: Unable to install
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: debian(a)carbon-project.org
Created an attachment (id=23465)
--> (http://bugs.winehq.org/attachment.cgi?id=23465)
MSI dialogue while installing Battle Realms.
When installing Battle Realms
(<http://appdb.winehq.org/objectManager.php?sClass=version&iId=4394>) you're
greeted with a dialogue like in the attached image. The buttons are not
clickable, but you can navigate with TAB and activate them with ENTER. But as
soon as you hit the license agreement screen and try to navigate to the accept
checkbox you'll only manage to highlight the license text and won't be able to
get out of the text field with the license text. At this point you can only
terminate Wine.
A (temporary) workaround is described at
<http://appdb.winehq.org/objectManager.php?sClass=version&iId=4394&iTestingI…>
(short version: use MSI2 as provided by winetricks), but that still has
glitches.
--
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=22997
Summary: Huggle fails to draw the window menu strip
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://code.google.com/p/huggle/
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tyson(a)thepurplepixel.org
Created an attachment (id=28488)
--> (http://bugs.winehq.org/attachment.cgi?id=28488)
Text of the error message
Upon launching Huggle, the login window is drawn appropriately, and logging in
works. However, once the main window interface launches, an error dialog pops
up (output attached) and the main menu bar in replaced by a red 'X' (image
attached). The menu maintains functionality; if you click on the area where you
think the menu should be, the menu will be displayed.
--
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=17877
Summary: works good, but there's a problem
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martinex2017(a)neostrada.pl
Hi.
I'm using one program, which doesn't have version under Linux.
http://www.sendspace.com/file/n7t0dx
Program called Xbox soundtrack manager.
This application connects with console Xbox via LAN.
Program runs good, but during connection can't find file with database.
On Windows system there's no problem.
--
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=22301
Summary: Fallen Earth MMO : RtlAllocateHeap crash
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://forums.fallenearth.com/fallenearth/showthread.p
hp?t=35062
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elanz1615(a)yahoo.com
Created an attachment (id=27255)
--> (http://bugs.winehq.org/attachment.cgi?id=27255)
winedbg bt from crash
Fallen Earth, when run in a clean wine prefix using the latest git crashes
after a few minutes of play. The crash produces just one log output:
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc3b3ed
I've attached a winedbg backtrace showing that the crash is in RtlAllocateHeap.
Each crash I've captured has a slightly different back trace but the top two
frames are always RtlAllocateHeap and list_remove.
Trace and relay logging is impossible with this application as they slow the
application too much to play long enough to observe the crash. Another clue is
that turning on the warn+heap channel seems to prevent the crash at the expense
of framerate and an extended shut-down time.
Any assistance is greatly appreciated.
Forum post with more detail is here:
http://forum.winehq.org/viewtopic.php?t=8127
--
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=26534
Summary: Half-Life 2 DeathMatch crashes upon joining a server.
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Nothingmuchheretosay(a)yahoo.com
Whenever I join in a server, it either just crashes on me or it plays for a
couple of seconds beautifully before crashing. All other Source games, TF2,
L4D2, Portal, etc..
If I knew how to log a Steam game under wine I would be happy to log HL2DM.
--
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.