http://bugs.winehq.org/show_bug.cgi?id=18569
Summary: TeamViewer: App doesn't start, probably heap
corruption
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://www.teamviewer.com/download/TeamViewer_Setup.ex
e
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scpan(a)live.fr
Created an attachment (id=21230)
--> (http://bugs.winehq.org/attachment.cgi?id=21230)
Result of WINEDEBUG=+relay,+seh,+tid wine TeamViewer.exe &>/tmp/relay.txt
I installed TeamViewer with the default options. At the end the cursor blinks
forever so I ctrl-c it.
I moved to the working directory and tried to launch TeamViewer with: wine
TeamViewer.exe
The app doesn't start and I get an error in terminal (check attach)
I went to #winehq irc to find help, I did steps below :
I removed my .wine directory and re-installed TeamViewer: same error
I did a trace log with WINEDEBUG=+relay,+seh,+tid wine TeamViewer.exe
&>/tmp/relay.txt and lzma -9 /tmp/relay.txt
You can find the trace log in attachment
Focht thinks it's because of a heap corruption, I did
WINEDEBUG=+relay,+seh,+tid,+heap wine TeamViewer.exe &>/tmp/relay.txt and
TeamViewer launches succesfully but it doesn't lauch with WINEDEBUG=warn+heap
wine ./TeamViewer.exe
So I now use WINEDEBUG=+seh,+tid,+heap wine TeamViewer.exe &>/tmp/relay.txt for
a workaround but still looking for a fix.
--
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=13248
Summary: Incomedia Website X5: crashes when install
Product: Wine
Version: 1.0-rc1
Platform: PC
URL: http://www.websitex5.com/en/index.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: antonino(a)arcidiaco.com
I have an original copy of this program, but it doesn't install
the error is:
C:\windows\temp\WZSE0.TMP\CPWCTL32.OCX
-???-
Error: 3
after that, crashes...
I attach the terminal log...
hi all
--
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=17564
Summary: 7-zip file manager interface selection problem
Product: Wine
Version: 1.1.15
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabmoa(a)yahoo.it
In the 7-Zip File manager if you try to select objects with shift + arrows or
mouse the objects count is not updated!
Another (minor) problem is that with ctrl + arrows should only mantain the
currently highlighted items and change the selected item (without choosing it)
7-zip 4.64
Wine 1.1.5 - Ubuntu 8.04
--
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=15604
Summary: Adobe Download Manager (getplus) flaky, hangs (dogfood)
Product: Wine
Version: 1.1.6
Platform: Other
URL: http://adobe.com/reader
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In Firefox3, downloading Adobe Reader 9 for Windows
is done via a plugin, Adobe Download Manager.
This installs and runs, but gets very confused,
cycling back and forth between "downloading" and
"downloading interrupted". After a few cycles
it hangs. Sometimes in the log there is evidence
of memory corruption (though warn+heap scares it off,
it also makes the app crash faster).
The log shows the URL of the actual thing being downloaded,
and wget can download it without trouble.
--
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=11170
Summary: LoadLibrary behaviour is different from the windows one
Product: Wine
Version: 0.9.52.
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hules(a)free.fr
Under wine (version 0.9.52), attempts to open an .exe file with LoadLibrary
fails (with error ERROR_INVALID_ADDRESS), while it succeeds on windows (all
versions):
The following example shows that different behaviour:
(I compiled it with i386-mingw32-gcc ./test.c && cp a.exe b.exe )
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
int main() {
const char *fname = "b.exe";
HMODULE hmod = LoadLibrary(fname);
//HMODULE hmod = LoadLibraryEx(fname_, NULL, LOAD_LIBRARY_AS_DATAFILE);
if (hmod) {
fprintf(stderr, "loaded at %p\n", (void*)hmod);
} else {
fprintf(stderr, "error %x\n", (int)GetLastError());
}
return 0;
}
--
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=17353
Summary: Qt and tdm mingw bug
Product: Wine
Version: 1.1.14
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alpha.super-one(a)laposte.net
Created an attachment (id=19393)
--> (http://bugs.winehq.org/attachment.cgi?id=19393)
Stdout console text
When you use tdm mingw (updated mingw) at the configure for Qt source compiler
it failed but work under windows. Problem of file not found?
--
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=15392
Summary: err:dc:CreateDCW no driver found for L"DIRDIB" with
Secret of the Loxor game
Product: Wine
Version: 1.1.5
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aallard78(a)hotmail.com
I get this error when I try to start the French version of the game (Secret of
the Loxor).
Developer: Mojave
See log file
--
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=20202
Summary: Everquest 1 (eqgame.exe) crashes right before
character enters world
Product: Wine
Version: 1.1.30
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: varsamop(a)hotmail.com
eqgame crashes right before entering the world. This is after the character
selection screen, after the progress bar completes and disappears at the splash
screen and right before the graphics of the world show.
Problem occurs consistently after updating to the latest wine beta (1.1.30).
How to reproduce:
run "wine eqgame.exe patchme" and use a valid Everquest account to enter the
world with a character.
--
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=21293
Summary: Comanche 3 freezes after a mission
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
Created an attachment (id=25621)
--> (http://bugs.winehq.org/attachment.cgi?id=25621)
The game freezes when pressing 1, 2 or 3
Comanche 3 finally runs in wine-1.1.36.
But after a mission when you see the helicopter flying and can select 1, 2 or 3
and when pressing any of those numbers the game freezes.
--
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=11133
Summary: Shade: Wrath of Angels Demo - no graphics drawn in game
Product: Wine
Version: 0.9.52.
Platform: PC
URL: ftp://ftp.gameaholic.com/pub/demos/shade_demo_101.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
wine-0.9.52, Ubuntu 7.10, nVidia FX5200
intro movie plays, menus work, but
Upon starting the first level, there are no visuals, just a black screen, the
game appears to play but nothing but black is on screen.
If you hit ESC, a status bar is drawn, or if you scroll the mouse a small
movement speed graphic is drawn, but nothing else. Attaching +d3d log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.