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.
http://bugs.winehq.org/show_bug.cgi?id=10182
Summary: Hapedit doesn't launch web browser
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://hapedit.free.fr
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I stumbled across
http://slashdot.org/~Spy+der+Mann/journal/185683
which complains that his favorite html editor, Hapedit,
doesn't work well ("the font's all messed up").
I downloaded and launched hapedit. Font seems fine to
me, but clicking on the "Browser" button fails to
launch a browser to preview the current document.
I peered at +reg traces but didn't see how it's trying
to detect the default browser. On Windows it brought
up Firefox fine for me.
--
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=28465
Summary: shlwapi/path.c test crashes if
CFLAGS="-fstack-protector-all" is used
Product: Wine
Version: 1.3.28
Platform: x86
URL: http://wiki.debian.org/Hardening
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: enhancement
Priority: P2
Component: shlwapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=36503)
--> (http://bugs.winehq.org/attachment.cgi?id=36503)
backtraces
make test passes for me fine if I use -fstack-protector, but if I use
fstack-protector-all, some tests fail. Next up, shlwapi/path.c:
austin@aw25 ~/wine-git/dlls/shlwapi/tests $ make path.ok
../../../tools/runtest -q -P wine -M shlwapi.dll -T ../../.. -p
shlwapi_test.exe.so path.c && touch path.ok
*** stack smashing detected ***: shlwapi_test.exe.so terminated
======= Backtrace: =========
/lib/libc.so.6(__fortify_fail+0x50)[0x68278a50]
/lib/libc.so.6(+0xe39fa)[0x682789fa]
/home/austin/wine-git/dlls/shlwapi/shlwapi.dll.so(+0x50404)[0x6858f404]
/home/austin/wine-git/dlls/shlwapi/shlwapi.dll.so(+0x35d82)[0x68574d82]
/home/austin/wine-git/dlls/shlwapi/shlwapi.dll.so(PathCombineA+0x103)[0x68574fa3]
/home/austin/.wine/dosdevices/z:/home/austin/wine-git/dlls/shlwapi/tests/shlwapi_test.exe.so(+0x2a41d)[0x6851841d]
/home/austin/.wine/dosdevices/z:/home/austin/wine-git/dlls/shlwapi/tests/shlwapi_test.exe.so(func_path+0x754)[0x6851d4a4]
/home/austin/.wine/dosdevices/z:/home/austin/wine-git/dlls/shlwapi/tests/shlwapi_test.exe.so(+0x3d9ac)[0x6852b9ac]
/home/austin/.wine/dosdevices/z:/home/austin/wine-git/dlls/shlwapi/tests/shlwapi_test.exe.so(main+0x162)[0x6852bbc2]
/home/austin/.wine/dosdevices/z:/home/austin/wine-git/dlls/shlwapi/tests/shlwapi_test.exe.so(+0x3e8cc)[0x6852c8cc]
/home/austin/wine-git/dlls/kernel32/kernel32.dll.so[0x7b85f91c]
/home/austin/wine-git/dlls/kernel32/kernel32.dll.so[0x7b86361a]
/home/austin/wine-git/dlls/ntdll/ntdll.dll.so[0x7bc77df8]
/home/austin/wine-git/dlls/ntdll/ntdll.dll.so[0x7bc78061]
/home/austin/wine-git/dlls/ntdll/ntdll.dll.so[0x7bc4ecd9]
/home/austin/wine-git/libs/wine/libwine.so.1(+0x984d)[0x6802884d]
Disabling the tests:
/* try a directory longer than MAX_PATH */
/* pszPath is too long */
allows it to pass.
testing this when I noticed that Debian is planning to harden packages by
default:
http://wiki.debian.org/Hardeninghttp://lists.debian.org/debian-devel/2011/09/msg00054.html
--
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=22698
Summary: mshtml: iexplore crash after click "Install" at
www.browserchoice.eu
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.browserchoice.eu
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
After opening the browserlist with
wine iexplore www.browserchoice.eu
and click an "Install" butten, wine crashed in mshtml
(I tested with Safari, Firefox and SlimBrowser)
wine: Unhandled page fault on read access to 0x00000064 at address 0x78af9cee
(thread 0028), starting debugger...
Backtrace:
=>0 0x78af9cee on_start_uri_open+0x6e(nscontainer=0x244d3f8, uri=0x22f46b0,
_retval=0x33f158) [/home/detlef/wine-git/src/dlls/mshtml/nsio.c:231] in mshtml
(0x0033f098)
--
By by ... Detlef
--
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=29159
Bug #: 29159
Summary: HTTP_HttpOpenRequestW Unable to escape string
Product: Wine
Version: 1.3.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jiri.humpolicek(a)seznam.cz
Classification: Unclassified
Created attachment 37613
--> http://bugs.winehq.org/attachment.cgi?id=37613
Binary and sources of test application
It seems that HTTP_HttpOpenRequestW has problems with escaping some characters.
In attachment there are simple application and its sources which tries to
download data from URL: "http://mapview.dyndns.org/Czech Republic - Ceska
Republika/CR-Mapy KCT/77_77 jihlavske vrchy/coordinates_list", but in wine we
get 404 because spaces is not escaped. There is error message on terminal which
informs us about escaping problems.
--
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=30416
Bug #: 30416
Summary: Cannot run LiveBaduk.exe after installing
http://download.eweiqi.com/service/eweiqi.exe
Product: Wine
Version: 1.4
Platform: x86
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: czsq888(a)163.com
Classification: Unclassified
$truss -o truss.log wine "c:/Program Files/eweiqi/LiveBaduk.exe"
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
wine: Unhandled page fault on read access to 0x6c6e7763 at address 0x6c0f3922
(thread 0009), starting debugger...
Can't attach process 0008: error 5
then Wine program crash with message "Internal errors - invalid parameters
received"
--
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.