http://bugs.winehq.org/show_bug.cgi?id=17271
Summary: Excel 2003 help does not seem to work, unable to
connect?
Product: Wine
Version: 1.1.14
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mk144210(a)bcm.edu
Created an attachment (id=19270)
--> (http://bugs.winehq.org/attachment.cgi?id=19270)
gray office help window. Does not load.
I am going to attach screenshots. Topics seem to be listed, but when viewing a
topic just a blank gray window and the topic window says "Unable to connect to
Microsoft office online".
Misha
--
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=37250
Bug ID: 37250
Summary: Problems when trying to sign a document under WINE
with PDFXChange Editor 5.5(build 309.0).
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: idohlp2(a)gmail.com
Created attachment 49538
--> https://bugs.winehq.org/attachment.cgi?id=49538
Crash details
I am a debian linux user and I have PDFXChange Editor installed with WINE.
- When choosing "use certificate from system store", the editor crashes.
- When choosing "use certificate from file", after the file is chosen the
editor prompts for a password. Though after it is inserted, the signature file
is ignored. i.e. it behaves as no signature file was ever selected.
I contacted the company and their response was:
"...
The issue is because some CryptoAPI functions the editor uses are not
implemented (or implemented as stubs) in WINE.
The solution on our side is not trivial and we will not fix it in the next
build. I would recommend him to submit a WINE bug report
..."
--
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=37012
Bug ID: 37012
Summary: Evernote 5.5.x crashes when accessing the Market tab
Product: Wine
Version: 1.7.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Created attachment 49180
--> http://bugs.winehq.org/attachment.cgi?id=49180
Backtrace
When accessing the Market tab Evernote crashes.
--
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=27558
Summary: EA Origin: application starts in Polish instead of
English
Product: Wine
Version: 1.3.22
Platform: x86
URL: http://www.origin.com/about?easid=Origin-Origin_Web_HP
Rnav_Download
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=35227)
--> (http://bugs.winehq.org/attachment.cgi?id=35227)
terminal output
Very strange, this application is the new version of EA's download manager.
Installing works under Wine (in English), but start it up, and it's in Polish
(I think, some Eastern European language)..
Works correctly under my Windows 7 VM. Win7 version for wine makes no
difference.
Perhaps it's querying for locale in a strange way and defaulting to Polish if
not available (perhaps that was the developers' language)?
Terminal output attached.
2b72c73eddda31c1873d4894736a552980ed48c5 OriginSetup.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.
https://bugs.winehq.org/show_bug.cgi?id=36466
Bug ID: 36466
Summary: Add WScript.Echo support for VBScripts and JScripts
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
as the summary says...
Example 'echotest.js':
--- snip ---
WScript.Echo("hello");
--- snip ---
Output:
--- snip ---
$ wine cscript echotest.js
fixme:wscript:Host_Echo (0x12f090)
--- snip ---
Source:
http://source.winehq.org/git/wine.git/blob/6617f27004039860ac5d487c5ec0e112…
--- snip ---
264 static HRESULT WINAPI Host_Echo(IHost *iface, SAFEARRAY *args)
265 {
266 WINE_FIXME("(%p)\n", args);
267 return E_NOTIMPL;
268 }
--- snip ---
Be aware that 'cscript' and 'wscript' behave differently.
cscript -> console output
wscript -> message box
NOTE: Wine's 'cscript' shares the sources with 'wscript' (parent).
'winetricks -q wsh57' works around.
$ wine --version
wine-1.7.18-136-g0fb88f8
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=32297
Bug #: 32297
Summary: dwChannelMask, nAvgBytesPerSec and nBlockAlign handled
incorrectly by mmdevapi drivers in IsFormatSupported.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.b.lankhorst(a)gmail.com
Classification: Unclassified
Created attachment 42628
--> http://bugs.winehq.org/attachment.cgi?id=42628
mmdevapi render test patch, passes on a win7 machine
Each driver currently handles IsFormatSupported in an inconsistent manner, so I
did some tests against win7 to see what happens.
Attached testcase is the result, and currently fails on all drivers.
nAvgBytesPerSec and nAvgBytesPerSec seem to be ignored for WAVE_FORMAT_PCM,
as I sort of expected, and gets an E_INVALIDARG for WAVE_FORMAT_EXTENSIBLE.
dwChannelMask seems to be ignored for shared mode, and strictly validated on
exclusive mode.
--
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=30261
Bug #: 30261
Summary: Imperial Glory - Creating multi-player game causes
crash
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maquis196(a)yahoo.co.uk
Classification: Unclassified
Created attachment 39534
--> http://bugs.winehq.org/attachment.cgi?id=39534
Console output of crash
When launching a multiplayer game on either LAN or internet. The game crashes.
I'll attach console output.
Also, +all causes game not to load but will gladly retest with any request
debug channels.
--
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=30344
Bug #: 30344
Summary: Windows 8 consumer preview setup crashes due to
unimplemented function msi.dll.MsiEnumClientsExW
Product: Wine
Version: 1.5.1
Platform: x86-64
URL: http://windows.microsoft.com/en-US/windows-8/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Windows 8 Consumer Preview Setup (which doesn't install Windows directly, but
downloads the installation files and can create an ISO/DVD from them) aborts
after a program called wicainventory.exe crashes while checking for
compatibility issues. The terminal shows:
wine: Call from 0x7b83bec2 to unimplemented function msi.dll.MsiEnumClientsExW,
aborting
wine: Unimplemented function msi.dll.MsiEnumClientsExW called at address
0x7b83bec2 (thread 000d), starting debugger...
Prerequisite: winetricks vcrun6
--
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=36882
Bug ID: 36882
Summary: Modern Era Touhou Games run at abnormally low FPS
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrewsuicune(a)gmail.com
In later Touhou Project games (tested 14 and 14.3) in Wine 1.7.20 (and 1.7.21
and most likely before as well, but starting after 1.7.3), the FPS of the games
suddenly drops abnormally to about 20-30 for an inexplicable reason.
The following seemed especially prevalent in the Terminal Window during the
problematic FPS areas (which include the main menu)
fixme:d3dx:D3DXLoadSurfaceFromMemory Unhandled filter 0x30004.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
The former is unfamiliar to me, while I have seen the latter before in Touhou
games.
Also, when quitting and exiting the game, the following appeared:
wine(526,0x405d6000) malloc: *** error for object 0x401ca000: pointer being
freed was not allocated
*** set a breakpoint in malloc_error_break to debug
I will be adding bug links and may perform a git bisect if wine-git compiles
for me.
--
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=24331
Summary: [NI Circuit Design Suite] fails to install, keeps
repeating "fixme:volume:GetVolumePathNameW (....),
stub!"
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=11033
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saturn_systems(a)yahoo.com
When installing NI Circuit Design Suite it fails to install, and keeps
repeating "fixme:volume:GetVolumePathNameW (....), stub!" in the terminal
output. (see attached)
--
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=34806
Bug #: 34806
Summary: Brothers in Arms Road to Hill 30 demo: Clicking sounds
in audio
Product: Wine
Version: 1.7.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tdsbug(a)gmail.com
Classification: Unclassified
Created attachment 46417
--> http://bugs.winehq.org/attachment.cgi?id=46417
+dsound,+dsound3d,+sound log
There are clicking noises in main menu. They repeat at random intervals, every
~0.5 seconds.
Not a regression, I have tested on wine-1.3.7+.
Arch Linux x64.
Using default alsa drivers.
--
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=30432
Bug #: 30432
Summary: UpdateResource doesn't update PE checksum neither
Resource Table virtual address
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kervala(a)gmail.com
Classification: Unclassified
Hi,
I'm implementing a mt.exe clone which only can add a manifest to an EXE or DLL
file.
When I call BeginUpdateResource, UpdateResource and EndUpdateResource under
Windows to add a .manifest to a .exe the modified .exe has a valid checksum and
its Resource Table virtual address in PE header is defined.
Later if I call LoadLibrary and FindResourceEx with the resulting, it returns a
correct pointer on the manifest resource.
But if I call the same functions under Linux with WINE, the manifest seems to
be added to the EXE but the EXE checksum is set to 0 and Resource Table virtual
address too, so if I check the Manifest with FindResourceEx it returns NULL
because it can't find it.
I have some .exe with and without manifest and the corresponding .manifest if
you're interested to compare PE header.
I also have a test case to check if manifest is found.
Please could you fix that ?
Thanks
--
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=32524
Bug #: 32524
Summary: mmdevdrv assertion failure on FarCry3 loading screen
Product: Wine
Version: 1.5.18
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kug3lblitz(a)gmail.com
Classification: Unclassified
When playing FarCry 3, my wine crashes with the following assertion failure:
xe: mmdevdrv.c:534: pulse_wr_callback: Assertion `oldpad >= This->pad' failed.
wine: Assertion failed at address 0xf7753425 (thread 0039), starting
debugger...
So far, this has happened every time at the same loading screen (3/3) but not
on other loading screens. The loading screen in question is the first one in
the middle of the mission to pirate cove.
--
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=18357
Summary: MyHeritage Family tree builder crashes in the begining
of the installtion (NSIS installer)
Product: Wine
Version: 1.1.19
Platform: PC
URL: http://www.myheritage.com/family-tree-builder
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kohen.d(a)gmail.com
Created an attachment (id=20913)
--> (http://bugs.winehq.org/attachment.cgi?id=20913)
Terminal output
The splash screen appears, but afterwards the installation crashes with an X
related error (X_ChangeProperty).
Tested on Ubuntu Jaunty AMD64.
--
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=30016
Bug #: 30016
Summary: OleSavePictureFile not implemented - iWin Games
Manager installer crashes
Product: Wine
Version: 1.4-rc5
Platform: x86
URL: http://www.iwin.com/
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 39083
--> http://bugs.winehq.org/attachment.cgi?id=39083
backtrace
The installer for iWin Games Manager crashes right after starting.
>wine: Call from 0x7b839342 to unimplemented function oleaut32.dll.OleSavePictureFile, aborting
For some reason the crash is not fatal when using Wine versions>1.3.37: after
closing the error reporting dialog, the installer resumes the installation.
With previous Wine versions the installer hangs after the crash.
Can be reproduced by downloading and installing the trial version of any game
from iWin.
--
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=11117
Summary: youtubedownloader hits "unimplemented
shdocvw.DoFileDownload"
Product: Wine
Version: CVS/GIT
Platform: PC
URL: ftp://ftp1.volftp.tiscali.it/pub/pc/windows/win98/utilit
y/graphic/video/youtubedownloader.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Guess the title says it all. The application is pretty useless because of this
:(
--
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=32943
Bug #: 32943
Summary: GOG.com Uru Complete Chronicles
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b.ortmayr(a)gmx.at
Classification: Unclassified
Hi at all
I´m a noob with wine but i have a problem with Uru!
When i start the game everything is normal - the two intro videos from ubisoft
and cyanworld plays and than the game chrashes with this message:
Exception type: Access violation
Call stack (14 levels):
0x7BC4C6BE
0x7BC7185E
0x7BC71ADD
0x7BC71880
0x7B85EA2B
0x7B85B4FC
0x00869D54
0x00484338
0x004753F3
0x0050FA53
0x00854191
0x00994750
0x0099471A
Can anyone help me please
--
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=29289
Bug #: 29289
Summary: Sharepod crash
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ic_einstein(a)yahoo.co.uk
Classification: Unclassified
Created attachment 37884
--> http://bugs.winehq.org/attachment.cgi?id=37884
everything the terminal has to show
Sharepod just crashes on opening it.
--
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=16373
Summary: Adobe Reader 8.1 can't open "Beyond Adobe Reader"
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=8988
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=17687)
--> (http://bugs.winehq.org/attachment.cgi?id=17687)
+mshtml,-msimtf
Install Adobe, try to open "Beyond Adobe Reader". Fails to open. Looks like
embedded html, as winebrowser isn't involved.
+mshtml,-msimtf attached
--
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=14448
Summary: Spectaculator: menu icons do not show properly when not
fullscreen
Product: Wine
Version: 1.0.0
Platform: PC
URL: http://www.spectaculator.com/downloads/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amlopezalonso(a)gmail.com
Spectaculator is a Sinclair ZX-Spectrum emulator. When running it
non-fullscreen, menu icon widgets are only shown when getting the pointer over
them, and then they flicker.
--
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=21327
Summary: Weird behaviour with Alt+Tab and wine fullscreen
applications
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krause(a)informatik.uni-halle.de
i have witnessed this for quite a while now, and i'm not sure if it's a bug in
wine or in kwin, or somewhere completely different.
the symptoms are:
when i start a game in wine in fullscreen mode, i can alt-tab out of it, but
only if the window i alt-tab to is not maximised. as soon as i switch to a
maximised window, or the whole screen is covered with non-maximised windows,
the full screen game jumps to front display-wise, if i click with the mouse,
the clicks go to the windows (that i don't see anymore)
it has been like this for several wine and kde versions, but not since the very
beginning. i could not isolate when it started behaving this way.
KDE version is 4.3.4
wine version is 1.1.35
Graphics card is a Radeon 9700Pro, with fglrx driver 9.3 (last one that
supports the card)
i have also reported this in the KDE bugzilla here:
https://bugs.kde.org/show_bug.cgi?id=222210
--
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=24384
Summary: Program Error - My Heritage Family Tree Builder
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: physicsmichael(a)yahoo.com
My Heritage Family Tree Builder is a free program which can be downloaded from
this link : http://www.myheritage.com/family-tree-builder . I have used it for
a long time on windows and recently tried to install and use it on Ubuntu. The
installation process went smoothly and completed just fine. But after starting
to run the program a window pops up and states :
Program Error
The program MyHeritage.exe has encountered a serious problem and needs to
close. We are sorry for the inconvenience.
This can be caused by a problem in the program or a deficiency in Wine. You
may want to check http://appdb.winehq.org for tips about running this
application.
If this problem is not present under Windows and has not been reported yet, you
can report it at http://bugs.winehq.org.
If more information is required please provide me with instructions to retreive
it, as I am new to UNIX (plus I'm using Ubuntu, so I don't often use the
terminal). Thank you.
--
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=28142
Summary: GODS-Lands of Infinity: NPCs have multiple shadows
Product: Wine
Version: 1.3.26
Platform: x86
URL: http://www.fileplanet.com/156544/150000/fileinfo/GODS:
-Lands-of-Infinity-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=36056)
--> (http://bugs.winehq.org/attachment.cgi?id=36056)
terminal output
Each NPC casts multiple shadows in GODS: Lands of Infinity. (6-8 shadows appear
in the vicinity of each NPC).
I can reproduce the problem with Wine-1.0.1, 1.2.3, too.
Changing texture/shadow quality in the launcher has no effect.
Disabling GLSL/shaders also doesn't help.
Notes when testing the problem in the demo:
1) You can rotate the camera by pressing and holding the right mouse button.
You can move your character using the standard WSAD method.
2) If you get too bright display after the game was started, you need to type
'xgamma -gamma 1.0' in another terminal after the game was launched. This
restores the brightness of the screen.
Fedora 15 x86
Gnome 3
Nvidia GeForce 250 / driver 280.13
--
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=36684
Bug ID: 36684
Summary: fRo game ( Ragnarok ) : loop bug while installing
Product: Wine
Version: unspecified
Hardware: x86
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fabien.trinh(a)yahoo.fr
Hello,
I am a Wine newbie, please be easy on me and tell everything I need to
understand bugs.
On a VirtualBox hardware ( x86 ), I tried to install the fRo Ragnarok client on
my FreeBSD system with Wine :
Logged on as normal user, I used the following command "wine ROSetup.exe" in a
x11 interface. After Wine configures ( it uses the default folder ~/.wine )
, the installation setup freezes after a few "Next" and the console displays
"fixme:uniscribe:GSUB_apply_ChainContextSubst TODO: subtype 2 (Class-based
Chaining Context Glyph Substitution)" on a endless loop.
Wine is at 1-7.19,1 version and was installed by port system ( port wine-devel
on www.freshports.org; with CUPS=off, DOSBOX=on, GECKO=on, GNUTLS=off, HAL=on,
LDAP=on, LIBXSLT=off, MONO=on, OPENAL=on, WINEMAKER=on )
A warning "configure: WARNING: prelink not found" was displayed while FreeBSD
installed Wine, I don't know if it is important or not.
ROSetup.exe was fetched on www.ragnarokeurope.com/top/download-r36.html
Before, I also tried Wine 1-6.2, the installation was finished but the game
crashes immediately ( on Windows, the Ragnarok client launchs after a update of
the client. on FreeBSD & Wine, the update wasn't even finished ).
Winetrick was used to install Visual C++ 6 and Visual C++ 2008 but those
haven't effect on the installation with Wine 1-6.2 or Wine 1-7.19,1.
Thank you.
--
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=34603
Bug #: 34603
Summary: Trainsimulator 2014 crash at start/fails to start
Product: Wine
Version: 1.7.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: salamanderrake(a)gmail.com
Classification: Unclassified
Created attachment 46088
--> http://bugs.winehq.org/attachment.cgi?id=46088
steam supplied overrides via winetricks install
Train simulator fails to start/crashes. New steam install in a new overlay.
First with overrides provided by steams install via winetricks, then with d3dx9
override. Also have output from WINEDEBUG="-all,d3d". Also debug output with
d3d11 disabled in winecfg.
--
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=30050
Bug #: 30050
Summary: Supreme Commander 2 mouse pointer not visible
Product: Wine
Version: 1.4-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: reza12127(a)yahoo.com
Classification: Unclassified
when i was moving the mouse, elements on the screen responsed to it but mouse
pointer was not visible
--
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=24162
Summary: Youtube downloader fails to download videos
Product: Wine
Version: 1.3.1
Platform: x86-64
URL: http://download.cnet.com/YouTube-Downloader/3000-2071_
4-10647340.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=30407)
--> (http://bugs.winehq.org/attachment.cgi?id=30407)
Log
When attempting to download a video with Youtube Downloader, the download fails
and a window displays HTTP errors (303).
Console output is attached.
--
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=23199
Summary: Dominion Wars main menu cannot be displayed
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yochenhsieh(a)gmail.com
Created an attachment (id=28864)
--> (http://bugs.winehq.org/attachment.cgi?id=28864)
console output of Dominion Wars
While using wine to run the game "Star Trek: Deep Space Nine - Dominion Wars",
the main menu cannot be displayed correctly. Therefore I cannot test other
parts of the game.
The attached console output is copied while playing Dominion Wars in a desktop
window of 800x600 resolution.
--
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=35634
Bug ID: 35634
Summary: i do not know
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: superviveur(a)gmail.com
Created attachment 47589
--> http://bugs.winehq.org/attachment.cgi?id=47589
when should start lobby ... crash
from www.multigioco.it i've downloaded client to play poker that is:
mgmultigioco.it.exe
it is ok run installation, after upgrade automaticly than 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.
http://bugs.winehq.org/show_bug.cgi?id=16958
Summary: Exiting Diablo II running in windowed mode, resets
xrandr display setup
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kdekorte(a)yahoo.com
Running Fedora 10 (x86-64) with wine 1.1.12 (32bit). Screen setup is dual head
I run Diablo II in a window
wine .wine/drive_c/Diablo\ II/Diablo\ II.exe -w
And after exiting the game, the DVI-0 output is set to off, the display is fine
and active during the playing of the game.
Apps like notepad or winefile do not do this, so it might be something with the
DirectX layer.
--
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=34039
Bug #: 34039
Summary: Unity Editor - Asset Store Broken
Product: Wine
Version: 1.6-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d10sfan(a)gmail.com
Classification: Unclassified
Trying to use the asset store in Unity Editor dosen't work. The window comes
up, but just shows gray. When I try and load the asset store, I get this in the
console:
err:wgl:interal_SetPixelFormat Couldn't set format of the window, returning
failure
err:d3d:context_create Failed to set pixel format on device context 0x21bc
err:wgl:internal_SetPixelFormat Can't find a suitable iPixelFormat
fixme:d3d:wine3d_get_format Can't find format WINED3DFMT_R24_UNORM_X8_TYPELESS
(0x49) in the format lookup table
fixme:d3d:getDepthStencilBits Unsupported depth/stencil format
WINED3DFMT_UNKNOWN
--
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=34882
Bug #: 34882
Summary: F.E.A.R 2 crashes when loading, after initial loading
spinner
Product: Wine
Version: 1.7.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: walt(a)relnor.com
Classification: Unclassified
Created attachment 46488
--> http://bugs.winehq.org/attachment.cgi?id=46488
wine crash output
Please see attached wine crash info.
FEAR 2 launched from linux Mint 15 running lxde. wine 1.7.2 64-bit via
PlayOnLinux 4.2.1
FEAR 2 initially launched to a 640x480 and could not interract with UI, had to
alt-tab to desktop and manually restore to 1366x768 in LXDE Monitor Settings.
Could navigate UI in FEAR2 OK, and game crashed upon launch. Successive
launches crash before initial UI.
--
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=32649
Bug #: 32649
Summary: Updating DotA2 on steam, update window opens but does
not begin updating, after a short time the error
window pops up stating that a critical error has
occurred and that the program must be closed.
Product: Wine
Version: 1.5.1
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jenkins.allan(a)hotmail.com
Classification: Unclassified
Created attachment 43076
--> http://bugs.winehq.org/attachment.cgi?id=43076
Back trace log.
Updating DotA2 on steam, update window opens but does not begin updating, after
a short time the error window pops up stating that a critical error has
occurred and that the program must be closed.
--
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=18366
Summary: LEGO STARWARS: Unable to cancel level intros
Product: Wine
Version: 1.1.20
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: infernux(a)web.de
At the beginning of each level in LEGO STARWARS there is a scrolling text just
like in the movies. A text "Press the ESC key" appears which normally lets you
skip straight to the level. This does not work in wine most of the time. "Most
of the time" means it works if you are lucky, about once every 10 or 15 tries
maybe.
--
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=14945
Summary: Intro movies can't be skipped in Raven Shield
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toni.spets(a)gmail.com
The intro movies in Raven Shield can't be skipped by pressing space (if I
remember correctly the key).
The single player also suffers from this problem and is downloadable from:
http://www.fileshack.com/file.x?fid=2382
Though I'm not sure if it should even be possible to skip them in the demo,
someone should confirm this on Windows.
--
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=33372
Bug #: 33372
Summary: winmm:midi fails on systems with no sound card
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
See the results for the new TestBot's Windows 2008 64-bit VM:
http://newtestbot.winehq.org/JobDetails.pl?Key=589
winmm:
midi.c:290: Test failed: midiOutOpen(dev=0) rc=MMSYSERR_NODRIVER
midi.c:489: Test failed: midiStreamOpen(dev=-2) rc=MMSYSERR_NODRIVER
midi.c:290: Test failed: midiOutOpen(dev=-1) rc=MMSYSERR_NODRIVER
midi.c:489: Test failed: midiStreamOpen(dev=-2) rc=MMSYSERR_NODRIVER
--
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=34475
Bug #: 34475
Summary: Access Minimized Windows (MacDriver)
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winemac.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: f.platte(a)platte-web.de
Classification: Unclassified
Created attachment 45901
--> http://bugs.winehq.org/attachment.cgi?id=45901
Error shown after reentering the game.
Some applications (old games), which support fullscreen but do not support the
full resolution (like RollerCoaster Tycoon 2 [max 1280*800 for 16:10]) crash
when leaving and reentering the program (I have 1440*900).
That's the whole printout from the LastRunWine.log:
------
fixme:win:EnumDisplayDevicesW ((null),0,0x32f6c4,0x00000000), stub!
------
It also throws an error after trying to enter the game (see attachment).
This usually does not happen when using xquartz, only when using the latest
engine with the D3D patch, boosting the fps.
This also does not happen when using a monitor with the supported resolution
(1280*800).
In those cases the Game Windows only moves to the back while in the other case
the window already disappears when leaving the game.
--
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=16920
Summary: Automatic download of dotnetfx installer doesn't work
anymore
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.snelstart.nl/download/SetupDemoSnelStart.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Paul.Vriens.Wine(a)gmail.com
CC: jacek(a)codeweavers.com
After todays commit round the automatic download of the dotnetfx installer
(when running 'wine SetupDemoSnelStart.exe' doesn't work any more. Regression
testing shows:
12931062fbf5387cfcb0bdb65a110c503728bd6b is first bad commit
commit 12931062fbf5387cfcb0bdb65a110c503728bd6b
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Tue Jan 13 00:28:25 2009 +0100
wininet: Make sure that we have data buffered before sending
INTERNET_STATUS_REQUEST_COMPLETE notification.
:040000 040000 0259bff5b0c7b873797e53eab4fb90c50c7e0dcc
29233a4b1c6fa332cefe07757221086eee775afa M dlls
The installation doesn't work btw but upto today it at least did something (it
downloaded the dotnetfx installer).
--
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=19781
Summary: Visual C++ 2005 Express: -Zi option doesn't work;
breaks Firefox build's configure script
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Firefox's configure script quite reasonably tries cl -Zi to
see if -Zi works. Under Wine, sadly, it doesn't.
To reproduce, you have to get past bug 19779 by copying
C:/Program Files/Microsoft Visual Studio 8/Common7/IDE/mspdb*
to
C:/windows/system32.
Then try
cd ~/.wine/drive_c/Program Files/Microsoft Visual Studio 8/Common7/Tools
cp ~/hello.c .
wine cmd
vsvars32.bat
cl -Zi hello.c
This causes mspdbsrv.exe -start -spawn to run and persist,
but it seems that cl can't talk to that service properly;
repeating the command
cl -Zi hello.c
yields
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
hello.c
fixme:ole:NdrCorrelationInitialize (0x33e48c, 0x33e08c, 1024, 0x0): stub
fixme:netapi32:NetWkstaUserGetInfo Level 1 processing is partially implemented
fixme:advapi:LsaOpenPolicy ((null),0x33dc98,0x00000001,0x33dcb4) stub
fixme:advapi:LsaClose (0xcafe) stub
MSPDBSRV: fatal error: Unable to start server: server already exist
fixme:ole:NdrCorrelationInitialize (0x33e48c, 0x33e08c, 1024, 0x0): stub
fixme:netapi32:NetWkstaUserGetInfo Level 1 processing is partially implemented
fixme:advapi:LsaOpenPolicy ((null),0x33dc98,0x00000001,0x33dcb4) stub
fixme:advapi:LsaClose (0xcafe) stub
hello.c : fatal error C1902: Program database manager mismatch; please check
your installation
--
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=35325
Bug ID: 35325
Summary: Couldn't launch Ableton Live 9
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikhail.v.gavrilov(a)gmail.com
Classification: Unclassified
Created attachment 47116
--> http://bugs.winehq.org/attachment.cgi?id=47116
backtrace
$ wine --version
wine-1.7.8
--
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=32601
Bug #: 32601
Summary: switching keyboard layout also sends key press events
to application
Product: Wine
Version: 1.5.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: basinilya(a)gmail.com
Classification: Unclassified
When I switch layout using keyboard, if the key combination is Ctrl-Menu, then
the application displays the context menu; if the combination is Ctl-Alt, the
window menu gets focus.
--
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=33545
Bug #: 33545
Summary: Dragon Age 2 : Problem with azerty keyboard type
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scrimekiler(a)yahoo.fr
Classification: Unclassified
When playing with my azerty keyboard, some of the keys aren't recognized in the
game.
For example the "2" key, "4" key and most other number keys (because 2 does "é"
symbol)
That's a problem because in this game, it controls what spell you use (one of
the key you must hit the most to play...)
--
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=32030
Bug #: 32030
Summary: its usually so seviere that i cant play the game
anymore
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: starcraftbmx(a)gmail.com
Classification: Unclassified
Created attachment 42220
--> http://bugs.winehq.org/attachment.cgi?id=42220
it has the bug window
world of tanks crashes and usually when it crashes with this bug window it will
never start and i need to go and repair my wrapper and then i need to download
the game again if i wanna continue playing it
--
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=32002
Bug #: 32002
Summary: Failure to detect integrated Intel graphics device
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arsthaumaturgis(a)yahoo.co.uk
Classification: Unclassified
When attempting to play The Lost Crown (see link below), the setup program
fails to detect a display device, and so refuses to start.
Hardware:
Gigabyte Q2005 (A netbook)
CPU: Intel Atom N550
Graphics: Intel GMA 3150
Memory: 2GB
OS: Ubuntu 11.10 (Oneiric)
Wine versions tested: 1.5.5 (from repository) and 1.5.15 (compiled from source)
Graphics drivers in use: the "Glasen" drivers found here:
https://launchpad.net/~glasen/+archive/intel-driver
I believe that I have the latest version of said drivers for Ubuntu 11.10.
When tested on a computer running Ubuntu 12.04, having an nVidia FX5200
graphics card and using Wine 1.5.15, the game detected the FX5200 correctly and
seemed to run successfully.
Possibly related: Wine crashes when running Darkness Within: In Pursuit of
Loath Nolder.
AppDB page for The Lost Crown:
http://appdb.winehq.org/objectManager.php?sClass=application&iId=6912
Additional description and attempts to resolve may be found in the following
forum thread:
http://forum.winehq.org/viewtopic.php?f=8&t=17389
--
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=26741
Summary: Need For Speed UnderGround2 problems in Linux Mint 9
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eman.on(a)live.co.uk
The maps do not load correctly, ''left'' and ''up'' buttons are pressed all the
time, even if i do not touch the keyboard, and some windows pop up with
errors... all these problems have been screen shot, and are attached below...
Best Eman,
P.S. Photos are compressed into a .ZIP file, there should be 4 pictures when
unpacked.
--
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=25183
Summary: Ashes Cricket 2009: Application installs but does not
run
Product: Wine
Version: 1.3.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: banerjee.devadittya(a)gmail.com
Created an attachment (id=31963)
--> (http://bugs.winehq.org/attachment.cgi?id=31963)
Output upon executing the launcher.
This is a game by codemasters.It installs without any problems. However, the
game doesn't run on both X86 and X86_64 with 32 bit libraries.
I have tried running the game with, and without, vcrun2005 which was suggested
in the appdb page. In either case, the game returns the same error.
--
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=23631
Summary: Cricket 2007 EA sports
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ajparag(a)yahoo.co.in
the autorun.exe file does not run when i try to install it. nothing happens. no
error displayed. the cursor (waiting sign) hovers for sometime and then
vanishes.
--
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=33026
Bug #: 33026
Summary: Knights and Merchants crash game.
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: lajf83(a)gmail.com
Classification: Unclassified
Created attachment 43652
--> http://bugs.winehq.org/attachment.cgi?id=43652
Crash game.
Crash game after 20 -120 min. Every time.
--
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=32497
Bug #: 32497
Summary: ld.exe: cannot find -lgcc
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alpha_one_x86(a)first-world.info
Classification: Unclassified
Hello, I'm trying compil Qt5 application (with previous version of wine it
work):
wine g++ -Wl,-subsystem,windows -mthreads -o debug/ultracopier.exe
object_script.ultracopier.Debug -lglu32 -lopengl32 -lgdi32 -luser32 -lmingw32
-lqtmaind -LC:/qt5/qtbase/lib -lQt5Widgetsd -lQt5Xmld -lQt5Networkd -lQt5Guid
-lQt5Cored debug/resources-windows_res.o
c:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/bin/ld.exe:
cannot find -lgcc
c:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/bin/ld.exe:
cannot find -lgcc
collect2.exe: error: ld returned 1 exit status
Problem at the linker, mingw used:
http://sourceforge.net/projects/mingwbuilds/
Qt5 5.0.0 (release). Same with 64 or 32Bits build.
Thanks to fix it.
--
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.