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.
http://bugs.winehq.org/show_bug.cgi?id=33993
Bug #: 33993
Summary: Install fails of application that previously installed
successfully.
Product: Wine
Version: 1.6-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcisho(a)yahoo.com
Classification: Unclassified
I have recently installed Fedora 19 x86_64 (fresh install, not an upgrade),
replacing Fedora 17 x86_64. The kernel is 3.9.9.
I am now attempting to install several Windows applications (all 32-bit) that
had been successful installed and executed on Fedora 17. I installed Wine and
the first of the Windows applications, which installed and executes
successfully. Installing a dependency for the second application produced the
following messages:-
$ wine Jet40Sp3_comp.exe
fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet
"C:\\users\\irs\\Temp\\IXP000.TMP\\Jetsetup.CAB"
err:ole:TLB_ReadTypeLib Loading of typelib
L"C:\\Progra~1\\Common~1\\Micros~1\\dao\\dao2535.tlb" failed with error 2
The Jet40Sp3_comp.exe is the exact same .exe that had been installed and
executed on Fedora 17.
The install failed with Wine 1.5.27 and fails with Wine 1.6-0.rc2. Are there
any other diagnostics I can provide?
--
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=27390
Summary: HoMM V Hammers of Fate crashes during 3D
initialisation
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Created an attachment (id=35021)
--> (http://bugs.winehq.org/attachment.cgi?id=35021)
crash backtrace: wined3d_swapchain_create>glsAssignDrawable
While "Heroes of Might & Magic V" works well, the extension "Hammers of Fate"
patchlevel 2.1 (aka. 2.01) crashes upon 3D initialisation (after displaying one
still image).
I'm using an "early 2009" NVidia 9400GM Mac mini with OSX 10.5.8. and XQuartz
2.6.1.
The crash occurs with both XQuartz 2.6.1 as well as XQuartz 2.5.(1?), with
Wine-1.3.21 with the one post 1.3.21 swapchain patch (I had hoped that it would
make a difference) and with Wine-1.1.24.
UseGLSL makes no difference, nor does ORM=fbo or backbuffer.
I've not tried out the original HoF version 2.0 without patch.
One other weird note: The app provides msvcp71.dll and msvcr71.dll in the
Heroes...\bina1\ directory. They get loadded by default. If I override them
with the builtins, after the crash, Wine won't end (Wine's desktop window
remains open) and displays:
err:ntdll:RtlpWaitForCriticalSection section 0x42bc48a4 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 0021, blocked by 0009, retrying
(60 sec)
15 minutes later, it still hangs and I invoke killall -INT wineserver.
--
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=33534
Bug #: 33534
Summary: RT Systems Radio programmer ADMS-2H fails to launch
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eunderfinger(a)gmail.com
Classification: Unclassified
Created attachment 44381
--> http://bugs.winehq.org/attachment.cgi?id=44381
Log of reported error
Error message when starting app. Unhandled exception: page fault on write
access to 0x005bc359 in 32-bit code (0x009cfc35).
--
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=35992
Bug ID: 35992
Summary: Heroes of Might & Magic II Gold (GOG.com, Windows
version) doesn't allow you to choose/play CD music (in
the GOG.com version these are Ogg Vorbis files)
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winebugs140(a)gmail.com
Created attachment 48116
--> https://bugs.winehq.org/attachment.cgi?id=48116
HoMM 2 debug trace +relay,+seh,+tid
The MIDI music plays instead of the CD music. If you try to change the MIDI
music into the CD music in the game's settings, it tells you "Unable to set up
CD stereo music. Your CD player might be in use by another program, or your
sound driver might not support CD stereo."
This the GOG.com Windows version of HoMM 2 Gold
(http://www.gog.com/forum/heroes_of_might_and_magic_series/heroes_of_might_a…).
They use Ogg Vorbis files instead of the original CD music, and you can found
these libraries in the game folder: libogg-0.dll, libvorbis-0.dll,
libvorbisfile-3.dll.
I can't see anything in the logs, so I'm attaching a debug trace, and a sound
trace.
winetricks "dsound" and "directmusic" do not help.
Tested on:
Windows Vista (here everything works fine)
Mac OS X 10.9.2
--
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=18844
Summary: Neuro-Programmer v2.5 fails to map registry entries
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://www.transparentcorp.com/downloads/NP2_Installer
.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Depends on: 18798
After getting over bug 18798 Neuro-Programmer starts till splash screen and
hangs on it unable to access .net related registry entries.
Quoting A. Focht:
---
The problem is related to registry part of native API which is also completely
sandboxed/hooked (managing its own virtualized registry hives), I had a brief
look at it but not the time yet to dig deeper.
---
Installing dotnet with winetricks doesn't help.
--
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=21787
Summary: incredimail program crash
Product: Wine
Version: 1.1.39
Platform: x86
URL: http://www.incredimail.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joenewbob(a)live.co.uk
Hi
see bug id 20223
After finding a workaround for bug 20223 ,which meant the installer crashed .
I found that when i ran the program nothing happened in The appDB it said that
incredimail needs Direct X to run .
please can anyone help ?
--
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=13114
Summary: DVDFab Platinum registration code does not work
Product: Wine
Version: 0.9.60
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: collusion.inc(a)ntlworld.com
CC: billstei(a)hbci.com
+++ This bug was initially created as a clone of Bug #12279 +++
Wine doesn't accept the regcode of FL Studio 8 and the program appears in demo
mode. It does, however accept FL Studio 7 regcode. Regcodes work fine under
Windows XP.
++++
This appears to be related to the above.
++++
DVDFab Platinum 4.1.2.0 and 5.0.2.0 do not read the registration codes from the
WINE registry after successful entry. This may have something to do with the
developers switching to VS2008 for the recent versions of the program.
The HKEY_LOCAL_MACHINE/Software/DVDFab entry containing the registration key
tallies with the one I tested on my Windows machine, so storing the key does
not seem to be the issue.
--
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=23339
Summary: Application does not run Vocaboly.exe
Product: Wine
Version: unspecified
Platform: x86
URL: http://vocabolycom
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dheerru(a)yahoo.com
This application Vocaboly.exe available from Vocaboly.com gets installed but
displays message unable to run on launch in Ubuntu 10.04 LTS. platform x86.
--
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=9953
Summary: Finereader Installation doesn't work
Product: Wine
Version: 0.9.46.
Platform: PC-x86-64
URL: http://finereader.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hias(a)kiwimail.de
Created an attachment (id=8466)
--> (http://bugs.winehq.org/attachment.cgi?id=8466)
Finereader 9 Terminal Error Messages
Hi, I already posted a bug about FineReader, but I made a misstake, so here is
the right Bug:
When installing Finereader 9 the Installation Wizards stops suddenly shortly
before the ending when the message is something like:
Installing Services
The Error Log in the Terminal is below in the attachment.
I have already tried to fix the problem by reinstalling wine, but the problem
exists furthermore.
--
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=33793
Bug #: 33793
Summary: SMSDV can't find any forms in HTML
Product: Wine
Version: 1.6-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Created attachment 44783
--> http://bugs.winehq.org/attachment.cgi?id=44783
Terminal output
I've managed to start SMSDV, having removed smsdv.ini from its directory. It
complained, but showed the window. Now after trying to get PIN-code (CAPTCHA in
fact), it showed this message (see screenshot): "AnalyzeHTML: Не обнаружено ни
одной формы" (which means "no forms were detected").
The app is to read network operator's web site and find form fields and
CAPTCHA.
I'm attaching the log from terminal.
Screenshot: http://appdb.winehq.org/appimage.php?iId=42382
--
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=34118
Bug #: 34118
Summary: Need for Speed: Carbon demo wrong rendering without
native d3dx9_36
Product: Wine
Version: 1.6
Platform: x86
URL: http://www.fileplanet.com/169683/160000/fileinfo/Need-
for-Speed-Carbon-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: andrey.goosev(a)gmail.com, wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 45367
--> http://bugs.winehq.org/attachment.cgi?id=45367
+d3dx
Without it, I'm got a squares instead of text and graphics in menus.
--
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=27145
Summary: Weapons Translucent Like Glass in FEAR 1 and 2.
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: smoke.tetsu(a)gmail.com
The weapons and player arms seem to now be translucent like glass in FEAR 1 & 2
although mouse support is better especially for FEAR 1.
--
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=36174
Bug ID: 36174
Summary: Trying to open Reader for PC (and then upload an .acsm
file) on Ubuntu 14.04
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robertomorini(a)gmail.com
Created attachment 48313
--> http://bugs.winehq.org/attachment.cgi?id=48313
Trying to open Reader for PC on Ubuntu 14.04
I am trying to open "Reader for PC" (and then upload and submit the .acsm file
to my Sony eBook Reader device) in Ubuntu 14.04.
--
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=15904
Summary: When at main menu there is only a black screen.
Product: Wine
Version: 1.1.7
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: essention(a)hotmail.com
Created an attachment (id=17075)
--> (http://bugs.winehq.org/attachment.cgi?id=17075)
wine output
I update witcher 1.0 following the steps listed all works except when I get to
the main menu when nothing but a black screen is present, nor any sound. The
only thing that is visible is the pointer icon of the glove.
Any ideas?
Wine output is below.
--
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=34123
Bug #: 34123
Summary: Sonic & All-Stars Racing Transformed: the game fails
to initiate due to Wine failing to mount its CD images
Product: Wine
Version: 1.6-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spayk.99(a)gmail.com
Classification: Unclassified
Created attachment 45376
--> http://bugs.winehq.org/attachment.cgi?id=45376
Terminal output for the demo version of SASRT.
Attempting to launch the video game Sonic All-Stars Racing Transformed results
in a black screen/window. The game is unable to load its assets as these are
located on several encrypted .M00 and .toc CD images, as well as one .M01 CD
image, all of which Wine is unable to mount (the .M00 and .M01 files contain
the raw CD data, while the .toc files contain the file structure). All of these
files are located in the game's Data folder.
I've tested both a purchased Steam version and a demo provided by Intel; both
yield the same result. You can see the terminal output for the demo on the
attachment.
I've also discussed the issue on the WineHQ forums and the Steam forums:
WineHQ:
http://forum.winehq.org/viewtopic.php?f=8&t=19327&sid=eeda4892ca0c2d0e4b882…
Steam:
http://steamcommunity.com/app/212480/discussions/0/864972621000530642/
--
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=36428
Bug ID: 36428
Summary: valgrind shows a possible leak in
scrrun/tests/dictionary.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: scrrun
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==27631== 28 bytes in 1 blocks are possibly lost in loss record 173 of 600
==27631== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==27631== by 0x4EE6BB8: apartment_getclassobject (compobj.c:526)
==27631== by 0x4EE9FC6: get_inproc_class_object (compobj.c:2894)
==27631== by 0x4EECD2F: CoGetClassObject (compobj.c:3032)
==27631== by 0x4EED4B7: CoCreateInstance (compobj.c:3197)
==27631== by 0x4D750B8: func_dictionary (dictionary.c:45)
==27631== by 0x4D80320: run_test (test.h:584)
==27631== by 0x4D8070F: main (test.h:654)
==27631==
--
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.