http://bugs.winehq.org/show_bug.cgi?id=10212
Summary: Microsoft Crimson Skies crashes after startup
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.microsoft.com/games/crimsonskies/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=8829)
--> (http://bugs.winehq.org/attachment.cgi?id=8829)
relavant portion of +all log
Microsoft Crimson skies goes to a white screen and the debugger launches when
the mission is started.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34857
Bug #: 34857
Summary: Hoyle Casino 2011 game won't launch.
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rahulc93(a)gmail.com
Classification: Unclassified
When I try to launch the Hoyle Casino 2011 game, it fails to start, and an
error is generated. The back-trace for it is attached along-with.
--
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=34915
Bug #: 34915
Summary: user32:msg fails on Windows XP
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
There are two sets of checks that frequently fail on Windows XP:
http://test.winehq.org/data/tests/user32:msg.html
msg.c:8363: Test failed: did not get expected count for minimum timeout (100 !=
~64).
msg.c:8384: Test failed: did not get expected count for minimum timeout (100 !=
~64).
msg.c:8427: Test failed: did not get expected count for minimum timeout (100 !=
~64).
and
msg.c:12631: Test failed: popup menu command: 1: the msg 0x0104 was expected,
but got msg 0x0007 instead
msg.c:12631: Test failed: popup menu command: 2: in msg 0x0007 expecting lParam
0x20000001 got 0xe0000001
msg.c:12631: Test failed: popup menu command: 3: the msg 0x0104 was expected,
but got msg 0x0007 instead
msg.c:12631: Test failed: popup menu command: 4: the msg 0x0106 was expected,
but got msg 0x0007 instead
msg.c:12631: Test failed: popup menu command: 5: the msg 0x0008 was expected,
but got msg 0x0007 instead
msg.c:12631: Test failed: popup menu command: 6: the msg sequence is not
complete: expected 0211 - actual 0000
In both cases the test failures happen with SP2, SP# all the way to the latest
patches, and on QEMU/KVM and VMware VMs.
--
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=32977
Bug #: 32977
Summary: Solidworks 2012 needs unimplemented function
dwmapi.dll.DwmInvalidateIconicBitmaps (Win7 mode)
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denis.bonnenfant(a)diderot.org
Classification: Unclassified
When mode set to Seven, Solidworks 2012 crashes with this message :
wine: Call from 0x7bc4dcf0 to unimplemented function
dwmapi.dll.DwmInvalidateIconicBitmaps, aborting
So probably a stub is needed for this function.
--
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=25392
Summary: Unable to start qm.exe from state-machine.com website
on Ubuntu 10.04 LTS
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: akshay.ranjan(a)gmail.com
Created an attachment (id=32308)
--> (http://bugs.winehq.org/attachment.cgi?id=32308)
Error dialog
I am unable to start the HSM drawing tool from Quantum (state-machine.com). I
was able to run this tool in Windows. I tried changing Windows version settings
in Wine but it didn't helped.
--
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=30737
Bug #: 30737
Summary: Dde_OnRequest should return groups_data instead of
NULL
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bug-track(a)fisher-privat.net
Classification: Unclassified
Created attachment 40241
--> http://bugs.winehq.org/attachment.cgi?id=40241
patch v1
The setup32.exe of EG (Evangelisches Gesangbuch) fail before end of setup. The
reason is on unxpected result on DdeClientTransaction. The second reason is
probably programming error of this app.
The app works as fallow:
- DdeCreateStringHandleA with "Progman"
- then DdeClientTransaction with hszItem == Pragman and hszTopic == Pragman.
- after this it parses the data returned by previous command.
at this stage it will try to parse NULL pointer and fail. At this point i would
say, it is an app problem. But it works on windows and looks like it returns
NULL in really rare cases.
Currently i did some hacky patch wich return empty group data. It fixes crash
issue on the end of setup.
--
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=23300
Summary: Overgrowth crashes immediately on launch
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: qense(a)ubuntu.com
The game 'Overgrowth' is currently still in alpha, but preorderers can download
the alphas already.
A Linux version is planned, but waiting for a library to be ported to Linux.
Meanwhile Linux users are encouraged to use Wine. All alphas I have tested
(from a78) up to and including the latest a83 release crash.
When you launch the a83 release you have to wait for a few seconds until a
window pops up called 'Phoenix', a Wine debugger window, and a warning dialogue
telling the application crashed. That's all.
A lockfile can be found in the data directory that Ovegrowth places in the data
directory at ~/Wolfire/Overgrowth/lockfile, but apparently there is an issue
with that, according to a fixme.
Previously I got errors telling me that configuration text files in a(nother)
data directory didn't exist, even though one of the two was there and creating
the other didn't help. That issue is gone now, but maybe some of the issues
with the data directory are reamining.
The command " env WINEPREFIX="/home/{username here}/.wine" wine
C:\\windows\\command\\start.exe /Unix /home/{username
here}/.wine/dosdevices/c:/users/{username here}/Start\
Menu/Programma\'s/Overgrowth/Overgrowth.lnk" has this result:
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0080: stub!
fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000413", 0001: stub!
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
wine: Unhandled exception 0xc000000d at address 0x80000023:0x7814e785 (thread
001c), starting debugger...
--
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=21425
Summary: Logitcech quick cam driver and logitech kb driver give
installation errors
Product: Wine
Version: 1.1.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmcfarland(a)dslextreme.com
Created an attachment (id=25803)
--> (http://bugs.winehq.org/attachment.cgi?id=25803)
Wine backtrace file
I am trying to install lws110.exe and lgps304.exe on to my wine installation
and I am getting installation errors.
--
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=24266
Summary: game crashes
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rommessean(a)yahoo.com
hello i resently installed wine and a game called requiem momento mori
everytime i try and play it the launcher for the game takes about 1-3 minutes
to load then when i start the game its normal but the backround animations are
very sketchy i login and sometimes it just crashes and exits the game other
times i make it to the character screen get to the loading screen it finishes
loading then tell me that "a severe error has occurred and must shutdown" i
used to have windows vista basic instaled and havnt had this problem. i have
ubuntu 10.04 now and now i cant play i hope that theres enough information here
to help solve the problem i dont know anything about fixing bugs but if you
need more info let me know
--
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.