http://bugs.winehq.org/show_bug.cgi?id=19757
Summary: Nota Bene: Crashes upon installation
Product: Wine
Version: 1.1.27
Platform: PC
URL: https://www.notabene.com/download/demos/nbdemo80.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jekwas(a)gmail.com
Created an attachment (id=23127)
--> (http://bugs.winehq.org/attachment.cgi?id=23127)
Crash log in 1.1.27
I discovered this while trying to reproduce 5255.
During installation, the Nota Bene Demo reports that AUTOEXE.NT and CONFIG.NT
have been removed from the system, and won't continue unless you allow it to
restore them. If you agree, the installation starts. However, when the
installation bar reaches 100%, the installer crashes.
The files appear to have been installed. But on running nblaunch.exe, the
program crashes immediately.
I have attached a log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30244
Bug #: 30244
Summary: Might & Magic Clash of Heroes: fails to start
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spoon0042(a)hotmail.com
Classification: Unclassified
Trying to run Steam version of Might & Magic Clash of Heroes. The first
fraction of a second of an intro video plays, then the screen goes black for
about ten seconds and then seems to exit, but usually leaves a process running
in the background.
gameoverlayrenderer is disabled. Using debian fglrx 12-1-1.
A demo is available at least on Steam.
This is the entire console output from when it is started, no WINEDEBUG is set:
Setting breakpad minidump AppID = 61700
Steam_SetMinidumpSteamID: Caching Steam ID: 76561198009351313 [API loaded no]
fixme:win:EnumDisplayDevicesW ((null),0,0x33f814,0x00000000), stub!
fixme:d3d:swapchain_init The application requested more than one back buffer,
this is not properly supported.
Please configure the application to use double buffering (1 back buffer) if
possible.
fixme:thread:SetThreadIdealProcessor (0x188): stub
fixme:thread:SetThreadIdealProcessor (0x18c): stub
fixme:d3d:debug_d3dformat Unrecognized 0x434f5441 (as fourcc: ATOC)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x434f5441) in the
format lookup table
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0x7e3ea1c): stub
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0x813ea1c): stub
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
fixme:thread:SetThreadIdealProcessor (0x24c): stub
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:thread:SetThreadIdealProcessor (0x210): stub
err:wgl:internal_SetPixelFormat Invalid operation on root_window
--
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=31603
Bug #: 31603
Summary: App manifests that specify processorArchitecture="*"
fail to find assemblies
Product: Wine
Version: 1.5.12
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Doing
unset WINEPREFIX
rm -rf ~/.wine
sh winetricks -q vcrun2008
cd ~/wine-git/dlls/msvcr90/tests
WINEDLLOVERRIDES=msvcr90=n ~/wine-git/wine msvcr90_test.exe.so
says
msvcr90.c:243: Tests skipped: msvcr90.dll not installed (got 126)
This seems wrong; that dll is in fact installed. The app in question
is built with the manifest
http://source.winehq.org/source/dlls/msvcr90/tests/msvcr90.manifest
which contains the line
processorArchitecture="*"
Tracing through the code, lookup_manifest_file in ntdll/actctx.c seems to
incorrectly parse the native DLL's manifest as having build 0 rather
than 30729.
The problem appears to be that line 1872 assumes that the string
lookup contains no *'s other than the ones in lookup_fmtW, and so
doesn't skip to where it expected to when it does the strchrW:
1826 static const WCHAR wine_trailerW[] =
{'d','e','a','d','b','e','e','f','.','m','a','n','i','f','e','s','t'};
1842 sprintfW( lookup, lookup_fmtW, ai->arch, ai->name, ai->public_key,
1843 ai->version.major, ai->version.minor, lang );
1872 tmp = dir_info->FileName + (strchrW(lookup, '*') - lookup);
1873 build = atoiW(tmp);
1874 if (build < min_build) continue;
If ai->arch contains a '*', as it does in tests/msvcr90.manifest,
this assumption is violated. Changing the manifest to say
processorArchitecture="x86"
lets the test run and find the native DLL, at least on x86.
So, is the manifest wrong, or is lookup_manifest_file() wrong?
(This came up while I was trying to write tests for vcomp.dll. It was
frustrating to find that the example I'd borrowed the manifest from was
broken.)
--
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=21739
Summary: Mouse in Nostale not working
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skoruppa(a)gmail.com
Mouse generally works, but not everywhere. All elements of the gui, the login
screen and selection screen works, but not during the control of character.
I do not post logs because they are not showing. Perhaps some special
WINEDEBUG?
--
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=26649
Summary: painting in dialog: wrong aspect ratio
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tom98765x(a)yahoo.com
Created an attachment (id=33921)
--> (http://bugs.winehq.org/attachment.cgi?id=33921)
executable program demonstrating the bug
Drawing things inside a modeless dialog box: wrong aspect ratio, and does not
show up directly (dialog box has to be moved before). Source was from Petzold
sample (colors2), but modified a little.
--
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=33086
Bug #: 33086
Summary: QQ 2013 Beta2: text in input box can't display
normally
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 43740
--> http://bugs.winehq.org/attachment.cgi?id=43740
Text in input box can't display normally
reproduce:
1. download and install it;
2. ~/.wine/drive_c/Program Files/Tencent/QQ/Bin$ wine QQ.exe
when you try to input account in the input box you will find the both the
cursor and the number can't be displayed normally.(as picture 1 in attachment)
I found 'winetricks -q riched20' make it happier.
The picture 2 in attachment is what it should look like(with native riched20)
There was a QQ account for testing provided by Qian Hong:
accout: 1469264807
Password: winedebug
--
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=28759
Bug #: 28759
Summary: 'start inetcpl.cpl' fails
Product: Wine
Version: 1.3.30
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Starting inetcpl.cpl directly via the start command doesn't seem to be possible
in Wine. Running 'wineconsole cmd' and then 'start inetcpl.cpl' from within cmd
gives:
Application could not be started, or no application associated with the
specified file.
ShellExecuteEx failed: File not found
start C:/Windows/system32/inetcpl.cpl gives:
Application could not be started, or no application associated with the
specified file.
ShellExecuteEx failed: Success
Both cases bring up the Internet Options control panel applet on Windows XP.
Just running "wine inetcpl.cpl" also fails, with no output except "Segmentation
fault".
--
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=29782
Bug #: 29782
Summary: ZEMAX lens data editor is not treated as a popup of
the main window on Mac OS X
Product: Wine
Version: 1.4-rc1
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Classification: Unclassified
I don't have a Mac, but I have installed Wine and ZEMAX on several Macs for
people and the lens data editor does not properly work as a popup that stays on
top of the main window. This used to be a problem on Linux (Bug #21380), but
the issue was resolved some time ago. I have had these people install several
different versions of XQuartz and none of them change the behavior of the
window.
--
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=30709
Bug #: 30709
Summary: MAKING HISTORY II: The War of the World - Fonts not
rendered in game.
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: baditaflorin(a)gmail.com
Classification: Unclassified
It`s not playeble, and i don`t understand and on the site is not clear enough
what command to use to give feedback, so that you know what setting i have on
and what not. So we will have to speak some more.
--
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=23415
Summary: ManyCam: Crash at choosing ManyCam.xml
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=29195)
--> (http://bugs.winehq.org/attachment.cgi?id=29195)
How to make application quit silently
Steps to reproduce:
1) remove ~/.wine
2) winetricks vcrun2005
2) install ManyCam
3) wine ManyCam.exe
4) get an error
5) see attachment to know where to click
Behaviour:
Application quits silently
Expected behaviour:
Application should shouldn't quit
In terminal there is only
fixme:win:RegisterDeviceNotificationW (hwnd=0x40026,
filter=0xdaf494,flags=0x00000004) returns a fake device notification handle!
err:shell:SHGetFileInfoW pidl is null!
err:shell:SHGetFileInfoW pidl is null!
err:shell:SHGetFileInfoW pidl is null!
err:shell:SHGetFileInfoW pidl is null!
X Error of failed request: BadColor (invalid Colormap parameter)
Major opcode of failed request: 89 (X_StoreColors)
Resource id in failed request: 0x1
Serial number of failed request: 4605
Current serial number in output stream: 4605
--
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.