https://bugs.winehq.org/show_bug.cgi?id=8854
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #116 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.7.55.
--
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=34845
Bug #: 34845
Summary: The Mighty Quest for Epic Loot: "Bloomberg" crash/diag
tool complains about dbghelp being too old (v5.x
Windows XP vs. v6.x Win Vista/7)
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
encountered with "The Mighty Quest for Epic Loot" ... not a serious thing,
hence "minor".
Clean WINEPREFIX, default WinVer "Windows XP".
Console output:
--- snip ---
Bloomberg WARNING: 15h08m47s - You are currently using a version of
.\dbghelp.dll different than what is suggested. This version has not been
tested and proper results are not guaranteed.
Your version: 5.1.2600.3264
Accepted version(s) must be greater or equal than > 6.x.x.x
Please fix this problem before going any further, otherwise you might
experience problems with the error reporting.
Please contact your QA Team for any questions.
--- snip ---
Relevant trace log:
--- snip ---
0024:Call KERNEL32.LoadLibraryA(006e40a8 ".\\dbghelp.dll") ret=0065d7b4
0024:Call PE DLL (proc=0x7cdb7994,module=0x7cd70000
L"dbghelp.dll",reason=PROCESS_ATTACH,res=(nil))
0024:Ret PE DLL (proc=0x7cdb7994,module=0x7cd70000
L"dbghelp.dll",reason=PROCESS_ATTACH,res=(nil)) retval=1
0024:Ret KERNEL32.LoadLibraryA() retval=7cd70000 ret=0065d7b4
0024:Call KERNEL32.GetModuleHandleA(006e40a8 ".\\dbghelp.dll") ret=0065d4b4
0024:Ret KERNEL32.GetModuleHandleA() retval=7cd70000 ret=0065d4b4
0024:Call KERNEL32.GetModuleFileNameA(7cd70000,0033faa8,00000104) ret=0065d4f9
0024:Ret KERNEL32.GetModuleFileNameA() retval=0000001f ret=0065d4f9
0024:Call version.GetFileVersionInfoSizeA(0033faa8
"C:\\windows\\system32\\dbghelp.dll",0033fbbc) ret=0065d509
...
0024:Ret version.GetFileVersionInfoSizeA() retval=000006bc ret=0065d509
0024:Call version.GetFileVersionInfoA(0033faa8
"C:\\windows\\system32\\dbghelp.dll",00000000,000006bc,0033f2a8) ret=0065d535
...
0024:Ret version.GetFileVersionInfoA() retval=00000001 ret=0065d535
0024:Call version.VerQueryValueA(0033f2a8,0071dba8 "\\",0033fbb0,0033fbac)
ret=0065d552
...
0024:Ret version.VerQueryValueA() retval=00000001 ret=0065d552
...
--- snip ---
The website has the following information regarding minimum PC requirements:
https://www.themightyquest.com/en/faqs
--- quote ---
The minimum configuration is currently higher than what it might be when the
development is complete. Please understand that the current version is work in
progress and is not yet optimized.
Minimum configuration
- OS: Windows® XP SP3 / Windows Vista® SP2 / Windows® 7 SP1 / Windows® 8
- Processor: Intel Pentium IV 3.00 Ghz or AMD Athlon64 3000+ @ 1.8 Ghz
- Memory: 2 GB
- DirectX 9 compliant Video Card with at least 256 MB of memory
- Minimum Video Card Model :
Desktop :
- NVidia GeForce 8600GT and up
- AMD Radeon HD4300 and up (With recent driver)
- Intel HD3000 (With recent driver)
Laptop :
- All NVidia with recent driver
- AMD Radeon Mobility HD4500 and up (With recent driver)
- Intel HD3000 (With recent driver)
--- quote ---
Not sure if Windows XP SP3 dbghelp has the same version 5.1 as the one shipped
with pristine Windows XP.
Anyway, if at some point in future the default WinVer is changed to Vista/7
this component version resource should be upgraded too.
This bug might be a useful reminder for that.
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=27563
Summary: Dungeons and Dragon Launcher fails with mono26 (works
with dotnet11)
Product: Wine
Version: 1.3.22
Platform: x86
URL: http://www.ddo.com/ddosupport/download-ddo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=35239)
--> (http://bugs.winehq.org/attachment.cgi?id=35239)
terminal output
Crashes on start with mono26, saying:
System.NotImplementedException: COM/ActiveX support is not implemented
and a nice error dialog box. I'll attach terminal output with +text, so that
error is in it.
winetricks dotnet11 gets past that error, letting the launcher sorta work,
which then crashes in shdocvw, I think.
You don't need an account to test this, just get the client from:
http://www.ddo.com/ddosupport/download-ddo
(I used the high res version, though I doubt it matters).
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38125
Bug ID: 38125
Summary: MFC CRichEditCtrl does not correctly put text in
Center, Right or Left
Product: Wine
Version: 1.7.36
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: reinhold.hoffmann(a)hotmail.com
Distribution: ---
Created attachment 50818
--> https://bugs.winehq.org/attachment.cgi?id=50818
Source code to demonstrate the issue
Notation Software Germany (www.notation.com)
Dr. Reinhold Hoffmann
Eduard Thoeny Str. 6
D-86919 Utting am Ammersee
Germany
email: reinhold.hoffmann(a)hotmail.com
Re: MFC CRichEditCtrl does not correctly put text in Center, Right or Left
==========================================================================
Dear WineHQ-Team,
we use Wine for our products from Notation Software (Notation Composer,
Notation Musician, for more see www.notation.com) on Linux and MACs. We
encountered a problem that using MFC CRichEditCtrl. When creating a
CRichEditCtrl Windows with Create, the Window can be configured that the text
is left aligned, centered or right aligned. On WineHQ all text is left aligned
even when the parameter ES_CENTER, ES_RIGHT are set.
In order to demontrate the issue we took public available code from the
CodeProject from here:
http://www.codeproject.com/Articles/9639/Text-Editor-in-C-using-CRichEditCt…
Please find in the attached zip file:
- demo TextEdit.exe
Run this on Windows. Type in some letters and you will see that the text is in
the center of the Window
Run this on WineQH (we used Ubuntu, Wine_1.7.36 or MAC with Wine_1.7.36). You
will see that the inserted text is left aligned in any case.
- TextEdit_src.zip
file with the source code of the demo TextEdit
This demo was created using Microsoft VS2010. Please see the file MainFrm.cpp
around line 64. Please try yourself by using the option there. You will see
that in any case the text is only left-aligned.
We from Notation Software certify our products on WineHQ and it would be great
if someone could fix the issue.
Many thanks in particular for this great achievement of WineHQ
Best regards,
Reinhold
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36400
Bug ID: 36400
Summary: valgrind shows several unitialized values in under
crypt32/tests/message.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48448
--> https://bugs.winehq.org/attachment.cgi?id=48448
valgrind log
==19270== Conditional jump or move depends on uninitialised value(s)
==19270== at 0x513193F: CryptMsgOpenToEncode (msg.c:1416)
==19270== by 0x512C471: CryptSignMessage (message.c:491)
==19270== by 0x4F7DEDF: func_message (message.c:1069)
==19270== by 0x4F43A0B: main (test.h:584)
==19270== Uninitialised value was created by a stack allocation
==19270== at 0x512C281: CryptSignMessage (message.c:409)
==19270==
==19270== Conditional jump or move depends on uninitialised value(s)
==19270== at 0x513193F: CryptMsgOpenToEncode (msg.c:1416)
==19270== by 0x512C471: CryptSignMessage (message.c:491)
==19270== by 0x4F7DF89: func_message (message.c:1075)
==19270== by 0x4F43A0B: main (test.h:584)
==19270== Uninitialised value was created by a stack allocation
==19270== at 0x512C281: CryptSignMessage (message.c:409)
==19270==
etc.
--
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=23001
Summary: Dolphin GC/Wii emulator can't find wii .dll, crashes
after clicking wine window
Product: Wine
Version: 1.2-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ovvinate(a)gmail.com
Created an attachment (id=28498)
--> (http://bugs.winehq.org/attachment.cgi?id=28498)
Error output via terminal
Using the most recent build of dolphin and accessing it through terminal, the
program is unable to find an dll designed to access a wiimote. The real problem
come when one goes to use the application to play a game and a pop up window
tells the user that the wii plugin was not found. Clicking that windows OK
button causes the application to freeze and crash.
--
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=11107
Summary: Adobe AIR / Adobe Media Player pre 2 never shows GUI
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The Adobe Media Player doesn't seem to do anything;
watching +crypt,+wininet,+winsock shows that
it does crypto stuff for about 15 seconds,
then goes into a loop talking to a bunch of
web servers forever.
Perhaps it's looking for updates in the background,
as it fiddles with files in
.wine/drive_c/windows/profiles/dkegel/Application
Data/Adobe/AIR/update/background
and is doing requests like this:
trace:wininet:HttpOpenRequestW (0x2, L"HEAD", L"", (null), L"app:/AMP.swf",
0x1ab738, 8040c000, 008c12c0)
But I would expect it to put up a GUI or something.
To repeat:
download
http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_play…
download http://download.macromedia.com/pub/labs/air/air_b3_win_121207.exe
download
http://download.macromedia.com/pub/labs/mediaplayer/adobemediaplayer_p2_122…
wineserver -k
rm -rf .wine
wine install_flash_player.exe
wine air_b3_win_121207.exe
wine ~/.wine/drive_c/Program\ Files/Common\ Files/Adobe\
AIR/Versions/1.0.6/Adobe\ AIR\ Application\ Installer.exe
adobemediaplayer_p2_122007.air
cd ".wine/drive_c/windows/profiles/dkegel/Start Menu/Programs"
wine start "Adobe Media Player.lnk"
--
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=32923
Bug #: 32923
Summary: Pot Player Media Player not Working on wine 1.5
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: santhosh_wine_p(a)yahoo.in
Classification: Unclassified
Created attachment 43482
--> http://bugs.winehq.org/attachment.cgi?id=43482
Damn Pot Player not working on Wine 1.5 installed on Ubuntu 12.10
This is Damn Pot Media Player which is popular and BEST according to me on
Windows platform but seems to have run into problem when run through wine 1.5
Am new to Ubuntu(Linux) so have no idea what the problem is while using wine i
did even update the latest update for wine but still then i am getting a bug
report.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39568
Bug ID: 39568
Summary: err:dbghelp_msc:pe_load_debug_directory Got a page
fault while loading symbols
Product: Wine
Version: 1.7.53
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: ralf.habacker(a)freenet.de
Distribution: ---
While debugging cross compiled dbus test applications I got the mentioned trace
message.
The reason for the crash is that in module_find_cb()
...
if ((mapping = MapViewOfFile(hMap, FILE_MAP_READ, 0, 0, 0)) != NULL)
{
IMAGE_NT_HEADERS* nth = RtlImageNtHeader(mapping);
matched++;
timestamp = nth->FileHeader.TimeDateStamp;
^^^^
the return value of RtlImageNtHeader is not checked against zero, which is the
case for calling module_find_cb with non image files.
bug 38594 may have the same crash reason.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38444
Bug ID: 38444
Summary: valgrind shows some definite leaks in
dpnet/tests/address.c
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: directx-dplay
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==6954== 10 bytes in 1 blocks are definitely lost in loss record 42 of 578
==6954== at 0x7BC49E0E: notify_alloc (heap.c:254)
==6954== by 0x7BC4E044: RtlAllocateHeap (heap.c:1715)
==6954== by 0x5287FD8: heap_alloc (address.c:44)
==6954== by 0x5288067: heap_strdupW (address.c:65)
==6954== by 0x5289421: IDirectPlay8AddressImpl_AddComponent (address.c:486)
==6954== by 0x41FEADB: address_addcomponents (address.c:134)
==6954== by 0x41FFE1D: func_address (address.c:324)
==6954== by 0x4203779: run_test (test.h:584)
==6954== by 0x4203BB3: main (test.h:666)
==6954==
--
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.