https://bugs.winehq.org/show_bug.cgi?id=41448
Bug ID: 41448
Summary: Civilization II Unhandled page fault on read access
Product: Wine
Version: 1.9.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aaronbpaden(a)gmail.com
Distribution: ---
Created attachment 55814
--> https://bugs.winehq.org/attachment.cgi?id=55814
crash log
In at least Wine Staging 1.9.19, Civilization II crashes on startup when the
indeo codecs are installed.
--
Do not reply 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=42218
Bug ID: 42218
Summary: mshtml/tests/dom crashes in xul while running
test_doc_elem
Product: Wine
Version: 2.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Created attachment 56858
--> https://bugs.winehq.org/attachment.cgi?id=56858
backtrace
Crash due to page fault. Backtrace attached.
--
Do not reply 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=42023
Bug ID: 42023
Summary: The Magic School Bus Explores The Solar System crashes
on launch; appears to be missing some files
Product: Wine
Version: 2.0-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Created attachment 56483
--> https://bugs.winehq.org/attachment.cgi?id=56483
console output of installer and application, with WINEDEBUG=+msgbox
When installing, several message boxes appear saying "Unable to create Program
Manager group: 'Microsoft Kids'." These may be due to a stub Dde_OnExecute.
Otherwise the application claims to have installed all files.
The application successfully launches and displays Microsoft Home logo, but a
message box appears saying "Problem loading or finding files. Please run Magic
School Bus Setup again." Closing this message box causes the program to crash.
--
Do not reply 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=38485
Bug ID: 38485
Summary: New Marvel Heroes 2015 Launcher crashes on
unimplemented function dhcpcsvc.dll.DhcpRequestParams
Product: Wine
Version: 1.7.40
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mellery(a)gmail.com
Distribution: ---
Marvel Heroes 2015 has a new game launcher which crashes on startup in wine
with
wine: Call from 0x7b83b6ae to unimplemented function
dhcpcsvc.dll.DhcpRequestParams, aborting
Copying the dll from windows gets the launcher a little further and not crash,
but it doesn't try to download updates for the game. Also shows this
err:module:import_dll Loading library dhcpcsvc.DLL (which is needed by
L"C:\\Program Files\\Gazillion Entertainment\\Marvel Heroes
Game\\downloader.dll") failed (error c000007b).
--
Do not reply 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=41725
Bug ID: 41725
Summary: Unimplemented function
api-ms-win-crt-math-l1-1-0.dll._except1 (Starcraft 2
main menu)
Product: Wine
Version: 1.9.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: kisak42(a)gmail.com
Distribution: ---
Hello,
I am using wine-staging-1.9.23 with no library overrides. 32 bit Starcraft 2
launches from battle.net and plays the Legacy of the Void intro video, followed
by crashing with the following message in the log:
wine: Call from 0x7b43d4b4 to unimplemented function
api-ms-win-crt-math-l1-1-0.dll._except1, aborting
Possible duplicate of https://bugs.winehq.org/show_bug.cgi?id=38354
(msvcr120.dll._except1). I do not have enough insight in the details to
determine one way or another if they are the same.
--
Do not reply 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=39920
Bug ID: 39920
Summary: [REGRESSION] In Nanocad 5.1 the file open/import
dialog does not open
Product: Wine
Version: 1.9.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: andrej.skvortzov(a)gmail.com
Regression SHA1: bbf2cce16041e90d621a1f5889ea1bd760e21a0e
Distribution: ---
Nanocad 5.0 works great with wine 1.4.1, but in wine 1.9.0.37 it's not possible
anymore to open or import file in NanoCad. That make the CAD useless.
I bisected the problem to commit:
[bbf2cce16041e90d621a1f5889ea1bd760e21a0e] comdlg32: Do not modify dialog
resource directly.
I reverted this commit on the latest wine (1.9.0.37) and that fixed my issue
with file open dialog.
Nanocad 5.0 is free and can be downloaded here:
ftp://ftp.nanocad.com/nanocad/nanoCAD50(2000).ZIP
or here
http://nanocad.com/page/DownloadNanoCAD
It can be used without registration/activation in Demo mode. This is enough to
reproduce the bug.
Steps to reproduce the problem:
1. Unpack zip archive into ~/nanocad5
2. Install prerequirements
WINEARCH=win32 WINEPREFIX=~/.wine/wine-test ./wine
~/nanocad5/PreReq/vcredist_x86.exe
3. Install nanoCad
WINEARCH=win32 WINEPREFIX=~/.wine/wine-test ./wine msiexec /i
~/nanocad5/nanoCAD.msi
4. Install nanoCad
WINEARCH=win32 WINEPREFIX=~/.wine/wine-test ./wine msiexec /i
~/nanocad5/nanoCAD.msi
5. Run nanoCad. Select Demo mode.
WINEARCH=win32 WINEPREFIX=~/.wine/wine-test ./wine
~/.wine/wine-test/drive_c/Program\ Files/Nanosoft/nanoCAD\ en\ 5.0/nCad.exe
6. Select menu File->Open. or Click on "Open" icon on the toolbar. Dialog
window will not open.
--
Do not reply 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=19888
Summary: Unhandled vertex processing
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivan1986(a)list.ru
Game Venom. Codename: Outbreak.
After intro video when load main menu background no menu items and in console
many errors:
err:d3d7:IDirect3DExecuteBufferImpl_Execute Unhandled vertex processing !
--
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=42093
Bug ID: 42093
Summary: Unimplemented function rstrtmgr.dll.RmShutdown
Product: Wine
Version: 2.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
http://source.winehq.org/git/wine.git/?a=search&h=HEAD&st=grep&s=RmShutdownhttps://github.com/git-for-windows/git/releases/download/v2.7.0.windows.1/G…
Direct download. Taken from bug 40013. Just install it all defaults and you end
up with wine: Call from 0x7b43bebc to unimplemented function
rstrtmgr.dll.RmShutdown, aborting
--
Do not reply 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=30308
Bug #: 30308
Summary: Property sheet fails to display Page Title
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Classification: Unclassified
Created attachment 39609
--> http://bugs.winehq.org/attachment.cgi?id=39609
Screenshot of PropertySheet - Left Windows, Right WINE.
When a header bitmap isn't passed to PropertySheet. The Title text is not
display on the dialog.
--
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.