http://bugs.winehq.org/show_bug.cgi?id=29129
Bug #: 29129
Summary: HOMM3 (from GOG.com) installs, but does not start
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: p.ixiemotion(a)gmail.com
Classification: Unclassified
Created attachment 37531
--> http://bugs.winehq.org/attachment.cgi?id=37531
debug log
This regards Heroes of Might and Magic 3 Complete (GOG.com version),
http://appdb.winehq.org/objectManager.php?sClass=version&iId=24425
I've tried both plain wine and playonlinux, and with both the game installs
fine, but then when I try to start it, the taskbar shows one program with the
HOMM3 icon (nothing shows when I click on it) and one program that says
"Program error". I haven't found any similar bug reports, and from searching
around, it seems everyone else gets it to run in wine just fine.
The result of running
env WINEPREFIX="/home/alouqua/.PlayOnLinux/wineprefix/homm3" wine
C:\\windows\\command\\start.exe /Unix
/home/alouqua/.PlayOnLinux/wineprefix/homm3/dosdevices/c:/users/Public/Desktop/Heroes\
of\ Might\ and\ Magic\ 3\ Complete.lnk &> ~/homm3wine.log
is attached.
This is running 32-bit Xubuntu 11.10 Oneiric, wine 1.3.28, winetricks 20110629.
It's pretty much a fresh install, haven't tried running anything else in wine,
nor done any winetricks. The laptop ran HOMM3 fine in Windows XP.
--
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=29716
Bug #: 29716
Summary: unimplemented function ntdll.dll.RtlCreateTagHeap
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: conrad.classen(a)gmail.com
Classification: Unclassified
Command regsvr32 ntsvc.ocx
Produces the following output
fixme:ntdll:NtQuerySystemInformation (0x00000032,0x32f7d4,0x00000004,(nil))
stub
wine: Call from 0x7bc3e1f0 to unimplemented function
ntdll.dll.RtlCreateTagHeap, aborting
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100
Failed to load DLL ntsvc.ocx
--
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=29323
Bug #: 29323
Summary: Wine fails to load wordpro.exe, says Bad EXE format
Product: Wine
Version: 1.3.34
Platform: x86-64
URL: ftp://ftp.lotus.com/pub/lotusweb/product/smartsuite/de
mo/suitedemo.EXE
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Hi,
This bug applies to the Word Pro executable in the Lotus SmartSuite Millennium
demo. (Warning: the demo installer is ~345MB.)
After downloading and running the installer, run wordpro.exe. Wine fails saying
wine: Bad EXE format for C:\Lotus\wordpro\wordpro.exe
I'm assuming wordpro.exe does actually work in Windows. Here is part of a
+module trace:
trace:module:load_dll looking for L"C:\\Lotus\\wordpro\\wordpro.exe" in
L".;C:\\windows\\system32;C:\\windows\\system;C:\\windows;C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem"
trace:module:get_load_order looking for L"C:\\Lotus\\wordpro\\wordpro.exe"
trace:module:get_load_order got main exe default n,b for
L"C:\\Lotus\\wordpro\\wordpro.exe"
trace:module:load_native_dll Trying native dll
L"C:\\Lotus\\wordpro\\wordpro.exe"
trace:module:map_image mapped PE file at 0x400000-0x8fd000
trace:module:map_image mapping section .text at 0x401000 off 1000 size 438000
virt 437389 flags e0000020
trace:module:map_image mapping section .rdata at 0x839000 off 439000 size b2000
virt b1e53 flags 40000040
trace:module:map_image mapping section .data at 0x8eb000 off 4eb000 size 3000
virt a31c flags c0000040
trace:module:map_image mapping section .tls at 0x8f6000 off 4ee000 size 1000
virt c flags c0000040
warn:module:map_image Section .rsrc too large (4f7000+a000/4fd000)
warn:module:load_dll Failed to load module L"C:\\Lotus\\wordpro\\wordpro.exe";
status=c000007b
wine: Bad EXE format for C:\Lotus\wordpro\wordpro.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.
http://bugs.winehq.org/show_bug.cgi?id=28462
Summary: ntdll/exception test segfaults if
CFLAGS="-fstack-protector-all" is used
Product: Wine
Version: 1.3.28
Platform: x86
URL: http://wiki.debian.org/Hardening
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
+++ This bug was initially created as a clone of Bug #28461 +++
make test passes for me fine if I use -fstack-protector, but if I use
fstack-protector-all, some tests fail. Next up, ntdll/exception.c:
austin@aw25 ~/wine-git/dlls/ntdll/tests $ make exception.ok
../../../tools/runtest -q -P wine -M ntdll.dll -T ../../.. -p ntdll_test.exe.so
exception.c && touch exception.ok
/bin/sh: line 1: 21350 Segmentation fault ../../../tools/runtest -q -P
wine -M ntdll.dll -T ../../.. -p ntdll_test.exe.so exception.c
make: *** [exception.ok] Error 139
testing this when I noticed that Debian is planning to harden packages by
default:
http://wiki.debian.org/Hardeninghttp://lists.debian.org/debian-devel/2011/09/msg00054.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=27592
Summary: Calibre fails to convert books
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atsia2003(a)yahoo.gr
Hi,
I have installed Calibre using wine 1.3.22 . The program is not usable since
converting ebooks is not working.
Running wine calibre-debug -g I get the following error:
Job: 1 Convert book 1 of 1 (Calibre Quick Start Guide) finished
Python function terminated unexpectedly
(Error Code: 1)
Traceback (most recent call last):
File "site.py", line 132, in main
File "site.py", line 109, in run_entry_point
File "site-packages\calibre\utils\ipc\worker.py", line 171, in main
EOFError
Python function terminated unexpectedly
(Error Code: 1)
Traceback (most recent call last):
File "site.py", line 132, in main
File "site.py", line 109, in run_entry_point
File "site-packages\calibre\utils\ipc\worker.py", line 171, in main
EOFError
It seems to me a bug with python calls.
Note at this point that I hacked SetNamedPipeHandleState to return TRUE to
overcome the multithreading problems with python.
You can download the program at http://calibre-ebook.com/download
--
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=12107
Summary: Microsoft Streets and Trips 2004 aborts on startup with
"incorrect registry settings"
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
For some reason, three registry settings are being created
in user.reg instead of system.reg. If you copy the keys under
Software\\Microsoft\\Automap\\11.0
from user.reg to system.reg, the app gets further.
I haven't checked to see whether these keys are
in HKLM under Windows, but if they are,
this is an installer 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=21862
Summary: Sid Meier's Pirates (Steam): crashes after 2K Games
splash screen
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nap.enthusiast(a)yahoo.com
Created an attachment (id=26479)
--> (http://bugs.winehq.org/attachment.cgi?id=26479)
Backtrace from the crash
Sid Meier's Pirates, latest Steam version, crashes after the 2K Games splash
screen.
Wine installed via MacPort (wine-dev package).
"Emulate a virtual desktop" is ON. If it's OFF, Pirates is "Unable to
initialize DirectX".
--
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=30277
Bug #: 30277
Summary: Couldn't install PL/SQL Developer
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikhail.v.gavrilov(a)gmail.com
Classification: Unclassified
Couldn't install PL/SQL Developer
Installer here: http://download.allroundautomations.com/plsqldev906.exe
Install stoped with message "Exception EdxGdipException in module
AdminSetup.exe at 000A2A46. Invalid operation in GDI+ (Code: 1)."
--
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=25742
Summary: no privileges to create COM components
Product: Wine
Version: 1.3.11
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Manuel.Bihl(a)gmx.de
Trying to patch Anno 1404 Venice to 2.1 (nov 2010):
Installshield Wizard crashes:
Unable to create required engine components, check whether you have appropriate
privileges to create COM components.
console:
wine: Unhandled page fault on read access to 0x00000000 at address 0x7e83be58
(thread 0021), starting debugger...
fixme:ntdll:NtQuerySystemInformation (0x00000032,0x33fad4,0x00000004,(nil))
stub
wine: Call from 0x7bc3f930 to unimplemented function
ntdll.dll.RtlCreateTagHeap, aborting
err:module:attach_process_dlls "KERNELBASE.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\winedbg.exe" failed, status 80000100
--
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=9270
Summary: Psychonauts resets key bindings after game restart
Product: Wine
Version: 0.9.43.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=4384
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
All the key bindings are reset to something strange each time I load the game.
Even copying profile from windows doesn't help. Going into options and
resetting them to default fixes the problem until game exit.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.