http://bugs.winehq.org/show_bug.cgi?id=12182
Summary: Supreme Commander needs additional DLLs (registered)
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquitsnake(a)gmx.net
In order to get sound in this game, sample rate must be set to 48000 and a few
DLLs are needed. These are:
x3daudio1_0.dll
x3daudio1_1.dll
in order to get the game to start in first place
xactengine2_0.dll
xactengine2_1.dll
xactengine2_2.dll
xactengine2_3.dll
xactengine2_4.dll
xactengine2_5.dll
xactengine2_6.dll
these must be registered using regsvr32 to get sound.
This is not the normal behaviour on Windoze (as long as you have newer DirectX
installed) so this should be fixed in Wine.
Also, the Forged Alliance addon for Supreme Commander needs
X3DAudio1_2.dll
In order to start.
However registering the additional xactengine* which came out between the
release of SupCom and its Addon will, in this case, NOT enable sound in the
addon.
--
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=20095
Summary: The adventure game "The secret of Monkey Island -
Special Edition" does not play
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thehighwayman(a)katamail.com
Created an attachment (id=23658)
--> (http://bugs.winehq.org/attachment.cgi?id=23658)
Secret of Monkey island SE crashing backtrace
Hi,
besides all, my configuration:
I've installed Ubuntu 9.04, wine 1.1.29, dx3d9, directx 9, xact, xinput,
dotnet20, vcrun2005 e vcrun2008.
I've copied from a windows installation, mscorees.dll and streamci.dll;
I've added them in wine configuration as "native".
Now The problem:
I've installed, with wine, the game "The Secret of Monkey Island - Special
edition". Installation OK.
But when I launch the game (wine MISE.exe), it starts for a while, then
crashes.
I've attached the backtrace.
TheHighwayman
--
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=18233
Summary: Approach underscore bar inactive with multiple database
open
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Hi All,
In Lotus Approach, when you have two or more databases open and have them
windowed (Windows --> cascaded, right-left, top-bottom) the underscore button
in the window's internal caption buttons, although showing (not grayed out),
does not work.
Many thanks,
-T
--
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=28115
Summary: Heavy Gear II, most of keys do not work ingame
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samurai_no_densetsu(a)yahoo.es
Recently tested Heavy Gear II and found that most of keys do not work ingame
(although you can redefine them in the options menu), A to Z keys do not work,
also do not numbers and function keys, but surpisingly, ctrl, tab arrow keys,
keypad keys and pg up, pg down, home, end works, thing that makes the game
almost playable.
I belive that the game requires dx6.1, but aside of this weird bug and setting
wine as win98, the game is playable.
--
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=19210
Summary: expr_alloc_uconstant() is not used
Product: Wine
Version: 1.1.25
Platform: All
OS/Version: All
Status: NEW
Keywords: source, winelib
Severity: normal
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
programs/winedbg/expr.c defines both an expr_alloc_sconstant() and an
expr_alloc_uconstant() function. However:
* expr_alloc_uconstant() is not used anywhere. So at first sight it should be
removed.
* But expr_alloc_sconstant() is used to allocate tNUM constant which, as far
as I can see, are unsigned constants.
* expr_alloc_sconstant() is used nowhere else.
So something is wrong there.
This is also related to EXPR_TYPE_U_CONST vs. EXPR_TYPE_S_CONST.
Possible fixes:
* Modify the lexer to only return unsigned constants (since that's all it can
match), and then get rid of expr_alloc_sconstant() and EXPR_TYPE_S_CONST.
* Modify the lexer to return both signed and unsigned constants as
appropriate.
In either case it will likely require modifications in the expression
computation package as it only knows how to deal with signed integers.
See also this thread:
http://www.winehq.org/pipermail/wine-devel/2009-January/072074.html
--
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=19994
Summary: Microsoft Security Essentials Setup crashes missing
__uncaught_exception
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
URL: http://www.microsoft.com/security_essentials/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P3
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
Depends on: 19064
If you hack around Bug 19064, the Setup of Microsoft Security
Essentials(Virus-Scanner) is trying to call Unimplemented function
msvcrt.dll.__uncaught_exception
So it crashes.
--
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=25950
Summary: SEE_MASK_NO_CONSOLE flag in ShellExecuteEx have
opposite effect
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atohom(a)gmail.com
Created an attachment (id=33084)
--> (http://bugs.winehq.org/attachment.cgi?id=33084)
compiled executable
Despite of what MSDN is saying SEE_MASK_NO_CONSOLE in not equivalent of
CREATE_NEW_CONSOLE from CreateProcess, it its opposite.
On Windows this test program runs in single window, but in wine it creates
separate console.
#include <windows.h>
int main(int nargs,char *args[])
{
SHELLEXECUTEINFOW si={sizeof(si)};
si.fMask=SEE_MASK_FLAG_NO_UI|SEE_MASK_NOASYNC|SEE_MASK_NOCLOSEPROCESS|SEE_MASK_NO_CONSOLE;
si.lpFile=L"cmd.exe";
si.lpParameters=L"/C dir && pause";
si.nShow = SW_SHOWNORMAL;
ShellExecuteExW(&si);
WaitForSingleObject(si.hProcess, INFINITE);
return 0;
}
--
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=21895
Summary: assertion "next->protect & VPROT_SYSTEM" failed:
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: OpenBSD
Status: UNCONFIRMED
Keywords: download, source
Severity: trivial
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
wine: created the configuration directory '/home/austin/.wine'
assertion "next->protect & VPROT_SYSTEM" failed: file "virtual.c", line 512,
function "create_view"
Marking as unconfirmed, since OpenBSD needs a few out of tree patches to even
begin to start, so this may be due to those patches.
Doesn't occur on every run, semi-random. Only seems to occur on new prefix's
though.
--
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.