http://bugs.winehq.org/show_bug.cgi?id=12067
Summary: Wrong Platinum Rating, the tester hasn't tested it the
other way.
Product: Wine
Version: 0.9.57.
Platform: Other
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=9470
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bartolsthoorn(a)gmail.com
Created an attachment (id=11435)
--> (http://bugs.winehq.org/attachment.cgi?id=11435)
The result of: WINEDEBUG=+winstation,+wtsapi wine TeamViewer.exe &>output.txt
My log contains the output I get when I try to run TeamViewer3. It's a program
for remote desktop accesing. At the appdb it has platinum rating, but this is
not right because it only works one way. You can acces other peoples desktop
but they can't acces you.
This is what I did while the trace was running.
- Starting Teamviewer.exe
- Acces by another computer
- Closed the connection on my side.
- Closed the program.
The other person who is trying to acces your desktop won't see any display. So
platinum rating isn't right.
I'm running openSUSE 10.3, GNOME, with the newest wine.
(sorry for my bad english)
--
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=12116
Summary: Progress bar does not appear during installation
Product: Wine
Version: 0.9.57.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)chrobis.com
On some program installations, the progress bar does not move during the
installation (leading perhaps to the false assumption that the installation has
frozen), although files are being copied and registry values written.
I have noticed this a few times during various installations; the only one I
can currently document is Star Trek: Legacy, but I will add other applications
to the list as I re-test them under newer Wine versions.
--
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=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=12910
Summary: Alcohol 120% refuses to install
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: therogueking(a)gmail.com
Attempted to install Alcohol 120% V1.9.7.6.6221 on my Ubuntu 7.10 machine
running Wine 9.59. After running setup.exe and agreeing to the End-User-License
Agreement I receive an error that reads SPTD setup V1.55 "This platform is not
supported."
--
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=26346
Summary: Letters from Nowhere 2 demo: 'play trial' button does
not work
Product: Wine
Version: 1.3.15
Platform: x86
URL: http://www.fileplanet.com/218947/210000/fileinfo/Lette
rs-from-Nowhere-2-Demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Clicking it just gives:
fixme:mshtml:HTMLWindow2_navigate (0x1cb5eb0)->(L"close:ok")
winetricks ie7 works around it and lets me start the demo.
--
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=28312
Summary: [Assassin's Creed Brotherhood]Crashes once gameplay
starts with patch 1.02 or 1.03
Product: Wine
Version: 1.3.27
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: berillions(a)gmail.com
Created an attachment (id=36278)
--> (http://bugs.winehq.org/attachment.cgi?id=36278)
Output console with +module,+file
If you install the latest patch (version 1.03), the game crash when you launch
it.
I don't understand the output console (crash log) but you can see it in the
wine forum => http://forum.winehq.org/viewtopic.php?t=13374
With a discussion with Dan Kegel, i run WINEDEBUG with 4 differents flags
(+relay, +seh, +module and +file).
I attach the two logs.
I understand why wine crash after to apply these patch (patch 1.02 and 1.03).
The game runs correctly in vanilla version or with the patch 1.01.
--
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.