http://bugs.winehq.org/show_bug.cgi?id=17297
Summary: widl must accept arguments to functions (midl doesn't
have to)
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
example:
void get_data([out] char*);
is valid syntax. widl barfs with the obtuse "syntax error" (gotta love
flex/bison...) and must have this:
void get_data([out] char* foo);
i found the examples "com in plain c" and the IDL file in example 2 didn't have
the variable names.
--
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=16011
Summary: widl: Complex structs should have their pointer layout
section after the structure's description
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: huw(a)codeweavers.com
CC: robertshearman(a)gmail.com, dsh(a)linux.ucla.edu
See IDataObject_QueryGetData_Proxy. The pointer layout section's offset in
FORMATETC (currently at 3330) is -ve. These are treated as WORD offsets in,
for example, NdrComplexStructBufferSize().
--
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=14787
Summary: widl fails to honour typedef ptr attributes
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: huw(a)codeweavers.com
CC: robertshearman(a)gmail.com, dsh(a)linux.ucla.edu
See dlls/rpcrt4/epm_c.c . For example the 'object' parameter of ept_map().
We have (in include/wine/dcetypes.idl)
typedef [ptr] GUID *uuid_p_t;
and (in include/wine/epm.idl)
ept_map(..., uuid_p_t object, ...)
So 'object' should be a full ptr, which is what midl generates. On the other
hand widl generates a reference ptr.
It looks like this should be fixed up in parser.y:set_type() somewhere.
--
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=14746
Summary: Natural Selection crashes with
err:ntdll:RtlpWaitForCriticalSection section
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: clancc(a)shadowkitsune.net
CC: clancc(a)shadowkitsune.net
Created an attachment (id=15244)
--> (http://bugs.winehq.org/attachment.cgi?id=15244)
Crash Log (partial log, only copied the part that I think is related to the
crash) from console.
Natural Selection freezes for abit before crashing to desktop with a
"err:ntdll:RtlpWaitForCriticalSection section" error. See 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.
http://bugs.winehq.org/show_bug.cgi?id=29857
Bug #: 29857
Summary: GetAsyncKeyState says Escape key is permanently down
once it has been pressed
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: silas-wine(a)flatline.org.uk
Classification: Unclassified
I am debugging a Windows application that has a long-running processing thread
which periodically checks for interrupts using
GetAsyncKeyState(VK_ESCAPE) < 0
This worked fine on WINE 1.2.2, but on 1.3.28 the app kept behaving as if it
were interrupted immediately when it had not been. Further investigation
showed that, after Escape has been pressed just once, any future calls to
GetAsyncKeyState (no matter how many events have been processed in the
meantime) always return ffff8001. In other words, if you press Escape just
once while running your app, any future calls that app makes to
GetAsyncKeyState(VK_ESCAPE) will behave as though the Escape key is still down.
Again this does not happen with WINE 1.2.2, only with 1.3.28.
I was able to work around this bug by adding a call to GetKeyState(VK_ESCAPE)
just before the test for GetAsyncKeyState(VK_ESCAPE) < 0. I ignored the return
value of GetKeyState
(http://msdn.microsoft.com/en-us/library/windows/desktop/ms646301%28v=vs.85%…
says it should be called in response to a message; it doesn't say what happens
if it's called when there has been no message, so I assume we can't rely on it
to return meaningful values if called at just any time) however somehow the
presence of the GetKeyState call caused WINE 1.3.28's GetAsyncKeyState to
behave correctly.
--
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=29150
Bug #: 29150
Summary: Windows FirstClass Client 11.0 (Buid 017) no login
screen, settings problems and freeze
Product: Wine
Version: 1.3.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jorgenqv(a)yahoo.com
Classification: Unclassified
Created attachment 37598
--> http://bugs.winehq.org/attachment.cgi?id=37598
Log running FCC 11.017
This is my fist WineHQ Bugzilla report so I hope I got everything right :-)
Trying to get latest FirstClass client (FCC) to work in Wine 1.3.33
(ubuntu-wine-ppa-oneiric) with the following problems in Ubuntu 11.10 with
Unity. The same behavior in Ubuntu 10.04 LTS with Wine 1.3.31
(ubuntu-wine-ppa-lucid).
1) Installation works fine but after it's done the FCC spash screen freezes
when FCC starts. Normaly the login screen should pop up. You then have to
right-click on the upper panel FCC icon (splash then disapear) and choose
Connect. If you only click on the spash screen it disapears.
2) FirstClass can't find the settings file "home.fc" - this works fine in older
versions of FCC. A file popup appears called "Open Settings File" to choose the
settings file, but there isn't one. If you right click on the panel icon and
look at your FCC Preferences under "General" the "Download folder" is set to
"C:\users\yourlogin\My Documents\FirstClass\Download". Even if you set this
right the settings file cannot be found next time you run FCC and you have to
choose your settings file every time you want to login. You cannot connect if
you don't have a old settings file - I think normaly the file is created by FCC
if there isn't one. So you can't login on a fresh installed comuputer without a
settings file. Even if you put the file home.fc it doesn't show so you have to
write "home.fc" and hit Open in the "Open Settings File" window.
3) If you got your settings file and the login screen finaly shows - and you
write your correct login and password and hit the enter key - FCC freezes. The
workaround is to click on the green login arrow button next to the password
field instead of hitting enter - not obvious for most users.
For testing/reproduceing purposes:
FirstClass Client 11.017
Download:
http://www3.firstclass.com/ClientDownloads/FC11ClientDownloadFiles/FC11017U…
Missing file home.fc to be save i home directory FirstClass/Settings/
Download: http://www.mediafire.com/?82x95kcqp3celd4
Also see attachment ()
Guest testing login/pass: gast/gast server fc.folkbildning.net
Any kind of hints and workarounds are greatly appreciated.
Thanks!
/Jorgen
--
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=25357
Summary: CodeWright crashes
Product: Wine
Version: 1.2.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kurtbutfrank(a)gmail.com
CC: aric(a)codeweavers.com, xerox_xerox2000(a)yahoo.co.uk,
scott(a)open-vote.org, unreal(a)home.nl,
skunktrader(a)gmail.com, istvan.bisz(a)t-online.hu
+++ This bug was initially created as a clone of Bug #14012 +++
I have CodeWright 7.5.04.7519 and have successfully installed in on a 32-bit
version of Ubuntu 10.10 on a a stand-alone machine.
I also have a 64-bit version of Ubuntu 10.10 running as a virtual machine using
VirtualBox under a Win7-64 host. On that machine CodeWright halts immediately
after displaying the splash screen. It appears to me that the symptoms are the
same as that of bug 14012.
On both machines Wine was installed using the Synaptic Package Manager under
GNOME. My understanding is that this would have installed a 32-bit version of
Wine in both cases.
I can gather trace/debug info but will need specific directions.
--
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=27410
Summary: Starcraft II Patcher exits immediately without a crash
Product: Wine
Version: 1.3.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.strashun(a)gmail.com
Created an attachment (id=35053)
--> (http://bugs.winehq.org/attachment.cgi?id=35053)
console output
After launching Starcraft II.exe , patcher inetrface shows for 1-2 seconds and
then program closes. No crash in log though.
All console output 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.
http://bugs.winehq.org/show_bug.cgi?id=32182
Bug #: 32182
Summary: GetResolvedNeutrals always returns input
Product: Wine
Version: 1.5.17
Platform: x86-64
URL: http://source.winehq.org/git/wine.git/blob/1262f07609e
6722a841f511445f145d941848800:/dlls/usp10/bidi.c#l562
OS/Version: Linux
Status: NEW
Keywords: source
Severity: normal
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
CC: aric(a)codeweavers.com, m.b.lankhorst(a)gmail.com
Classification: Unclassified
coverity (CID 731561) spotted:
http://source.winehq.org/git/wine.git/blob/1262f07609e6722a841f511445f145d9…
action is masked to 0x0f and compared to (1<<8), that won't ever happen.
The code comes from:
commit 032543e54dec387ae0089fe9e5dd0cc0fbc2d253
Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com>
Date: Sat Sep 15 15:16:38 2007 +0200
gdi: Implement neutrals resolving in BiDi.
--
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=32396
Bug #: 32396
Summary: iexplore http://imgur.com doesn't open
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: jscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
wine iexplore http://imgur.com
Doesn't open & iexplore hangs. Workaroung native jscript
--
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=23005
Summary: errors running winwulff using basic winebottler
install
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: annacegu(a)yahoo.com.au
Installed http://jcrystal.com/products/winwulff/WINWULFF_Setup.exe using
WineBottler OK.
Attempting to run the program using basic wine install gives the following
error as well as attached errors (winebottler-winwulff-error.txt)
Run-time error '10'
This array is fixed or temporarily locked
Needed to install vb6run & dcom98 via winetricks to get the program running
--
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=29140
Bug #: 29140
Summary: ScriptTextOut passes wrong widths to ExtTextOutW
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: disposable593-wine(a)yahoo.com
Classification: Unclassified
in http://source.winehq.org/source/dlls/usp10/usp10.c#L2673
ScriptTextOut always passes NULL to ExtTextOutW instead of the proper width
arrays specified in piJustify or piAdvance.
--
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=16034
Summary: Bombzone won't start
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: normandy(a)web.de
Created an attachment (id=17259)
--> (http://bugs.winehq.org/attachment.cgi?id=17259)
Crash log; wine 1.1.8, bombzone 1.0
Bombzone, a free bomberman clone (www.bombzone.de), won't run. It changes
screen resolution and crashes...
--
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=13489
Summary: Frets on fire doesn't start(python issue) [dogfood]
Product: Wine
Version: 1.0-rc2
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fenixk19(a)mail.ru
Coudn't start Frets on fire for windows 1.2.512. Fails with an error
message(sorry, can't post).
--
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=27476
Summary: Spotify Crashes On Log In - Program Error Box
Product: Wine
Version: 1.3.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mistrywork(a)gmail.com
Hello,
Am using Spotify via Wine on my work machine & that is running Fedora 8.
The latest version of Spotify (0.5) is crashing as soon as I log in.
An error box appears saying:
Program Error
The program spotify.exe has encountered a serious problem and needs to close.
We are sorry for the inconvenience.
This can be caused by a problem in the program or a deficiency in Wine... etc,
etc'
I've never had any trouble before but since the latest version of Wine, this
has kept popping up. Have emailed the Spotify folks the IT department here
mentioned that it could possibly be my account being corrupt for Linux and that
could be at Spotify's end. Am waiting to hear back from them. In the
meantime, the terminal output I get is below. Any pointers would be
appreciated. Or if you need any more information, please do not hesitate to
get in touch.
Thanks in advance.
Terminal Output
-----------------------------------------------------
ixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:advapi:RegisterEventSourceW ((null),L"Spotify"): stub
fixme:winsock:WSALookupServiceBeginW (0x138dea4c 0x00000ff1 0x1081a6f8) Stub!
fixme:dwmapi:DwmIsCompositionEnabled 0x13bfc20
fixme:appbar:SHAppBarMessage unknown msg: 4
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETSTATE): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=0): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=1): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=2): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=3): stub
fixme:hnetcfg:fw_app_get_Enabled 0x16f230, 0x13bf3f4
fixme:hnetcfg:fw_app_put_ProcessImageFileName 0x16f230,
L"Z:\\user_data\\ARCHIVE\\misc\\spotify\\spotify.exe"
fixme:hnetcfg:fw_app_put_Name 0x16f230, L"Spotify"
fixme:hnetcfg:fw_apps_Add 0x16f080, 0x16f230
fixme:win:RegisterShellHookWindow (0x60060): stub
fixme:appbar:SHAppBarMessage unknown msg: 4
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETSTATE): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=0): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=1): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=2): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=3): stub
fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
fixme:appbar:SHAppBarMessage unknown msg: 4
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETSTATE): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=0): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=1): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=2): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=3): stub
fixme:appbar:SHAppBarMessage unknown msg: 4
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETSTATE): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=0): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=1): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=2): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=3): stub
fixme:shell:knownfolder_GetFolderDefinition 0x13bf274
fixme:shell:knownfolder_GetFolderDefinition 0x13bf274
err:ole:CoGetClassObject class {6bf52a52-394a-11d3-b153-00c04f79faa6} not
registered
err:ole:CoGetClassObject class {6bf52a52-394a-11d3-b153-00c04f79faa6} not
registered
err:ole:create_server class {6bf52a52-394a-11d3-b153-00c04f79faa6} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {6bf52a52-394a-11d3-b153-00c04f79faa6}
could be created for context 0x17
fixme:advapi:GetCurrentHwProfileW (0x13bf598)
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_END_BROWSER_SESSION:
STUB
fixme:appbar:SHAppBarMessage unknown msg: 4
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETSTATE): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=0): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=1): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=2): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=3): stub
fixme:win:RegisterDeviceNotificationW (hwnd=0x60060,
filter=0x108a2010,flags=0x00000000) returns a fake device notification handle!
wine: Unhandled page fault on read access to 0x00000070 at address 0x7bc332b7
(thread 000d), starting debugger...
--
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=12118
Summary: F1 button in WinAMP Milkdrop visualization shows garbage
instead of the help info
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://download.nullsoft.com/winamp/client/winamp532_ful
l.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
CC: stefandoesinger(a)gmx.at
Created an attachment (id=11502)
--> (http://bugs.winehq.org/attachment.cgi?id=11502)
Milkdrop Help
F1 button in WinAMP Milkdrop visualization shows garbage instead of 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=25505
Summary: Windows Live Messenger 14.0.8089.0726 : Crashed when
installer is loading
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fendersens(a)gmail.com
Created an attachment (id=32475)
--> (http://bugs.winehq.org/attachment.cgi?id=32475)
The backrace generated when running wine using console
I have an offline installer package for windows live messenger of the version
14.0.8089.0726. Running by double-click it and by console yields the same
result: "Wine encountered a serious problem and needs to close....."
--
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=24798
Summary: OLE error 800200009 on EasyWorship 2009 eval version
startup
Product: Wine
Version: 1.3.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puk007(a)gmail.com
whenever I start EasyWorship 2009 eval version I get "OLE error 800200009".
Application is downloadable on:
http://www.easyworship.com/downloads/ew_builds/current/EasyWorship_web.zip
console output is attached in 20101018_console.txt
what I've noticed is that I get this error message 3 times and there are 3 log
messages in console:
fixme:shdocvw:ClOleCommandTarget_Exec Unimplemented cmdid 21
fixme:shdocvw:ClOleCommandTarget_Exec Unimplemented cmdid 21
fixme:shdocvw:ClOleCommandTarget_Exec Unimplemented cmdid 21
any idea how to fix?
thanks
--
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=33020
Bug #: 33020
Summary: GetLongPathName does not properly resolve the relative
string '.'
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Classification: Unclassified
Calling GetLongPathName on a string containing the self-referencing string '.'
returns a bogus path, for example:
GetLongPathName('shortpath\.')
returns
shortpath\shortpath
instead of
shortpath\.
This poses a problem for Silverlight, which uses this feature (for some odd
reason) to find the path for debugging DLLs.
--
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=26652
Summary: Graphical glitches in Big Fish Games client
Product: Wine
Version: 1.3.16
Platform: x86-64
URL: http://www.bigfishgames.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=33932)
--> (http://bugs.winehq.org/attachment.cgi?id=33932)
Screenshot
There are some drawing issues in the BFG client. If you look at the attached
screenshot you should be able to see that not all the images are drawn
correctly (I've circled a couple).
"winetricks ie6" needed to get this far.
Native gdiplus does not 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=27539
Summary: EasyHook ProcessMonitor.exe example crashes shortly
after launch
Product: Wine
Version: 1.2.3
Platform: x86-64
URL: http://easyhook.codeplex.com/releases/view/24401#Downl
oadId=61309
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: asb(a)asbradbury.org
Created an attachment (id=35204)
--> (http://bugs.winehq.org/attachment.cgi?id=35204)
log containing backtrace (wine 1.3.22)
To reproduce:
1. Set up a fresh WINEPREFIX and do `winetricks -q dotnet20` (program does not
work with mono).
2. Unzip "EasyHook 2.6 Binaries.zip"
3. Run ProcessMonitor.exe under wine, wait for 5 seconds or so and it will
crash
I have attached the backtrace obtained from running this program with wine
1.3.22. Tested with 1.2.3, 1.3.22 and wine-1.3.22-203-gac90c1b which all
exhibit the same crash. I am using a self-built wine on Ubuntu 11.04 x86_64.
$ sha1sum ../EasyHook\ 2.6\ Binaries.zip
b3ea6b68c67ebb22df0853e12c6f8937fe2c12b5 ../EasyHook 2.6 Binaries.zip
--
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=29698
Bug #: 29698
Summary: iexplore http://www.coupons.com/ shows blank page
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
There are a bunch of "iexplore blank page" bugs (bug 24285, bug 27694, bug
27892, bug 29249) so this may well be a dup, but:
A user expressed interest in coupons.com on the forum today.
First, wine http://coupons.com/ fails to redirect to http://www.coupons.com/ ,
which is probably a dup of bug 29249 or some other "redirection broken" bug.
Working around that by directly invoking the target page,
wine http://www.coupons.com/
shows a blank page. I'll attach a 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=31888
Bug #: 31888
Summary: June 2010 directx sdk installer: fails with builtin
mono
Product: Wine
Version: 1.5.14
Platform: x86
URL: http://www.microsoft.com/downloads/en/details.aspx?dis
playlang=en&FamilyID=3021d52b-514e-41d3-ad02-438a3ba73
0ba
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 31882
Classification: Unclassified
Choose the defaults all the way through. Once it's ready to install, it will
try to install native .Net and fail. Looking at its log:
[10/04/12,18:24:46] Running system checks
...
[10/04/12,18:24:46] ***ERROR EVENT*** : SYSTEM CHECK: : OCM product
installed Failed
if I run winetricks dotnet20 first, the installer gets further, then hits bug
31882.
--
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=22636
Summary: Guitar Pro 5.2 demo file browser treeview has
extraneous ":" item
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.brothersoft.com/guitar-pro-download-75243.h
tml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=27823)
--> (http://bugs.winehq.org/attachment.cgi?id=27823)
Guitar Pro 5.2 demo +treeview log
With wine-1.1.44-19-gd2a0188, after installing the Guitar Pro 5.2 demo, then
launching and dismissing the trial nag dialog and initial setup, pressing
Ctrl+B (or going to File -> Browser... menu) brings up a file browser dialog.
Expanding a drive letter, such as C:\, shows directory subitems, but an
extraneous ":" item appears at the top of the directory listing also.
Attempting to expand this item causes a dialog box to display complaining of an
access violation, and expanding directory subitems causes the ":" item to also
be added to their respective subdirectory lists. Using native comctl32 makes
the problem disappear, and a +treeview log is 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.
http://bugs.winehq.org/show_bug.cgi?id=22544
Summary: poiloader 2.5.4 with wine-1.1.43 no longer works
Product: Wine
Version: unspecified
Platform: x86
URL: http://www.helixrider.de/?p=355
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juvanham(a)nerdshack.com
installation works (if right fonts are installed) but running the POILoader no
longer works. it ends without any message
the poiloader can be found at:
http://www8.garmin.com/products/poiloader/
it doesn't need a garmin device to test, since it can create also binary GPI
files from gpx files and so on. But now it doesn't even start anymore.
--
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=26323
Summary: Please assist urgently,I cant open Microsoft Office
Access 2003 database, and I cant setup e-mail using
Microsoft Office Outlook 2003.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vpoc(a)polka.co.za
I cant open Microsoft Office Access 2003 database, and I cant setup e-mail
using Microsoft Office Outlook 2003.
--
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=22557
Summary: Dragon Age: Origins massive flickering and black
screen
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neuro.courier(a)gmail.com
Created an attachment (id=27665)
--> (http://bugs.winehq.org/attachment.cgi?id=27665)
Log file when launching app
Hi,
When trying to run Dragon Age: Origins under Wine 1.1.43 it launches but upon
reaching the game menu there is massive screen flickering and the app window is
otherwise black. I tried the suggested solution in this entry, but it didn't
change anything: http://bugs.winehq.org/show_bug.cgi?id=22383
Note that the game worked fine under Kubuntu 9.04 and broke after an upgrade to
10.04 - both running Wine 1.1.43. Rolling back to an earlier version (1.1.38)
rendered the same results.
--
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=24634
Summary: ConsultantPlus have "WNetGetUniversalName :
NO_NETWORK" error
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Sukhnat(a)tdmmk.msk.ru
Created an attachment (id=31131)
--> (http://bugs.winehq.org/attachment.cgi?id=31131)
logs from terminal
OS: OpenSUSE
ConsultantPlus -- russian program http://www.consultant.ru/
we are using 2 disks. C (local) and I (network).
command line: wine "i:/InR/ConsultantPlus/cons.exe"
It's working, but.. all the time there is error "WNetGetUniversalName -I:
NO_NETWORK"
Any chance to disable error or fix it? =(
--
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=23941
Summary: Falcon 4.0 AF: The Virtual Cockpit is not drawn
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matteo.hausner(a)gmail.com
In Falcon 4.0 Allied Force the Virtual 3D Cockpit is not showing up, also the
outside of the airplane is not visible from the 2D cockpit views.
--
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=27731
Summary: Skype 5.3 crashes on login
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Solaris
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kondratovich_m_v(a)ukr.net
Unable to login in Skype.
--
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=30915
Bug #: 30915
Summary: Error When Closing
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wholocked10(a)gmail.com
Classification: Unclassified
Created attachment 40549
--> http://bugs.winehq.org/attachment.cgi?id=40549
backtrace upon closing
while closing my wineskin for rise of nations gold, and other games, i get an
error.
--
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=25449
Summary: Skype: wine: Unhandled page fault on read access to
0x00000000 at address 0x10b1fb8 (thread 0023)
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kenorb(a)gmail.com
wine-fbsd64-1.3.5,1 Microsoft Windows compatibility layer for Unix-like systems
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x900fe 0x00000000
fixme:mmdevapi:MMDevEnum_RegisterEndpointNotificationCallback stub
wine: Unhandled page fault on read access to 0x00000000 at address 0x10b1fb8
(thread 0023), starting debugger...
err:seh:setup_exception_record stack overflow 1040 bytes in thread 0023 eip
7e43ae88 esp 00230f20 stack 0x230000-0x231000-0x330000
Process of pid=0015 has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
process tid prio (all id:s are in hex)
Segmentation fault (core dumped)
> 0000000e services.exe
00000014 0
00000010 0
0000000f 0
00000011 winedevice.exe
00000017 0
00000013 0
00000012 0
0000001a explorer.exe
0000001b 0
0000000b skypePM.exe
0000002b 0
0000000d 0
You must be attached to a process to run this command.
No process loaded, cannot execute 'detach'
Full log: http://pastebin.com/XShD8u1u
Could be related: #14598, #13985
--
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=23889
Summary: Joystick keys
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ahso47(a)yahoo.com
Joystick keys 3&4 broken. Usually I assign those to zoom in/out in Flight
Simulator 2004 and also Fly!2. In both sims those keys are not working. (Saitek
Rumble Force)
--
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=24171
Summary: Wine menu localization leads to double entries.
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: giulioo(a)gmail.com
System: Ubuntu 10.04 / Wine 1.3.1 (binary from ppa:ubuntu-wine/ppa)
I don't know if this is a Wine issue or Ubuntu's, just close this if you
think it's the latter.
When I run with IT Italian locale and install an app I get 2 menu folders named
"Programmi" (WRONG):
1) After the Wine install I get this menu structure:
Applicazioni -> Wine -> Programmi -> Accessori
2) I install an app in Wine and I get the "Programmi" menu entry twice:
Applicazioni -> Wine +-> Programmi -> Accessori
|
+-> Programmi -> AppName
When I run with US English locale and install the same app I get 1 menu folder
named "Programs" (RIGHT):
1) After the Wine install I get this menu structure:
Applications -> Wine -> Programs -> Accessories
2) I install the same app in Wine and I get the expected menu structure:
Applications -> Wine -> Programs +-> Accessories
|
+-> AppName
I get the same problem in wine-1.1.x and wine.1.2.
--
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=23689
Summary: Tomb Raider III screen resolution problem when not
using virtual desktop mode
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://www.tombraiderchronicles.com/tr3/demo.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
This bug applies to the game Tomb Raider III, both the full game and
downloadable trial) and the demo. It also applies to Tomb Raider III: The Lost
Artifact.
A time-limited trial and demos can be downloaded from
http://www.tombraiderchronicles.com/tr3/demo.html
The demo is about 13MB, the trial 202MB. I'd suggest testing with the "South
Pacific" demo.
There is a problem related to screen resolution when Wine is *not* in virtual
desktop mode.
The game sets the X desktop to the appropriate resolution (640x480, 1024x768 or
whatever else you chose). But the game display size (in pixels) appears to be
the full/highest X desktop resolution. So only the upper left part of the game
display is visible on-screen, and in the case of a widescreen monitor, it is
stretched horizontally. For example, my laptop screen is 1680x1050 pixels. The
game seems to be rendering a 1680x1050-pixel display, but only the upper left
640x480 pixels would be visible on-screen. If instead I tell the game to use
1400x1050 resolution, then (since the vertical height matches) the game display
is stretched so the rightmost part is off-screen.
If testing with the demo or original CD, use winecfg to set Windows version to
Windows 98, otherwise Wine reports:
wine: Unhandled privileged instruction at address 0x48e2e1 (thread 001b),
starting debugger...
In Windows 98 mode, Wine reports instead err:int:__wine_emulate_instruction mov
cr4,eax at 0x00496a41 which is non-fatal. The trial version does not have this
problem. Alternatively, if testing with the original CD game, after installing
it run the unofficial XP/Vista patch from
http://www.tombraiderchronicles.com/cgi-bin/downloads2/dl.pl?fx_vista_trupd…
Start the demo by doing wine Tomb3.exe /setup. For me, that opens a full-screen
black window, and the Tomb Raider II Setup window appears behind it (so not
visible). Alt-Tab to switch to the game setup window and choose a resolution,
then click OK. Compare the in-game display with that when running with virtual
desktop mode enabled.
The only console output which might be (but probably isn't) relevant is:
fixme:win:EnumDisplayDevicesW ((null),0,0x32f5d8,0x00000000), stub!
fixme:d3d:swapchain_init Add OpenGL context recreation support to
context_validate_onscreen_formats
err:d3d7:IDirect3DDeviceImpl_7_SetRenderState Unhandled texture mag 0 !
err:d3d7:IDirect3DDeviceImpl_7_SetRenderState Unhandled texture min 0 !
In virtual desktop mode, the game resolution/rendering seems to work okay
(including when the virtual desktop resolution is widescreen, e.g. 1440x900).
--
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=30227
Bug #: 30227
Summary: .lnk shortcuts created by NSIS installer: last
parameter done wrong
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jmichae3(a)yahoo.com
Classification: Unclassified
The last parameter's shortcuts created during installation for .lnk files are
created incorrectly.
Instead of having the spaces escapedwith \ the string should be surrounded by
double quotes and the \ escape characters not put in. This will cause the
shortcuts to work properly.
UNIX works properly with double quoted strings.
please fix. thanks.
--
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=23529
Summary: build mechanism tried to find an outdated 'lcms'
version
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sergstesh(a)yahoo.com
While running 'configure' I see these lines in its screen output:
154 checking lcms.h usability... no
155 checking lcms.h presence... no
156 checking for lcms.h... no
157 checking lcms/lcms.h usability... no
158 checking lcms/lcms.h presence... no
159 checking for lcms/lcms.h... no
.
According to http://sourceforge.net/projects/lcms/files/ at the moment the
latest tarball is lcms2-2.0a.tar.gz and its header files (when installed) are:
"
sergei@amdam2:~/junk> ls -ltr
/mnt/sdb8/sergei/AFSWD_debug/install/lcms-2.0/include/
total 117
-rw-r--r-- 1 qemu users 24622 2010-07-05 03:59 lcms2_plugin.h
-rw-r--r-- 1 qemu users 91214 2010-07-05 03:59 lcms2.h
sergei@amdam2:~/junk>
".
I.e. configure should check for version 2.0 or later and check existence of
'lcms2.h' rather than 'lcms.h' file.
--
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=30745
Bug #: 30745
Summary: Soulbringer, GOG version, crashes at start, no splash
screen even.
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fernando(a)cmartins.nl
Classification: Unclassified
see backtrace
--
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=15738
Summary: Max Payne 2: Ingame windows rendered incorrect with nvts
pipe
Product: Wine
Version: 1.1.3
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
When using (or forcing) the nvts_fragment_pipeline implementation (directx.c),
ingame windows are rendered incorrectly. Going to attach screenshots later.
With the arbfp pipe rendering is correct, I didn't yet try with other pipes.
Effect can be reproduced with the demo version. Start game and let cutscenes
finish (wait until you gain control of the character), then take a look at the
windows in the hospital room.
With nvts they're completly transparent, nearly like they weren't even there.
Recheck with arbfp and see how they should look like (you should see a
"sprinkled-by-rain-from-outside" effect on them).
Exit first room and look left for another window. It has the same issues,
however I found out that it was possible to trigger correct rendering when the
scene is rendered from a certain position (again going to do screenshots).
--
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=18465
Summary: url.dll FileProtocolHandler does not open URLs in
browser.
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kempe.marcus(a)gmail.com
The following call:
wine rundll32 url.dll,FileProtocolHandler http://www.winehq.org/
does not open the wine homepage in my default browser, as is done in Windows.
However, if i add the following 2 dlls from windows:
url.dll
iertutil.dll
to my wine-installation, the the call works as expected.
This leads me to believe that there might be a bug, or simply an unimplemented
feature.
--
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=30590
Bug #: 30590
Summary: Feral heart dont start
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: whitewolf2(a)orange.fr
Classification: Unclassified
Created attachment 40026
--> http://bugs.winehq.org/attachment.cgi?id=40026
bug report
read the 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.
http://bugs.winehq.org/show_bug.cgi?id=30007
Bug #: 30007
Summary: Publish or perish result text messed up in wine
Product: Wine
Version: 1.4-rc5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scallegari(a)arces.unibo.it
Classification: Unclassified
To reproduce:
1) Install publish or perish (it is a no cost app)
2) Start the application, see it opening on the author impact tab.
3) write a common surname in the authors search field
4) See the publication list fill in (sometimes the surname is too common and
the application finds too many publications, pick another surname in the case)
5) Look at the result pane. It is unreadable, because multiple pieces of text
appear overlapped one to the other.
Those results are what one is actually looking for. So the bug makes the
application useless under wine. This is a pity, since wine is advertised as the
way to run publish or perish on linux by its very authors.
--
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=26619
Summary: Nitro PDF Reader: No text is displayed in PDF file
Product: Wine
Version: 1.3.16
Platform: x86
URL: http://install.nitropdf.com/reader/en/nitro_pdf_reader
.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) install Nitro PDF Reader
4) wine NitroPDFReader.exe
5) start Writer (from OpenOffice)
6) type "Wine" and export it to PDF as file.pdf
7) open file.pdf in Nitro PDF Reader
Behaviour:
Blank page.
Expected behaviour:
I should see word "Wine".
Terminal output:
fixme:advapi:SetNamedSecurityInfoW L"Nitro PDF Reader" 3 4 (nil) (nil) 0x128728
(nil)
fixme:dwmapi:DwmIsCompositionEnabled 0x92dfe0
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=3): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=1): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=0): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=2): stub
fixme:uxtheme:BeginBufferedPaint Stub (0x220 0x92d970 2 (nil) 0x92d8d8)
fixme:win:LockWindowUpdate (0x100fc), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x10124), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
Additional info:
1) winetricks corefonts tahoma doesn't help
2) changing font to tahoma in Writer 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=25997
Summary: Garmin Gns400w-500w Trainer Stops responding to user
except for quiting and setting unit mode, shortly
after application startup
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stephenwidmer(a)gmail.com
fixme:class:CLASS_GetClassLong offset -12 (GCLP_HCURSOR) not supported on other
process window 0x1007a
The above is the only "error" data I see when I run the garmin G530SIM.exe, The
program loads into a window and draws the devices, creates window handles and
menu bar, application ask you to "turn on the unit" clicking the "on switch"
cause the application to start and emulate a real garmin GNS430w including it
startup screens, but we get stuck on the initialization screen and never get to
the calibration of the instruments page.
Viewing the process with top gives:
top - 02:33:26 up 1 day, 2 min, 3 users, load average: 1.24, 0.99, 1.11
Tasks: 198 total, 2 running, 196 sleeping, 0 stopped, 0 zombie
Cpu(s): 7.8%us, 14.5%sy, 0.0%ni, 66.7%id, 11.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 2578264k total, 2509176k used, 69088k free, 124252k buffers
Swap: 1582360k total, 0k used, 1582360k free, 1757432k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1925 swidmer 20 0 1574m 28m 10m S 19 1.1 0:09.33 G530SIM.exe
1929 swidmer 20 0 6008 3356 680 S 11 0.1 0:06.94 wineserver
1016 yiff 20 0 2064 504 380 R 5 0.0 57:30.04 yiff
1943 swidmer 20 0 1576m 9444 6808 S 4 0.4 0:03.54 hsi400wx
I did use winetools to load mfc42 which allowed to program to start and get
this far.
My system is on a Ubuntu 10.04, running Wine 1.3.11 - latest available via apt
repositories
--
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=23343
Summary: application freeze because of problem with winevdm.exe
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kwk(a)lavabit.com
Created an attachment (id=29081)
--> (http://bugs.winehq.org/attachment.cgi?id=29081)
Debugging Output - Backtrace
Hello,
On: Ubuntu 10.04 lucid lynx
i tried to run an old Windows application from 1995. It's called REBA, but this
won't help much, because i suppose it is widely unknown.
After starting the a pop-up tells about a severe problem with the application
winevdm.exe
The software freezes.
I would be very grateful for any hint about this problem since I'm not a
programmer but using this software without having to install MSWin is essential
to me.
attached a copy of the debugging output.
regards
WK
--
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=19309
Summary: Mapsource crashes unexpectedly
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arkaims(a)gmail.com
OS: Ubuntu 9.04
Wine: Updated from Wine 1.0.1 to Wine 1.1.25 (unfortunately it does not solve
the problem)
Mapsource: 6.15.6
I have installed the Mapsource and after I have installed a set of mapsource
maps I tried to execute the MapSource through Wine to see the maps. The program
crashes - in the attachment I put the debug information.
I really hope that somebody will solve the Mapsource issues - one for all,
because it is really disappointing to have a GPS device, Maps and to be forced
to buy a M$ OS, because the guys for Garmin do not fulfill the end-user
requirements.
--
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=17960
Summary: Mapsource: Updater fails due to partially painted screen
Product: Wine
Version: 1.1.18
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: czimmer(a)wczimmerman.dyndns.org
Debian Lenny for the OS.
When trying to run the Mapsource updater to upgrade the successfully installed
Mapsource from 6.12.x to 6.13.x or 6.15.x the installer extracts successfully
but cannot proceed as it is waiting for the user to click "Next". The Next
field is not drawn on the screen as shown at the following screenshot:
http://i296.photobucket.com/albums/mm163/wczimmerman/Screenshot-MapSourceUp…
The same behavior is seen with the stable version of wine available in the
Lenny repo's: 1.1.0.
There is no error on the console from the app. A Control-C kills it in the
terminal.
--
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=11660
Summary: display with error
Product: Wine
Version: 0.9.55.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: renaud(a)olgiati-in-paraguay.org
Running the program gpsVPxp with a test map toto.img, i get the display as in
http://www.aikidoparaguay.org/pics/gpsvpbug.jpg
It seems the display engine blanks out a horizontal rectangular zone where text
is to be displayed, even when the text is displayed at a squint.
Communicated with the author of the app, who tells me that under Windows there
is no blanking at all where text is displayed (which makes sense when
displaying a map, you dont want to hide the map wahrever there is a text).
Tha app can be downloaded at
http://gpsvp.garminmapsearch.com/download/gpsVPxp.zip
(no install, just unzip and execute)
and a sample map showing the whiting-out of the image under texts at
http://www.aikidoparaguay.org/pics/toto.img
--
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=29232
Bug #: 29232
Summary: SimCity 4: installers fail to advance progress bar and
also remains on 0.00% all the time
Product: Wine
Version: 1.3.34
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Classification: Unclassified
Created attachment 37768
--> http://bugs.winehq.org/attachment.cgi?id=37768
no progress in progress bar (screenshot should be around 30% - guess)
As bug 12116 (mentioning SimCity 4 as an example game) is closed now and
installer of simcity still won't move it's progress bar & keeps telling me
0.00% all the time, i'm opening new bug for that right here/now rather than
reopening bug 12116.
The attached screensot should be cca in 30%.
--
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=27769
Summary: Project 2007 crashes when entering task notes
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Created an attachment (id=35535)
--> (http://bugs.winehq.org/attachment.cgi?id=35535)
Terminal output following the above actions
1. Open Project 2007
2. Create a task
3. Right-click -> Task Notes
4. Click inside the notes editor
MS Project crashes.
--
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=27365
Summary: Total War: SHOGUN 2 crashes on start
Product: Wine
Version: 1.3.21
Platform: x86
URL: http://store.steampowered.com/app/34330/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=34989)
--> (http://bugs.winehq.org/attachment.cgi?id=34989)
terminal output/backtrace
The demo installs fine with steam, launches, and shows its splash screen before
crashing:
Backtrace:
=>0 0xb6d7f29b context_destroy+0x2b(device=0xb3ac7d88, context=(nil))
[/home/austin/wine-git/dlls/wined3d/context.c:1678] in wined3d (0x0033be38)
1 0xb6e1ff89 wined3d_swapchain_decref+0x198(swapchain=0xb3ade460)
[/home/austin/wine-git/dlls/wined3d/swapchain.c:65] in wined3d (0x0033be88)
2 0xb6e0e80d wined3d_surface_decref+0xac(surface=0xb3ac3d90)
[/home/austin/wine-git/dlls/wined3d/surface.c:2658] in wined3d (0x0033beb8)
3 0xb6e1f162 swapchain_init+0x2c1(swapchain=0xb3ade460,
surface_type=SURFACE_OPENGL, device=0xb3ac7d88, present_parameters=0x33c0a0,
parent=0xb2576ee8, parent_ops=0xb6e9eda8)
[/home/austin/wine-git/dlls/wined3d/swapchain.c:1092] in wined3d (0x0033c038)
4 0xb6e1fabe wined3d_swapchain_create+0x5d(device=0xb3ac7d88,
present_parameters=0x33c0a0, surface_type=SURFACE_OPENGL, parent=0xb2576ee8,
parent_ops=0xb6e9eda8, swapchain=0xb2576ef0)
[/home/austin/wine-git/dlls/wined3d/swapchain.c:1116] in wined3d (0x0033c068)
5 0xb6e8e95a swapchain_init+0xc9(swapchain=0xb2576ee8, device=0xb3abf3b8,
present_parameters=0x33c140) [/home/austin/wine-git/dlls/d3d9/swapchain.c:262]
in d3d9 (0x0033c0e8)
6 0xb6e88920
IDirect3DDevice9Impl_CreateAdditionalSwapChain+0x4f(iface=0xb3abf3b8,
present_parameters=0x33c140, swapchain=0x33c178)
[/home/austin/wine-git/dlls/d3d9/device.c:481] in d3d9 (0x0033c118)
7 0xb6e8a05f device_parent_create_swapchain+0x9e(device_parent=0xb3abf3bc,
present_parameters=0xb3ac3138, swapchain=0x33c1e8)
[/home/austin/wine-git/dlls/d3d9/device.c:3296] in d3d9 (0x0033c188)
8 0xb6d9431c wined3d_device_init_3d+0x26b(device=0xb3ac7d88,
present_parameters=0xb3ac3138)
[/home/austin/wine-git/dlls/wined3d/device.c:1218] in wined3d (0x0033c1f8)
9 0xb6e89c48 device_init+0x2b7(device=0xb3abf3b8, wined3d=0xb3ac2878,
adapter=0, device_type=D3DDEVTYPE_NULLREF, focus_window=0x1003a, flags=<is not
available>, parameters=0x33c450, mode=(nil))
[/home/austin/wine-git/dlls/d3d9/device.c:3439] in d3d9 (0x0033c3c8)
10 0xb6e8b104 IDirect3D9Impl_CreateDevice+0x63(iface=0xac4c9c40, adapter=0,
device_type=D3DDEVTYPE_NULLREF, focus_window=0x1003a, flags=0x22,
parameters=0x33c450, device=0xb2574d28)
[/home/austin/wine-git/dlls/d3d9/directx.c:452] in d3d9 (0x0033c408)
fixme:faultrep:ReportFault 0x33b9b4 0x0 stub
wine-1.3.21-92-gb6484cc
--
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=26806
Summary: Oxycube not detecting the phone
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: harsh_0707051(a)rediffmail.com
oxycube is one of the good software which is used to edit the phones. It
installed successfully but it does not detect any phones. I am attaching with
usb cable CA-101
--
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=11130
Summary: Total Annihilation multiplayer no longer works.
Product: Wine
Version: 0.9.52.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dplay
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cmaster2(a)hotmail.com
Created an attachment (id=10165)
--> (http://bugs.winehq.org/attachment.cgi?id=10165)
The output from running total annihilation using wine
on this page
http://appdb.winehq.org/objectManager.php?sClass=version&iId=1739&iTestingI…
it is written that multiplayer over lan doing 1 vs 1 works in Total
Annihilation
I have just tried with wine 0.9.52 and it does not it gives this error
clicking ipx as connection type:
err:dplay:DP_IF_InitializeConnection Unable to load service provider
{685bc400-9d2c-11cf-a9cd-00aa006886e3}
clicking tcp/ip as connection type:
err:dplay:DP_IF_InitializeConnection Unable to load service provider
{36e95ee0-8577-11cf-960c-0080c7534e82}
--
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=26681
Summary: Text font smoothing inside Word 2007 or other apps
Product: Wine
Version: 1.3.17
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: quentin.denis(a)gmail.com
Created an attachment (id=33980)
--> (http://bugs.winehq.org/attachment.cgi?id=33980)
Screenshot illustrating the smoothing issue
Hi folks,
Font smoothing is now working fine in wine, however, it does only concern UI
fonts. Indeed, winecfg looks nice and UI fonts in Word 2007 (or other Office
components) are antialiased.
My problem concerns the font in the text zone, and in the font dropdown
selection. The attached screenshot shows the difference between UI fonts and
Text fonts.
How can I get text font smoothed?
Thanks,
Quentin
--
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=15274
Summary: PSPad doesn't update connection icon.
Product: Wine
Version: 1.1.4
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: knight666(a)gmail.com
Created an attachment (id=16072)
--> (http://bugs.winehq.org/attachment.cgi?id=16072)
Screenshot of the offending icon.
PSPad doesn't update the connection icon when in FTP mode. This is absolutely
trivial, but it annoys me quite a bit. When you start a connection in PSPad, it
keeps it open, but after a while the connection is lost (normal behaviour).
Under Wine however, the connection icon doesn't represent the state of the
connection and is always set to "connected". I have included a screenshot of
the icon in question.
I'd be happy to fix it myself if someone could point me in the right direction.
--
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=31777
Bug #: 31777
Summary: Find a new home for Wine's TestBot
Product: Wine-Testbot
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
Wine's TestBot was hosted at Ge's home but with his passing that's no longer a
possibility. CodeWeavers has offered to host it and set up some hardware to
that end.
See:
http://www.winehq.org/pipermail/wine-devel/2012-February/094080.html
--
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=32937
Bug #: 32937
Summary: Can not install Freemake Video Converter
Product: Wine
Version: 1.5.23
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: levanchelidze(a)gmail.com
Classification: Unclassified
Trying to install Freemake Video Converter
http://www.freemake.com/free_video_converter/
It tells me
"Setup has detected that one or more of Freemake programs are currently
running
Here is terminal output strace and screenshot
--
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=21575
Summary: Shareaza: Media Player refuses to play any media
Product: Wine
Version: 1.1.37
Platform: x86-64
URL: http://downloads.sourceforge.net/shareaza/Shareaza_2.5
.1.0_Win32.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=26020)
--> (http://bugs.winehq.org/attachment.cgi?id=26020)
err:ole and fixme:quartz...
I went ahead and used winetricks to get codecs for most file types, still no
luck. The Shareaza media player won't play video or music, attached is the log.
Seems to be related to quartz.
--
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=10911
Summary: Download manager doesn't work
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://d.trymedia.com/dm/knowad/15d120m10e_i_1f/trygames
/JSMCMastermind.exe
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, tried to look into bug http://bugs.winehq.org/show_bug.cgi?id=10874, but
actually i was not able to download the demo with current wine. After starting
JSMCMastermind-dm.exe, the download of the demo should actually start, but all
i get is a weird window. See attached screenshot
--
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=13407
Summary: The Bat! Voyager fails to accept the master password
Product: Wine
Version: 1.0-rc2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: borut.maricic(a)pobox.com
Introduction:
I am trying to use The Bat! Voyager mail client
(http://www.ritlabs.com/download/the_bat/voyager_install_4-0-18-4.exe) under
Ubuntu 8.04 desktop via Wine 1.0-rc2. (Although my systemm is an AMD Athlon 64,
my Linux is just plain Ubuntu 8.04 - not a 64bit version.) The problem I am
describing here is a show stopper for me.
Background:
The Bat! mail client will, due to being developed in Delphi RDS, never be
ported to Linux. For me it is, however, the only obstacle in a transition from
Windows to Linux, due to the fact that there is no comparably robust and
sophisticated e-mail client for Linux to be found (and my e-mail base is almost
1.5 GB in size).
Your testing problem:
One needs a valid user license for The Bat! Professional, in order to be able
to activate and use Voyager. There is a small number of activations allowed and
activations are bound to drive serial numbers.
Details:
Voyager does not use Registry - the idea is to have both the program,
configuration and e-mail database on the same drive (for instance an
USB-drive). I installed and activated Voyager under Windows XP Home SP2, on a
"virtual drive" powered by TrueCrypt (http://www.truecrypt.org/). There is a
Linux version of TrueCrypt and I can mount the same drive under Ubuntu.
The first thing Voyager asks for after being started is the mail database
encryption password (="the master password"). When being started under Ubuntu
via Wine, right before this dialog comes up, the following lines are being
logged in the console window (there are only a few, so I am not making a
separate attachment here)...
Console log:
fixme:reg:GetNativeSystemInfo (0x11579e1) using GetSystemInfo()
fixme:imagehlp:CheckSumMappedFile (0x1bc0000, 6544892, 0x11869fa, 0x11869fe):
stub
fixme:system:SystemParametersInfoW Unimplemented action: 95
(SPI_GETSNAPTODEFBUTTON)
Whatever I enter, Voyager does not accept my input, reporting an unacceptable
password being entered. The last logged line ("Unimplemented action: 95") is
being repeated for every repeated try of a password entry.
Although Voyager tests internaly also for the drive serial number, I do not
think this is the problem, since I defined an appropriate drive letter and
attached a serial number to it in a Wine configuration.
Am I doing something wrong? Could I do some more testing; try something in a
different way? Can you do anything? Thanks a lot!
--
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=21107
Summary: Portable RDP doesn't work
Product: Wine
Version: 1.1.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elangelo(a)foo-projects.org
Created an attachment (id=25349)
--> (http://bugs.winehq.org/attachment.cgi?id=25349)
log
can install portable RDP, but can't run it, see attachement for 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=32330
Bug #: 32330
Summary: Steam slow to redraw when dragging offscreen in
virtual desktop
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Classification: Unclassified
Install steam. Open it in a fullscreen virtual desktop.
Drag it around. It's fast.
Drag it offscreen, it becomes really slow to drag around.
--
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=30547
Bug #: 30547
Summary: Corel Photo Downloader (Ulead PhotoImpact X3) crashes
due to unimplemented function
SHELL32.dll.SHCreateQueryCancelAutoPlayMoniker
Product: Wine
Version: 1.5.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
encountered while testing Ulead PhotoImpact X3 installer ... non-fatal but of
course worth to be reported/fixed.
It seems related to "MediaOne Plus 2.0 PhotoImpact" package which can be
optionally installed.
"C:\Program Files\Corel\Corel MediaOne\Corel Photo Downloader.exe"
--- snip ---
Unhandled exception: unimplemented function
SHELL32.dll.SHCreateQueryCancelAutoPlayMoniker called in 32-bit code
(0x7bc4bdea).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7bc4bdea ESP:0033fc60 EBP:0033fcc4 EFLAGS:00000216( - -- I -A-P- )
EAX:0033fc6c EBX:7bcbf544 ECX:0033fd08 EDX:ffffffff
ESI:0047e7f0 EDI:0045ce80
Stack dump:
0x0033fc60: 5da5218f 0045ce80 0047e7f0 80000100
0x0033fc70: 00000001 00000000 7bc4bdea 00000002
0x0033fc80: 0046f0da 0046f0a2 0033fccc 5da5240d
0x0033fc90: 5da8a3a8 ffffffff 5da5218f 5ded1836
0x0033fca0: 0047e6f0 5ded1827 0047e6f0 00416b68
0x0033fcb0: 0047c501 00000002 0047e700 0047c8c0
000c: sel=0067 base=00000000 limit=00000000 32-bit --x
Backtrace:
=>0 0x7bc4bdea stub_entry_point+0x4b(dll="SHELL32.dll",
name="SHCreateQueryCancelAutoPlayMoniker", ret_addr=0x416c16)
[/home/focht/projects/wine/wine-git/dlls/ntdll/loader.c:197] in ntdll
(0x0033fcc4)
1 0x0034000f (0x0033fcf4)
2 0x0040f2a9 in corel photo downloader (+0xf2a8) (0x0033fd14)
3 0x00411134 in corel photo downloader (+0x11133) (0x0033fd88)
...
--- snip ---
'winetricks mfc42' prerequisite needed:
--- snip
err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\Program
Files\\Corel\\Ulead PhotoImpact X3\\ScapX.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Corel\\Ulead PhotoImpact X3\\ScapX.exe" failed, status c0000135
...
err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\Program
Files\\Common Files\\Ulead Systems\\AutoDetector\\DetMethod.dll") not found
err:module:import_dll Library DetMethod.dll (which is needed by L"C:\\Program
Files\\Common Files\\Ulead Systems\\AutoDetector\\Monitor.exe") not found
--- snip
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=31057
Bug #: 31057
Summary: makefile(3) : fatal error U1034: syntax error :
separator missing
Product: Wine
Version: 1.5.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mathieu.malaterre(a)gmail.com
Classification: Unclassified
Wine does install VS 2005 Express nicely. Nmake & cl.exe are working as should.
However when installing VS 2005 C++ SP1, everything starts failing. For
instance nmake stops working, and report:
>nmake
Microsoft (R) Program Maintenance Utility Version 8.00.50727.762
Copyright (C) Microsoft Corporation. All rights reserved.
makefile(3) : fatal error U1034: syntax error : separator missing
Stop.
Steps:
$ rm -rf $HOME/.wine
$ winetricks --no-isolate vc2005express
$ wget
http://download.microsoft.com/download/7/7/3/7737290f-98e8-45bf-9075-85cc6a…
$ wine VS80sp1-KB926748-X86-INTL.exe
hint: you may need to run twice 'wine VS80sp1-KB926748-X86-INTL.exe' to get it
working. Sometimes using 'winetricks vcrun2005' helps out...
Anyway from wine then simply do:
$ wine cmd
> "%VS80COMNTOOLS%vsvars32.bat"
> nmake
Here is the simple Makefiles I am using:
$ cat Makefile
foo: main.cpp
cl main.cpp
Thanks !
--
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=25061
Summary: 2
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cold4you(a)o2.pl
20dollars2surf - run-time error 445 and 5
--
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=21711
Summary: MotorM4X crashes when running with virtual desktop
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Solaris
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christian.thalinger(a)gmail.com
Created an attachment (id=26241)
--> (http://bugs.winehq.org/attachment.cgi?id=26241)
output when running with virtual desktop enabled
When I run MotorM4X with virtual desktop it immediately crashes before
displaying the menu. This works without virtual desktop.
--
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=18752
Summary: Skype 4 MSI install fails silently in Vista mode
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://download.skype.com/msi/SkypeSetup_4.0.0.226.msi
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=21502)
--> (http://bugs.winehq.org/attachment.cgi?id=21502)
wine-1.1.22-323-gc18d69e +msi
In Vista mode, trying to install the Skype 4 .msi doesn't do anything.
Could be related:
trace:msi:MSI_ProcessMessage ((nil) 0 10 L"1: SkypeOpenFirewallVista 2: failed
to change firewall settings 3: ")
--
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=17747
Summary: When starting race07 server on wan, it's crached.
Product: Wine
Version: 1.1.17
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mats.lorentzson(a)telia.com
Created an attachment (id=19965)
--> (http://bugs.winehq.org/attachment.cgi?id=19965)
wine-consol-log
Every time I start the server (RaceDedicatedServer_Steam 1.2.0.1) online it's
crach with minidump of 1Mb file. If I start server on my lan it's no problem at
all. I can play on it from another computer and change tracks and every else
too do.
I have tried the test-wine and even the stable wine since begining of this year
(2009) with the same result, and even update of steam has been done under that
period.
My only intrest is to drive race07 as server on my linux-box, but on internet
offcourse.
There is no differnt in the log betveen wan or lan, and I have no idea of
wath's wrong.
--
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=25109
Summary: Blood Bowl Legendary Edition cannot be launched.
Product: Wine
Version: 1.3.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fernando.lagrange(a)club-internet.fr
Created an attachment (id=31841)
--> (http://bugs.winehq.org/attachment.cgi?id=31841)
File create with command "nohup wine ./BB_LE.exe > wine.txt &"
Blood Bowl Legendary Edition installs without problem but cannot be run.
It seems to get stuck trying to remove game's log file, which is present in
user's directory (NOT game's installation directory).
Launch of game could go further after renaming DFA.dll file (in game's
installation directory) to rename.DFA.dll. This time it seems to get stuck
initializing random seeds ("Init Random generators" trace is started but not
ended in games log file).
This game is not available as a demo, but licence grants 3 possible activations
(so that 2 are left for wine developers if needed).
--
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=23764
Summary: Segmentation fault when installing openmtb maps
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter(a)emailross.com
Created an attachment (id=29779)
--> (http://bugs.winehq.org/attachment.cgi?id=29779)
Log of running the command
The following installer fails with a segmentation fault
http://openmtbmap.x-nation.de/maps/africa/mtbcanary_islands.exe
Its on the page of the installer where one selects the directory you wish to
install into.
The program runs with no problems under windows XP SP3.
--
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=19052
Summary: Animation Shop: crash at startup
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t0p0linik(a)yahoo.it
Created an attachment (id=21976)
--> (http://bugs.winehq.org/attachment.cgi?id=21976)
The wine log
The installer works fine but when I launch the program the result is a crash. I
attached the log from the command line.
--
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=13982
Summary: Can't run realarcade installer
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dusty(a)luogocomune.net
If I try to run any of realarcade installers I got this errors:
$ wine RealArcade-Installer_diamonddrop2_ambientv2.exe
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls"
fixme:shell:SHAutoComplete SHAutoComplete stub
fixme:exec:SHELL_execute flags ignored: 0x00000580
--
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=27651
Summary: Google Music Manager installer fails to start
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=35358)
--> (http://bugs.winehq.org/attachment.cgi?id=35358)
Screenshot of the error
After trying to install the music manager to an clean Wineprefix I'm getting an
error that there was a problem.
Console output:
jaime@jaime-Inspiron-1545:~/Descargas$ WINEPREFIX=~/.wineprefixes/GoogleMusic
wine musicmanagerinstaller.exe
fixme:advapi:LsaOpenPolicy ((null),0x33fadc,0x00000001,0x33faf8) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:process:SetProcessShutdownParameters (00000280, 00000001): partial stub.
fixme:mstask:MSTASK_ITaskScheduler_Activate Partial stub always returning
COR_E_FILENOTFOUND
fixme:mstask:MSTASK_ITaskScheduler_Activate Partial stub always returning
COR_E_FILENOTFOUND
fixme:mstask:MSTASK_ITask_SetFlags (0x171720, 0x00002000): stub
fixme:advapi:LsaOpenPolicy ((null),0x33fadc,0x00000001,0x33faf8) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:process:SetProcessShutdownParameters (00000280, 00000001): partial stub.
This is on Ubuntu 11.04 and wine-1.3.23-50-g2497a91
--
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=26555
Summary: Crysis 2 during installation progressbar not updated
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zilforever(a)gmail.com
When installer works and copy new files, progressbar is no updated. On windows
its updated and move slow.
In the end just popup window that its installed.
Before installation it wants to install visual 2008, which i need to install to
continue.
I hope it is not duplicate of some other bug.
Ubuntu 10.10 with Nvidia nvidia proprietary drivers.
wine Autorun.exe
fixme:storage:create_storagefile Storage share mode not implemented.
err:richedit:RTFCharSetToCodePage unknown charset 88
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:CharAttr unknown font 0
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
fixme:msi:MsiEnumComponentCostsW (2, (null), 0, -1, 0xa094ec, 0xa094e8,
0xa094dc 0xa094d8): stub!
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
fixme:wbemprox:wbem_locator_ConnectServer 0x557ed0,
L"\\\\.\\root\\cimv2\\Applications\\Games", (null), (null), (null), 0x00000000,
(null), (nil), 0xc4c57c)
Nothing more in console
--
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=13754
Summary: Copy protection: Anno 1602 KE does not detect CD
Product: Wine
Version: 1.0-rc4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dan_500(a)web.de
The game Anno 1602 KE does not detect my CD, so I can't play the game.
--
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=18051
Summary: cannot run
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dj--alex(a)ya.ru
Created an attachment (id=20441)
--> (http://bugs.winehq.org/attachment.cgi?id=20441)
console_logfile
Winamp does'nt run
On Ubuntu 8.04 with wine <1.1.17 it works.
Logs run process here
--
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=14034
Summary: Max Payne 2: mirror reflections not working correctly
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
URL: http://www.rockstargames.com/maxpayne2/mp2_downloads.htm
l
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
CC: alexd4(a)inbox.lv
Created an attachment (id=14244)
--> (http://bugs.winehq.org/attachment.cgi?id=14244)
max payne 2: mirror reflection bug (total black)
Hi there,
another Max Payne 2 problem, again also present in the demo (see URL).
When playing the first level of the demo (or the game) you have a lot of
mirrors. For me reflections on the mirrors don't work correctly.
It wouldn't say they don't work at all, because there is something displayed in
the mirror, but it's mostly black. My changing the viewing position and angle
you actually can get something non-black on the mirror. See the screenshots for
more details.
Also see this bug:
http://bugs.winehq.org/show_bug.cgi?id=14031
I'm not sure how much these are connected, maybe they've no connection at all.
Hardware is nvidia Geforce FX 5900.
For a logfile you can see the linked bug from above. I can generate more
logging material if necessary :-)
Again adding Alexander ;-)
Greets,
Tobias
(...attaching screenshots...)
--
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=27543
Summary: Alice: Madness Returns - no sound in game
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Sound works in the intro videos, as well as when cutscenes/recovering memories,
but all other sounds in game are muted.
The game uses x3daudio, which may be related. A few guides online suggest
forcing stereo sound in windows sound instead of 5.1 audio, but winecfg lacks
such an option ;-). Using hardwareaccerlation = emulation makes no difference.
Since it's an unreal 3 game, I tried the workaround from bug 26965:
[AudioOptions]
UseStereoSound=0
but that seems to be dragonage2 specific, doesn't help here.
Also tried:
[XAudio2.XAudio2Device]
MaxChannels=2
instead of 32, but still, no sound :(. Lastly, disabling mmdevapi makes no
difference.
--
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=32646
Bug #: 32646
Summary: If attachment is too large on new bug, new bug will be
posted without error message
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goonstk(a)yahoo.com
Classification: Unclassified
While trying to add a new bug and an attachment which is over the size limit,
the attachment will not be added, but no error message is initially shown
except when trying to reupload the file.
--
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=32145
Bug #: 32145
Summary: 'notepad' is not a valid bug number.
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86-64
URL: http://bugs.winehq.org/show_bug.cgi?id=notepad
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Entering "notepad" in the quick search box gives the error
'notepad' is not a valid bug number.
--
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=11952
Summary: Program: Notepad++. I dont know how to describe
it...Look at the attachments (picture)
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: danny.trunk(a)gmx.de
Terminal-Output: http://paste.dprogramming.com/dpjdyu09
--
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=19320
Summary: space in-between of two different links gets removed
in "description" field if it not part of any link
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=appli
cation
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: virtuousfox(a)gmail.com
i was trying to edit application's "description" field and then i have commited
changes space in-between of two separate links got removed
see http://appdb.winehq.org/objectManager.php?sClass=application&iId=4640
--
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=23940
Summary: SetWindowPos does not work for other wine processes
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jUrner(a)arcor.de
resizing windows belonging to other (wine) processes does not work. user32.dll
SetWindowPos() always returns 0.
somewhere down in winpos.c set_window_pos() returns FALSE
wine 1.2
--
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=31160
Bug #: 31160
Summary: Driver problem for Epson stylus sx235w
printer/scanner.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l.jackal99(a)gmail.com
Classification: Unclassified
Unable to setup drivers from authentic cd, for Epson Stylus sx235w
printer/scanner. Wine crushes during the setup, and printer doesn' t operate
properly.
--
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=28440
Summary: Deus Ex Invisible War installer sometimes asks for
non-existent disk 0
Product: Wine
Version: 1.3.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Trying to load Deus Ex Invisible War I discovered a problem in installing the
game. With new Wine versions the game <intermittently> asks for the
non-existent disk 0 after it finishes the main installation (requests for disks
1 and 2 run like expected). Initially I thought this was a regression and
tediously ran a regression test, only to find that the issue doesn't happen
with each attempt (yes, I started with a fresh prefix each time). So far I've
tested that the issue occurs back as far as Wine 1.3.0. Also, there is no
obvious problem reported in the console 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=28487
Summary: [Halo CE Trial] X Error bad value:
XF86VidModeGetFammaRamp
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bpaterni(a)gmail.com
I experience this bug with other games as well, but I think the Halo: CE Trial
would be the easiest to debug since it's freely available.
If I attempt to launch the halo trial, my screen looks like it's getting ready
to play the game (setting video mode, whatever). But once my screen comes back,
I'm am left with the halo trial process crashed and with my desktop set to a
very low resolution (640x480).
This is all the output wine gives me before crash:
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000001 not handled
fixme:win:EnumDisplayDevicesW ((null),0,0x32d3d8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32c530,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32c460,0x00000000), stub!
fixme:ddraw:ddraw7_Initialize Ignoring guid
{aeb2cdd4-6e41-43ea-941c-8361cc760781}.
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{33d9a760-90c8-11d0-bd43-00a0c911ce86} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{33d9a761-90c8-11d0-bd43-00a0c911ce86} not found
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels,
pretending there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels,
pretending there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels,
pretending there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels,
pretending there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels,
pretending there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels,
pretending there's only 2 channels
fixme:mixer:ALSA_MixerInit No master control found on HDA ATI HDMI, disabling
mixer
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb41-f175-11d1-a392-00e0291f3959} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb46-f175-11d1-a392-00e0291f3959} not found
fixme:win:EnumDisplayDevicesW ((null),0,0x32d658,0x00000000), stub!
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 129 (XFree86-VidModeExtension)
Minor opcode of failed request: 17 (XF86VidModeGetGammaRamp)
Value in failed request: 0x2000019
Serial number of failed request: 2480
Current serial number in output stream: 2480
Running haloCE trial with winedbg does not result in anything more help. Not
that I can tell at least.
I'm using wine compiled from git with mesa3d/Gallium3d driving my radeonhd
4850:
OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD RV770
OpenGL version string: 2.1 Mesa 7.12-devel (git-d7cdbc3)
OpenGL shading language version string: 1.20
X.Org X Server 1.11.1
Hopefully I've provided enough information. Let me know if there's anything
else I can do
--
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=21755
Summary: I try to play the demo version of "Heroes of Might and
Magic V" and wine starts, talks about code, says its
debugging for a long time and finally blurts out
hexadecimal machine code.
Product: Wine
Version: 1.0.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)moondata.com
Created an attachment (id=26291)
--> (http://bugs.winehq.org/attachment.cgi?id=26291)
A perhaps poorly labeled record of exactly what happed.
I typed "wine explorer /desktop=wine,1024x600 C:\\Program
Files\\Ubisoft\\Heroes of Might and Magic V\\Demo\\bin\\H5_Game.exe" into
terminal and the window I requested appears, first the default blue, then it
turns black. Wine said that it could not open types.xml, calling lots of
statements "stub!" and also that it was debugging. I waited for a long while
before it said what the problem was (with lots of what I recognized as machine
code) and the window turned back to its default blue and closed.
--
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=26668
Summary: wrc: resource compiler no longer supports LANGUAGE
keyword
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gsd(a)dolphin.fr
Created an attachment (id=33960)
--> (http://bugs.winehq.org/attachment.cgi?id=33960)
resource file with corresponding header file
With the attached files and the following command line the resource file
is compiled using wine 1.2.2 and fails using wine 1.3 (including 1.3.17).
wrc -I$WINEHOME/include/wine/msvcrt -I$WINEHOME/include/windows -fofoo.res
foo.rc
I get errors resembling:
file.rc:22:21: Error: syntax error
The corresponding line in the file is:
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
--
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=27850
Summary: Severe graphic issues in Need for Speed Hot Pursuit II
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samurai_no_densetsu(a)yahoo.es
All versions of this game shows severe graphic issues, on their default
settings.
Steps to reproduce:
Download the demo from:
http://www.shacknews.com/file/1287/need-for-speed-hot-pursuit-2-demo
Install in a clean prefix.
Run with default settings.
--
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=29550
Bug #: 29550
Summary: Unable to install Paint Tool Sai
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ardentangel(a)charter.net
Classification: Unclassified
Created attachment 38284
--> http://bugs.winehq.org/attachment.cgi?id=38284
Screenshot of error
I'm sorry if this is a duplicate, but I could not find the exact same issue on
this forum.
I can not install Paint Tool Sai with Wine. First I tried by clicking (as
normal) but I got an error that I am not the administrator, so I tried to open
as the administrator and that did not work either.
After looking around the web, it seems that others have this same problem, Wine
is not acting as the administrator and newer programs will give an error
because of this. Since I am using Wine, I can not change the root of the
windows (wine) to administrator. For everything I need to do, this make Wine
completely useless for me also making this bug terminal for this issue.
Looked for some work arounds and found nothing except to install an older
version of wine, which I may do, but that does not correct this issue and will
most likely create other issues since I am NOT an advanced user of linux and
may or may not be able to keep the auto update from messing with Wine.
I have uploaded a screen shot of the one time I attempted to install Paint Tool
Sai at the comand line.
--
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=25248
Summary: Brothers in arms Road to hill 30 requires several
msvc*70 and msvc*71 librairies
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
The game bundles a bunch of vcrun2003 librairies.
xavier@xavier /wine/bia/drive_c $ perl mscodescan.pl
Found 13 bundled MS modules:
./jeu/System/msvcp71.dll
./jeu/System/msvci70.dll
./jeu/System/dbghelp.dll
./jeu/System/msvci70d.dll
./jeu/System/MSVCR70.dll
./jeu/System/msvcirt.dll
./jeu/System/MSVCR70d.dll
./jeu/System/msvcp70d.dll
./jeu/System/MSVCRt.dll
./jeu/System/MSVCR71d.dll
./jeu/System/MSVCR71.dll
./jeu/System/msvcp71d.dll
./jeu/System/msvcp70.dll
When I remove them from the game directory, the game fails to load.
xavier@xavier /wine/bia/drive_c/jeu/System $ wine bia.exe
err:module:import_dll Library MSVCI70.dll (which is needed by
L"C:\\jeu\\System\\Engine.dll") not found
err:module:import_dll Library MSVCP71.dll (which is needed by
L"C:\\jeu\\System\\Engine.dll") not found
err:module:import_dll Library Engine.dll (which is needed by
L"C:\\jeu\\System\\editor.dll") not found
err:module:import_dll Library MSVCP71.dll (which is needed by
L"C:\\jeu\\System\\editor.dll") not found
err:module:import_dll Library editor.dll (which is needed by
L"C:\\jeu\\System\\bia.exe") not found
err:module:import_dll Library MSVCI70.dll (which is needed by
L"C:\\jeu\\System\\engine.dll") not found
err:module:import_dll Library MSVCP71.dll (which is needed by
L"C:\\jeu\\System\\engine.dll") not found
err:module:import_dll Library engine.dll (which is needed by
L"C:\\jeu\\System\\bia.exe") not found
err:module:import_dll Library MSVCI70.dll (which is needed by
L"C:\\jeu\\System\\Engine.dll") not found
err:module:import_dll Library MSVCP71.dll (which is needed by
L"C:\\jeu\\System\\Engine.dll") not found
err:module:import_dll Library Engine.dll (which is needed by
L"C:\\jeu\\System\\window.dll") not found
err:module:import_dll Library window.dll (which is needed by
L"C:\\jeu\\System\\bia.exe") not found
err:module:import_dll Library MSVCI70.dll (which is needed by
L"C:\\jeu\\System\\engine.dll") not found
err:module:import_dll Library MSVCP71.dll (which is needed by
L"C:\\jeu\\System\\engine.dll") not found
err:module:import_dll Library engine.dll (which is needed by
L"C:\\jeu\\System\\bia.exe") not found
winetricks vcrun2003 is not a workaround, it does not add all the required
libs.
--
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=24167
Summary: Boxes are not drawn in Double Dragon Forever
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://cmcgames.blogspot.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cleberdemattoscasali-wine(a)yahoo.com.br
Boxes like the life bars and text boxes are drawn on windows but not drawn on
wine, unless the specific game tweak "boxfix" is used.
This is my terminal output:
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb41-f175-11d1-a392-00e0291f3959} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb46-f175-11d1-a392-00e0291f3959} not found
fixme:win:EnumDisplayDevicesW ((null),0,0xc6e3cc,0x00000000), stub!
--
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=30717
Bug #: 30717
Summary: Janetter crashes on startup
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Saw this tweet this morning:
http://twitter.com/#!/search/%40Sutorippu%20wine
"No Linux client and Wine doesn't like it. RT @TsunTaiga @Sutorippu >not using
Janetter"
Janetter appears to be a competitor to tweetdeck freely downloadable from
http://janetter.net/
It installs fine, but crashes on startup:
err:ole:CoGetClassObject no class object {76a64158-cb41-11d1-8b02-00600806d9b6}
could be created for context 0x5
wine: Unhandled exception 0x0eedfade at address 0x0000:0x7b839e92 (thread
0032), starting debugger...
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:seh:setup_exception_record stack overflow 940 bytes in thread 0032 eip
b760ba27 esp 00230f84 stack 0x230000-0x231000-0x330000
That CLSID appears to be ISWbemLocator,
http://msdn.microsoft.com/en-us/library/windows/desktop/aa393719(v=vs.85).a…
The app is probably trying to get information about the network
or firewall via WBEM. A stub of some sort might be in order.
--
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=24819
Summary: Grand Ages: Rome installer: "Couldn't get the string
value for the game tasks folder"
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: gameux
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Terminal shows:
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"ReleaseDate" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"Genres" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"Ratings" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"Version" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"SavedGames" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry
L"WindowsSystemPerformanceRating" in Game Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"Developers" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"Publishers" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"GameExecutables" in
Game Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"ExtendedProperties" in
Game Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"ReleaseDate" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"Genres" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"Ratings" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"Version" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"SavedGames" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry
L"WindowsSystemPerformanceRating" in Game Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"Developers" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"Publishers" in Game
Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"GameExecutables" in
Game Definition File not yet supported
fixme:gameux:GAMEUX_ProcessGameDefinitionElement entry L"ExtendedProperties" in
Game Definition File not yet supported
workaround is disabling it in winecfg.
--
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=12503
Summary: Java isn't work and failed the java test
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nadavvin(a)gmail.com
I'm installed the last version of JRE but Java don't work.
When I go to the test page or any other page which include Java I see white
area where thw Java should be, and after that Firefox lost some functionality
like, it's impossible to change tab with the mouse and the direction of the
writing in english go from right to left in the order of the letters.
http://www.java.com/en/download/help/testvm.xml
It's also happen in wine-0.9.59
--
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=32762
Bug #: 32762
Summary: Worms Forts Under Siege crashes and freezes my DVD-ROM
drive (WTF?)
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: muzerakascooby(a)gmail.com
Classification: Unclassified
Created attachment 43242
--> http://bugs.winehq.org/attachment.cgi?id=43242
backtrace of crash
This is a really weird issue, which I'm going to try to investigate further
because it's so odd. I've installed Worms Forts Under Siege on my laptop, a
Thinkpad T410 with a Panasonic UJ892 DVD drive. After manually fixing the
already-reported issue with the 64-bit system and the copy protection driver
(SafeDisc v4.00.000 according to ProtectionID), when I attempt to run it now,
it displays a small white square in the middle of the screen for a good few
minutes, then crashes with a page fault on write with a standard backtrace,
attached. What's weird is what happens next - despite the program cleanly
exiting and nothing (according to lsof) using the filesystem or hardware
device, the disc drive then completely freezes. You can unmount it, but after
that, you can't remount it, you can't eject it (with eject or with the button),
it stays spun-up forever, and if you manually eject it it doesn't detect that
the disc has been removed/replaced and doesn't spin up when you reinsert the
disc. The only way to get it back AFAICT is to eject the whole drive from the
bay and reinsert, or presumably to reboot.
I don't know which part of this, if any, is a wine bug, and which (surely
partially) is a driver/hardware/possibly BIOS bug (does the BIOS have any hand
in things?), but I thought it'd be best to report it just in case. I'm going to
try using someone else's drive (I have many friends with different models of
ThinkPad, the bays all hopefully being compatible) to see if it exists there.
On my 32-bit desktop, the game runs fine on all three drives past the point
where it would have crashed here (but crashes shortly afterwards anyway with
presumably a different bug).
Incidentally, running wine in Win9x mode causes the copy protection system to
detect a debugger; running it in Win2k mode causes the program to silently
exit; XP and above cause as described.
--
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=14783
Summary: Minimizing do some lost control: impossible to close an
application
Product: Wine
Version: 1.1.2
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zenitur(a)yandex.ru
When I minimize Windows Media Player, I see window "Try a new function:
mini-bar on the tray" and I can't close this! I can't close Media Player with
buttons.
--
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=28001
Summary: World War One Gold demo fails to start: 'Clock
manipulation detected!' [Exe Cryptor protection]
Product: Wine
Version: 1.3.26
Platform: x86
URL: http://www.fileplanet.com/212341/210000/fileinfo/World
-War-One:-Gold-Edition-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
After starting the trial version of the game I'm getting the following error
message:
'Clock manipulation detected!'
Afterwards the game simply quits.
Not a single line appears in the terminal during the game execution.
Normally (under Windows), a trial reminder should appear, showing something
like
'You have xx days left'.
The problem is probably due to the fact that the game executable is protected
by ExeCryptor. Protection Id tells us the facts:
Scanning -> C:\Program Files\World War One Gold\WW1.exe
File Type : 32-Bit Exe (Subsystem : Win GUI / 2), Size : 9533952 (0917A00h)
Byte(s)
[File Heuristics] -> Flag : 00000000000000011100000000100011 (0x0001C023)
[!] EXE Cryptor v2.20 - v2.40 detected !
[!] Possible CD/DVD-Key or Serial Check -> trial period
[CompilerDetect] -> Visual C++ 8.0 (Visual Studio 2005)
- Scan Took : 1.459 Second(s)
Note: the size of the demo for WWI Gold is huge (1.4 GB). One can easily
reproduce the reported problem by starting the trial version of Universal
Mechanic (uses the same protection method, only 88 MB):
http://www.umlab.ru/download/60/eng/um60.exe
(after installation launch either UMInput.exe or UmSimul.exe to get the same
error message).
Fedora 15 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=17784
Summary: Closing IE client with Java does not close Wine
Product: Wine
Version: 1.1.17
Platform: PC
URL: http://www.runescape.com/runescape.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)livejournal.dk
runescape.exe (from URL) is a very simple IE engine front-end used as a
"client" for a web-based Java game. After launching Java, when the user
terminates the application, it disappears from the screen, but Wine is still
running it.
To reproduce:
1. wine jre-6u12-windows-i586-p.exe
2. wine runescape.exe
3. Select "click here to play"
4. Close the window once the applet has loaded
5. Note that 'runescape.exe' and 'wineserver' are still running processes
--
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=23748
Summary: Need for Speed Shift demo: movies repeat until you
press Enter
Product: Wine
Version: 1.2
Platform: x86
URL: http://cdn.needforspeed.com/data/downloads/shift/NFSSH
IFTPCDEMO.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is a strange bug. In NFS Shift Demo (and possibly the retail version),
in Wine, the 2nd intro movie, and the movie after you quit a race,
are shown multiple times, until you press Enter (and then it only stops
playing after the movie finishes, rather than stopping immediately).
In Windows, they are shown only once (or possibly not at all in the
case of after a race).
To see this, you really need to have two monitors side by side,
and play the demo on both Wine and Windows at the same time,
pressing Enter at the same time every step of the way.
--
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.