https://bugs.winehq.org/show_bug.cgi?id=39342
Bug ID: 39342
Summary: Thunder crashes without native riched20
Product: Wine
Version: 1.7.51
Hardware: x86
URL: http://down.sandai.net/thunder7/Thunder_dl_7.9.40.5006
.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: hillwoodroc(a)gmail.com
Regression SHA1: 73ab5034efb418251c17a0e49bbf1dc4190e5bfe
Distribution: SUSE
Created attachment 52431
--> https://bugs.winehq.org/attachment.cgi?id=52431
trace-richedit-thunder
1. Dowmload from http://down.sandai.net/thunder7/Thunder_dl_7.9.40.5006.exe
2. run "wine Thunder_dl_7.9.40.5006.exe" to install
3. wine C:\\Program\ Files\\Thunder\ Network\\Thunder\\Program\\Thunder.exe
-StartType:DesktopIcon
Useing "winetricks riched20" can fix it.
--
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=43650
Bug ID: 43650
Summary: nolf2 game error on install
Product: Wine
Version: 2.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bronsonmathews(a)gmail.com
Distribution: ---
I get the following when launching the installer for NOLF2. Can grab the game
here: http://nolfrevival.tk/
fixme:winediag:start_process Wine Staging 2.15 is a testing version containing
experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug
reports on winehq.org.
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:create_server class {91814ec0-b5f0-11d2-80b9-00104b1f6cea} not
registered
err:ole:CoGetClassObject no class object {91814ec0-b5f0-11d2-80b9-00104b1f6cea}
could be created for context 0x4
--
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=12030
Summary: MozyHome: backup service does not work
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.mozy.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raccoonone(a)procyongames.com
Created an attachment (id=11369)
--> (http://bugs.winehq.org/attachment.cgi?id=11369)
console output
trying to start the MozyHome backup service (mozybackup.exe) via "wine net
start 'mozybackup'" causes the process to start. But after a couple of seconds
it exits without an error message.
I'm not sure what is causing it to close, but most of the fixme's show up right
as mozybackup disappears from the process list.
I've attached a log of the console output.
Any ideas? I was going to start by looking into implementing
WTSEnumerateSessionsW, WTSFreeMemory, ParseStringSidToSid, and
WSALookupServiceBeginW
--
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=9805
Summary: fixme:ole:OaBuildVersion16 Version value not known yet
Product: Wine
Version: 0.9.45.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincent.hardy.be(a)gmail.com
Created an attachment (id=8254)
--> (http://bugs.winehq.org/attachment.cgi?id=8254)
WINEDEBUG=+relay,+msgbox
With an old program from http://www.derouck.com/cdromgps/f/index.asp
i have a messagebox with :
"Wrong version of operating system; requires Windows NT 3.51 (build 1057 or
above)"
I have tried with all different windows version in winecfg.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43494
Bug ID: 43494
Summary: Microsoft Flight Simulator 2000 crashes when losing
focus during flight
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: an0n1m0(a)hotmail.it
Distribution: ---
Created attachment 58873
--> https://bugs.winehq.org/attachment.cgi?id=58873
log of the crash using +loaddll,fixme+all,warn+all,err+all
During a flight, on Windows, if the game loses the focus, it is paused
automatically (equivalent to pressing P). Under wine, the game crashes.
The game behaves normally when a menu is opened (in this case, everything is
paused, and the game doesn't crash).
If I select in winecfg "emulate a virtual desktop", the game doesn't crash
anymore because of this issue.
I tested this behaviour on ubuntu with both unity and gnome3, under wine 1.6,
wine stable (2.0.2) and wine-devel (2.16). The results were all the same.
I attached the result of the following commands:
export WINEDEBUG=+loaddll,fixme+all,warn+all,err+all
wine start 'C:\Program Files\Microsoft Games\FS2000\FS2000.EXE' &>log.txt
Then I started a flight and clicked outside of the game window (so that the
crash occurs).
--
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=43496
Bug ID: 43496
Summary: Microsoft Flight Simulator 2000 : game pauses when
tooltips are shown
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: an0n1m0(a)hotmail.it
Distribution: ---
Everytime one hovers the mouse on an instrument, then move the mouse out to let
the tooltip disappear, the game pauses. The game normally should pause only
when the game window loses focus (but when the whole window lose focus the game
crashes, see bug #43494).
This happens on all versions of wine from 1.6 to the latest devel (2.16).
There is a workaround for this (as in #43494): enable virtual desktop on
winecfg.
Everytime I reproduce this behaviour (show tooltip, move the mouse, the tooltip
disappears => game paused) this shows up in the terminal:
warn:dsound:IDirectSound8Impl_SetCooperativeLevel level=DSSCL_PRIORITY not
fully supported
warn:dsound:DSOUND_PerformMix Probable buffer underrun
--
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=43495
Bug ID: 43495
Summary: Microsoft Flight Simulator 2000 : blurry and purple
text
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: an0n1m0(a)hotmail.it
Distribution: ---
Created attachment 58874
--> https://bugs.winehq.org/attachment.cgi?id=58874
text rendering comparison
The text in the game looks really bad, compared to what it should look. See the
attached image for a comparison.
This behaviour is present on all versions of wine (tested from 1.6+ to devel).
As a side note, it is rendered the same on Virtualbox running Windows XP. On
native windows (tested on windows 8.1) it looks good.
--
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=21187
Summary: OLE Exception code 80004002 - AmiBroker + AmiQuote
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mxn(a)atlas.cz
Steps to reproduce:
1) Download AmiBroker (trial application ver. 5.20) from
http://www.amibroker.com/download.html
2) Install it with command 'wine AmiBroker520.exe'
3) 'cd' to directory where AmiBroker trianl is installed
4) Start AmiBroker with command 'wine Broker.exe'
5) Start AmiQuote with command 'wine AmiQuote/Quote.exe'
6) In 'AmiQuote' choose 'Tools -> Auto-update Amibroker database'
7) Error dialog pops up 'OLE Exception code 80004002'
8) downgrade wine to ver. 1.1.33
9) Repeat steps 4) - 6), no Error dialog is displayed and everything works
correctly (database is updated)
Note: I believe bug is also reproducible in wine 1.1.34.
--
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=37332
Bug ID: 37332
Summary: Cannot run Rome Total War (installed / run from Steam)
Product: Wine
Version: 1.7.25
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winebugz.20.dllahr(a)xoxy.net
Created attachment 49642
--> https://bugs.winehq.org/attachment.cgi?id=49642
output from running wine
Brief version: I'm using wine 1.7.25 compiled from sources on a Mac probook
running OS X 10.9.5. I was able successfully install and run Steam, log in to
my Steam account, and have Steam download and install Rome Total War. When I
attempt to run Rome Total War (either through the Steam interface or through
the command line - which still calls Steam), I have managed to get it to
display the initial screen, but then it either hangs (most of the time) or
crashes. I tried running in a virtual desktop mode, no change in behavior.
More info: I previously installed wine 1.6.2 using HomeBrew. Prior to
compiling wine 1.7.25, I used HomeBrew to check for / install listed
dependencies. I'm using
WINEPREFIX=/opt/no_backup/wine
Side note: I was able to get the game working on an ubuntu system running on
virtualbox on this same Mac, however the performance was very slow - the mouse
response was very, very slow.
--
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.