http://bugs.winehq.org/show_bug.cgi?id=30947
Bug #: 30947
Summary: Tropico 4: crashes on startup
Product: Wine
Version: 1.5.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zoku88(a)gmail.com
Classification: Unclassified
Created attachment 40602
--> http://bugs.winehq.org/attachment.cgi?id=40602
Terminal output.
Tropico 4 fails to start in wine 1.5.6. This worked in wine 1.4
After starting Tropico 4, after a while of nothing appearing on the screen, the
wine Crash GUI pops up. After closing the GUI, Tropico4.exe is still running,
so you have to manually kill it.
This is what I got when I did the regression testing:
c110a55f12a0dae4fdff9fb3e861eb4eb8bc0380 is the first bad commit
commit c110a55f12a0dae4fdff9fb3e861eb4eb8bc0380
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Mon Mar 19 12:54:55 2012 -0500
mscoree: Search for an arch-specific mono dll first.
:040000 040000 0edaebe7b71e5b8ff60e5cce1b2657e65d4a871f
5f7498fcfb84344483dc76e8759455fb6dc0f0e1 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.
http://bugs.winehq.org/show_bug.cgi?id=27978
Summary: QuickBooks Premier 2011 crash on start
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: insane2986(a)gmail.com
Created an attachment (id=35810)
--> (http://bugs.winehq.org/attachment.cgi?id=35810)
Terminal output
Operating system: Ubuntu 11.04
Wine version: wine-1.3.25 (from Wine repositories) running as Windows 7
Name of program: Quickbooks Premier 2011
Description of crash/problem: Installs OK, but when I try to run I get
"err:service:service_send_start_message service L"QBCFMonitorService" failed to
start".
"winetricks mono28" was required, but didn't fix the problem.
--
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=34008
Bug #: 34008
Summary: Bioshock Infinite won't start
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eurekafag(a)eureka7.ru
Classification: Unclassified
Created attachment 45192
--> http://bugs.winehq.org/attachment.cgi?id=45192
Bioshock Infinite log
Bioshock Infinite shows an empty message box on launch and closes after
pressing OK button. Nothing else is shown. After making a dirty hack in
commctrl.c (replaced pTaskConfig->pszMainInstruction with
pTaskConfig->pszContent) I can see the messagebox saying that I should have
DX10/11 compatible hardware and DX11 runtime: http://i.imgur.com/OxHDoKI.png
The log is attached. The game should be able to run on DirectX 10 as said on
the Steam store page: http://store.steampowered.com/app/8870/ (OS: Windows
Vista Service Pack 2 32-bit, Video Card: DirectX10 Compatible). DX10 seems to
be supported by Wine quite well since the newest Mortal Kombat runs fine
without any additional efforts and it can't be run on DX9.0c at all. Tried to
disable DX11 libs including d3d11 itself, not much changes except the lines
about fixme:d3d11:D3D11CreateDevice disappear. The messagebox stays 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.
https://bugs.winehq.org/show_bug.cgi?id=40258
Bug ID: 40258
Summary: Free Studio: Program will not load
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kj92147(a)gmail.com
Distribution: ---
Created attachment 53872
--> https://bugs.winehq.org/attachment.cgi?id=53872
Screenshot of error message displayed upon attempted execution of program.
Attempting to run this program with WINE results in immediate crash. Unable to
pull details on specific failure, no data loads from Application Database link.
--
Do not reply 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=37511
Bug ID: 37511
Summary: Multiple games and applications need 'msvcp120.dll'
(PPSSPP 0.9.x)
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
since commit
http://source.winehq.org/git/wine.git/commitdiff/c8c810c21020bd0079ff0adcfe…
("msvcr120: Added VS2013 CRT dll.") there is initial support for VS2013 C
runtime in Wine.
It might be useful to start with VS2013 VC++ runtime support too.
--- snip ---
$ wine ./PPSSPPWindows.exe
err:module:import_dll Library MSVCP120.dll (which is needed by
L"Z:\\home\\focht\\Downloads\\ppsspp\\PPSSPPWindows.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\focht\\Downloads\\ppsspp\\PPSSPPWindows.exe" failed, status
c0000135
--- snip ---
'winetricks -q vcrun2013' obviously works around.
$ sha1sum ppsspp_win.zip
089937c33c400e1cd3d2d153d95b25261a5a0c35 ppsspp_win.zip
$ du -sh ppsspp_win.zip
13M ppsspp_win.zip
$ wine --version
wine-1.7.30-58-g9e4590f
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.
https://bugs.winehq.org/show_bug.cgi?id=43478
Bug ID: 43478
Summary: fail with install MIT Kerberos for Windows 4.1
Product: Wine
Version: unspecified
Hardware: x86
URL: http://web.mit.edu/kerberos/www/dist/index.html#kfw-4.
1
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: lav(a)etersoft.ru
Distribution: ---
After
$ wget http://web.mit.edu/kerberos/www/dist/kfw/4.1/kfw-4.1-i386.msi
$ wine start kfw-4.1-i386.msi
I got
fixme:msi:msi_unimplemented_action_stub RMCCPSearch: ignored 1 rows from
L"CCPSearch"
err:msi:custom_get_thread_return Invalid Return Code 2
err:msi:ITERATE_Actions Execution halted, action L"InstallNetProvider" returned
1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
and revert installed 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.
http://bugs.winehq.org/show_bug.cgi?id=17023
Summary: Systemtools Hyena tool fails to detect the network
connection
Product: Wine
Version: 1.1.13
Platform: Other
URL: http://www.systemtools.com/hyena/download.htm
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kai.blin(a)gmail.com
After getting Hyena to start using native aclui.dll, browsing the domain tree
fails after clicking the + sign next to Enterprise->Networks.
Hyena displays a message box with the text "Unable to open network resource. No
network."
There is no output on the terminal, so I'm a bit at a loss what debug channel
to poke into to figure out what's happening.
--
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=40035
Bug ID: 40035
Summary: VMware shared folders network provider fails loading
in MPR
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pierre(a)reactos.org
Distribution: ---
On VMware Workstation 12, VMware Shared Folders come with a network provider,
vmhgfs.dll. But during registration, instead of using REG_SZ as Wine expects,
it uses REG_EXPAND_SZ with %SystemRoot%. And thus, it fails to load.
I'll submit a patch to Wine for fixing it, watch
http://source.winehq.org/patches/
--
Do not reply 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=38660
Bug ID: 38660
Summary: NUMA Explorer crashes on unimplemented function
KERNEL32.dll.GetNumaProcessorNode
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
this time the other way around...
https://github.com/wine-compholio/wine-staging/tree/master/patches/kernel32…
I spent some time to find an app that really needs this API.
Tadaa ... http://www.flounder.com/numaexplorer.htm
Download: http://www.flounder.com/numaexplorer.zip
--- snip ---
$ wine ./NumaExplorer.exe
...
fixme:process:GetNumaHighestNodeNumber (0x33f898): semi-stub
wine: Call from 0x7bc61777 to unimplemented function
KERNEL32.dll.GetNumaProcessorNode, aborting
...
--- snip ---
Another interesting app is here:
https://technet.microsoft.com/en-us/sysinternals/cc835722.aspx ("Windows
Sysinternal Coreinfo v3.31")
--- quote ---
Coreinfo is a command-line utility that shows you the mapping between logical
processors and the physical processor, NUMA node, and socket on which they
reside, as well as the cache’s assigned to each logical processor. It uses the
Windows’ GetLogicalProcessorInformation function to obtain this information and
prints it to the screen, representing a mapping to a logical processor with an
asterisk e.g. ‘*’. Coreinfo is useful for gaining insight into the processor
and cache topology of your system.
--- quote ---
$ sha1sum numaexplorer.zip
2c635fc0406c77ad876636297939530b726a23ca numaexplorer.zip
$ du -sh numaexplorer.zip
152K numaexplorer.zip
$ wine --version
wine-1.7.44
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=28046
Summary: Program procexp.exe (Process Explorer) cannot start
with Wine
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: AJD(a)aster.pl
The program procexp.exe has encountered serious problem - message.
Behavior: Program refuses to start under wine.
Expected behavior: Program works normally showing list of processes running
under wine.
procexp.exe can be located in http://live.sysinternals.com/procexp.exe
--
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.