http://bugs.winehq.org/show_bug.cgi?id=6408
Summary: MSVCR80.dll load problem with latest Firefox (nightly
build tree)
Product: Wine
Version: 20050930
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: psmith(a)fastek.cc
Wine is not loading MSVCR80.dll correctly, according to recent Mozilla
components that have started using that runtime. (R6034: An application has
attempted to load the C runtime library incorrectly).
Sorry for pasting, I tried hard to find out how to make an attachment!
fixme:actctx:FindActCtxSectionStringW 00000000 (null) 2 L"msvcr80.dll" 0x337a8c
err:module:LdrInitializeThunk "MSVCR80.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\mnt\\data\\opt\\wineprog\\nightly\\broken_in_wine\\firefox-3.0a1\\firefox.exe"
failed, status c0000142
Wine failed with return code 1
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6407
Summary: War rock game crashes on startup
Product: Wine
Version: 0.9.22.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam(a)piggz.co.uk
After the first 2 splash screens have appeared, i get a full screen black
window, which crashes after a few seconds.
Using kernel 2.6.17
xorg 7.1
i915 graphics
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6384
------- Additional Comments From asdmin(a)gmail.com 2006-09-10 08:38 -------
Although it's not strictly tied to the actual event, the problem usually happens
when IE gains it's focus.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6285
cdunn42(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From cdunn42(a)yahoo.com 2006-09-10 08:27 -------
Since blowing away my ~/.wine directory and reinstalling the application in
question, I have not had this problem any more with the current CVS version of
Wine. It's possible that some kind of corruption or maybe an old installation
of the Mozilla ActiveX control was causing this issue -- changing status to
RESOLVED/INVALID unless it happens again.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5725
------- Additional Comments From neil(a)parkwaycc.co.uk 2006-09-10 04:22 -------
(In reply to comment #34)
>win.c:3980: Test failed: [8] foreground window did not get sent to back
Well at least that's progress; although it looks like wine does something odd
with minimized windows it makes it pretty clear that the (previous) foreground
window has to be sent to the back. Please can you see if this helps:
for (i = 0; i < sizeof(sttw_tests) / sizeof(sttw_test); ++i)
{
- hwnds[0] = CreateWindow( "static", "", WS_OVERLAPPEDWINDOW | WS_VISIBLE,
+ hwnds[0] = CreateWindow( "static", "", WS_OVERLAPPEDWINDOW | WS_VISIBLE,
CW_USEDEFAULT, CW_USEDEFAULT,
CW_USEDEFAULT, CW_USEDEFAULT,
NULL, NULL, NULL, NULL );
- ShowWindow( hwnds[0], sttw_tests[i].show );
hwnds[1] = CreateWindowEx( exstyle[sttw_tests[i].topmost],
- "static", "", WS_OVERLAPPEDWINDOW,
+ "static", "", WS_OVERLAPPEDWINDOW | WS_VISIBLE,
CW_USEDEFAULT, CW_USEDEFAULT,
CW_USEDEFAULT, CW_USEDEFAULT,
NULL, NULL, NULL, NULL );
- ShowWindow( hwnds[1], sttw_tests[i].show );
+ hwnd = hwnds[sttw_tests[i].which];
+ ShowWindow( hwnd, sttw_tests[i].show );
SetActiveWindow( hwnds[1] );
SetForegroundWindow( hwnds[1] );
- hwnd = hwnds[sttw_tests[i].which];
+ ok( GetWindow(GetWindow(hwnds[1], GW_HWNDNEXT), GW_HWNDNEXT) != NULL,
+ "[%d] foreground window unexpectedly got sent to the back\n", i);
SwitchToThisWindow( hwnd, sttw_tests[i].flag );
/* On Windows, restoring a window is asynchronous. Give it 100ms */
[This is a hand-edited diff, so sorry if it doesn't apply to attachment 3547]
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5308
------- Additional Comments From wjsqudtlr(a)gmail.com 2006-09-10 03:57 -------
I think this bug is fixed.
please, test with current wine-git.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6371
stefandoesinger(a)gmx.at changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|DirectDraw regression, ships|Hardware rendering does not
|no longer get rendered |work in X-Wing Alliance
|onscreen |
------- Additional Comments From stefandoesinger(a)gmx.at 2006-09-10 03:48 -------
James replied to me by e-mail:
I ran further tests and found that in fact it wasn't a regression problem. the
issue is software rendering works, hardware rendering doesn't. sorry about
that. i must've had software rendering turned on in wine 0.9.15 and tried
hardware rendering with 0.9.21.
Renaming the bug to something more meaningful
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.