http://bugs.winehq.org/show_bug.cgi?id=12351
Summary: thread stack PAGE_GUARD/overflow handling (NT
compatibility)
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
this one is just follow up of recent .NET page guard patch commits, as
requested by AJ ;-)
Low priority.
--- snip example code ----
MEMORY_BASIC_INFORMATION mbi;
DWORD oldProtect;
SetLastError(0xdeadbeef);
ok(VirtualQuery( &mbi, &mbi, sizeof(MEMORY_BASIC_INFORMATION)) == sizeof(mbi));
ok(!VirtualProtect( mbi.BaseAddress, mbi.RegionSize, PAGE_GUARD, &oldProtect));
ok(GetLastError() == ERROR_INVALID_PARAMETER);
--- snip example code ----
Glibc mprotect() code triggers the segfault.
Another test for NT compatibility, touch the last guard page...
--- snip example code ----
void stack_overflow()
{
char eat_stack[0x4000];
stack_overflow();
}
__TRY
{
stack_overflow();
}
__EXCEPT(UnhandledExceptionFilter)
{
ok(GetExceptionCode() == EXCEPTION_STACK_OVERFLOW);
}
__ENDTRY
__TRY
{
stack_overflow();
}
__EXCEPT(UnhandledExceptionFilter)
{
ok(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION);
}
__ENDTRY
--- snip example code ----
Regards
--
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=12450
Summary: Adobe Acrobat Pro 6 -- "Detect and Repair" does nothing
Product: Wine
Version: 0.9.58.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Selecting Help -> Detect and Repair does nothing.
I'm not sure what it is supposed to do, but I'm guessing nothing is probably
not it.
Wishlist item.
--
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=12452
Summary: SAPGUI fail in installation
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: clebersantz(a)gmail.com
I Try install SAPGUI(r) For Windows 7.10 and get error at end of installation
--
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=12876
Summary: uTorrent 1.7.7 exited (or minimized) to tray err's
Product: Wine
Version: 0.9.60
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goonstk(a)yahoo.com
Once I open up uTorrent, I get a window asking to install. I deselect all the
checkboxes and hit OK. Another window comes up on Speed or whatever. I just hit
OK and continue. Now since uTorrent, for me, always minimizes to the tray, I
tried to see if it displayed any errors if I tried exiting out.
It displayed these errors once I killed uTorrent and it was minimized to the
Ubuntu tray.
err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not
registered
err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4}
could be created for context 0x1
--
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=12259
Summary: CoWaitForMultipleHandles Unexpected wait termination
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)darkk.net.ru
Created an attachment (id=11709)
--> (http://bugs.winehq.org/attachment.cgi?id=11709)
full log with WINEDEBUG=+ole
I faced the bug while running beta version of 2gis-v3 (
http://plugins.2gis.ru/2gis_v3/ ) that is going to be released on 1st of April.
The program installs ok, but fails to run.
Log file has more then 30000 message like
err:ole:CoWaitForMultipleHandles Unexpected wait termination: -1, 87
and it looks like the reason of failure.
I've not succeeded trying to use native WinXP dlls as I had no straight plan of
dll-replacement.
Full log file with WINEDEBUG=+ole is attached.
--
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=12830
Summary: Xenocode Virtual Appliance Runtime Error
Product: Wine
Version: 0.9.59.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: danny.piccirillo(a)gmail.com
Running Neuro-Programmer 2.4.1 in Wine 0.9.59 set to Windows 2000, XP, or Vista
(all of which NP2 should work with), returns the following error:
Xenocode Virtual Appliance Runtime
The application has encountered an error: 0xD000003A
Please contact the publisher of this application for more information.
--
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=10190
Summary: Caesar IV does not start
Product: Wine
Version: 0.9.47.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: freddybob(a)gmail.com
Created an attachment (id=8789)
--> (http://bugs.winehq.org/attachment.cgi?id=8789)
console log
The game Caesar IV does not load... I have followed instructions from a similar
bug when I encountered an error with what I'm guessing is directX support (the
instructions were:
# In the install folder's 'Support/DirectX' folder, extract d3dx9_29.dll by
running 'cabextract Feb2006_d3dx9_29_x86.cab', then copy d3dx9_29.dll to Wine's
'windows/system32' directory (usually ~/.wine/drive_c/windows/system32)
# Place msvcr71.dll in Wine's 'windows/system32' directory
Having done this, I now get a lot further in the output in console, but the
game still does not load. I will attach the console output.
--
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=11168
Summary: DVRManager + MFServer: Crashes
Product: Wine
Version: 0.9.52.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: god2blief(a)gmx.net
Both the DVRManager and the MFServer are crashing with (exactly?) the same
output in the console when operating certain functions, e.g. after submitting
username and password for the local machine when setting up the MFServer.
Colsole-output when crashing: http://ubuntuusers.de/paste/28141/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.