http://bugs.winehq.org/show_bug.cgi?id=9362
Summary: Incredimail install fails
Product: Wine
Version: CVS
Platform: Other
URL: http://incredimail.com
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This app's installer requires winxp and doesn't
bundle the visual C++ 6 runtimes. It also needs
some XML functions we don't yet implement. To get
past those issues, do
wget http://kegel.com/wine/winetricks
sh winetricks msxml3 vcrun6 winver=winxp
The installer gets pretty far, but fails with
wine: Call from 0x7ee51f20 to unimplemented function
gdiplus.dll.GdipGetImageEncodersSize, aborting
and a dialog box offering to send a crash report for ImpCnt.exe.
So the missing gdiplus function is the subject of this bug.
(You can get further by installing native gdiplus,
but the install hangs about 2/3 through the progress bar.
WINEDEBUG=+ole wine incredimail_install.exe
shows
warn:file:CreateFileW Unable to create file L"C:\\Program
Files\\IncrediMail\\bin\\Licenses\\IM_PREM.imk" (status c000011f)
trace:ole:ICreateErrorInfoImpl_SetDescription (0x147c930): L"Keylib error: #7
-> CANNOT OPEN FILE"
Adding +file shows that it is successfully opened many, many
times, and it does exist. Maybe we're running out of file handles,
or something, because of a possible leak in the installer. The leak might
not matter on windows - maybe there's some other bug that makes
the leak matter.)
--
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=10040
Summary: Steam crashes during the startup
Product: Wine
Version: 0.9.47.
Platform: PC
URL: http://steampowered.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: wine-crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
While starting steam crashes and writes the crash log. However it continues on
and starts. It seems it allows some parts to fail start up but still be usable
to say play games.
Here is a snipped from the +relay:
-----
0017:Call advapi32.RegOpenKeyExA(80000002,0e76a2a8
"SOFTWARE\\Microsoft\\Cryptography",00000000,00020019,7b6428c4) ret=0e702b59
0017:Ret advapi32.RegOpenKeyExA() retval=00000000 ret=0e702b59
0017:Call advapi32.RegQueryValueExA(00001910,0e76a2c8
"machineguid",00000000,7b6428cc,7b642ae0,7b6428c8) ret=0e702b87
0017:Ret advapi32.RegQueryValueExA() retval=00000002 ret=0e702b87
......
0017:Call KERNEL32.OutputDebugStringA(7b6414c0 "hardware.cpp (590) : Assertion
Failed: bRet\n") ret=1002129f
-----
So it's looking for
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography]
machineguid
Which Wine does not have. Creating this value fixes the crash.
--
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=10343
Summary: SetTimer won't wait for specified time
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmda(a)yandex.ru
Windows supports the following semantic for SetTimer():
hTimer = SetTimer(0, MY_ID, TIMEOUT, NULL);
note: hWnd is zero, callback is NULL.
In this case Windows sends WM_TIMER to the thread queue after specified TIMEOUT
milliseconds with wParam==hTimer returned by the function (not MY_ID! and this
is because of zero hWnd!)
When SetTimer is called this way it returns somewhat special in hTimer, for
example 0x7edc.
Under wine, it returns 1 and sends WM_TIMER immediately, regardless of TIMEOUT
(I tried with 6000ms==6s)
Reference: MSDN:
If the function succeeds and the hWnd parameter is NULL, the return value is an
integer identifying the new timer. An application can pass this value to the
KillTimer function to destroy the timer.
--
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=10393
Summary: Wine fails to launch
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cardcaptorstacey(a)gmail.com
Created an attachment (id=9081)
--> (http://bugs.winehq.org/attachment.cgi?id=9081)
Error logs returned in the Konsole
Wine fails to launch when I open Episode 4-6 of Sam & Max. (Previous episodes
work fine)
--
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=22929
Summary: "Path not found" error prevents NCLauncher from
updating itself to latest
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: killzenator(a)gmail.com
Created an attachment (id=28376)
--> (http://bugs.winehq.org/attachment.cgi?id=28376)
compressed log
The Launcher can successfully start and download the patch but when it tries to
apply it (im guessing at least thats what its trying to do) an error window
pops up with "Path not found" and the application closes
--
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=23736
Summary: Kingdom Heroes requires MSVCP80.dll
Product: Wine
Version: 1.2
Platform: x86
URL: http://kingdomheroes.aeriagames.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installing the game goes fine, but running Loader.exe fails immediately with
err:module:import_dll Library MSVCP80.dll (which is needed by
L"C:\\AeriaGames\\KingdomHeroes\\Loader.exe") not found
winetricks vcrun2005 works around this, and gets you further.
--
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=24257
Summary: wrong wow64 installation path for debian
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cbill.lam(a)gmail.com
commit b32653235a03d1edca3d5698a1dcbd6ea56e2fb0
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Apr 21 12:28:22 2010 +0200
configure: Default to /lib64 as libdir for 64-bit builds, and use plain
/lib for 32-bit builds.
diff --git a/configure.ac b/configure.ac
index 4aa7cfd..83b3240 100644
--- a/configure.ac
+++ b/configure.ac
@@ -192,7 +192,9 @@ then
enable_fonts=${enable_fonts:-no}
enable_server=${enable_server:-no}
enable_tools=${enable_tools:-no}
- test "x$libdir" != "x\${exec_prefix}/lib" ||
libdir="\${exec_prefix}/lib32"
+elif test "x$enable_win64" = "xyes"
+then
+ test "x$libdir" != "x\${exec_prefix}/lib" ||
libdir="\${exec_prefix}/lib64"
This commit change configure and configure.ac, however for debian, /lib is for
64-bit,
and /lib64 is a just a symlink to /lib. The net effect of this patch will
effectively.
install and overwrite wine64 files in /usr/lib when install files for wine
wow64.
workaround: add back the deleted line for debian.
--
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=9958
Summary: Albatross18 returns to the console immediately
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://download2.gamershell.com/cgi-
bin/fhx.pl?auth=dJulWPE62z3m6&id=21281&ts=1191871805&cat
=demo&filename=albatross18_setup.zip
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
I 've been seeing people sending in test reports for this app every now and
then , so i decided to give it a go myself. The only thing it does is spit out
a few fixme's (shdocvw) and then exits. With native shdocvw (and shlwapi) the
update screen comes up fine and the update process goes fine. However , while
trying to start the game it just hangs. (This bugreport is only for the first
part)
--
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=25110
Summary: "PDF Password Cracker 3.2 Enterprise" immediately page
faults (downloadable)
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ranguvar(a)archlinux.us
Created an attachment (id=31843)
--> (http://bugs.winehq.org/attachment.cgi?id=31843)
Log of attempted start
PDF Password Cracker 3.2 Enterprise immediately page faults upon open.
This is reproducible with the trial version -- go to http://crackpdf.com/ , and
click "Free Download" under "PDF Password Cracker Ent v3.2". Install in a new
prefix, and run the program after.
Wine output attached, let me know if you want a gdb backtrace (and if so, how
you would like this backtrace obtained).
The problem, prematurely, appears to be in GetSysColor() of user32.dll.
Is the application trying to skin itself? I see a reference to "skinmagic",
which I would guess is http://www.appspeed.com/html/products.html 's "SkinMagic
C/C++ Toolkit".
--
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.