http://bugs.winehq.org/show_bug.cgi?id=27187
Summary: GunZ fails to start
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://www.joystiq.com/game/gunz/download/gunz-install
-client
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Installs fine (I declined XFire, but that shouldn't make a difference here).
Running fails, only showing:
fixme:shdocvw:PersistStreamInit_Load (0x131790)->(0x32d4b8)
fixme:shdocvw:OleControl_FreezeEvents (0x131790)->(1)
fixme:shdocvw:OleControl_FreezeEvents (0x131790)->(0)
so, I tried native ie7, but that just gives more shdocvw related spam:
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_RESET_URLCACHE_SESSION:
STUB
err:ole:create_server class {9ba05972-f6a8-11cf-a442-00a0c90a8f39} not
registered
err:ole:CoGetClassObject no class object {9ba05972-f6a8-11cf-a442-00a0c90a8f39}
could be created for context 0x4
err:ole:apartment_getclassobject DllGetClassObject returned error 0x8007000e
err:ole:create_server class {9ba05972-f6a8-11cf-a442-00a0c90a8f39} not
registered
err:ole:CoGetClassObject no class object {9ba05972-f6a8-11cf-a442-00a0c90a8f39}
could be created for context 0x5
fixme:advapi:RegisterTraceGuidsW (0x459f97, 0x594b08,
{3e1fd72a-c323-4574-9917-5ce9c936f78c}, 1, 0x33fae8, (null), (null),
0x594b10,): stub
fixme:advapi:RegisterTraceGuidsW (0x459f97, 0x594b28,
{afff9c82-5be3-4205-9b3e-49e014c09a63}, 1, 0x33fae8, (null), (null),
0x594b30,): stub
and the game never starts.
--
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=21729
Summary: missing transparent on VB6 usercontrols
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabmoa(a)yahoo.it
Created an attachment (id=26259)
--> (http://bugs.winehq.org/attachment.cgi?id=26259)
Simple VB6 application with source files
In the VB6 a custom usercontrol can be transparent if MaskColor=BackColor and
the Image is assigned to the MaskPicture.
This seems not supported in wine.
A VB6 simple example is in attachment.
--
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=36139
Bug ID: 36139
Summary: msi/db test crash on wine compiled with gcc-4.9.0
Product: Wine
Version: 1.7.17
Hardware: x86
URL: https://test.winehq.org/data/e2bf5163ecf2f56f58993bac7
f8ca1abc0db0324/linux_ae-f20-gcc49/msi:db.html
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48299
--> https://bugs.winehq.org/attachment.cgi?id=48299
terminal output/backtrace
db.c:773: Test marked todo: query failed: 1615
db.c:1498: Test failed: MsiDatabaseOpenView failed
db.c:1501: Test failed: MsiViewExecute failed
db.c:1504: Test failed: MsiViewFetch failed
db.c:1510: Test failed: MsiViewFetch failed
db.c:1511: Test failed: string length wrong
db.c:1761: Test marked todo: Expected 'test2.txt\n', got test1.txt
db.c:1831: Test failed: SELECT query failed: 1615
db.c:1835: Test failed: Failed to get string: 6
db.c:1836: Test failed: Expected 'filename1', got Binary.filename1.1
db.c:1841: Test failed: Failed to get stream: 6
db.c:1842: Test failed: Expected 'test.txt\n', got
Unhandled exception: page fault on read access to 0x00000018 in 32-bit code
(0x7ebdab61).
Backtrace:
=>0 0x7ebdab61 msi_update_table_columns+0x21(db=0x127920, name="MOO")
[/home/austin/wine-git/dlls/msi/table.c:955] in msi (0x0032f768)
1 0x7ebdce8c msi_table_load_transform+0x106b(db=0x127920, stg=0x1317b8,
st=0x139e20, transform=0x13a1c8, bytes_per_strref=0x2)
[/home/austin/wine-git/dlls/msi/table.c:2686] in msi (0x0032f888)
2 0x7ebddac8 msi_table_apply_transform+0x377(db=0x127920, stg=0x1317b8)
[/home/austin/wine-git/dlls/msi/table.c:2789] in msi (0x0032f9b8)
3 0x7ebba3f7 MSI_DatabaseApplyTransformW+0x136(db=0x127920,
szTransformFile="winetst-db.mst", iErrorCond=0)
[/home/austin/wine-git/dlls/msi/msiquery.c:744] in msi (0x0032fa28)
4 0x7ebba479 MsiDatabaseApplyTransformW+0x48() in msi (0x0032fa68)
5 0x7ebba594 MsiDatabaseApplyTransformA+0xa3(hdb=<couldn't compute location>,
szTransformFile=<couldn't compute location>, iErrorCond=<couldn't compute
location>) [/home/austin/wine-git/dlls/msi/msiquery.c:790] in msi (0x0032fab8)
6 0x7ecccbc7 test_try_transform+0x5f6()
[/home/austin/wine-git/dlls/msi/tests/db.c:3136] in msi_test (0x0032fc68)
7 0x7ecd0f0e func_db+0x11fd()
[/home/austin/wine-git/dlls/msi/tests/db.c:9663] in msi_test (0x0032fd58)
8 0x7ec8b9f8 main+0x327(argc=<is not available>, argv=<is not available>)
[/home/austin/wine-git/dlls/msi/tests/../../../include/wine/test.h:584] in
msi_test (0x0032fe08)
I'll attach the full backtrace.
--
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=33105
Bug #: 33105
Summary: un/plugging earphone while playing kills sound on
MacOS
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Classification: Unclassified
I had observed earlier that mplayer stopped playing audio when plugging
earphones into my Mac Mini. Running the interactive (audible) mmdevapi render
tests shows the likely culprit.
AudioQueueGetCurrentTime fails during approximately 500ms while the Mac is
dynamically reconfiguring its audio pipeline following the plug operation.
243251.428:trace:coreaudio:get_current_aqbuffer_position 634 frames (relative)
243251.450:trace:coreaudio:AudioClient_GetCurrentPadding (0x12bae8)->(0x32fbf8)
243251.450:warn:coreaudio:get_current_aqbuffer_position Unable to get current
time: 73746f70
...
243251.936:warn:coreaudio:get_current_aqbuffer_position Unable to get current
time: 73746f70
243251.942:trace:coreaudio:AudioClient_GetCurrentPadding (0x12bae8)->(0x32fbf8)
243251.942:trace:coreaudio:get_current_aqbuffer_position No buffers queued
QueueStopped = 0x73746f70, // ASCII 'stop'
Apple's Audio Queue Services documentation does not mention that result code,
however some OSS projects do.
mono's Mac driver:
https://github.com/mono/maccore/blob/master/src/AudioToolbox/AudioQueue.cs
AudioStreamer.m:
http://code.metager.de/source/xref/ubuntu/one/ios-music/utilities/AudioStre…
Upon encountering that error, the latter app simply repeats the last known
position (like our winealsa/oss drivers do).
The Wine bug is possibly in mmdevdrv.c:get_current_aqbuffer_position. It
always struck me that there's some "return 0" not preceded by
"if(mode==BUFPOS_ABSOLUTE) /* add This->written_frames */"
As a consequence, GetPosition returns 0, which possibly breaks winmm, DSound
and anyone else using that API.
I have a patch series that revisits that function...
The render tests show that audible audio resumes normal operations past that
half second, so aborting the CA queue or returning an error to the application
(e.g. AUDCLNT_E_DEVICE_INVALIDATED) is to be avoided IMHO. (Of course, adding
support of DEVICE_INVALIDATED to Wine's winmm and DSound is another task).
--
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=9832
Summary: Crysis Beta cannot connect to servers
Product: Wine
Version: 0.9.45.
Platform: PC
URL: http://www.fileplanet.com/144808/140000/fileinfo/Crysis-
Beta-Client
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
I have linked to the Beta, but I believe you may need a FilePlanet subscription
to download. If so I can provide any traces or anything...
The game gets as far as the server list, and can see all the servers and all
the information about them, however never actually connects. All other
networking functionality such as the built in chat works, except for connecting
to servers.
When you click connect, the terminal outputs this (every time):
fixme:winsock:_remap_optname Unknown optname 22, can't remap!
fixme:winsock:WS_setsockopt Unknown IPPROTO_IP optname 0x00000016
I'll attach the full +winsock output too, but it's very big which is why I
pasted the seperately.
--
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=23749
Summary: SpongeBob SquarePants: Diner Dash 2 - can't start free
trial without native shdcocvw
Product: Wine
Version: 1.2
Platform: x86
URL: http://arcade.nick.com/nick/gameinfo.jsp?s=SpongeBobDi
nerDash2
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=29762)
--> (http://bugs.winehq.org/attachment.cgi?id=29762)
terminal output
If I only have shdocvw as builtin from ie6, I see:
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x131e18)->(0x12d240)
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x131e18)->(0x12d240)
and there is no button to start the trial. Native ie6 fixes it. Strangely
though, the full version button shows up fine (with builtin shdocvw).
--
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=23420
Summary: CMR3 and CMR2005 shows Gnome menu bars all the time
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t6tiar00(a)students.oamk.fi
Colin McRae Rally 3 and 2005 shows Gnome menu bars all the time. The bars are
still visible after switching different resolution.
--
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=24517
Summary: DirectCompute Benchmark needs unimplemented function
dxgi.dll.CreateDXGIFactory1
Product: Wine
Version: 1.3.3
Platform: x86-64
URL: http://majorgeeks.com/DirectCompute_Benchmark__d6279.h
tml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the.ideals(a)gmail.com
Running DirectCompute Benchmark 0.25 with native d3d11.dll and d3dx11_42.dll,
it crashes with the following error.
wine: Call from 0x7bc4bef0 to unimplemented function
dxgi.dll.CreateDXGIFactory1, aborting
--
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=13713
Summary: Hema Album Software Advanced won't start, it crash and
has to be killed.
Product: Wine
Version: 1.0-rc3
Platform: PC
URL: http://www.albumprintservicedownload.nl/exe/hemaalbumsof
twareadvanced_setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: evaarties(a)xs4all.nl
Created an attachment (id=13729)
--> (http://bugs.winehq.org/attachment.cgi?id=13729)
Backtrace made on 5 june 2008 @ 21h33.
I tried this program for the first time with wine-1.0-rc3 only to find out you
can install the program fine, but running it is a nogo.
The program starts with the following exception error:
"Exception EAccessViolation in module apc.exe at 00000000.
Acces violation at address 00000000. Read of address 00000000."
After that, the message
"Runtime error 216 at 004506D9"
appears several times.
The attached backtrace appears.
I don't know if the program works in older wine versions.
--
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=13014
Summary: ProntoEdit NG 2.1.8 doesn't show Gallery
Product: Wine
Version: 0.9.61.
Platform: Other
URL: http://www.remotecentral.com/cgi-
bin/files/rcfiles.cgi?area=prontong&db=other&br=programs
&dv=philipsprontong&md=philipsprontoproeditng&kw=&st=&ar
=&dt=&so=&pg=1&file=prontong/programs/ProntoProEditNG_v2
.1.8.zip
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In http://winehq.org/pipermail/wine-users/2008-May/033707.html
noted that the Gallery window didn't work.
To work around bug 13013, do
sh winetricks vcrun6 cc580
before starting.
To reproduce the Gallery problem, start the app (perhaps you're
supposed to also do File / New Configuration / OK) and
do Tools / Gallery. A window should pop up, but none does.
--
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.