http://bugs.winehq.org/show_bug.cgi?id=28472
Summary: user32/clipboard.ok test crashes rarely on linux,
frequently on nt4?
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Just saw this on my a3850:
../../../tools/runtest -q -P wine -M user32.dll -T ../../.. -p
user32_test.exe.so clipboard.c && touch clipboard.ok
wine: Unhandled page fault on write access to 0x000001e6 at address 0x7bc467d8
(thread 0023), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc467d8
0x7bc467d8 is probably HEAP_GetPtr+0x68, so it might be a corrupted heap.
Looking at
http://test.winehq.org/data/tests/user32:clipboard.html
I see that test crashed once recently on linux, and very often on nt4,
so perhaps there's something wrong with 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=20636
Summary: Can't get a COM-object's properties (App: Cardiris),
workaround: winetricks dcom98
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ld(a)gardschwingdoazah.de
Created an attachment (id=24614)
--> (http://bugs.winehq.org/attachment.cgi?id=24614)
Debug trace of failed run; failing property is "CodePage"
This is a problem with the application Cardiris v3.5 by I.R.I.S. (business card
recognition).
The application itself (interactive) runs well, the problem is only with the
COM API. I'm accessing it through a piece of plain C code.
The code *works* on Windows XP,
*works* on wine 1.1.32 with dcom98 installed through winetricks,
but *doesn't work* with wine 1.1.32 with builtin dcom.
The COM works in general, I can create an application object and call methods
on it, but on another object (returned by a method call), access to any
property results in the following error:
Object doesn't support this property or method: 'CodePage'
(Note: Property name is spelled correctly, any other property doesn't work
either.)
Attaching a debug trace with WINEDEBUG=+comcat,+ole (hope that combination
makes sense), but I will gladly produce any other required debug trace -- just
let me know which WINEDEBUG setting you need.
--
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=32333
Bug #: 32333
Summary: Crystal Report don't show numeric formulas rigth
justify
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: manuel(a)e-macrobase.com
Classification: Unclassified
When i have a formula in a Crystal Reports report and is right justify, the
value doesn't show up. If i left justify the formula then show up.
Please help me.
--
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=35456
Bug ID: 35456
Summary: Child window in a separate process dose not show
Product: Wine
Version: 1.7.11
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: hwei.sy(a)gmail.com
Classification: Unclassified
Created attachment 47330
--> http://bugs.winehq.org/attachment.cgi?id=47330
source code
The area of a child window from a separate process dose not show anything.
While mouse events work correctly.
Run the program in attachment.
It will create a parent window and a child window in the same process and works
fine.
Then run a second instance of the program.
It will create a child window in the previous parent window.
This child windows dose not show.
Resize the parent window, and you will see the white "shadow" of the "hidden"
child window.
You can still drag this "hidden" child window or close it.
--
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=34938
Bug #: 34938
Summary: 64-bit cl.exe is failed with error code 2 when using
long decorated name
Product: Wine
Version: 1.7.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: loentar(a)gmail.com
Classification: Unclassified
Created attachment 46556
--> http://bugs.winehq.org/attachment.cgi?id=46556
test source file
64-bit cl.exe (on 64-bit wineprefix) finishes instantly (without any warnings
or errors) with error code 2 when source code contain long decorated name.
Other source files is compiled fine.
When compiling the same source code with 32-bit cl.exe (on 32-bit wineprefix)
it show warnings "decorated name length exceeded" and compiles fine.
on 64-bit (doesn't work):
>cl /nologo decorated-test.cpp /Fodecorated-test.obj
decorated-test.cpp
>echo %ERRORLEVEL%
2
>dir /B decorated-test.obj
File not found.
on 32-bit (works):
>cl /nologo decorated-test.cpp /Fodecorated-test.obj
decorated-test.cpp
C:\Program Files\Microsoft Visual Studio 10.0\VC\\include\xmemory(212) :
warning C4503: 'std::_Tree<_Traits>::erase' : decorated name length exceeded,
name was truncated
.....
>echo %ERRORLEVEL%
0
>dir /B decorated-test.obj
decorated-test.obj
--
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=34577
Bug #: 34577
Summary: MS Access 97 crashes when browsing object library
Product: Wine
Version: 1.7.2
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
After opening the dialog to browse the libraries attached to MS Access it
eventually crashes after a few seconds. Time based, it seems. No navigation
action required for it to crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34426
Bug #: 34426
Summary: Visual C++ 2010 Express claims it can't find
MSBuild.exe
Product: Wine
Version: 1.7.1
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
After working around bug 32568, the IDE started up,
and I could load a trivial project. But building, even
of a single file, failed with message
error MSB4014: The build stopped unexpectedly because of an internal failure.
Microsoft.Build.Exceptions.BuildAbortedException: Build was canceled.
MSBuild.exe could not be launched as a child node as it could not be found at
the location \"C:\\windows\\Microsoft.NET\\Framework"...
but the executable is at the specified location, and even runs if run via the
commadline.
--
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=34134
Bug #: 34134
Summary: "open file" dialog does not shrink after switching to
"use adobe dialog" and back to system dialog
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: unxed(a)mail.ru
Classification: Unclassified
If you press "use adobe dialog" button in "open file" dialog, it grows.
If you press "use os dialog" after it, window does not shrink back.
--
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=34088
Bug #: 34088
Summary: Symantec Antivirus 10.1 (64-bit) installer very slow
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: Installer, performance
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 45324
--> http://bugs.winehq.org/attachment.cgi?id=45324
wine-1.6-rc4 console output
Towards the end of the installation for Symantec Antivirus 10.1 for Win64 the
installer appears to hang. Left long enough it does complete.
Lots of these:
err:ntdll:RtlpWaitForCriticalSection section 0x1320060 "heap.c:
HEAP.critSection" wait timed out in thread 0072, blocked by 0071, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x1320060 "heap.c:
HEAP.critSection" wait timed out in thread 0075, blocked by 0071, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x1320060 "heap.c:
HEAP.critSection" wait timed out in thread 0076, blocked by 0071, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x1320060 "heap.c:
HEAP.critSection" wait timed out in thread 0077, blocked by 0071, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x1320060 "heap.c:
HEAP.critSection" wait timed out in thread 0078, blocked by 0071, retrying (60
sec)
Running with a +heap trace causes an assertion failure and the installer
crashes.
Running with an +msi,+msiexec,+msidb trace and the installer completes as
normal but much faster.
Workarounds: Bug 22009, Bug 34082 and Bug 34083.
--
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=34082
Bug #: 34082
Summary: Symantec Antivirus 10.x installer fails in custom
action
AddServiceGroup.18376EA1_A7B1_41ED_A75C_CD6FAB0434AA
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 45311
--> http://bugs.winehq.org/attachment.cgi?id=45311
wine-1.6-rc4 console output
Working around Bug 22009 the installer for Symantec Antivirus 10.1 (32-bit)
fails in a custom action AddServiceGroup.18376EA1_A7B1_41ED_A75C_CD6FAB0434AA.
fixme:service:svcctl_ChangeServiceConfig2W SERVICE_CONFIG_FAILURE_ACTIONS not
implemented: period 86400 msg (null) cmd (null)
err:msi:ITERATE_Actions Execution halted, action
L"AddServiceGroup.18376EA1_A7B1_41ED_A75C_CD6FAB0434AA" returned 1603
Removing the custom action from the .msi allows the installer to continue.
--
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=34071
Bug #: 34071
Summary: Create an application for verifying embedded digital
signatures
Product: Wine
Version: 1.6-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
Currently there's no way to verify a digital signature of Windows applications
(EXE and MSI) that you download from the Internet.
That would be great to have a way to see if the file is indeed digitally signed
(so there's a lesser chance that it's malware).
--
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=33642
Bug #: 33642
Summary: Microsoft SQL Server Management Studio Express 2005:
restarting SQL server fails randomly
Product: Wine
Version: 1.5.30
Platform: x86
URL: http://www.microsoft.com/download/en/details.aspx?id=8
961
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wmi&wbemprox
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Now that Bug #33607 is out of the way, it is possible to restart SQL Server
service. The application first stops the service, then checks if it is stopped,
and if it is, tries to start it. Starting the service quite often throws an
exception, and stack trace reported by the application points to wbemprox.
>From the initial investigation it seems to me that calling StartService
temporarily invalidates all existing instances of the service object. Here one
thread tries to get SystemName property from the object while another thread
tries to restart the service, and getting property throws an exception.
Relevant pieces of +wbemprox,+seh,+tid trace:
0057:trace:wbemprox:wbem_services_GetObject 0x46cad18,
L"Win32_Service.Name=\"MSSQLSERVER\"", 0x00000000, (nil), 0xe45dab0, (nil)
...
0057:trace:wbemprox:create_class_object returning iface 0x472eda0
0057:trace:wbemprox:class_object_Get ((nil)) 0x472eda0, L"__PATH", 00000000,
0xe45dc28, 0xe45dd0c, 0xe45dd08
0057:fixme:ole:Context_QueryInterface interface not implemented
{51372ae0-cae7-11cf-be81-00aa00a2fa25}
0057:trace:wbemprox:class_object_Get ((nil)) 0x472eda0, L"State", 00000000,
0xe45dc74, 0x1691a54, 0x1691a58
...
0057:trace:wbemprox:class_object_Get ((nil)) 0x472eda0, L"StartMode", 00000000,
0xe45dd14, 0x1691ec8, 0x1691ecc
...
002f:trace:wbemprox:class_object_Get ((nil)) 0x472eda0, L"SystemName",
00000000, 0x32e380, 0x1696178, 0x169617c
002f:trace:wbemprox:class_object_Get ((nil)) 0x472eda0, L"Name", 00000000,
0x32e37c, 0x16963d8, 0x16963dc
...
0057:trace:wbemprox:wbem_services_ExecMethod 0x46cad18,
L"Win32_Service.Name=\"MSSQLSERVER\"", L"StartService", 00000000, (nil), (nil),
0xe45da98, (nil)
0057:trace:wbemprox:grab_table returning 0x7d0b6f90
0057:trace:wbemprox:parse_query wql_parse returned 0
002f:trace:wbemprox:class_object_Get ((nil)) 0x472eda0, L"SystemName",
00000000, 0x32e37c, 0x16965cc, 0x16965d0
002f:trace:seh:raise_exception code=c0000005 flags=0 addr=0x7d0a82c0
ip=7d0a82c0 tid=002f
--
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=33558
Bug #: 33558
Summary: WinEventHook receive no event notify about
OBJID_CURSOR
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: orzhvs(a)gmail.com
Classification: Unclassified
Created attachment 44418
--> http://bugs.winehq.org/attachment.cgi?id=44418
WINEDEBUG=+relay,+user32,+hook LANG='zh_CN.utf-8' wine
/usr/local/vboxvm/vmshare/magnify/magnify.exe 2>&1 |grep -iE Win.*Event >
out.txt
There's a method to track mouse move by setting a WinEvent hook:
call SetWinEventHook with
eventMin=eventMax=EVENT_OBJECT_LOCATIONCHANGE(=0x800B) and provide a
WinEventProc
WinEventProc will be notified with event=EVENT_OBJECT_LOCATIONCHANGE
in case idObject=OBJID_CURSOR we know that mouse moved, then get cursor object
by AccessibleObjectFromEvent and further information like the location of the
cursor.
But the fact is, no event with idObject=OBJID_CURSOR is sent in wine.
This is used in windows's zoom-in utility, it does not update frames with mouse
move in wine. To reproduce :
1. copy 'magnify.exe' 'mag_hook.dll' 'mfc42u.dll' from system32 directory of
windows, I used them from xpsp3.
2. run magnify.exe in wine
3. move mouse in and out the dialog, you will find the zoomed-in view updates
almost only when mouse is inside the dialog.
Note that we see frames update when mouse is inside the dialog, it's triggered
from WM_MOUESMOVE, there's no business of WinEvent, but when mouse is outside
there should be.
I saw several SetWinEvent calls successfully in log but no event notify.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=9221
--- Comment #38 from Austin English <austinenglish(a)gmail.com> ---
This is your friendly reminder that there has been no bug activity for over a
year. Is this still an issue in current (1.7.37 or newer) wine? If so, please
attach the terminal output in 1.7.37 (see http://wiki.winehq.org/FAQ#get_log).
--
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=33396
Bug #: 33396
Summary: GetSystemMetrics always reports native resolution with
--with-xinerama.
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: CFSworks(a)gmail.com
Classification: Unclassified
As the summary says, GetSystemMetrics(SM_C{X,Y}SCREEN) always reports the
native resolution, even if an application changes the resolution, unless I
configure Wine with the --without-xinerama option. This can be seen when I run
D3D9 device tests, leading to test failures (see attachments).
I am on the NVIDIA proprietary driver version 313.18, which may be relevant as
this driver does have the "broken" XRandR 1.2. I cannot test with Nouveau
because it doesn't support my GPU.
Even if this is the proprietary driver's fault, I'm still opening this bug on
the WineHQ Bugzilla to track its resolution here, and provide information to
the NVIDIA developers if we do have to report it to them.
--
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=33339
Bug #: 33339
Summary: AION: regularly crash during game
Product: Wine
Version: 1.5.27
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: legluondunet(a)free.fr
Classification: Unclassified
Hello,
AION regularly crash during game, I joined you two log files.
--
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=33241
Bug #: 33241
Summary: incorrect display of a combobox in a Clipper
application
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ironeman(a)tiscali.it
Classification: Unclassified
As mentioned in http://forum.winehq.org/viewtopic.php?f=8&t=18198, I am using
16-bit Clipper/xBase programs. When I have a listbox, the field is not
correctly initialized, despite the list is ok.
Debugging my application, I have found that it is due to a strange memory
management. I start by saying that Clipper/xBase uses dynamic scoping, so the
value of a variable is the last assigned to it into the stack; a variable can
be local or global (prefixed by m->). When using the dialog that has the
problem, I use the activation command (Fivewin library):
m->mTipoDoc:=.... // assign the global variable m->mTipoDoc
activate DIALOG oDlg centered on init (SettaCombo())
function SettaCombo() // initialization code of the dialog
... // use the global variable m->mTipoDoc but, at this point, when using WINE,
the variable has lost its content and is empty
I solved the problem using a local variable that temporarily holds the value of
the global variable:
m->mTipoDoc:=.... // assign the global variable m->mTipoDoc
local tmpcod:=m->mTipoDoc // to solve the wine bug
activate DIALOG oDlg centered on init (SettaCombo(tmpcod))
function SettaCombo(val)
m->mTipoDoc:=val // to solve the wine bug
... // use the global variable m->mTipoDoc
Evidently the local variable is managed in a different way by WINE and the
error has disappered.
To test this behaviour, I wrote the attached sample program. Into the zip there
is a readme.pdf that explains how it works.
Best 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=21573
Summary: Need heap overrun detection at beginning of buffers,
too
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On Linux, valgrind gives nice warnings when you access before
the first byte. It'd be nice if valgrinding Windows apps under Wine
gave the same warnings. For instance, the following program should
give three warnings under valgrind+wine just as it does under valgrind:
#include <stdio.h>
#include <stdlib.h>
int badness_before_n_after ( char* p )
{
return p[-1] + p[10];
}
int main ( void )
{
char* p = malloc(10);
int who_knows = badness_before_n_after(p);
// expect 2 x invalid address yelpage
who_knows += p[5];
if (who_knows == 42)
printf("It's 42 (!)\n");
else
printf("It's not 42 (dull but unsurprising)\n");
free(p);
return 0;
}
--
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=16264
Summary: Builtin Tahoma unreadable when small
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://www.linuxtechs.net/kruch/tb/forum/viewtopic.php?t
=2152&postdays=0&postorder=asc&start=15
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user said that ConvWPT ran in Wine, but gave a very complicated recipe,
so I tried simplifying it. Along the way, I noticed that ConvWPT's installer
used teeny tiny nearly unreadable fonts; installing Tahoma fixed that
(now they're just small, but readable).
Recipe to reproduce:
1) Visit http://www.linuxtechs.net/kruch/tb/forum/viewtopic.php?t=2152
scroll down to message "Setup Package Part 1 / 4", and
download and unpack each of the four files Setup.part1.rar, Setup.part2.rar,
... Setup.part4.rar
Ignore warnings from rar about duplicate files.
2) Run the resulting setup.exe
The setup program uses small Tahoma text on some screens, and that's
very nearly unreadable unless you install native tahoma, e.g. with
winetricks tahoma.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=3689
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |austinenglish(a)gmail.com
Hardware|Other |x86
OS|other |Linux
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8922
--- Comment #13 from Austin English <austinenglish(a)gmail.com> ---
This is your friendly reminder that there has been no bug activity for over a
year. Is this still an issue in current (1.7.37 or newer) wine? If so, please
attach the terminal output in 1.7.37 (see http://wiki.winehq.org/FAQ#get_log).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=9033
--- Comment #5 from Austin English <austinenglish(a)gmail.com> ---
This is your friendly reminder that there has been no bug activity for over a
year. Is this still an issue in current (1.7.37 or newer) wine? If so, please
attach the terminal output in 1.7.37 (see http://wiki.winehq.org/FAQ#get_log).
--
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=31385
Bug #: 31385
Summary: Font in Delphi 3 apps change to "System" after open
Report preview.
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julio_lists(a)mebamutual.com.ar
Classification: Unclassified
Created attachment 41242
--> http://bugs.winehq.org/attachment.cgi?id=41242
Minimal Delphi app that shows the bug
I'm testing an in-house app written en Delphi 3, the only really annoying
glitch I have found so far happens after a QuickReport preview windows opens.
The Preview and works OK, but then any label drawn in the app uses the System
font.
The effect is akin to bug #29758, but my logs don't include the error reported
there.
Instead, I guess Wine is messing somewhat within the WM_GETFONT and/or
WM_SETFONT calls, yet my debugging abilities are pretty limited.
WM_GETFONT calls aren't returning NULL, but decimal 504, I wonder if that
WM_SETFONT takes that as an invalid handle.
I'm attaching a minimal (kind of, the binary is pretty big) test case.
--
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=21082
Summary: Artrage3 studio pro demo : export fails
Product: Wine
Version: 1.1.35
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: meho_r(a)yahoo.com
Created an attachment (id=25286)
--> (http://bugs.winehq.org/attachment.cgi?id=25286)
Output of terminal when running AR3 from it.
Export function in ArtRage 3 Studio Pro Demo version (as well as in full
version) doesn't work. When trying to export a painting as an image, an error
occurs which states:
"Generic Failure. Not enough memory to perform action."
However, it is not lack of RAM that is the cause of problem (at the time of
testing I had over 2GB free RAM). Also, in ArtRage 2.5 export function works as
expected on the same machine.
I tested this on Ubuntu 9.10 (64bit) and Mandriva 2010.0 (32bit) with multiple
versions of wine (from 1.0.1 to 1.1.3.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.
https://bugs.winehq.org/show_bug.cgi?id=6955
Jeremy Phoenix <jzphoenix(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jzphoenix(a)hotmail.com
--- Comment #145 from Jeremy Phoenix <jzphoenix(a)hotmail.com> ---
This bug still exists in wine 1.7.36 (Dark Age of Camelot)
Jeremy
--
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=11926
Summary: House of the dead 3 won't draw 3d stuff after the 1st
level
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugz(a)chipsugar.plus.com
After the first level where everything is fine all the 3d models & scenery is
black. Possibly textures aren't being rendered. Also the words in the menu list
when starting the game don't get drawn. Maybe that's part of the same bug.
--
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=32769
Bug #: 32769
Summary: PowerPoint 2003 hangs when opening test document
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Created attachment 43263
--> http://bugs.winehq.org/attachment.cgi?id=43263
test file
To reproduce, make sure gdiplus is set to builtin, then open test file and let
PowerPoint render all the thumbnails. If it doesn't hang after having rendered
all of them, try restarting it and reopening file. Sometimes (though rarely) it
doesn't hang.
If I set gdiplus as native, then no hang occurs.
--
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=32957
Bug #: 32957
Summary: Application freezes (related to .net35 ?)
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denis.bonnenfant(a)diderot.org
Classification: Unclassified
When using SolidWorks 2012, which requires .net35, some functions are freezing
totally the application. Then it has to be killed with wineserver -k
The issue is perfectly reproducible, and the last console output is always the
same in this case :
fixme:ntdll:NtSecureConnectPort
(0x32c85c,L"\\BaseNamedObjects\\FontCachePort3.0.0.0",0x32c844,(nil),0x20477398,(nil),0x32c858,0x131d2518,0x32c850),stub!
dotnet35 and corefonts are installed with winetricks.
Is there a particular debug channel to log for this issue ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38121
Bug ID: 38121
Summary: Spelling mistake - Select registry component on
BugZilla
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: registry
Assignee: wine-bugs(a)winehq.org
Reporter: computergeoffrey(a)zoho.com
Distribution: ---
If you select "registry" when entering a new bug on this website, this is the
text in the description:
wine's default regisry entries (loader/wine.inf.in, et al)
it's missing a t in "regisry" and should be "registry". I'm not sure if this is
the right way to report such bugs.
--
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=29072
Bug #: 29072
Summary: wldap32 tests flaky because they rely on external host
ldap.itd.umich.edu
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wldap32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
The wldap32 tests started hanging. It looks like they're trying
to connect forever to ldap.itd.umich.edu, which is unreachable.
--
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=28573
Bug #: 28573
Summary: user32/cursoricon.ok failed,
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
On my i7 last night, I saw the following failure:
../../../tools/runtest -q -P wine -M user32.dll -T ../../.. -p
user32_test.exe.so cursoricon.c && touch cursoricon.ok
fixme:cursor:GetCursorFrameInfo Second parameter non-zero (57005), please
report this!
...
fixme:cursor:GetCursorFrameInfo Second parameter non-zero (57005), please
report this!
cursoricon.c:2139: Test failed: wrong info cursor 0x2003a/(nil)
cursoricon.c:2171: Test failed: wrong info cursor 0x2003a/(nil)
cursoricon.c:2188: Test failed: wrong info cursor 0x2003a/(nil)
make: *** [cursoricon.ok] Error 3
I've only seen this once so far. Filing report partly because
the fixme asked for 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=28547
Bug #: 28547
Summary: ole32/clipboard.ok crashed in
X11DRV_CLIPBOARD_LookupData
Product: Wine
Version: 1.3.29
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 crash just now on my i7:
../../../tools/runtest -q -P wine -M ole32.dll -T ../../.. -p ole32_test.exe.so
clipboard.c
...
wine: Unhandled page fault on read access to 0x000001e3 at address 0x68bd2b12
(thread 0034), starting debugger...
Backtrace:
=>0 X11DRV_CLIPBOARD_LookupData+0x1f(wID=0x2)
[dlls/winex11.drv/clipboard.c:446]
1 X11DRV_CLIPBOARD_SynthesizeData+0x7a(wFormatID=0x2)
[dlls/winex11.drv/clipboard.c:2787]
2 X11DRV_EndClipboardUpdate+0x6e() [dlls/winex11.drv/clipboard.c:2848]
3 CloseClipboard+0x91() [dlls/user32/clipboard.c:285]
4 test_nonole_clipboard+0x3a2() [dlls/ole32/tests/clipboard.c:1295]
5 func_clipboard+0x19() [dlls/ole32/tests/clipboard.c:1546]
6 run_test+0x9e(name="clipboard.c") [include/wine/test.h:556]
7 main+0x23a(argc=<?>, argv=0x1103d0) [include/wine/test.h:624]
446 if (data->wFormatID == wID) return data;
I haven't seen this one before that I recall.
--
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=28503
Summary: comctl32/treeview.ok fails occasionally
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This failed just now on Austin's buildslave with WINEDEBUG=warn+heap:
../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p
comctl32_test.exe.so treeview.c && touch treeview.ok
treeview.c:1512: Test failed: got 0x20318a
treeview.c:1518: Test failed: got 0x20318a
and again on his buildslave without WINEDEBUG:
treeview.c:1512: Test failed: got 0x201c8b
treeview.c:1518: Test failed: got 0x201c8b
I see it's happened at least once before, last month, to someone else:
http://test.winehq.org/data/6ee95c77381791299ae040248897ac58c74f49f6/linux_…
and I think I recall seeing it one other time on the buildbot (not
sure which slave).
Austin's buildslave's info:
os: Debian GNU/Linux testing (wheezy), 3.0.0-1-686-pae, , Advanced Linux
Sound Architecture Driver Version 1.0.24.
ram: 8113 MB
cpu: AMD Phenom(tm) II X4 940 Processor
gpu: GeForce 9800 GTX+/PCI/SSE2/3DNOW! 3.3.0 NVIDIA 285.03
It's possible this is caused by someone playing with the mouse
or keyboard while the tests are running, but seeing it twice in
a row is suspicious.
--
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=28323
Summary: urlmon/tests/protocol.ok slightly flaky:
protocol.c:2892: Test failed: ref=2
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I've seen this twice in two days:
../../../tools/runtest -q -P wine -M urlmon.dll -T ../../.. -p
urlmon_test.exe.so protocol.c && touch protocol.ok
...
protocol.c:979: Test failed: unexpected call ReportResult
protocol.c:984: Test failed: hrResult = 80004004, expected: 00000000
protocol.c:989: Test failed: dwError == ERROR_SUCCESS
protocol.c:2892: Test failed: ref=2
protocol.c:746: Test failed: unexpected call ReportProgress_CONNECTING
This time, it was with WINEDEBUG=warn+heap, on a system with:
os: Ubuntu 10.04.3 LTS, 2.6.32-33-generic, pulseaudio
0.9.21-63-gd3efa-dirty, Advanced Linux Sound Architecture Driver Version
1.0.21.
ram: 3212 MB
cpu: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz
gpu: GeForce GT 240/PCI/SSE2 3.2.0 NVIDIA 195.36.24
I see a few vaguely similar problems on windows at
http://test.winehq.org/data/tests/urlmon:protocol.html
so perhaps these tests still need some love.
--
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=28298
Summary: riched20/editor.ok cursort position test flaky
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I just had a test fail (under WINEDEBUG=warn+heap, but I doubt that matters)
like this:
../../../tools/runtest -q -P wine -M riched20.dll -T ../../.. -p
riched20_test.exe.so editor.c && touch editor.ok
...
editor.c:6026: Test failed: Cursor is at 0 instead of 8
That's not a new problem; it was mentioned back in
http://www.winehq.org/pipermail/wine-devel/2008-September/069299.html
and showed up here:
http://www.winehq.org/pipermail/wine-devel/2010-December/088198.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=28295
Summary: mshtml/htmldoc.ok flaky
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This test just failed for me with
../../../tools/runtest -q -P wine -M mshtml.dll -T ../../.. -p
mshtml_test.exe.so htmldoc.c && touch htmldoc.ok
...
htmldoc.c:2358: Test failed: unexpected call UpdateUI
htmldoc.c:2636: Test failed: unexpected call Exec_UPDATECOMMANDS
I see that particular failure has happened before:
http://test.winehq.org/data/5d22f3aa145795af0137f580959671c046f3d37a/linux_…http://www.winehq.org/pipermail/wine-devel/2010-November/087789.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=15027
Summary: Microsoft Office 2007: Installer takes too much time to
check the product key
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
After you finish typing the product key, the installer takes around a minute to
check if it's correct.
--
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=9447
Summary: Supreme Commander's FMVs do not skip frames
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ajrich(a)earthlink.net
This bug causes the videos to move slower than they're supposed to, and desync
with sound (if you've made the changes needed to get sound from the game - see
the AppDB for details.) Affects mission briefings in the campaign, and messages
recieved during campaign missions.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8621
Saulius K. <saulius2(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |saulius2(a)gmail.com
--
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=30823
Bug #: 30823
Summary: mono program incorrectly writing Chinese characters to
console with Wine mono
Product: Wine
Version: 1.5.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Compile the following sample:
--- snip ---
using System;
using Gtk;
public class GtkHelloWorld {
public static void Main() {
Console.WriteLine("abcd1234一二三四五");
}
}
--- snip ---
$ mcs -pkg:gtk-sharp-2.0 helloword.cs
$ mcs --version
Mono C# compiler version 2.10.5.0
2. install mono210 with an older version of Wine (wine-1.4), or use the builtin
wine-mono-0.0.4 with the latest wine (wine-1.5.5)
3. start helloword.exe with wine:
$ wine helloword.exe
Expect result:
Outputting "abcd1234一二三四五"
Actual result:
Outputting "abcd1234一二三四五奈奈五"
What the worse is, helloword.exe never quit, it fall into a infinite loop of
WriteConsoleW()
Additional info:
1. wine-1.4 + `winetricks dotnet20` works well with the above helloword.exe
2. WinXP + dotnet4 works well with the above helloword.exe
3. I can't make it work on WinXP + mono210, always get a "Initial error
0xc0000135"
4. The bug disappear after removing Chinese string from Console.WriteLine()
5. The bug has different behaviors after adding English letters at the end of
the string, for example: Console.WriteLine("abcd1234一二三四五a"), the output is:
"abcd1234一二三四五a四五a錫a"
This time the program will not fall into infinite loop.
6. The bug disappear if I redirect out put to a file:
$ wine helloword.exe > hello.txt
7. Bug 10063 is really annoying while using winedbg to tracing this bug...
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.
https://bugs.winehq.org/show_bug.cgi?id=8780
Teras <teras(a)luukku.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |teras(a)luukku.com
--- Comment #28 from Teras <teras(a)luukku.com> ---
still issue 1.7.37
--
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=32666
Bug #: 32666
Summary: Black background in PowerPoint 2003
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Created attachment 43097
--> http://bugs.winehq.org/attachment.cgi?id=43097
Screenshot
See the screenshot. The black background is not how Powerpoint should look.
This is a regression:
841214ddb4d4dc620e6b51dfe6655b585d423edc is the first bad commit
commit 841214ddb4d4dc620e6b51dfe6655b585d423edc
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Nov 21 19:20:27 2012 +0100
user32: Don't check for driver events before normal messages in
PeekMessage.
:040000 040000 79793f282ab4ee789b1f07d7e8dd89c82e4e02ab
504f597e5c86ae4e9ae21713e8a8bb27969f0d5a M dlls
Resetting directly to this commit makes the whole slide black, not only
background, while using wine-1.5.21 makes it look as in 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=26759
Summary: SIV Fails to show Internet Access state - needs
IsInternetConnected() from connect.dll
Product: Wine
Version: 1.3.17
Platform: x86
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
For Windows Vista and later SIV should show the Internet access state, but this
fails as it is unable to load IsInternetConnected() from connect.dll. I tried
to get this to work by taking DLLs from W7 SP1 but was unable to get this to
work. As I added more DLLs I got as far as:
err:module:import_dll Library API-MS-Win-Core-LocalRegistry-L1-1-0.dll (which
is needed by L"Z:\\home\\ray\\siv\\nlaapi.dll") not found
err:module:import_dll Library nlaapi.dll (which is needed by
L"Z:\\home\\ray\\siv\\netshell.dll") not found
err:module:import_dll Library netshell.dll (which is needed by
L"Z:\\home\\ray\\siv\\connect.dll") not found
Currently all the DLLs are there, there are no error messages, but none of the
DLLs load.
To show the DLLs loaded do Menu->Windows->DLLs by Name.
--
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=17702
Summary: Ever17 requires the Courier New font
Product: Wine
Version: 1.1.16
Platform: All
URL: http://www.download.com/Ever17-Out-of-Infinity/3000-
7494_4-10573528.html?tag=pdp_prod
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s.guidoni(a)tin.it
Ever17 crashes at startup with "page fault on read access to 0x72756f43 in
32-bit code" if the Courier New font is not installed.
--
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=12738
Summary: Karafun: plays song, but doesn't display lyrics (kfn
file)
Product: Wine
Version: 0.9.60
Platform: PC
URL: http://www.karafun.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leesew(a)gmail.com
When trying to play a CDG karaoke file, the display remains black.
wine output:
fixme:mpeg3:MPEG3_StreamSize misses the block header overhead
fixme:file:WriteFile Could not access memory (0x18c0000,2359296) at first, now
OK. Protected by DIBSection code?
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x143f90,0x32faf8): stub
This used to work with older versions by the way. Let's say about 4 months ago
- but since then there have been new versions of Karafun. The old ones aren't
downloadable 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=23866
Summary: Microsoft Wine Guide crashes, unimplemented function
msvideo.dll16._MCIWNDCREATE
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29963)
--> (http://bugs.winehq.org/attachment.cgi?id=29963)
+relay,+int21,+mmio log in Windows XP mode
This bug applies to Microsoft Wine Guide 1.0a, a multimedia CD-ROM from 1995.
On attempting to play a video clip, the program crashes with console output
like this:
wine: Call from 0x7b836872 to unimplemented function
msvideo.dll16._MCIWNDCREATE, aborting
wine: Unimplemented function msvideo.dll16._MCIWNDCREATE called at address
0x7b836872 (thread 001d), starting debugger...
Unhandled exception: unimplemented function msvideo.dll16._MCIWNDCREATE called
in 32-bit code (0x7b836872).
However, there is a (probably related) issue with the program trying
unsuccessfully to copy some DLLs to the Windows system directory on startup.
Start wine.exe in the root directory of the CD-ROM. A Microsoft Home splash
window opens, then there are several error dialog boxes with text like this:
"The file C:\windows\SY32\iccvid.dll open, which Wine Guide needs to modify.
Please close all other open programs or restart Windows." The dialog box has
Abort/Retry/Ignore buttons.
Pressing Ignore each time allows the program to continue. With Wine set to
Windows XP mode (the program works fine under Windows XP), the dialog appears
for each of these DLLs: iccvid.dll, ir32_32.dll, msadp32.acm, msrle32.dll,
msvideo.dll.
The program's main window then opens. If you click the film strip button near
the centre of the window (which should cause a video to play), the program
crashes with a Wine error dialog saying winevdm.exe needs to close, and console
output as above.
Two attached logs:
Wine in Windows XP mode, WINEDEBUG=+relay,+int21,+mmio. Start wine.exe, click
Ignore for each dialog box, then click film strip button in main window.
Wine in Windows 3.1 mode, WINEDEBUG=+relay,+int21. Start wine.exe, dismiss all
dialogs until program exits with out of memory dialog.
I don't know why the program tries to look in C:\windows\SY32\, but if you set
the Wine windows version to Windows 3.1, it instead looks in C:\windows\SY\
(and tries to copy more/different files there).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38045
Bug ID: 38045
Summary: Nitro Family crashes on unimplemented function
msvcp70.dll.??6std@@YAAAV?$basic_ostream@DU?$char_trai
ts@D@std@@@0@AAV10@PBD@Z
Product: Wine
Version: 1.7.36
Hardware: x86
URL: http://www.fileplanet.com/137999/download/Nitro-Family
-Demo
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: marc.bessieres(a)gmail.com
Distribution: SUSE
Hello,
I couldn't find an already opened bug for this one.
Nitro Family crashes on unimplemented function
msvcp70.dll.??6std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z
--- snip ---
> wine NitroFamily.exe
wine: Call from 0x7b83d41e to unimplemented function
msvcp70.dll.??6std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z,
aborting
err:module:attach_process_dlls "Engine.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\NitroFamily\\NitroFamily.exe" failed, status 80000100
>
--- snip ---
> sha1sum NitroFamily.exe
70144d05b75354f5f892f3afc760d991f69ef973 NitroFamily.exe
> du -hs NitroFamily.exe
1000K NitroFamily.exe
>
> wine --version
wine-1.7.36
Function is a stub.
Source :
http://source.winehq.org/git/wine.git/blob/21d470d11a3da2a8b8bf325a7508d7f8…
@ stub -arch=win32
??6std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z
The demo exhibits the same issue.
http://www.fileplanet.com/137999/download/Nitro-Family-Demo
> du -hs nitrofamilyoffdemo.exe
212M nitrofamilyoffdemo.exe
> sha1sum nitrofamilyoffdemo.exe
46082852a40592bf744778fd7212d79862900dd4 nitrofamilyoffdemo.exe
wine: Call from 0x7b83d41e to unimplemented function
msvcp70.dll.??6std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z,
aborting
err:module:attach_process_dlls "Engine.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\NitroFamily OfficialDemo\\NitroFamily.exe" failed, status 80000100
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
Cheers,
Marc
--
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=15974
Summary: Don't open internal window fullscreen on startup in
Metatrader 4
Product: Wine
Version: 1.1.8
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zburguy(a)gmail.com
When open the Metatrader 4 internal window open only smoll.
And where swetch internal windows they have artefact.
You may yerself free to try this terminal.
P.S. Terminal save previous internal windows location and as open on next
startup.
Sory for my English.
Log in smoll on startup:
fixme:reg:GetNativeSystemInfo (0x7ee7dc) using GetSystemInfo()
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:thread:NtSetInformationThread info class 17 not supported yet
fixme:debugstr:CheckRemoteDebuggerPresent (0xffffffff)->(0x83ee4e): Stub!
This when use Strategy Tester:
err:ntdll:RtlpWaitForCriticalSection section 0x107d188 "?" wait timed out in
thread 002f, blocked by 0034, retrying (60 sec)
fixme:heap:RtlCompactHeap (0x110000, 0x0) 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=33616
Bug #: 33616
Summary: secur32: assertion failure in libgcrypt when loding a
page (wine iexplore)
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: secur32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Classification: Unclassified
Created attachment 44498
--> http://bugs.winehq.org/attachment.cgi?id=44498
Log with +ieframe,+secur32
Using wine iexplore to navigate to
https://developer.mozilla.org/en-US/demos/detail/bananabread
produce an assertion failure in libgcrypt, just after
004b:trace:secur32:schan_QueryContextAttributesW context_handle 0x22ed298,
attribute 0x53, buffer 0x467d63c
(when pasting the url with http, a redirection to https occur)
To get the log, the 32bit iexplore.exe.so must be used:
- when using the 64bit iexplore, winedbg failed to catch the crash,
the page loads with lots of different failures and later winedbg crash
(that's for a different bug)
- when calling iexplore with the target url, IEMain is called with an
ANSI string as URL (that's for a different bug)
--
By by ... Detlef
--
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=32137
Bug #: 32137
Summary: Kugou2012: crashes when installing
Product: Wine
Version: 1.5.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 42403
--> http://bugs.winehq.org/attachment.cgi?id=42403
'kugou_crash.txt' is the log
Kugou(酷狗音乐) crashed wine during installing and there were four error windows.
You can reproduce it follow:
0. download it: http://downmini.kugou.com/Kugou2012.exe ;
1. 'wine Kugou2012.exe' to begin the installation
*(there was another bug(32136) which cause some text can't display normally,
you can get a workaroud here: http://bugs.winehq.org/show_bug.cgi?id=32136 );
3.just let it install until the four error windows appear, and it will crash
Wine.
my test environment:
- Ubuntu 12.04.1
- Wine 1.1.15
- Kugou2012
attachments:
'kugou_crash.txt' is the log;
'picture.png' is what it look like when crashing wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37505
Bug ID: 37505
Summary: window.screenLeft fails silently and stops script
execution
Product: Wine-gecko
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: freddi34(a)yahoo.de
Distribution: ---
Created attachment 49894
--> https://bugs.winehq.org/attachment.cgi?id=49894
demonstration of the problem
When a website's javascript accesses the property `window.screenLeft` or
`window.screenTop` to get the screen position of the viewport's top left
corner, the script is stopped without returning a value or `undefined` or
raising an error. It appears wine-gecko implements this property (however it
does not even implement Firefox's cross-browser `window.screenX`).
This is a problem because it neither returns `undefined` nor raises an error
that could be handled or work-around. Websites that use `window.screenLeft`
fail to function.
wine 1:1.7.28-0ubuntu amd64
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38088
Bug ID: 38088
Summary: Apb reloaded : Launcher not work in fedora
Product: Wine
Version: 1.7.36
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tiagoaparecido007(a)gmail.com
Distribution: ---
Launcher not work
Fedora 21 x86_64
--
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=23843
Summary: Flickering window title bar in Su Doku Active in
virtual desktop mode
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29929)
--> (http://bugs.winehq.org/attachment.cgi?id=29929)
Partial +relay log
This bug applies to Su Doku Active by Greenstreet Games. Unfortunately I don't
think there is a freely-downloadable version of this game.
When running in virtual desktop mode, the window title text flickers as the
mouse is moved. There is no flickering in Windows XP.
The game requires MFC42.DLL, so it could be some call to that which is calling
SetWindowTextA repeatedly as the mouse is moved. It may be that Windows checks
the title text being set, and optimises out the rendering if the text is the
same as the existing title.
Attached is an extract from a WINEDEBUG=+relay log which shows several calls to
SetWindowTextA.
--
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=31924
Bug #: 31924
Summary: mixerGetDevCaps does not support mixer device handles
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nicode(a)gmx.net
Classification: Unclassified
The Windows SDK documentation states: "This function also accepts a mixer
device handle returned by the mixerOpen function as the uMxId parameter. The
application should cast the HMIXER handle to a UINT."
This feature is missing in the mixerGetDevCaps(W) implementation.
It might be fixed by using mixerGetID((HMIXEROBJ)uDeviceID, &uMixerId,
MIXER_OBJECTF_HMIXER) to resolve the handle to an identifier if uDeviceID is
greater than or equal to mixerGetNumDevs().
--
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=31778
Bug #: 31778
Summary: Unhandled page fault while starting CEDAR Logic
simulator (A wxWidgets Windows application)
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matka.poohatka(a)gmail.com
Classification: Unclassified
Created attachment 41814
--> http://bugs.winehq.org/attachment.cgi?id=41814
Backtrace generated by Wine bug report tool
Hello,
I wanted to use CEDAR logic simulator <http://cedarlogic.scienceontheweb.net/>,
however it does not start, informing me of an unhandled page fault instead.
>From command line:
filip@Filip-PC:*path*$ wine cedarls.exe
p11-kit: couldn't load module:
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so:
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared
object file: No such file or directory
wine: Unhandled page fault on write access to 0x4d000154 at address 0x728f70
(thread 0009), starting debugger...
The program works fine under Windows (naturally).
I attached the bug report Wine generated. Hope this helps.
--Filip
--
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=27388
Summary: IE8 UTF-7 doesn't work
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spammis(a)spam.la
Created an attachment (id=35017)
--> (http://bugs.winehq.org/attachment.cgi?id=35017)
stderr output
IE8 doesn't display UTF-7 HTML files at all.
Works fine under real Windows:
C:\Users\username\testhtml>c:\progra~1\intern~1\iexplore
file:///c:/Users/username/testhtml/test.html
using:
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0;
.NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center
PC 6.0)
Doesn't work under Wine:
$ wine c:\\prog~fbu\\inte~h1a\\iexplore file:///z:/home/test/test.html 2>
dump.log
using:
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
Wine IE8 installed using "rm -rf ~/.wine; winetricks ie8".
The relevant stderr output is probably this:
fixme:nls:WideCharToMultiByte UTF-7 not supported
The same message about UTF-7 not being supported is also mentioned in bug
18659, but this is probably a different bug.
Note that Windows IE is 64-bit while Wine IE is 32-bit using a 32-bit Linux
kernel. I'm not sure if this matters. Both IE versions were used on the same
computer, so all hardware is the same.
--
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=30323
Bug #: 30323
Summary: Unigine Heaven DX11 Benchmark 3.0 Basic Edition:
Ambient Occlusion causes graphical issue
Product: Wine
Version: 1.5.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jsims2359(a)gmail.com
Classification: Unclassified
In the Unigine Heaven DX11 Benchmark 3.0 Basic Edition, enabling Ambient
Occlusion distorts graphics. Disabling Ambient Occlusion returns graphics to
normal. You can toggle it from within the app while the scenes are being
rendered. It's pretty cool.
wine-1.5.1 (compiled from source)
NVIDIA GTX 295
295.33 drivers
Fedora 16 x86_64
gcc 4.6.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.
https://bugs.winehq.org/show_bug.cgi?id=38080
Bug ID: 38080
Summary: NeoImaging could crash after start without native
winhttp
Product: Wine
Version: 1.7.36
Hardware: x86
URL: http://down.neoimaging.cn/neoimaging/NeoImagingSetup_4
.4.1.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: hillwoodroc(a)gmail.com
Distribution: ---
Created attachment 50742
--> https://bugs.winehq.org/attachment.cgi?id=50742
winhttp-trace
1.Download from http://down.neoimaging.cn/neoimaging/NeoImagingSetup_4.4.1.exe
2.winetricks riched20 to fix bug#38079
3.cd ~/.wine/drive_c/Program Files/Thunder Network/NeoImaging/Program
4.wine nEOiMAGING4.exe, then the app would crash.
winetrcks winhttp could fix it.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8621
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.7.37.
--
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=29924
Bug #: 29924
Summary: control and inetcpl show some texts in wrong language
Product: Wine
Version: 1.4-rc4
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lauri.kentta(a)gmail.com
Classification: Unclassified
LC_MESSAGES=en_GB.UTF-8 LC_CTYPE=fr_FR.UTF-8 ./wine control
The command above makes Wine use mostly English, but a few texts are in French
instead: the Control panel title, the inetcpl menu item and description,
inetcpl title and the text that should say "Security settings for zone:" on the
Security tab.
Using en_US instead of en_GB works fine. Apparently Wine does something strange
when it can't find a translation that matches exactly the given LC_MESSAGES
locale.
How to reproduce:
* Make sure you have the required locales on your system
* Set LC_MESSAGES=en_GB.UTF-8
* Set LC_CTYPE=fr_FR.UTF-8
* Run wine control
--
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=34639
Bug #: 34639
Summary: Guild Wars: Crash on starting the game
Product: Wine
Version: 1.7.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
Created attachment 46169
--> http://bugs.winehq.org/attachment.cgi?id=46169
Terminal output of a successfull and an unsuccessfull start
Besides the other 2 bugs that could crash or hang the launcher
(http://bugs.winehq.org/show_bug.cgi?id=32061 and
http://bugs.winehq.org/show_bug.cgi?id=32062) I have also noticed that the
launcher closes sometimes unexpected. After upgrading Wine to version 1.7.3 and
libx11 to version 1.6.1 I'm not able to reproduce the other 2 bugs anymore. But
the unexpected closing of the launcher still happens sometimes (~every tenth
try). It can appear on using only the image parameter (which will just download
all content from the game and then exit) and on starting the game normally. In
the attachments is a log which shows a successfull and an unsuccessfull start.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36830
Bug ID: 36830
Summary: Nexon Atlantica Online: broken launcher/updater
reports 'Atlantica is currently under maintenance.
Please try again later' (relies on 'wininet' to
initialize sockets API)
Product: Wine
Version: 1.7.21
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
split this off from bug 22479
An up-to-date client is need for successful login which in turn can only be
updated by using the launcher 'AtlanticaRun.exe'.
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Nexon/Atlantica
$ WINEDEBUG=+tid,+seh,+relay wine ./AtlanticaRun.exe >>log.txt 2>&1
...
0024:Call KERNEL32.WideCharToMultiByte(00000000,00000000,0051e82c
L"auth.atlantica.nexon.net",ffffffff,0033e334,00000100,00000000,00000000)
ret=0040f27f
0024:Ret KERNEL32.WideCharToMultiByte() retval=00000019 ret=0040f27f
0024:Call KERNEL32.WideCharToMultiByte(00000000,00000000,0051e85e
L"8.31.100.59",ffffffff,0033e544,00000100,00000000,00000000) ret=0040f27f
0024:Ret KERNEL32.WideCharToMultiByte() retval=0000000c ret=0040f27f
...
0024:Call user32.SetWindowTextW(000100a8,0033e034 L"Connecting to Front
Server...") ret=0042c4ae
...
0024:Call KERNEL32.MultiByteToWideChar(00000000,00000000,004b1cf4
"auth.atlantica.nexon.net",ffffffff,0051df80,00000100) ret=0047282d
0024:Ret KERNEL32.MultiByteToWideChar() retval=00000019 ret=0047282d
0024:Call ws2_32.gethostbyname(0051de80 "auth.atlantica.nexon.net")
ret=0047287b
0024:Ret ws2_32.gethostbyname() retval=00000000 ret=0047287b
...
0024:Call KERNEL32.MultiByteToWideChar(00000000,00000000,004b1df4
"8.31.100.59",ffffffff,0051df80,00000100) ret=0047282d
0024:Ret KERNEL32.MultiByteToWideChar() retval=0000000c ret=0047282d
0024:Call ws2_32.inet_addr(0051de80 "8.31.100.59") ret=004728c7
0024:Ret ws2_32.inet_addr() retval=3b641f08 ret=004728c7
0024:Call ws2_32.htons(000014b4) ret=004728de
0024:Ret ws2_32.htons() retval=0000b414 ret=004728de
0024:Call KERNEL32.GetTickCount() ret=00472925
0024:Ret KERNEL32.GetTickCount() retval=021fe7bc ret=00472925
0024:Call
ws2_32.WSASocketA(00000002,00000001,00000000,00000000,00000000,00000001)
ret=00472963
0024:Ret ws2_32.WSASocketA() retval=ffffffff ret=00472963
...
<repeats>
0024:Call user32.MessageBoxW(00030076,0056e280 L"Atlantica is currently under
maintenance. Please try again later.\r\nIf it's not a maintenance problem,
please check your connection, firewall, and/or router settings.",00498558
L"Error",00000040) ret=00427dce
--- snip ---
Debugger:
--- snip ---
Wine-dbg>bt
Backtrace:
=>0 0x7df3718c WS_gethostbyname(name="auth.atlantica.nexon.net")
[/home/focht/projects/wine/wine.repo/src/dlls/ws2_32/socket.c:5284] in ws2_32
(0x0033e270)
1 0x00472c35 in atlanticarun (+0x72c34) (0x0033e288)
2 0x0041dfb5 in atlanticarun (+0x1dfb4) (0x0033e2a8)
3 0x00479648 in atlanticarun (+0x79647) (0x0033e2b4)
4 0x00479aee in atlanticarun (+0x79aed) (0x0033e2f8)
5 0x0042b476 in atlanticarun (+0x2b475) (0x0033e390)
6 0x0042767d in atlanticarun (+0x2767c) (0x0033e3b0)
7 0x00429b35 in atlanticarun (+0x29b34) (0x0033e418)
8 0x00429bc4 in atlanticarun (+0x29bc3) (0x0033e438)
...
Wine-dbg>p num_startup
0
--- snip ---
Some "genius" decided to call this API without prior 'WSAStartup'.
MSDN:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms738524%28v=vs.85%…
--- quote ---
Return value
If no error occurs, gethostbyname returns a pointer to the hostent structure
described above. Otherwise, it returns a null pointer and a specific error
number can be retrieved by calling WSAGetLastError.
Error code Meaning
WSANOTINITIALISED
A successful WSAStartup call must occur before using this function.
--- quote ---
It gets better ... there is no 'WSAStartup' import at all.
Dumping 'AtlanticaRun.exe' imports table reveals:
(I added descriptions for ordinal-only)
--- snip ---
...
12. ImageImportDescriptor:
OriginalFirstThunk: 0x000A7434
TimeDateStamp: 0x00000000 (GMT: Thu Jan 01 00:00:00 1970)
ForwarderChain: 0x00000000
Name: 0x000A7F72 ("WS2_32.dll")
FirstThunk: 0x0008A6FC
Ordinal/Hint API name
------------ ---------------------------------------
0x0013 (ordinal only) -> "send"
0x0008 (ordinal only) -> "htonl"
0x000F (ordinal only) -> "ntohs"
0x000A (ordinal only) -> "ioctlsocket"
0x000C (ordinal only) -> "inet_ntoa"
0x0010 (ordinal only) -> "recv"
0x0009 (ordinal only) -> "htons"
0x0003 (ordinal only) -> "closesocket"
0x0034 (ordinal only) -> "gethostbyname"
0x0052 "WSASocketA"
0x006F (ordinal only) -> "WSAGetLastError"
0x0049 "WSASend"
0x0044 "WSARecv"
0x000B (ordinal only) -> "inet_addr"
0x0004 (ordinal only) -> "connect"
13. ImageImportDescriptor:
OriginalFirstThunk: 0x000A6E14
TimeDateStamp: 0x00000000 (GMT: Thu Jan 01 00:00:00 1970)
ForwarderChain: 0x00000000
Name: 0x000A7F8E ("IPHLPAPI.DLL")
FirstThunk: 0x0008A0DC
Ordinal/Hint API name
------------ ---------------------------------------
0x0082 "IcmpSendEcho"
--- snip ---
What most likely happens is that the stupid code relies on 'wininet' to
initialize sockets API (remains mapped the whole time).
There is an early 'wininet' API call before trying auth server/explicit Windows
sockets API:
--- snip ---
...
0024:Ret PE DLL (proc=0x7de7e038,module=0x7de40000
L"wininet.dll",reason=PROCESS_ATTACH,res=0x1) retval=1
0024:Starting process L"C:\\Nexon\\Atlantica\\AtlanticaRun.exe"
(entryproc=0x4438bd)
...
0024:Call wininet.InternetOpenW(00502c90
L"AtlanticaRun",00000000,00000000,00000000,00000000) ret=004351c0
...
0024:Ret wininet.InternetOpenW() retval=00000001 ret=004351c0
...
--- snip ---
'winetricks -q wininet' works around.
Unlike the Wine builtin which uses BSD sockets API directly, native binds to
'ws2_32' and calls 'WSAStartup' from 'InternetOpen' to initialize sockets API.
--- snip ---
0024:Ret PE DLL (proc=0x76c0137c,module=0x76c00000
L"WININET.dll",reason=PROCESS_ATTACH,res=0x1) retval=1
0024:Starting process L"C:\\Nexon\\Atlantica\\AtlanticaRun.exe"
(entryproc=0x4438bd)
...
0024:Call KERNEL32.CreateMutexA(00000000,00000000,76c07b6c
"WininetStartupMutex") ret=76c07489
0024:Ret KERNEL32.CreateMutexA() retval=00000070 ret=76c07489
...
0024:Call advapi32.RegOpenKeyExA(80000002,76c05020
"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet
Settings",00000000,00000001,0033e3f4) ret=76c0521b
0024:Ret advapi32.RegOpenKeyExA() retval=00000000 ret=76c0521b
...
0024:Call advapi32.RegQueryValueExA(00000064,76c07680
"BadProxyExpiresTime",00000000,0033e3d8,0033e3d4,0033e3c8) ret=76c05262
0024:Ret advapi32.RegQueryValueExA() retval=00000002 ret=76c05262
...
0024:Call ws2_32.WSAStartup(00000101,0033e378) ret=76c16d16
0024:Ret ws2_32.WSAStartup() retval=00000000 ret=76c16d16
...
0024:Call KERNEL32.MultiByteToWideChar(00000000,00000000,004b1cf4
"auth.atlantica.nexon.net",ffffffff,0051df80,00000100) ret=0047282d
0024:Ret KERNEL32.MultiByteToWideChar() retval=00000019 ret=0047282d
0024:Call ws2_32.gethostbyname(0051de80 "auth.atlantica.nexon.net")
ret=0047287b
...
0024:Ret ws2_32.gethostbyname() retval=00163778 ret=0047287b
0024:Call ws2_32.htons(000014b4) ret=004728de
0024:Ret ws2_32.htons() retval=0000b414 ret=004728de
...
0024:Call
ws2_32.WSASocketA(00000002,00000001,00000000,00000000,00000000,00000001)
ret=00472963
0024:Ret ws2_32.WSASocketA() retval=000000f4 ret=00472963
...
--- snip ---
It should be ok to duplicate Windows at least for the part of having
'WSAStartup' called from 'InternetOpenW' and tearing it down with
'InternetCloseHandle'.
Using 'DllMain' function for that would be bad idea and even MS advises against
it.
$ sha1sum Atlantica_Downloader.exe
814aa0c4fc441e5ab177328a10da59537ef3302b Atlantica_Downloader.exe
$ du -sh Atlantica_Downloader.exe
2.5M Atlantica_Downloader.exe
$ wine --version
wine-1.7.21-19-g8812193
Regards
--
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=29560
Bug #: 29560
Summary: RagTime 5.6.5 installer does not respond to
mouseclicks properly
Product: Wine
Version: 1.2.3
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
While testing bug 15427, I noticed that the installer's buttons don't respond
to mouse clicks unless you alt-tab away and back, or run in a virtual desktop.
It responds to keystrokes and autohotkey ControlClick commands just fine,
though.
Problem was seen in every version of wine tested: 1.2.3, 1.3.14, 1.3.15,
1.3.28, git.
(Bug 26374 was for the same installer, might indicate it handles messages
in an unusual manner?)
--
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=32777
Bug #: 32777
Summary: winmm:mci fails if the current directory is read-only
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
The winmm:mci conformance test fails if the current directory is read-only.
This typically happens if you run it from a read-only network share for
instance.
z:\wine\dlls\winmm\tests> winmm_crosstest.exe mci
mci.c:394: [MCI] with 5 drivers
mci.c:765: Test failed: mci save returned MCIERR_FILE_NOT_SAVED
mci.c:768: Test failed: mci save returned MCIERR_FILE_NOT_SAVED
mci.c:773: Test failed: Save must not rename the original file; DeleteFile
returned 5
mci.c:804: Tests skipped: Cannot open waveaudio!tempfile.wav for playing
(MCIERR_FILE_NOT_FOUND), skipping
mci.c:942: Tests skipped: Cannot open tempfile.wav for playing
(MCIERR_FILE_NOT_FOUND), skipping
mci.c:1171: Tests skipped: Cannot open tempfile.wav for auto-play, skipping
mci: 194 tests executed (0 marked as todo, 3 failures), 3 skipped.
It should chdir() to a safe location, such as the temporary directory, before
doing the tests that try to write to the current directory.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37506
Bug ID: 37506
Summary: object.setAttribute('') fails silently and stops
script execution
Product: Wine-gecko
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: freddi34(a)yahoo.de
Distribution: ---
Created attachment 49895
--> https://bugs.winehq.org/attachment.cgi?id=49895
demonstration of the problem
When a website's javascript attempts to use `setAttribute` to set a style, the
script is stopped without raising an error.
Although `object.style.property=` is more common, it happens that websites use
`setAttribute` because it works in other browsers. Windows applications that
embed Internet Explorer to display and interact with such web sites don't
function properly, especially there is no error raised.
wine 1:1.7.28-0ubuntu amd64
--
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=35455
Bug ID: 35455
Summary: 酷狗音乐盒(KuGou Music) hangs
Product: Wine
Version: 1.7.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Classification: Unclassified
Created attachment 47328
--> http://bugs.winehq.org/attachment.cgi?id=47328
terminal output.txt
0. download from http://downmini.kugou.com/kugou7560.exe
$ sha1sum kugou7560.exe
54bbbd51d9bd9c533040cbfc592bae2bdbe97715 kugou7560.exe
1. install it
2. go to the folder of it, run
wine KuGou.exe
3. the problem hangs, I had to wineserver -k
--
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=29238
Bug #: 29238
Summary: Star Trek Armada II: Game crashes when attempting to
launch a network game
Product: Wine
Version: 1.3.34
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erik.weatherwax(a)gmail.com
Classification: Unclassified
Created attachment 37774
--> http://bugs.winehq.org/attachment.cgi?id=37774
Console output with backtrace
See bug 2271. Game launches fine in clean wineprefix. Selecting Multiplayer
-> Local Area Network (TCP/IP) from the opening menu leads to the attached
backtrace. This also occurs when selecting Multiplayer -> Internet - Manual IP
-> (blank IP) -> OK.
--
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=37064
Bug ID: 37064
Summary: Ultima IX sometimes crashes on exit
Product: Wine
Version: 1.7.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cthielen(a)gmail.com
Created attachment 49253
--> http://bugs.winehq.org/attachment.cgi?id=49253
Wine backtrace of crash
The crash is only after the game has completely exited and does not always
happen.
Before the crash, there's also some curious output on the terminal, in
particular, a call to wined3d_unregister_window that wined3d was not tracking:
fixme:d3d:check_fbo_compat Format WINED3DFMT_R16G16_UNORM with rendertarget
flag is not supported as FBO color attachment, and no fallback specified.
fixme:d3d:check_fbo_compat Format WINED3DFMT_R16G16B16A16_UNORM with
rendertarget flag is not supported as FBO color attachment, and no fallback
specified.
fixme:win:EnumDisplayDevicesW ((null),0,0x32e8c8,0x00000000), stub!
fixme:d3d:check_fbo_compat Format WINED3DFMT_R16G16_UNORM with rendertarget
flag is not supported as FBO color attachment, and no fallback specified.
fixme:d3d:check_fbo_compat Format WINED3DFMT_R16G16B16A16_UNORM with
rendertarget flag is not supported as FBO color attachment, and no fallback
specified.
fixme:win:EnumDisplayDevicesW ((null),0,0x32e6a8,0x00000000), stub!
err:d3d:wined3d_unregister_window Window 0x10058 is not registered with
wined3d.
wine: Unhandled page fault on read access to 0x0000003c at address 0x5d5c66
(thread 0009), starting debugger...
fixme:dbghelp_msc:pe_load_debug_directory This guy has FPO information
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38003
Bug ID: 38003
Summary: Outlast needs XAPOFX1_5.dll
Product: Wine
Version: 1.7.35
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
err:module:import_dll Library XAPOFX1_5.dll (which is needed by L"C:\\Program
Files\\Outlast\\Binaries\\Win32\\OLGame.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Outlast\\Binaries\\Win32\\OLGame.exe" failed, status c0000135
--
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=25553
Summary: Sometimes 'make test' hangs after an 'under-run'
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: max+winebugs(a)mtew.isa-geek.net
Sometimes the 'msi' test will hang after reporting two 'under-run' errors.
I frequently run test builds against the Git repository. The sequence of steps
is scripted and consists of:
1) change directory to the working repository directory.
2) If 'Makefile' exists, run 'make distclean'
3) run './configure --prefix="$HOME" --with-x' ... (-march=... and -L=...)
4) run 'make depends'
5) run 'make all'
6) run 'make -k test'
7) run 'make testclean'
Step 6) will usually hang. a 'ps a' shows a process 'msi.c' (or something like
it). 'kill' that process and the test runs to completion.
If it hangs, it will hang consistently. Occasionally something changes in the
audio whatever and it completes without problems, only to have the problem
recur when something else changes.
I have logs and can break out the appropriate sections 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.
https://bugs.winehq.org/show_bug.cgi?id=38002
Bug ID: 38002
Summary: imperivm stops at the beginning of the first execution
after installing
Product: Wine
Version: 1.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: llombardijr(a)gmail.com
Distribution: ---
Created attachment 50637
--> https://bugs.winehq.org/attachment.cgi?id=50637
this is the output obtained trying to run the program
see the enclosed file
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38050
Bug ID: 38050
Summary: Nitro Family crashes on unimplemented function
msvcp70.dll.?open@?$basic_ifstream@DU?$char_traits@D@s
td@@@std@@QAEXPBDH@Z
Product: Wine
Version: 1.7.36
Hardware: x86
URL: http://www.fileplanet.com/137999/download/Nitro-Family
-Demo
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: marc.bessieres(a)gmail.com
Distribution: ---
Created attachment 50688
--> https://bugs.winehq.org/attachment.cgi?id=50688
console ouput during the crash
Hello,
I couldn't find an already opened bug for this one.
Currently I don't see the screen(all black) but when I press ALT+TAB it appears
in the list of windows to change.
The focus is on starting a new game.
Pressing enter goes to the menu to select the difficulty (still all black).
Pressing enter starts the game which eventually crashes.
So 3 times pressing Enter makes the game crash. (for the black screen I'll
create another bug, if I cannot find any)
Nitro Family crashes on unimplemented function
msvcp70.dll.?open@?$basic_ifstream@DU?$char_traits@D@std@@@std@@QAEXPBDH@Z
--- snip ---
wine: Call from 0x7ec792fe to unimplemented function
msvcp70.dll.?open@?$basic_ifstream@DU?$char_traits@D@std@@@std@@QAEXPBDH@Z,
aborting
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpWithDataSegs
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7dbbebb5
--- snip ---
> sha1sum NitroFamily.exe
70144d05b75354f5f892f3afc760d991f69ef973 NitroFamily.exe
> du -hs NitroFamily.exe
1000K NitroFamily.exe
>
> ~/wine-git/wine --version
wine-1.7.36-23-gef0ada9
Function is a stub.
Source:
http://source.winehq.org/git/wine.git/blob/7ac8ad4492eeaacca6909d2d96eb84af…
3998 @ stub -arch=win32
?open@?$basic_ifstream@DU?$char_traits@D@std@@@std@@QAEXPBDH@Z
I have the same with the Demo
http://www.fileplanet.com/137999/download/Nitro-Family-Demo
> du -hs nitrofamilyoffdemo.exe
212M nitrofamilyoffdemo.exe
> sha1sum nitrofamilyoffdemo.exe
46082852a40592bf744778fd7212d79862900dd4 nitrofamilyoffdemo.exe
--
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=32498
Bug #: 32498
Summary: installer of PPTV: "fell into a bad loop"
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: jscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 42873
--> http://bugs.winehq.org/attachment.cgi?id=42873
The Log
This a follow up of Bug 32160 .
You can reproduce it follow:
0. download it
md5sum pptvsetup_3.2.1.0076.exe
0798f55492a75b9461cacd48f038f562 pptvsetup_3.2.1.0076.exe ;
1. 'winetricks -q mfc42' to get a workaround ;
2. 'wine pptvsetup_3.2.1.0076.exe' and the program will not do anything after
this line was printed: "fixme:atl:AtlModuleInit SEMI-STUB (0x6d63f78 0x6d64000
0x6cf0000)
" and it does not exit.
And 'winetricks -q jscript' can get a workaround for it.
my test enviroment:
- Ubuntu 12.10 32bit
- wine-1.5.19-244-gf28324a
- pptvsetup_3.2.1.0076
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38046
Bug ID: 38046
Summary: mshtml not fire BeforeNavigate event if the app: hyper
link is in a frame window
Product: Wine
Version: 1.7.36
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: liuchanghui(a)linuxdeepin.com
Distribution: ---
Reproduce:
1, Download the test program from:
http://www.imakevideo.com/mfc_web.zip
2, Extract mfc_web.zip, then run the mfc_web.exe;
3, Click the Go button to load the app_test.html page.
4, Click the app:test hyperlink once the app_test.html load complete.
5, A message "BeforeNavigate2 app:test" should popup like in IE in Windows.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37946
Bug ID: 37946
Summary: ComputeMark crashes
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
Created attachment 50552
--> https://bugs.winehq.org/attachment.cgi?id=50552
Crash log
ComputeMark2.zip
SHA1 Sum: d143bbe647620e5dc5e6c1f0647d8c25e99eb46b
Selected Windows 7 for new wine prefix.
Unhandled exception: page fault on read access to 0x00000038 in 32-bit code
(0x7ebe2933).
--
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=26565
Summary: Homefront wants xapofx1_4.dll
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
If you don't install directx9, Homefront will complain about a few missing
dll's:
err:module:import_dll Library d3dx11_42.dll, which is sorta bug 26205.
err:module:import_dll Library X3DAudio1_7.dll, which is bug 26041
err:module:import_dll Library XAPOFX1_4.dll, which is this bug :-)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36258
Bug ID: 36258
Summary: Gears of War crashes on unimplemented function
d3dx9_36.dll.D3DXDisassembleShader
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
as the summary says.
The work around the 'Startup.exe' launcher mshtml insufficiency (parts of
dhtml/jscript based user-interace not shown, buttons?) use the following:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/users/focht/Application Data/Microsoft Games/Gears of
War
$ cat Startup.xml
<Startup DontShow="false" DontShowUntilNew="false" ContentVersion="1"/>
--- snip ---
Set 'DontShow="false"' to 'DontShow="true"' which tells the launcher to proceed
without selection.
You will then hit bug 36257
After that you hit a shader compiler problem which can be worked around with:
'winetricks -q d3dcompiler_43'
Backtrace of actual problem:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Gears of War/Binaries
$ WINEDEBUG=+tid,+seh,+loaddll wine ./Startup.exe
...
wine: Call from 0x7b83ac57 to unimplemented function
d3dx9_36.dll.D3DXDisassembleShader, aborting
0026:trace:seh:call_stack_handlers calling handler at 0x15273ea code=80000100
flags=1
0026:trace:seh:call_stack_handlers handler at 0x15273ea returned 1
0026:trace:seh:call_stack_handlers calling handler at 0x1455310 code=80000100
flags=1
0026:trace:seh:call_stack_handlers handler at 0x1455310 returned 1
0026:trace:seh:call_stack_handlers calling handler at 0x14076c8 code=80000100
flags=1
0026:trace:seh:call_stack_handlers handler at 0x14076c8 returned 1
--- snip ---
'winetricks -q d3dx9_36' lets it run further (into next bug).
Regards
--
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=32025
Bug #: 32025
Summary: Guitar pro 6 hangs when saving a file
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Classification: Unclassified
- Run Guitar pro 6
- Create a new file
- Save as, select a name for the file and save
- Notice that the program hangs and has to be killed manually
Wine 1.5.15
Guitar pro 6.1.4
When the crash happens, the console only displays this.
fixme:win:FlashWindowEx 0x32b87c
What debug channels would help you to resolve this?
--
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=21004
Summary: RCT3 crashes on launch when virtual desktop isn't used
(fullscreen).
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: racecar56(a)gmx.com
Created an attachment (id=25186)
--> (http://bugs.winehq.org/attachment.cgi?id=25186)
The complete output of Wine when running RCT3.
RCT3 crashes before showing up and makes resolution shrink. I normally use
1680x1050, and it shrinks the screen to 800x600.
--
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=17450
Summary: No icons for printers in PowerPoint 2003 dialog
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Here is how to reproduce this issue:
* Install Office 2003
* Start PowerPoint 2003
* File -> Print...
* click on the 'Name:' drop-down to see the list of printers
You will get the list of printers with a blank space to the left of the name of
the printer, which is where the printer icon should be.
Note:
If the printer drop-down list is all squeezed up and unusable, use winecfg to
set riched20 to native (see bug 8358 for more details).
--
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=27974
Summary: warn:winsock:wsaErrno errno 115, (Operation now in
progress).
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roland(a)mxchange.org
The error 115 (Operation now in progress) is, as far as I know, usual with
non-blocking connections and should not raise a warning for those non-blocking
connections. I got this error, e.g. with Steam when it attempts to download
files.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8060
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |32965
--
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=32965
Bug #: 32965
Summary: Text applied to textures in Kerbal Space Program
(Unity4) are not visible
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: sal_vager(a)o2.co.uk
Classification: Unclassified
The Unity4 Demo version of Kerbal Space Program uses a new method to display
text on 3D objects as the method that was used in Unity3.5 no longer works in
Unity4.
Wine cannot reproduce this method so the text is not visible on these objects,
despite the fonts used being available and the text being visible in other
areas of the game.
Here is an Imgur gallery showing the problem http://imgur.com/a/mtMY7#0
It appears that only 3D objects in the game are affected, KSP also writes some
text to a 2D layer which displays normally, showing that it is not a font
error.
The Unity output_log can be seen here http://pastie.org/6149732 it does not
show any issues that I can see however.
Here is the debug output from Wine http://pastebin.com/sbGV5qH1
I used PlayOnLinux to run KSP on Xubuntu 12.10, and do not have any winetricks
packages installed in this prefix, I have tried to resolve this in another
prefix by installing the following with no success.
cc580
Microsoft Core Fonts
d3dx9
gdiplus
msasn1
quartz
riched20
I do not believe this is graphics card related as I know of others who have
seen the same issue with different hardware, my card is an nVidia gtx650 and is
using the nVidia-common driver.
This bug may effect other Unity4 games that use the same method to display 3D
text objects such as buttons, and is likely to still be present in the non-demo
version of Kerbal Space Program.
--
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=29707
Bug #: 29707
Summary: Mac: Wine "trashes" files by moving them to
~/.local/share/Trash/files
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
Reposting one of Ken's bug descriptions verbatim here because I really don't
see anything to change.
---
In certain circumstances, Wine attempts to move a file to the Recycle Bin. For
example, this happens if you select a file in a file dialog and hit the Delete
key.
Wine's current implementation adheres to the freedesktop.org specification
regarding the Trash, and ends up moving the file to ~/.local/share/Trash/files.
On the Mac, this is as bad as permanently deleting the file for most users,
except that the file's space isn't even recovered. There's approximately zero
chance they'd ever be able to find it again.
This needs to be reimplemented to move the files to the Mac Trash. The right
function is probably FSPathMoveObjectToTrashSync().
The Finder maintains sufficient information to put the file back, but it's in
the opaque .DS_Store file. So, we may want to add a "org.winehq.trashinfo"
extended attribute to the file to preserve the original name and location.
Ideally, adding the attribute wouldn't change the file's mtime.
---
As far as I can tell there is no alternative Mac-specific path up to Wine
1.3.37.
--
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=23102
Summary: no text in the menus of CivCity Rome 1.0
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL: http://www.2kgames.com/civcityrome/civcity.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bojan(a)antonovic.ch
The menus do work but no text is displayed.
--
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=22258
Summary: GDI objects count is not shown/implemented in builtin
task manager/wine server
Product: Wine
Version: 1.1.42
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=27182)
--> (http://bugs.winehq.org/attachment.cgi?id=27182)
Internal taskmgr in Wine 1.1.42
Almost all other fields are almost missing.
This could help in debugging certain bugs.
--
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=21842
Summary: IShellBrowser/IComDlgBrowser Listview header not draw
correctly
Product: Wine
Version: 1.1.39
Platform: x86
URL: http://www.secureneterm.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: support(a)securenetterm.com
The header bar of an IShellBrowser/IComDlgBrowser listview is not drawn
correctly when the detail view mode (FVM_DETAILS) is selected. On the initial
display, the area where the header bar should be is blank (white). If you drag
the mouse over the area where the header should be, the header bar is drawn in
the area under the mouse. If you then minimize or do anything that causes a
repaint of the listview, the header bar goes away.
Testing indicates using the comctl32.dll AND/OR uxtheme.dll in native mode
resolves the issue.
This can be seen using the following demo application (including source) at:
http://www.codeproject.com/KB/shell/explorer.aspx?df=100&forumid=2239&exp=0…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8668
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |ABANDONED
--- Comment #14 from Austin English <austinenglish(a)gmail.com> ---
(In reply to butraxz from comment #12)
> No answer to update request. Please close as abandoned. If you are able to
> reproduce with 1.7.8 or higher, feel free to reopen.
Abandoned.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5771
--- Comment #24 from Austin English <austinenglish(a)gmail.com> ---
Is this still an issue in current (1.7.36 or newer) wine? If so, please attach
terminal output
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=3930
--- Comment #60 from Austin English <austinenglish(a)gmail.com> ---
Is this still an issue in current (1.7.36 or newer) wine? If so, please attach
terminal output
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5903
--- Comment #19 from Austin English <austinenglish(a)gmail.com> ---
Is this still an issue in current (1.7.36 or newer) wine? If so, please attach
terminal output.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8621
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #8 from Austin English <austinenglish(a)gmail.com> ---
(In reply to Ole Rasmussen from comment #6)
> Seems to be fixed in 1.2-rc-2. Tried installing Silktest 5.0.3 twice with
> clean wineprefix with Wine set to "Windows XP" and both times it completed
> successfully without any disk space warnings.
>
> A sidenote: if Wine is set to "Windows 98" then the installation is stuck at
> "inspecting gdi32.dll in c:\windows\system32" as Dan (comment #1) describes.
>
> Anyway, fixed if set to Win xp mode.
Fixed.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=3335
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Hardware|Other |x86
Version|unspecified |20050930
OS|other |Linux
--
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=10349
Summary: Yukon Trail installer crashes at the end
Product: Wine
Version: 0.9.48.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=9017)
--> (http://bugs.winehq.org/attachment.cgi?id=9017)
Crash Log
After the Yukon Trail's installer is done installing, it crashes, taking the
file browser it spawns with it.
To reproduce:
-Run installer
-Complete installation
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=9002
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |ABANDONED
--- Comment #32 from Austin English <austinenglish(a)gmail.com> ---
(In reply to Antonio López from comment #30)
> Do not own this game anymore so feel free to close this bug if no one else
> reports otherwise.
>
> Regards,
> Antonio
Abandoned.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=7938
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|16-bit SafeArrayAllocData |Gyldendal dictionary needs
|Not Implemented |ole2disp.dll.SAFEARRAYALLOC
| |DATA
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=7571
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |ABANDONED
--- Comment #71 from Austin English <austinenglish(a)gmail.com> ---
(In reply to Bruno Jesus from comment #70)
> The function WineEngEnumFonts no longer exists in wine (or was renamed).
> There are no ways to test this application other than with Lotus Notes as
> far as I can see. Wine has changed a lot since this report was opened, so,
> is this still an issue in the latest development version (currently 1.7.11)?
Abandoned.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=7525
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|EngComputeGlyphSet not |panasonic DP-1820E using
|implemented in gdi32 |ddiwrapper needs
| |GDI32.dll.EngComputeGlyphSe
| |t
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5924
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |ABANDONED
--- Comment #16 from Austin English <austinenglish(a)gmail.com> ---
(In reply to butraxz from comment #15)
> This ticket has not been updated for over 900 days.
>
> Is this still an issue in wine version 1.6-rc3 or higher or is this to be
> closed as abandoned ?
Abandoned.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5851
Bug 5851 depends on bug 5849, which changed state.
Bug 5849 Summary: Winambulancia 6.x fails to display/change current date at login
https://bugs.winehq.org/show_bug.cgi?id=5849
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |ABANDONED
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5858
Bug 5858 depends on bug 5849, which changed state.
Bug 5849 Summary: Winambulancia 6.x fails to display/change current date at login
https://bugs.winehq.org/show_bug.cgi?id=5849
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |ABANDONED
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5850
Bug 5850 depends on bug 5849, which changed state.
Bug 5849 Summary: Winambulancia 6.x fails to display/change current date at login
https://bugs.winehq.org/show_bug.cgi?id=5849
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |ABANDONED
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5849
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |ABANDONED
--- Comment #49 from Austin English <austinenglish(a)gmail.com> ---
(In reply to Anastasius Focht from comment #48)
> Hello folks,
>
> please provide a download link to 6.x version, the old one is broken.
> Newer Winambulancia versions (8+) suffer from different bugs.
>
> Regards
Abandoned.r
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5163
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |austinenglish(a)gmail.com
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=2948
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--- Comment #17 from Austin English <austinenglish(a)gmail.com> ---
Still in wine-1.7.36.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=1181
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |20030618
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=833
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
Hardware|Other |x86
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=230
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Hardware|Other |x86
OS|other |Linux
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=625
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Hardware|Other |x86
OS|other |Linux
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=6893
Teras <teras(a)luukku.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |teras(a)luukku.com
--- Comment #14 from Teras <teras(a)luukku.com> ---
the same
wine-1.7.36-113-g797bd65
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=6667
Jacek Caban <jacek(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jacek(a)codeweavers.com
--- Comment #27 from Jacek Caban <jacek(a)codeweavers.com> ---
If the problem still exists, please update logs with ieframe,mshtml,urlmon.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37886
Bug ID: 37886
Summary: Mafia II: speech missing from cutscenes
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: minor
Priority: P2
Component: winealsa.drv
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: hellas(a)burntcomma.com
Regression SHA1: a3f33daa6ab7156b26ad1378d49e8af6666b062d
Distribution: ---
Created attachment 50456
--> https://bugs.winehq.org/attachment.cgi?id=50456
audio debug log (+winmm,+mmdevapi,+driver,+alsa,+dsound)
Voices are missing from in-game cinematics. Other sounds, music and voices in
the rest of the game play correctly.
Regression from 1.7.34:
a3f33daa6ab7156b26ad1378d49e8af6666b062d is the first bad commit
commit a3f33daa6ab7156b26ad1378d49e8af6666b062d
Author: Mark Harmstone <hellas(a)burntcomma.com>
Date: Wed Dec 31 21:34:47 2014 +0000
winealsa: Support up to 6 channels.
:040000 040000 22e1090182548b73d95c16408ba91a0b6ee02050
9d02b31d13047557a9525938dc8f12a234563b78 M dlls
Demo version is available on Steam, but I can't test it because I have the full
version on Steam.
http://store.steampowered.com/app/50130/
Fedora 21
Alsa 1.0.28 (Pulseaudio is not running)
Audio device: NVIDIA Corporation MCP61 High Definition Audio (rev a2)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38083
Bug ID: 38083
Summary: Exact Audio Copy: wineserver crashes after burning a
CD
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: olibuntu(a)arcor.de
Distribution: ---
When burning of a CD is completed in Exact Audio Copy 1.0 beta 4, wineserver
crashes with the following message in the terminal:
wineserver crashed, please enable coredumps (ulimit -c unlimited) and restart.
The CD is fine. But it's annoying that one has to kill the application and
four processes in C:\windows\system32\ afterwards and restart EAC.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=838
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Hardware|Other |x86
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5898
--- Comment #44 from nille <newilkman(a)yahoo.com> ---
My version is 1.7.36
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5898
Teras <teras(a)luukku.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |teras(a)luukku.com
--- Comment #43 from Teras <teras(a)luukku.com> ---
But what wine version have you used?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5898
--- Comment #42 from nille <newilkman(a)yahoo.com> ---
(In reply to Austin English from comment #41)
> This is your friendly reminder that there has been no bug activity for over
> 700 days. Is this still an issue in current (1.7.36 or newer) wine?
Yes it is still an issue
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5898
--- Comment #41 from Austin English <austinenglish(a)gmail.com> ---
This is your friendly reminder that there has been no bug activity for over
700 days. Is this still an issue in current (1.7.36 or newer) wine?
--
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=33124
Bug #: 33124
Summary: SetWindowPlacement() unexpectedly clips coordinates
when applied to a child window
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jtuc(a)users.sourceforge.net
Classification: Unclassified
Observed behavior: Regardless of whether a window handle represents a top-level
or child window, SetWindowPlacement() clips passed-in coordinates according to
screen bounds.
Expected behavior: Clipping of passed-in coordinates should not happen for
child windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34006
Bug #: 34006
Summary: unable to run a vb based package
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rrv.vvd79(a)gmail.com
Classification: Unclassified
I want to run a vb based billing software.
it does not have a installer.
it works fine under windows xp.
kindly help me in this regard.
--
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=23644
Summary: Error when I execute an English course install
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the.masch(a)gmail.com
I cannot install English Grammar software, I always get an exception.
--
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=32962
Bug #: 32962
Summary: Abnormals black screen ingame
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: giovanni.nicola(a)ticino.com
Classification: Unclassified
Abnormals installs and runs but the ingame screen is mostly black
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38074
Bug ID: 38074
Summary: Don't parse xml file in Microsoft .NET Framwork 4
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Platon-E-S(a)ya.ru
Distribution: ---
When I run the program, which is needed .NET Framework 4.0 and, may be, SQL
Server, I get: "Error parsing
C:\windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config
Parser returned error 0x80004001"
If I will rename folder "config" nothing not will change!
I have already installed msxml6 first, then msxml3. Nothing not changed!
Other application run with .NET 3.5 SP1 normal.
--
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=29220
Bug #: 29220
Summary: Airline Tycoon2: Crashes on start
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: sanjay.ankur(a)gmail.com
Classification: Unclassified
Created attachment 37731
--> http://bugs.winehq.org/attachment.cgi?id=37731
Screenshot showing error
The splashes load well, then the game crashes. Please find the attached error
log etc.
--
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=29668
Bug #: 29668
Summary: The "bibliothèque prescrire electronique" installer
fail with "Error : Directory
'C:\users\mw\Temp\msi3665.tmp
C:\PRE\PrescrireBibliotheque\media' not found" error
Product: Wine
Version: 1.3.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: monsieurweller(a)gmail.com
Classification: Unclassified
Created attachment 38479
--> http://bugs.winehq.org/attachment.cgi?id=38479
Debug log
"Bibliothèque prescrire electronique", is the computer version of the prescrire
magazine, which is an independant medical magazine for health professionnal
(medecine and pharmacy doctors).
There's a new version of the software every six months, and when a new version
come, the older ones stop from being usable : users need to upgrade.
Previous versions of this software worked fine, but this one won't install : it
seems that they change something with the installer.
The installer fail with this error :
"Error : Directory 'C:\users\mw\Temp\msi3665.tmp
C:\PRE\PrescrireBibliotheque\media' not found"
Note : it need at least .NET2.0/Mono to run. Here, i've installed mono.
I've attached a more complete log file.
I've gathered more information with Uniextractor (run with wine) :
TrID/32 - File Identifier v2.02 - (C) 2003-06 By M.Pontello
Definitions found: 2641
Analyzing...
Collecting data from file: H:\Bureau\Test\BEP_V2_install_sep2011.exe
29.8% (.EXE) InstallShield setup (43050/17/16)
28.7% (.EXE) Win32 EXE PECompact compressed (generic) (41569/9/9)
26.1% (.EXE) Win32 Executable MS Visual C++ (generic) (37706/45/16)
7.2% (.EXE) Win32 Executable Generic (10527/13/4)
5.2% (.DLL) Win32 Dynamic Link Library (generic) (7600/42/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=29695
Bug #: 29695
Summary: ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frank.gleibs(a)wahlers-forsttechnik.de
Classification: Unclassified
Created attachment 38524
--> http://bugs.winehq.org/attachment.cgi?id=38524
Wine logfile
Databaseclient BpNext.exe 12.0 crashes during start.
--
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=33431
Bug #: 33431
Summary: Problems with wininet when I try to authenticate with
the server of the game League of Legends
Product: Wine
Version: 1.5.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zephyr91(a)gmail.com
Classification: Unclassified
Hello,
I'm having a problem when starting I try to login on the game and looking
around the bugs registred I didn't find anything to fix this.
Some people told me that cleaning the environment would help fix it but I doubt
it.
The problem could be some configuration or some missing packge to install but I
dont really know so here is one debug log with
+crypt,+ntdll,+wininet,+chain,+post,+http
Its not the full log but its the moment I click on login and the moment when it
crashes.
I hope you guys can help me, thanks in advance.
System: Debian Wheezy amd64
wine: 1.5.5
Obs:package gnutls-bin is installed and yacc too.
Regards.
http://pastebin.com/Cg420An4
--
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=29294
Bug #: 29294
Summary: No sound with ALSA loopback devices
Product: Wine
Version: 1.3.34
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amlopezalonso(a)gmail.com
Classification: Unclassified
I recently set up an ALSA-to-JACK bridge (as described in
http://alsa.opensrc.org/Jack_and_Loopback_device_as_Alsa-to-Jack_bridge) in
order to route non-JACK apps into JACK. Every sounding non-JACK app (even Flash
Player) work flawlessly but Wine outputs no sound (in theory, ALSA loopback
devices should behave transparently to Wine).
I'm using git version and every audio app I ran in Wine (even the sound tests
in winecfg) shoots several:
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels
Disabling JACK server plus unloading snd-aloop module restores the sound from
Wine.
I'll send more-specific logs upon request.
Regards,
Antonio
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38043
Bug ID: 38043
Summary: Regen: does not reach max frame rate
Product: Wine
Version: 1.7.36
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: therealhdl(a)gmail.com
Created attachment 50676
--> https://bugs.winehq.org/attachment.cgi?id=50676
Screen shot of Regen with "show FPS" option enabled.
Regen, the Sega Genesis emulator, does not reach 60 FPS. It easily reaches 60
on the same hardware when running in Windows. Download links available here:
http://aamirm.hacking-cult.org/www/regen.html
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38047
Bug ID: 38047
Summary: NtQuerySystemInformation needs to report basic system
parameters properly
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: yuri(a)tsoft.com
Distribution: ---
ZBrush (computer graphics software) fails with the message "We have detected
that your operating system falls outside ZBrush's current system requirements."
What they check is probably processor type, speed and memory size.
NtQuerySystemInformation should report realistic values in these fields.
The above message appears after wine printed this:
fixme:ntdll:NtQuerySystemInformation stub info_class
SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION
--
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=13810
Summary: D3DSwapChainImpl_Destroy() shouldn't call
SetDisplayMode() in D3D7
Product: Wine
Version: 1.0-rc4
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: prouvot.guillaume(a)free.fr
Created an attachment (id=13851)
--> (http://bugs.winehq.org/attachment.cgi?id=13851)
Add a dx version check before calling SetDisplayMode in
D3DSwapChainImpl_Destroy
D3DSwapChainImpl_Destroy() function in dlls/wined3d/swapchain.c shouldn't call
SetDisplayMode() when D3D7 is used. This problem cause some 2D graphics
corruptions and switch to wrong screen resolution in Speed Busters game.
The patch in attachment add just a dx version check before calling
SetDisplayMode() to prevent a redundant call with one done by ddraw module.
--
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=28043
Summary: Galactic Civilisation II: Turn Button disappears
randomly
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: patrick(a)bb-goettingen.de
After some time of gameplay the "turn" button (to finish the turn and go to the
next) randomly disappeares. Normally, if clicked, it will only be hidden until
all moves of that turn (ships moving on the screen etc) are completed and then
come back. It is not clear to me what triggers this. It just seems to happen
more ofter the longer you played one game.
Reproduce: Start a new game, play a while and wait for it to happen.
Workaround: Only way to continue a game is to save the game, quit and restart
galvic2. (Only saving an loading the game again does not work.)
I encountered that with every wine version I tried (that would be almost any
since about 1.3.15). I tried with two different GalCiv versions: Dark Avatar -
v. 1.5 and Twilight of the Arnor / Ultimate Edition - v.1.97. Problem occurs
with both of them.
--
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=24612
Summary: Prototype: Fails to start (Parental Controls)
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: hozzan(a)gmail.com
Game Prototype
(http://appdb.winehq.org/objectManager.php?sClass=version&iId=16932) cannot
run, because give a error message about Parental Controls (You are restricted
from playing a game with these rating).
--
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=32832
Bug #: 32832
Summary: Wine logs fill the HD in a few seconds and bring down
the machine
Product: Wine
Version: 1.5.22
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scallegari(a)arces.unibo.it
Classification: Unclassified
After the update to wine-1.5.22, on a kubuntu quantal 64 bit machine, with the
wine shipped through the wine apt repo, I have a huge issue.
Wine floods the screen with 'fixme:wtsapi:WTSWaitSystemEvent Stub (nil)
0x00000078 0x94e964' (which is bad but tolerable).
Most important it fills .wine/drive_c/users/callegar/Application
Data/APP_NAME_NON_STRING/Logs with HUGE log files. In a few seconds these may
reach many GBs, fill the machine HD and bring the machine down.
The log files have names such as
2013.01.28_12.26.08_PID000033_HelperService.HTM
and
2013.01.28_12.26.09_PID000041_ConversionService.HTM
The file giving issues is the helper service one, that gets filled by
Win32 error in file
M:\TemporaryBuilds\2\80\Sources\soda-release\services\HelperService\SessionWatcher.cpp
in line 221 code = 2. Message: File not found.
In just *one second* of wine, this file got to 42MB.
Would be nice if wine did not enable this log mechanism by default, but only
after a command line flag. Also, it would be nice if repeated messages could be
squelched. Finally, why not printing also which file is not found in the log?
As a workaround. Make .wine/drive_c/users/callegar/Application
Data/APP_NAME_NON_STRING/Logs not writable by anybody.
--
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=33449
Bug #: 33449
Summary: League of Legends, screen freezes when moved mouse.
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: naxdir(a)hotmail.com
Classification: Unclassified
I start game normally, but in game if i move mouse for anytime. Game freezes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37477
Bug ID: 37477
Summary: Dragon Naturally Speaking 13.0 does not install
Product: Wine
Version: 1.7.29
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: susancragin(a)earthlink.net
Distribution: ---
Created attachment 49860
--> https://bugs.winehq.org/attachment.cgi?id=49860
generated back-trace from crash
I have tried to install Dragon Naturally Speaking 13.0, which has just come
out. The version is Basics (the new cheaper version).
Anyway, it doesn't install at all, which surprised me, because previous
versions have installed well. I am attaching the crash output because I suspect
that it needs a set of C++ libraries that I don't have. I tried vcrun2010
because that's what NatSpeak 12.5 needs, but that didn't help.
--
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=25028
Summary: Evernote 4.0 PDF Preview Hangs Or Is Slow
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin_packer(a)uk.ibm.com
(Reporting on behalf of another Evernote 4.0 Beta Tester so have no more
information than the subject 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=29137
Bug #: 29137
Summary: Ms-Prorject 2003 crashes at start (but visio 2003
works perfectly)
Product: Wine
Version: 1.3.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: depuislolaleplusheureuxdespapa(a)hotmail.com
Classification: Unclassified
Created attachment 37562
--> http://bugs.winehq.org/attachment.cgi?id=37562
The crash dump
Hello, I have install Office 2003 with POL (Visio abd Project).
Visio works but project crashes à start.
My Wine version is 1.3.28.
I attach the crash dump.
Thanks for resolving this problem.
Alexandre TELLIER
(sorry for my poor english)
--
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=32870
Bug #: 32870
Summary: err:crypt:import_private_key unexpected magic 4c5bef48
Product: Wine
Version: 1.5.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: user989(a)gmail.com
Classification: Unclassified
Created attachment 43416
--> http://bugs.winehq.org/attachment.cgi?id=43416
CityInfo 2.9 run log
Distro: Debian GNU/Linux 7.0 (wheezy/sid) x86_64
Application: CityInfo 2.9 (Belorussian city map application)
Installation in wine clear prefix. No additional winetricks/winecfg
Run options: LANG=ru_RU.utf8
Error in function: dlls/rsaenh/rsaenh.c import_private_key
err:crypt:import_private_key unexpected magic 4c5bef48
Application works with limited functionality
Run log options (file in attach): WINEDEBUG=warn+all
Application runs on Windows normally
--
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=29209
Bug #: 29209
Summary: Microsoft excel 2007 crashes when trying to copy full
rows or collums
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: martijn.doornbusch(a)gmail.com
Classification: Unclassified
When trying to copy or cut whole row's or collums in microsoft excel 2007 excel
a error window pop-ups saying "The picture is too large and will be truncated".
After this excel 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=27206
Summary: wine kugou2011 won't start
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34763)
--> (http://bugs.winehq.org/attachment.cgi?id=34763)
Log: wine kugou2011
1. Download Kugou2011 from http://softdl1.tech.qq.com/soft/63/kugou_6.2.24.exe
2. install with wine
$ wine kugou_6.2.24.exe
3. start wine
$ wine KuGoo.exe &> wine-kugoo.log
KuGoo will not start, with such output:
err:graphics:USER_CheckNotLock BUG: holding USER lock
A full 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.
https://bugs.winehq.org/show_bug.cgi?id=38042
Bug ID: 38042
Summary: err:ole:CoInitializeEx Multiple applications can not
use multiple CPU cores
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: commiethebeastie(a)gmail.com
Distribution: ---
Many applications can utilize only one CPU core such as Tera Online, 3Dmark06,
Legend of Gimrock 2, Terraria, Poker Night 2.
All of these applications have this traces and error:
trace:ole:CoInitializeEx ((nil), 2)
trace:ole:CoInitializeEx () - Initializing the COM libraries
trace:ole:RunningObjectTableImpl_Initialize
trace:ole:apartment_construct creating new apartment, model=2
trace:ole:apartment_construct Created apartment on OXID 800000009
trace:ole:apartment_get_or_create Created main-threaded apartment with OXID
800000009
trace:ole:CoInitializeEx ((nil), 0)
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
apartment threaded to multi-threaded
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37276
Bug ID: 37276
Summary: installation of minitab 17.10 gives fixmes
Product: Wine
Version: 1.7.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: graylion(a)sm-wg.net
Installation of minitab 17.10 end with fixme:heap:HeapSetInformation (nil) 1
(nil) 0 fixme:thread:GetThreadPreferredUILanguages 52, 0x33fa08, 0x33fa78
0x33fa10
--
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=27414
Summary: Red Alert 2 "skirmish aftermath": user needs to
"Alt+Tab" for the game to react
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olivier(a)diotte.ca
In Red Alert 2, you can do skirmish battles.
Once the skirmish is finished (you won or were defeated), the game presents you
a table ("skirmish aftermath") comparing all commanders.
Normally, the player should be able to hit 'Continue' to return to the main
menu, but clicking on the button does nothing.
The user actually needs to click 'Continue' then produce an event on the window
itself: 'Alt+Tab' works under Gnome, KDE, XFCE4[1].
Attached is a saved game seconds from victory (just use the group of prism
tanks to destroy the remaining enemy buildings).
NOTE: My installation is Red Alert 2 + Yuri's revenge. I can attach a Red Alert
2 only saved game if that is a problem.
To use the attached saved game:
1- Copy/move/whatever the file 'WINETEST.SAV' in the main Red Alert 2 directory
(in my case that is /home/vhann/.wine/drive_c/Program\ Files/RA2/);
2- Start the game (Ra2md.exe);
3- From the main menu go to 'Single Player' -> 'Load saved game' (or something
like that) -> 'WineTestSkirmish';
4- Destroy the remaining enemy buildings;
5- "Skirmish aftermath" is before your eyes;
My guess, if that is worth anything is that the user must cause a window redraw
event.
[1] Being under wmii on this computer, [Alt]+[Tab] doesn't work, I must use my
window manager's hotkey to move the window
Regards,
Vhann
--
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=32921
Bug #: 32921
Summary: crash of tehe program My Heritage
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gibertaccini(a)libero.it
Classification: Unclassified
Created attachment 43480
--> http://bugs.winehq.org/attachment.cgi?id=43480
is the backtrace
crash of the program My Heritage Tree Builder
--
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=26665
Summary: Skype segfault on winhttp (when trying to log in)
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winhttp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mvniekerk(a)gmail.com
Download 5.2 version (latest at time of writing, ~22mb download).
Install (without problems, albeit with some ugly graphics)
Run it
Log in - WHAM. Crash.
Can be repeated with previous versions as well.
--
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=31271
Bug #: 31271
Summary: Guild Wars 2: crashes with BW3 client on Mac 10.6.8
Product: Wine
Version: 1.5.9
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris.jonesey(a)gmail.com
Classification: Unclassified
Created attachment 41082
--> http://bugs.winehq.org/attachment.cgi?id=41082
gdb stack trace and terminal output
I have tried 1.5.6, 1.5.8 and 1.5.9 but all three versions crash at the same
spot.
I have included the stack trace from the thread causing the crash from version
1.5.9 below.
OS: Mac 10.6.8
Processor: 2.8 GHz Intel Core i7
Memory: 8GB
Video: ATI Radeon HD 4850
Login Page -> Play -> User Agreement [ Accept ]
After I click Accept it crashes. I have attached the stack trace from gdb.
Let me know if there is more information I need to provide.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23589
Summary: Jade Dynasty: Weapon glows appear white
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fenrina(a)yahoo.com
Glows on weapons are bright white from most camera angles. The glows seem to be
reflecting something. Viewing weapons from certain angles and positions will
have the weapon partially glowing white and partially glowing normal.
The glows are normal when at the character select screen for the first time.
The glows only exhibit the issue after selecting a character and entering the
game world. Glows will exhibit the issue in character select after entering the
game world and returning.
PCLinuxOS Full Monty Beta 3
GeForce 7600 GS (Driver 195.36.31)
Tested from versions 1.2-rc4 to 1.2-rc7. No difference in any version.
(Game provided at http://jd.perfectworld.com)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=6527
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #6 from Austin English <austinenglish(a)gmail.com> ---
Closing.
--
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=24407
Summary: Excel2007 cannot read a shared document
Product: Wine
Version: 1.3.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adriaanvk(a)gmail.com
Created an attachment (id=30765)
--> (http://bugs.winehq.org/attachment.cgi?id=30765)
Small log file
In excel 2007 you can create shared documents, allowing merging. (tab review -
share workbook and enable merge checkbox there). This is a great feature so you
can work with multiple users on the document the same time.
But, when i try to open a shared document, excel gives an error that excel
found unreadable content. See the log files for information what is happening.
The log stops at the moment the message is displayed about the unreadable
content.
Note: creation of shared files using wine+excel is not working as well, so for
this bug create a file with an excel installed on windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21628
Summary: Civilization 4 : Civstat uploader bugged Pboss
Product: Wine
Version: 1.1.38
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sylvain.marcon(a)wanadoo.fr
Created an attachment (id=26109)
--> (http://bugs.winehq.org/attachment.cgi?id=26109)
log debuger crash Pboss when launch civstat uploader
When launch civstat uploader :
civ4beyondtheswordPboss.exe bugged.
If we not launch civstat uploader Pboss not bugged : all player play correctly.
when launch civstat uploader : Pboss bugged few second after
buig report bug include in attachement.
version civstat uplader : 1.5.1.0 (http://www.civstats.com/download.php)
version civ4 BTS : 3.19
same problem producted witch other version BTS and witch civ4 Vanilla or
warworld
--
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=29406
Bug #: 29406
Summary: MxPro Mx3000P: crashes
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: annava_(a)hotmail.com
Classification: Unclassified
Created attachment 38060
--> http://bugs.winehq.org/attachment.cgi?id=38060
bug
MxPro Mx3000P from Stratagene. It's used for qPCR (DNA quantitative analysis)
When I want to see the Results tab in the Analysis section, MxPro crashes (see
attachment below).
I'm on ubuntu 11.10.
--
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=23457
Summary: Command & Conquer 4 can't log into EA Account
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eg.galano(a)gmail.com
Created an attachment (id=29274)
--> (http://bugs.winehq.org/attachment.cgi?id=29274)
+winsock +winhttp
When starting up the game for the first time, you need to log into your EA
Account. When it attempts to log in, game fails by saying "Unexpectedly
disconnected from online services. Please check your Internet Connection."
I am running Gentoo with 1.2-rc5
Snippet of Terminal output:
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (c8000014)
fixme:thread:SetThreadIdealProcessor (0x298): stub
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (c8000014)
--
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=32993
Bug #: 32993
Summary: Developer appreciation index
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: artoink(a)gmail.com
Classification: Unclassified
The WINE developers do not get nearly enough appreciation and thanks for
producing such amazingly awesome software. I would like this fixed in future
versions.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38053
Bug ID: 38053
Summary: Combat Arms crashes on startup in win95 mode
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shomari.sharpe(a)gmail.com
Distribution: ---
Created attachment 50690
--> https://bugs.winehq.org/attachment.cgi?id=50690
crash log
Crashes with an illegal exception
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=3638
--- Comment #18 from Austin English <austinenglish(a)gmail.com> ---
Still in 1.7.36.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=556
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |austinenglish(a)gmail.com
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=9142
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |austinenglish(a)gmail.com
--
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=32879
Bug #: 32879
Summary: Legacy 5 does not appear in task bar
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: lsts67(a)aganderson.me.uk
Classification: Unclassified
Legacy 5 does not appear in task bar at any time. Once its window appears on
the desktop, this doesn't matter too much, but if all windows get closed, say
to access the desktop, I know of no way to find it again.
I'm using Linux Mint 14, but the problem pre-dates that by some way, just
haven't had time to report 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=33051
Bug #: 33051
Summary: Ctrl+]/[ does not work in gvim
Product: Wine
Version: 1.5.24
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chenjh_06(a)hotmail.com
Classification: Unclassified
Ctrl+[ should be ESC in gvim and Ctrl+] should jump to the definition of the
keyword under the cursor. But they are not working correctly in Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=7915
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--- Comment #31 from Austin English <austinenglish(a)gmail.com> ---
Last mac currently on test.winehq.org had 41 failures (compared to an average
of 38 on linux):
https://test.winehq.org/data/e62612b2c37e8fc0eccf5920d6483953cc5bc4db/
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=6549
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, patch
Version|unspecified |0.9.24.
OS|other |Linux
--- Comment #16 from Austin English <austinenglish(a)gmail.com> ---
Still in 1.7.36.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38075
Bug ID: 38075
Summary: Word crash with wine when images are in tables
spreading over several pages
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rvdb(a)cryptolab.net
Distribution: ---
Created attachment 50730
--> https://bugs.winehq.org/attachment.cgi?id=50730
Example of doc that make my word crash every time
I use wine to run Word 2010 and it works fairly well.
However, I often have crashes when reading typical corporates files, while
scrolling in the file and reaching an image.
Most images are usually displayed properly so the images that trigger this
issue must have a particularity I can't quite pinpoint.
If I open the file on a Windows system and suppress the problematic image then
save the file, I can usually open the file again with Word under wine and read
pass the former image position without issue.
Today, I managed to pinpoint one aspect that seem to trigger this behaviour :
it's when the image is inserted in a table that spans several page. The crash
occur one the second page of the table and here is the wine output when
scrolling to the second page where Word crashes :
fixme:ole:snapshot_QueryGetData (0x93aa3d0, 0x33a3a0 {cf c068 ptd (nil) aspect
1 lindex -1 tymed 1})
fixme:ole:snapshot_QueryGetData (0x93aa3d0, 0x33a634 {cf c015 ptd (nil) aspect
1 lindex -1 tymed 4})
fixme:ole:snapshot_QueryGetData (0x93aa3d0, 0x33a3f0 {cf c068 ptd (nil) aspect
1 lindex -1 tymed 1})
fixme:ole:snapshot_QueryGetData (0x93aa3d0, 0x33a5a8 {cf c015 ptd (nil) aspect
1 lindex -1 tymed 4})
fixme:ole:snapshot_QueryGetData (0x93aa3d0, 0x33a364 {cf c068 ptd (nil) aspect
1 lindex -1 tymed 1})
fixme:dc:GdiIsMetaPrintDC 0x3a600d7
fixme:advapi:RegisterTraceGuidsA (0x2e0448c0, 0x2e0d8a88,
{8736922d-e8b2-47eb-8564-23e77e728cf3}, 1, 0x33fba0, (null), (null),
0x2e0d8a88): stub
fixme:imm:ImmDisableIME (-1): stub
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpWithDataSegs
fixme:advapi:RegisterEventSourceW ((null),L"Microsoft Office 14"): stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0x000003e8,(nil),0x0008,0x000000e4,0x2e0c2b7c,0x75c5bc):
stub
err:eventlog:ReportEventW L"winword.exe"
err:eventlog:ReportEventW L"14.0.4734.1000"
err:eventlog:ReportEventW L"4b58fb0e"
err:eventlog:ReportEventW L"ogl.dll"
err:eventlog:ReportEventW L"0.0.0.0"
err:eventlog:ReportEventW L"4b4a90b5"
err:eventlog:ReportEventW L"0"
err:eventlog:ReportEventW L"00019f36"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
err:ole:CoUninitialize Mismatched CoUninitialize
err:ole:CoUninitialize Mismatched CoUninitialize
fixme:netapi32:NetGetJoinInformation Semi-stub (null) 0x33fbd0 0x33fbc4
fixme:advapi:UnregisterTraceGuids 0: stub
I have attached the word file that allowed me to check this behaviour.
Usually, the images are screenshots probably captured by the "Printscreen" key
on Windows but I can't be 100% positive that it's always the case.
--
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=32571
Bug #: 32571
Summary: [eMule] Unhandled exception: page fault on read access
to 0x00000000 in 32-bit code (0x7ce4f248)
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: federicoleva(a)tiscali.it
Classification: Unclassified
Created attachment 42983
--> http://bugs.winehq.org/attachment.cgi?id=42983
Backtrace
eMule AdunanzA 3.16 sometimes (but not always) crashes immediately at startup.
I attach the terminal output.
I'm using Wine 1.5.17 on fedora 17.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37963
Bug ID: 37963
Summary: Please add affinity option for wine command line
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Distribution: ---
Hello,
I tried to play Silent Hill 2 with wine but this game is very unstable with
multicore processor. The only solution is to change affinity to 1 processor. It
works on windows and with wine:
Launch the game, launch the wine task manager, change the affinity of the
process.
But it will be easier to launch the game directly with an affinity option, for
example:
wine -affinity=1 shpc2.exe
for only one processor.
Regards.
LGDN.
--
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=23127
Summary: Mass Effect 2 ignores keystrokes unless in virtual
desktop
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
When you start Mass Effect 2, it prompts you to press any key,
but it does nothing when you do.
The problem goes away when run in a 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.
https://bugs.winehq.org/show_bug.cgi?id=38024
Bug ID: 38024
Summary: Genetica Viewer 3.5: shows that it can't load
libraries, then closes
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: n296869(a)rtrtr.com
Distribution: ---
Created attachment 50661
--> https://bugs.winehq.org/attachment.cgi?id=50661
Terminal Output
When I start it, it begin loading libraries and shows: Can't load library
when loading is "finished" it will close
Application worked well with WINE 1.6
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38008
Bug ID: 38008
Summary: Missing "http:" from AppDB emails
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lara(a)craft.net.br
Distribution: ---
When the user modifies some application that I'm maintaining, I receive emails
with invalid urls, like this:
//appdb.winehq.org
All urls in the email without "http:"
--
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=33091
Bug #: 33091
Summary: High Latency when playing through wine!
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marios3000(a)gmail.com
Classification: Unclassified
I tried playing an online game (League of Legends) through wine but the latency
spikes to very high and then goes to normal again and then spikes to very high
and this goes on forever. It makes the game unplayable and I tested to see when
playing from a windows pc the game plays with normal ping, no spikes, so no ISP
or router problem. I used play on Linux to install the game. Any help is
appreciated.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38052
Bug ID: 38052
Summary: dsound.dll results in very choppy audio
Product: Wine
Version: 1.7.36
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: therealhdl(a)gmail.com
Using the native dsound.dll override, as opposed to built-in Wine sound, makes
various applications have choppy/stuttering audio. I've mostly tested this
with emulators such as pSX, VBA-M, Regen, Kega Fusion, and Gens. Software
performance is overall better with dsound.dll enabled, apart from the audio
itself.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37999
Bug ID: 37999
Summary: Wine-mono:
System.Security.Principal.WindowsIdentity.User is not
implemented
Product: Wine
Version: 1.7.35
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: fracting(a)gmail.com
Distribution: ---
This is an upstream bug https://bugzilla.xamarin.com/show_bug.cgi?id=26639
Duplicate here to get more attention, convenient for tracking bugs.
Chocolatey Package manager for Windows is able to run after work around this
bug and Bug 37996
--
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=35911
Bug ID: 35911
Summary: Batman: Arkham Origins Blackgate crashes at launch
Product: Wine
Version: 1.7.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Created attachment 47959
--> http://bugs.winehq.org/attachment.cgi?id=47959
log
First time requires for d3dcompiler_43 (err:d3dcompiler:compile_shader HLSL
shader parsing failed). Only native d3dcompiler_43 resolves the problem. After
that crashes at launch.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37992
Bug ID: 37992
Summary: Across Personal Edition 6.0 installation fails with
"Access denied" error
Product: Wine
Version: 1.7.35
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: psychonaut(a)nothingisreal.com
Distribution: ---
Created attachment 50623
--> https://bugs.winehq.org/attachment.cgi?id=50623
Log of unsuccessful installation of Across Personal Edition 6.0
I tried to install the Across Personal Edition 6.0 translation memory software
(available from
<ftp://ftp.across.net/across_6.0/Across_v6.0_Personal_Edition.zip>). I used
winecfg to set the Windows version to Windows 7 and ran Across.Setup.exe. The
installer fails with the error message "0x80070005 - Access denied". Attached
is the installation log.
Possibly this is an occurrence of Bug 33576.
--
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=26307
Summary: Jaangle Media PLayer doesn't start/work
Product: Wine
Version: 1.3.15
Platform: x86
URL: http://www.jaangle.com/downloading?block
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=33533)
--> (http://bugs.winehq.org/attachment.cgi?id=33533)
Startup error
$ ./jaangle.exe
fixme:keyboard:UnregisterHotKey ((nil),101): stub
fixme:keyboard:RegisterHotKey ((nil),176,0x00000000,B0): stub
err:ole:CoGetClassObject class {00000602-0000-0010-8000-00aa006d2ea4} not
registered
err:ole:CoGetClassObject class {00000602-0000-0010-8000-00aa006d2ea4} not
registered
err:ole:create_server class {00000602-0000-0010-8000-00aa006d2ea4} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {00000602-0000-0010-8000-00aa006d2ea4}
could be created for context 0x17
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38036
Bug ID: 38036
Summary: Unhandled exception: page fault on read access to
0x00000000 in 32-bit code (0x00f3eaae).
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zenbuddha77(a)gmail.com
Distribution: ---
Created attachment 50672
--> https://bugs.winehq.org/attachment.cgi?id=50672
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00f3eaae).
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00f3eaae).
--
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=34973
Bug #: 34973
Summary: Uru - Ages Beyond Myst Demo Can't finish game in
wine-1.3.21 without disabling sound.
Product: Wine
Version: 1.3.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erichv(a)verizon.net
Classification: Unclassified
Created attachment 46602
--> http://bugs.winehq.org/attachment.cgi?id=46602
My fix for the problem arrived at after much experimentation and code study.
Uru - Ages Beyond Myst Demo works good enough to play completely in wine-1.3.20
but loses some of it's functionality and can't be completed in both wine-1.3.21
and wine-1.7.5. Disabling sound at the beginning of the game allows the game to
be played completely in both wine-1.3.21 and wine-1.7.5.
This is the regression test result:
19c4c37a1d16ce8790bbbfcda3c19eb753dba199 is the first bad commit
commit 19c4c37a1d16ce8790bbbfcda3c19eb753dba199
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Thu May 19 15:31:22 2011 +0200
msvcrt: Allocate FILE tables dynamically.
:040000 040000 8bae25f560b02bfbc2fbc7484ae98e947a91e608
c6e410abafefa5a00464f3ff645091dd27e74931 M 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.
https://bugs.winehq.org/show_bug.cgi?id=37979
Bug ID: 37979
Summary: Problem Installing/Compiling Wine 1.1.27 on Mac OS X
Product: Wine
Version: 1.1.27
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: rhezrhez(a)gmail.com
OS: Mac OS X 10.8.5
gcc/g++ version: 4.6.0
Error occurred after typing ./configure
config log dump:
gcc (GCC) 4.6.0
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2737: $? = 0
configure:2744: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-apple-darwin10.7.0/4.6.0/lto-wrapper
Target: x86_64-apple-darwin10.7.0
Configured with: ../gcc-4.6.0/configure --enable-languages=fortran,c++
Thread model: posix
gcc version 4.6.0 (GCC)
configure:2748: $? = 0
configure:2755: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2759: $? = 1
configure:2782: checking for C compiler default output file name
configure:2804: gcc conftest.c >&5
gcc: error trying to exec 'as': execvp: No such file or directory
configure:2808: $? = 1
configure:2846: result:
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "1.1.27"
| #define PACKAGE_STRING "Wine 1.1.27"
| #define PACKAGE_BUGREPORT "wine-devel(a)winehq.org"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
I see two errors. Also an incomplete code file. Where is it located? Advice?
--
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=9789
Summary: Unable to run XCOM in Wine
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: magsymp(a)yahoo.com
Hello,
I am running the most recent version of Wine on Ubuntu Feisty Fawn with all the
most recent updates. (I've even tried fresh install of Wine and Ubuntu)
My problem is that I am unable to get X Com UFO Defence to work with Wine. The
game will launch but the keyboard does NOT work. I've have extensive
troubleshooting but I can't get the keyboard to work. I have even had someone
else try to get it working (someone with alot of experience with Wine) and they
said that they were not able to get the keyboard working either (different PC
and all).
I have tried setting up a launcher script and had no success... same issue.
I've tried virtual KBs and those don't work either. I've even tried a KB which
should push input to all sessions but even that does NOT work.
I have tried to run the game in terminal, in seperate window, but the KB will
NOT work... or the game won't launch.
I've tried 3 different install packages for the game and still no success.
Other games work, and the keyboard works in them with no problems.
Game is now abondonware and is available at
http://www.abandonia.com/games/38/UF...emyUnknown.htm
or
http://www.the-underdogs.info/downlo...ld.zip&id=4966
Any investigation or input would be appreciated.
Thanks
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37993
Bug ID: 37993
Summary: Elsterformular-Installer: Unhandled exception: page
fault on rad access to 0x00000000
Product: Wine
Version: 1.7.35
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Andreas_Gajda(a)web.de
Distribution: ---
Created attachment 50624
--> https://bugs.winehq.org/attachment.cgi?id=50624
Backtrace
Wine crashes everytime with
"Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x003d1240)."
when using the ElsterFormular installer or the alternative main program
installer.
The crash occurs, when the installer tries to install the VC++2013 runtime
library.
ElsterFormular installer (whole bundle) ElsterFormular-16.0.20150113p.exe
available at
https://download.elster.de/download/2011/ElsterFormular-16.0.20150113p.exe
main programm installer install_pica.exe
available at https://download.elster.de/download/pm/web/install_pica.exe
Note, that there is a "free for private use" licence. It doesn't say anything
about use for debugging purposes ;-) Not sure about the implications.
Backtrace attached.
sha1sum ElsterFormular-16.0.20150113p.exe
e0a93ea1cb5ec51fb61c3d6950c63e7d19704a41 ElsterFormular-16.0.20150113p.exe
sha1sum install_pica.exe
5fd4a462c5ee88dce487c06bf1b262ec76ab7263 install_pica.exe
uname -a
Linux XXXXXXXX 3.14.14-gentoo #1 SMP PREEMPT Wed Sep 3 21:57:32 CEST 2014
x86_64 AMD E-350 Processor AuthenticAMD GNU/Linux
I tried to manually install VC++2013 runtime using winetricks, but it doesn't
make a difference. Installer still crashes and the application doesn't start.
--
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=29868
Bug #: 29868
Summary: Battlefield 2 can't change controls
Product: Wine
Version: 1.4-rc3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: doomrevx(a)gmail.com
Classification: Unclassified
In Battlefield 2 v1.5 I can't change controls. When I try to change control it
waiting for new keyboard key, but when I press some key it ignored.
--
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=35416
Bug ID: 35416
Summary: BSSB-Win crashes with segfault in fm20.dll
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: floe(a)butterbrot.org
Classification: Unclassified
BSSB-Win ( http://www.bssb.de/2kb-downloads.html ) can be installed without
problems, but crashes on first launch with the attached backtrace. This happens
both on old Wine 1.4 and on 1.7.11.
Running "winetricks fm20" & adding a native,builtin override for riched20 fixes
the problem, so I assume that it is an issue within the Wine-builtin riched20
component.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38005
Bug ID: 38005
Summary: HyperCam 64 bit 2.x crashes on startup
Product: Wine
Version: 1.7.34
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvfw32
Assignee: wine-bugs(a)winehq.org
Reporter: grendal74.geo(a)yahoo.com
Distribution: ---
Created attachment 50639
--> https://bugs.winehq.org/attachment.cgi?id=50639
backtrace
It loads but when i tried to start recording, it encountered a serious problem
and crashed.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37509
Bug ID: 37509
Summary: Unable to install Evernote with Wine in Ubuntu 14.10
Product: Wine
Version: 1.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: draganlazin(a)outlook.com
Distribution: ---
Created attachment 49897
--> https://bugs.winehq.org/attachment.cgi?id=49897
This is the output from the Wine Program Loader.
Evernote installs and runs in Ubuntu 14.04.x, however 14.10 has broken the
ability to use Evernote through Wine. This is on a fresh install of Ubuntu
14.10, all updates installed, and using from Canonical's channels.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5498
--- Comment #12 from unxed <unxed(a)mail.ru> ---
Still present in Wine 1.6.2
"wine setup.exe" produces no console output.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8854
Béla Gyebrószki <gyebro69(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |magsymp(a)yahoo.com
--- Comment #110 from Béla Gyebrószki <gyebro69(a)gmail.com> ---
*** Bug 9789 has been marked as a duplicate of this bug. ***
--
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=32499
Bug #: 32499
Summary: installer of PPTV crashes
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 42875
--> http://bugs.winehq.org/attachment.cgi?id=42875
The Log
This a follow up of Bug 32433 .
You can reproduce it follow:
0. download it
md5sum pptvsetup_3.2.1.0076.exe
0798f55492a75b9461cacd48f038f562 pptvsetup_3.2.1.0076.exe
1. 'winetricks -q mfc42 jscript' to get workarounds for: Bug 32498 .
2. 'wine pptvsetup_3.2.1.0076.exe' to begin installation and it will crashes
when the installation nearly complete.
my test enviroment:
- Ubuntu 12.10 32bit
- wine-1.5.19-244-gf28324a
- pptvsetup_3.2.1.0076
--- snip ---
wine: Unhandled page fault on execute access to 0x00000000 at address (nil)
(thread 0053), starting debugger...
Unhandled exception: page fault on execute access to 0x00000000 in 32-bit code
(0x00000000).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:00000000 ESP:0074de08 EBP:0074de9c EFLAGS:00010206( R- -- I - -P- )
EAX:7c7eea40 EBX:00147d28 ECX:0074de3c EDX:00000000
ESI:0013f030 EDI:00000000
Stack dump:
0x0074de08: 00b1e56f 0013f030 0074de3c 4c775e39
0x0074de18: 00147d54 00e54c00 0074def4 00d25855
0x0074de28: 00000001 00001000 0007fffe 00000001
0x0074de38: 0074ded8 00000000 00e54c00 00d2589b
0x0074de48: 00000180 00000010 00000000 00e57680
0x0074de58: 00000010 0074de78 00147d28 00b2f135
Backtrace:
=>0 0x00000000 (0x0074de9c)
1 0x00b1eabe in avcvideodec.ax (+0xeabd) (0x0074def4)
0x00000000: -- no code accessible --
--- snip ---
--
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=32513
Bug #: 32513
Summary: PPTV needs unimplemented
atl100.dll.AtlGetObjectSourceInterface
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: atl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 42891
--> http://bugs.winehq.org/attachment.cgi?id=42891
The Log
reproduce follow this:
0. download it ;
1. 'winetricks -q mfc42 jscript quartz' get workarounds for: Bug 32498 and Bug
32499
2. 'wine pptvsetup_3.2.1.0076.exe'
3. cd to the path where you installed it and '~/.wine/drive_c/Program
Files/PPLive/PPTV$ wine PPLive.exe' to run it
--- snip ---
wine: Unimplemented function atl100.dll.AtlGetObjectSourceInterface called at
address 0x7b83b452 (thread 0035), starting debugger...
--- snip ---
--
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=32807
Bug #: 32807
Summary: installer of PPTV: needs unimplemented
atl100.dll.AtlGetPerUserRegistration
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: atl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 43329
--> http://bugs.winehq.org/attachment.cgi?id=43329
The Log
reproduce follow this:
0. download it ;
1. 'winetricks -q mfc42 jscript quartz' get workarounds for: Bug 32498 and Bug
32499
2. 'wine pptvsetup_3.2.1.0076.exe'
--- snip ---
wine: Call from 0x7b83b452 to unimplemented function
atl100.dll.AtlGetPerUserRegistration, aborting
--- snip ---
- Ubuntu 12.10 32bit
- wine-1.5.22-124-gb233d20
--
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=32808
Bug #: 32808
Summary: installer of PPTV: needs unimplemented
atl100.dll.AtlComModuleRegisterClassObjects
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: atl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 43330
--> http://bugs.winehq.org/attachment.cgi?id=43330
The Log
reproduce follow this:
0. download it ;
1. 'winetricks -q mfc42 jscript quartz' get workarounds for: Bug 32498 and Bug
32499
2. 'wine pptvsetup_3.2.1.0076.exe'
--- snip ---
wine: Call from 0x7b83b452 to unimplemented function
atl100.dll.AtlComModuleRegisterClassObjects, aborting
--- snip ---
- Ubuntu 12.10 32bit
- wine-1.5.22-124-gb233d20
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5977
Teras <teras(a)luukku.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |teras(a)luukku.com
--- Comment #19 from Teras <teras(a)luukku.com> ---
Still the same wine-1.7.36-16-g748788f
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36173
Bug ID: 36173
Summary: valgrind shows several leaks in
programs/wscript/tests/run.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==4782== 128 bytes in 1 blocks are definitely lost in loss record 192 of 300
==4782== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==4782== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==4782== by 0x5ADA0B4: alloc_bstr (oleaut.c:162)
==4782== by 0x5ADA44A: SysAllocStringLen (oleaut.c:324)
==4782== by 0x4A32F3C: a2bstr (run.c:100)
==4782== by 0x4A33CE2: Dispatch_Invoke (run.c:276)
==4782== by 0x5B1C187: IDispatch_Invoke_Stub (oaidl.h:817)
==4782== by 0x5B4760B: IDispatch_RemoteInvoke_Stub (oleaut32_oaidl_p.c:1028)
==4782== by 0x5A3154F: CStdStubBuffer_Invoke (cstub.c:477)
==4782== by 0x4FB81C7: RPC_ExecuteCall (objidl.h:9086)
==4782== by 0x4FB8654: dispatch_rpc (rpc.c:1503)
==4782== by 0x5A63AB2: process_request_packet (rpc_server.c:441)
==4782== by 0x5A63F06: RPCRT4_process_packet (rpc_server.c:519)
==4782== by 0x5A64099: RPCRT4_worker_thread (rpc_server.c:541)
==4782== by 0x7BC90974: worker_thread_proc (threadpool.c:110)
==4782== by 0x7BC87017: ??? (signal_i386.c:2571)
==4782== by 0x7BC87060: call_thread_func (signal_i386.c:2630)
==4782== by 0x7BC86FF5: ??? (signal_i386.c:2571)
==4782== by 0x7BC8E43C: start_thread (thread.c:428)
==4782== by 0x4218F92: start_thread (pthread_create.c:309)
==4782==
==6569== 48 bytes in 1 blocks are definitely lost in loss record 293 of 666
==6569== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==6569== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==6569== by 0x5AB80B4: alloc_bstr (oleaut.c:162)
==6569== by 0x5AB85F5: SysAllocStringByteLen (oleaut.c:413)
==6569== by 0x5B07F9B: VariantCopy (variant.c:776)
==6569== by 0x5B083D7: VariantCopyInd (variant.c:866)
==6569== by 0x6E13F51: exec_script (interp.c:2063)
==6569== by 0x6E0FB33: do_icall (interp.c:596)
==6569== by 0x6E0FDDF: interp_icallv (interp.c:648)
==6569== by 0x6E140CD: exec_script (interp.c:2108)
==6569== by 0x6E269E6: exec_global_code (vbscript.c:83)
==6569== by 0x6E26A3C: exec_queued_code (vbscript.c:95)
==6569== by 0x6E276E1: VBScript_SetScriptState (vbscript.c:349)
==6569== by 0x4C5F7CC: run_script (activscp.h:1013)
==6569== by 0x4C5FD00: wWinMain (main.c:419)
==6569== by 0x4C5FF63: wmain (exe_wmain.c:51)
==6569== by 0x4C5FE40: __wine_spec_exe_wentry (exe_wentry.c:36)
==6569== by 0x7B8641DB: ??? (process.c:1045)
==6569== by 0x7B864328: start_process (process.c:1097)
==6569== by 0x7BC87017: ??? (signal_i386.c:2571)
==6569==
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38033
Bug ID: 38033
Summary: Star Wars Jedi Knight 2 Jedi Outcast: Crashes on start
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: c_korn(a)gmx.de
Distribution: ---
Created attachment 50669
--> https://bugs.winehq.org/attachment.cgi?id=50669
wine output
Downloaded the steam version of Star Wars Jedi Knight 2 Jedi Outcast.
Crashes immediately at the start.
Ubuntu 14.10 amd64
wine 1.7.34
nvidia GTX 750 Ti
driver version: 331.113
--
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=35321
Bug ID: 35321
Summary: Wolverine: game crash after Unreal technology logo
Product: Wine
Version: 1.7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Classification: Unclassified
Created attachment 47107
--> http://bugs.winehq.org/attachment.cgi?id=47107
Wolverine backtrace
hello,
Wolverine game crash after Unreal technology logo with wine 1.7.9.
I joined you the wine terminal log and the backtrace.
Note that the last known wine version able to run this game is 1.3.9.
--
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=32110
Bug #: 32110
Summary: messenger is not letting me send messages
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yuriotaku69(a)yahoo.com
Classification: Unclassified
Created attachment 42343
--> http://bugs.winehq.org/attachment.cgi?id=42343
yahoo_messenger
Messenger not working 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=31907
Bug #: 31907
Summary: This is a bug from a yahoo messenger i am using
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rick1920_ph(a)yahoo.com
Classification: Unclassified
This what it says when i click the instant message or when i want to send a
message. i am using lubuntu 12.04 and win 1.5. if anyone can help me... 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.