http://bugs.winehq.org/show_bug.cgi?id=12501
Summary: ms sql express 2005 fails to install
Product: Wine
Version: unspecified
Platform: PC
URL: http://go.microsoft.com/fwlink/?linkid=65212
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: azrael(a)viii-lo.krakow.pl
ms sql express 2005 fails to install.
$ wine SQLEXPR32.EXE
fixme:clusapi:GetNodeClusterState ((null),0x33ec9c,0) stub!
And then I'm getting a popup "Unable to find a volume for file extraction.
Please verify that you have proper permissions"
So I unpacked it with cabextract and then I got:
:~/sqlexpr$ wine setup.exe
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),4,3,(nil),0,(nil)) - stub!
err:ole:CoGetClassObject class {ddacb012-db3a-432e-807d-66a0a3c7dffe} not
registered
err:ole:CoGetClassObject no class object {ddacb012-db3a-432e-807d-66a0a3c7dffe}
could be created for context 0x1
and a popup "setup failed"
--
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=12854
Summary: ntdll change.ok test fails in PC-BSD but not Linux
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: FreeBSD
Status: NEW
Keywords: testcase
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=12551)
--> (http://bugs.winehq.org/attachment.cgi?id=12551)
+file in git, bzip2 -9'ed
Change.ok is full of failures in PC-BSD:
change.c:117: Test failed: event should be ready
change.c:119: Test failed: information wrong
change.c:120: Test failed: information wrong
change.c:124: Test failed: action wrong
change.c:125: Test failed: len wrong
change.c:126: Test failed: name wrong
Total of 26.
Attached is a +file log.
--
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=27019
Summary: Print in Gestan
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jsiegwald(a)gmail.com
Hello everybody,
I'm using 'Gestan' (you can download it on www.gestan.fr) which is a fantastic
program used to manage my customers and create bills...
Anyway, I can install it without any problem, but when I want to print a bill,
there is nothing in !
It is a program created with Windev...
Anyone have a solution ?
Thanks a lot for your future help !
Julian
--
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=22785
Summary: 'Candytron' exhibits geometry corruption on certain 3D
objects
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://pouet.net/prod.php?which=9424
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mitch074(a)gmail.com
When running the 'Candytron' final version demo (now in full screen), some 3D
objects are rendered garbled with vertices going all over the place. The
program otherwise works to completion and closes properly.
Test configuration: WineHQ-made Wine 1.1.44 on Mandriva 2010.0, using clean
profile and fglrx from Catalyst 10.4.
When running from console, the only d3d error seems unrelated:
fixme:d3d:swapchain_init Add OpenGL context recreation support to
context_validate_onscreen_formats
Download the 'final' version from this page:
http://pouet.net/prod.php?which=9424
Also provided at that address, a video of the rendered version.
--
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=31952
Bug #: 31952
Summary: Graphical bug causing horizontal lines on world
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonathan-vola(a)hotmail.com
Classification: Unclassified
Presumably due to a texture being projected horizontally, several areas in game
have horizontal "Slices" in them.
This was to my knowledge added by an update to the game not to wine, so there
is (probably) no regression.
Some areas where this bug is blindingly obvious are north Diessa Plateau and
west Rata Sum.
--
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=28464
Summary: winmm causes DSOUND_callback Wave queue corrupted
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
WHDR_DONE should only be set immediately before invoking the DriverCallback,
because some apps poll for that flag and don't depend on notifications or
callbacks.
WOD_MarkDoneHeaders must find another way to isolate done headers.
Because the queue of done headers is not isolated properly,
attachment #36494 to bug #28056
exhibits a log (around line 4250) where 2 threads, namely the app calling
waveOutWrite and the winmm feeder thread both grab the same list and send the
same notifications.
0034:trace:driver:DriverCallback (, 32bit function 0003,, 03BD,, 017D3A90,
00000000)
0036:trace:winmm:WINMM_BeginPlaying ...
0036:trace:oss:AudioRenderClient_ReleaseBuffer (0x17d34f0)->(512, 0)
0034:trace:driver:DriverCallback (, 32bit function 0003,, 03BD,, 017D3AB0,
00000000)
0034:trace:driver:DriverCallback (, 32bit function 0003,, 03BD,, 017D3AD0,
00000000)
0034:trace:winmm:WOD_PushData (0xc000)
0036:trace:driver:DriverCallback (, 32bit function 0003,, 03BD,, 017D3AB0,
00000000)
0036:trace:driver:DriverCallback (, 32bit function 0003,, 03BD,, 017D3AD0,
00000000)
What happens is that the first thread removes the first header from
device>first. At the time the second thread kicks in, apparently more headers
are marked done. But since they are all part of the same linked queue, the
later ones trigger 2 notifications each.
err:dsound:DSOUND_callback Wave queue corrupted!
is the result of getting notifications twice.
Nice race condition!
BTW, but that's another issue, the code says "NotifyClient should never be
called while holding the device lock". However that's exactly what can happen
via waveOutWrite -> WINMM_ValidateAndLock -> WINMM_BeginPlaying -> WOD_PushData
-> NotifyClient.
I suggest a per device slot updated via InterlockedExchangePointer holding the
queue of pending notifications. The top-level wave* commands (and the winmm
feeder thread too) would then drain that queue. (The feeder thread could even
delegate that to another (timer?) thread.) Alternatively, Push/PullData return
that queue.
--
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=18213
Summary: Video in WebSlingPlayer Firefox is blank/black
Product: Wine
Version: 1.1.19
Platform: PC
URL: http://beta.sling.com/sling_player
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
WebSlingPlayer, a Firefox plugin which acts in the same way as Slingplayer,
connects (with workarounds) but doesn't show any video. Audio plays fine.
"winetricks firefox3 flash wmp9" and native qcap.dll are needed to get this far
as there is no native Linux client as of yet. WebSlingPlayer is currently in
beta.
Workaround is using native quartz.dll.
Severity set low as workaround is use the Slingplayer. WebSlingPlayer is
intended for Windows users who do not have admin access, but this isn't
applicable to Wine.
--
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=18443
Summary: Could not initiate GoogleTalkPlugin connection in Google
Video/Voice chat
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://www.gmail.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Created an attachment (id=21044)
--> (http://bugs.winehq.org/attachment.cgi?id=21044)
+ws2_32,+winsock log
To reproduce:
1. Install win32 Firefox 3.0.x.
2. Login to Gmail.
3. Attempt to try the video/voice chat, download the plugin. (downloading
http://dl.google.com/googletalk/googletalkplugin/GoogleVoiceAndVideoSetup.e…
directly does not work)
4. Close win32 Firefox.
5a. run winetricks msxml3
5b. install GoogleVoiceAndVideoSetup.exe (It will say error 0x80040509 even
though it installed - bug 18442)
6. Move the content of c:\Program Files\'Mozilla Firefox' into the appropriate
place under c:\Program Files\Mozilla Firefox. (bug 18441)
7. Start win32 Firefox.
8. Login to Gmail.
Once the chat window loads, you should get the following on the console:
trace:winsock:WSACreateEvent
trace:winsock:WSAStartup verReq=1
trace:winsock:WSAStartup succeeded
err:ntdll:NtQueryInformationToken Unhandled Token Information class 25!
[000:002] Could not initiate GoogleTalkPlugin connection
--
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=31649
Bug #: 31649
Summary: WebSlingPlayer IE never gets past the "initializing"
screen with Wine IE
Product: Wine
Version: 1.5.12
Platform: x86-64
URL: http://watch.slingbox.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 41610
--> http://bugs.winehq.org/attachment.cgi?id=41610
wine-1.5.12-157-gbdf9a9f console output
WebSlingPlayer IE should pick up account details and connect a Slingbox, but
under Wine's IE it never progresses past the "initializing" screen.
An account is needed with Sling to get this far.
--
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=31389
Bug #: 31389
Summary: Roblox website, 'play now' button fails with builtin
IE
Product: Wine
Version: 1.5.10
Platform: x86
URL: http://www.roblox.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 22417
Classification: Unclassified
$ wine iexplore.exe http://www.roblox.com
once the site loads, click 'Play now'. Nothing happens.
Terminal shows:
fixme:mshtml:HTMLEventObj_get_offsetX (0x14c210)->(0x32e694)
fixme:mshtml:HTMLEventObj_get_offsetY (0x14c210)->(0x32e694)
fixme:mshtml:HTMLEventObj_get_offsetX (0x14c210)->(0x32e6c4)
fixme:mshtml:HTMLEventObj_get_offsetY (0x14c210)->(0x32e6c4)
fixme:mshtml:nsURI_GetOriginCharset (0x13f450)->(0x32efdc)
fixme:mshtml:HTMLEventObj_get_offsetX (0x14c210)->(0x32e694)
fixme:mshtml:HTMLEventObj_get_offsetY (0x14c210)->(0x32e694)
fixme:mshtml:HTMLEventObj_get_offsetX (0x14c210)->(0x32e6c4)
fixme:mshtml:HTMLEventObj_get_offsetY (0x14c210)->(0x32e6c4)
fixme:mshtml:nsURI_GetOriginCharset (0x14c210)->(0x32efdc)
fixme:jscript:Object_propertyIsEnumerable
fixme:mshtml:nsURI_GetOriginCharset (0x219fdb8)->(0x32efdc)
fixme:ieframe:ControlSite_OnFocus (0x1323e0)->(0)
fixme:ieframe:InPlaceSite_OnInPlaceDeactivateEx fNoRedraw (1) ignored
fixme:mshtml:HlinkTarget_SetBrowseContext (0x15f9f8)->((nil))
fixme:jscript:JScript_SetScriptState unimplemented state 3
winetricks wsh57 makes no difference (and the website still reports javascript
as missing).
--
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.