http://bugs.winehq.org/show_bug.cgi?id=17810
Summary: Base unittests for chromium fail under Wine
Product: Wine
Version: 1.1.17
Platform: Other
URL: http://chromium.org
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
base_unittests.exe currently does not run to completion under wine.
You can repeat the whole test by doing
wget http://kegel.com/wine/base_unittests.tgz
tar -xzvf base_unittests.tgz
wine base_unittests.exe
The first problem is that it hangs on DirectoryWatcherTest.NewFile.
You can repeat this specific problem with
wine base_unittests.exe --gtest_filter=DirectoryWatcherTest.NewFile
--
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=17760
Summary: CryptAcquireContext: Use MS_ENHANCED_PROV instead of
MS_DEF_PROV when pszProvider == NULL
Product: Wine
Version: 1.1.17
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mb(a)smartftp.com
If the pszProvider parameter in the CryptAcquireContext function is NULL Wine
seems to use the MS_DEF_PROV provider (Base) by default. However on Windows (at
least XP and higher) the default provider depends on many factors (e.g.
registry) and by default (see Note 1) the MS_ENHANCED_PROV or a newer/stronger
provider is selected.
The result is that applications that use CryptAcquireContext with a NULL
pszProvider parameter assume that a Strong or better provider is selected and
therefore fail under Wine if they use an algorithm (or keylen) that is not
supported by the Base provider.
I strongly recommend to use the Strong/Enhanced provider in this case.
Note 1
======
"When an application calls CryptAcquireContext and specifies a provider type
but no provider name, the function looks for a named provider, first checking a
list of default named providers associated with the logged-on user and, if that
fails, from a list of default named providers associated with the computer.
After the provider name has been determined, the CryptAcquireContext function
searches for the CSP for that provider, loads it, and returns its handle."
Reference: http://msdn.microsoft.com/en-us/library/aa380246(VS.85).aspx
--
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=17584
Summary: VB6 Textbox crash
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabmoa(a)yahoo.it
Created an attachment (id=19742)
--> (http://bugs.winehq.org/attachment.cgi?id=19742)
Simple project to test VB.textbox escape problem
In many vb6 applications I have experienced crash and now I think I have
understand when this happen!
A vb6 standard single line textbox (multi or single can be choosed at design
time only in vb6) inside a container (in the example a simple picturebox), when
I press Escape to hide (or disable) the container crash the application.
Any other keys seems doesn't cause a crash.
In the example attached any key pressed inside textbox make visible=false to
container. Press the escape key to reproduce the crash.
There are 2 textbox, the first one is single line while the second one is
multiline (and it doesn't crash).
Ubuntu 8.04 - VB6 runtime (SP6)
--
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=17530
Summary: netapi32:access crashes if +heap enabled
Product: Wine
Version: 1.1.15
Platform: PC
URL: http://test.winehq.org/data/b86552f58d96f3bf3b324a6ed115
a1c4a846174d/wine_ae-ub-904-heap/netapi32:access.html
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
There's a +relay,+seh,+tid attached to bug 17415. Should be easy to reproduce.
--
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=17211
Summary: Proteus 6 Lite (Ares.exe & Isis.exe) both crash upon
opening a design.
Product: Wine
Version: 1.1.13
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: john1946.jones(a)btinternet.com
Created an attachment (id=19126)
--> (http://bugs.winehq.org/attachment.cgi?id=19126)
Screenshot of the error message.
Proteus 6 Lite is a suite comprising a schematic designer and PCB layout
designer.
Since I installed Wine 1.1.13, both apps crash when an existing design is
opened. A screenshot of the resulting error message is attached.
Both components of Proteus 6 Lite functioned okay with Wine 1.1.12.
I did a bisect which gave the following result:-
[adad9b668233f490fa951b4cc6d18bcb4faa3ee2] msvcrt: Fix an unused function
warning on non-i386.
Running Isis in a terminal (including attempting to load a design) gives:-
fixme:win:AnimateWindow partial stub
fixme:win:EnumDisplayDevicesW ((null),0,0x32ed38,0x00000000), stub!
fixme:win:AnimateWindow partial stub
fixme:font:WineEngRemoveFontResourceEx :stub
Running Ares in a terminal (including attempting to load a design) gives
exactly the same result.
Apologies if I've done anything wrong; this is my first attempt a reporting a
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=16033
Summary: Metal Gear Solid I Bug
Product: Wine
Version: 1.0.1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sergio_andvar(a)yahoo.com
- There is some issues in the Menu
- The game is slower
--
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=15155
Summary: Cortex Command builds 20, 21 immediately terminate upon
startup
Product: Wine
Version: 1.1.4
Platform: PC
URL: http://www.datarealms.com/downloads/ccsetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: timonator(a)perpetuum-immobile.de
Directly after starting Cortex Command.exe (build 20 and 21 show the exact same
behavior) wine terminates without any console output. No sound is played, no
window is opened. Cortex Command 19 worked just fine. Build 21 works fine in
windows.
--
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=14267
Summary: C++ runtime error when playing icewind dale2
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: richardtranter(a)yahoo.co.uk
Created an attachment (id=14556)
--> (http://bugs.winehq.org/attachment.cgi?id=14556)
the error message
whenever i try to play icewind dale 2 now i get a "C++ runeime error" after i
have finished choosing characters and try to strat the game. the loading bar
always gets to the same point and then freezes for a while then the game
crashes and i get the error message
im not sure if the problem is in the running of the first part of the game or
the autosaving function
can somebody help me please... ill put an attachment of the error message on
just incase it may help you
oh and please dont be too techincal cos u'll confuse me easily
--
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=13576
Summary: Black Hawk Down Demo causes wine to exit upon entering
map
Product: Wine
Version: 1.0-rc2
Platform: PC
URL: http://www.novalogic.com/downloads.asp#54
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dnashdig(a)gmail.com
Created an attachment (id=13536)
--> (http://bugs.winehq.org/attachment.cgi?id=13536)
wine-1.0-rc3 exiting upon entering the level
Tested with wine-1.0-rc2 & wine-1.0-rc3 (fresh ~/.wine). Log for wine-1.0-rc3
attached.
--
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.