http://bugs.winehq.org/show_bug.cgi?id=16459
Summary: MYOB application tabs - does not change/switch tabs
correctly when clicking on them
Product: Wine
Version: 1.0.0
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nickpj(a)gmail.com
In MYOB, there are tabs inside the application (e.g. general ledger -> chart of
accounts -> tabs at top of page). Switching from one tab to another when
running under MS Windows can be achieved by clicking on the tab. However in
Wine, this does not work (it does not switch to the new tab). Instead the user
has to use a workaround to switch between tabs, either by clicking AND THEN
pressing the space key, or by using the Alt + "underlined letter" keyboard
shortcut to switch between tabs.
I have only used MYOB 10.0.2, and so have only observed this problem there, but
other versions on MYOB have this tab-switching problem in Wine too, according
to appdb, e.g. versions 11, 16, 17 too:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=9941http://appdb.winehq.org/objectManager.php?sClass=version&iId=6921&iTestingI…http://appdb.winehq.org/objectManager.php?sClass=version&iId=355&iTestingId…
--
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=29688
Bug #: 29688
Summary: CHAOS;HEAD crashes on start
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: doyob(a)yopmail.com
Classification: Unclassified
Created attachment 38508
--> http://bugs.winehq.org/attachment.cgi?id=38508
+relay,+seh log
The game crashes before any window shows up.
--
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=26506
Summary: Kodak ESP C310 All-In-One Printer software fail:
Cannot find conime.exe
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ssjgokux3(a)gmail.com
There's no GNUx (GNU/Linux) driver for the Kodak ESP C310 Printer. So I decided
to install the Windows version of the software. When I first ran the software,
I got prompted by Wine in my terminal to install Mono to run .net executables.
So I did. Now I'm getting this when I log the output of the install:
fixme:exec:SHELL_execute flags ignored: 0x00000100
wine: cannot find L"C:\\windows\\system32\\conime.exe"
Any and all support is very much appreciated. The printer was just recently
bought and the machine it is attached to is running Ubuntu 10.10
Linux foxy-desktop 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:29 UTC
2011 i686 GNU/Linux
--
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=24550
Summary: Option to run Windows programs as a separate user.
Product: Wine
Version: 1.3.3
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: de.techno(a)gmail.com
For security purposes, and atleast on Linux, wine should have an option to run
a program as a different user as defined in it's config.
--
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=29490
Bug #: 29490
Summary: enviroment shows up black and character is covered
with blue dots in torchlight
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tommivs(a)gmail.com
Classification: Unclassified
Created attachment 38183
--> http://bugs.winehq.org/attachment.cgi?id=38183
graphical artifacts in torchlight
See the attachment for picture. I am running arch with x86_64 with 32 bit
wineprefix on intel integrated graphics card.
Here is paste of me launching Torchlight.exe which launches steam from which i
needed to launch torchlight again then quitting the game and steam.
http://pastebin.com/PGWu39jC
--
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=24241
Summary: Open file dialog triggers "Invalid free" Valgrind
warning
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bart.vanassche(a)gmail.com
Occurred with a clone of the Wine git repository last updated on Monday August
30, 2010 + a patch that informs Valgrind about heap tail zones. The Valgrind
complaint below was triggered by the open file dialog (MFC CFileDialog) and
shows that Wine tries to free static memory (a static variable called emptyW):
Invalid free() / delete / delete[]
at 0x476F851: do_VALGRIND_FREELIKE_BLOCK (wine.git/dlls/ntdll/heap.c:231)
by 0x47727A5: RtlFreeHeap (wine.git/dlls/ntdll/heap.c:1778)
by 0x509BB83: IMalloc_fnFree (wine.git/dlls/ole32/ifs.c:262)
by 0x509C1D6: CoTaskMemFree (wine.git/dlls/ole32/ifs.c:411)
by 0x4DEC027: StrRetToStrNW (wine.git/dlls/shell32/shellstring.c:99)
by 0x4E0E67E: ShellView_OnNotify (wine.git/dlls/shell32/shlview.c:1432)
by 0x4E0F735: ShellView_WndProc (wine.git/dlls/shell32/shlview.c:1684)
by 0x4CB21E9: ??? (in /usr/lib/wine/user32.dll.so)
by 0x4CB2873: call_window_proc (wine.git/dlls/user32/winproc.c:242)
by 0x4CB4C2B: WINPROC_call_window (wine.git/dlls/user32/winproc.c:899)
by 0x4C7B35C: call_window_proc (wine.git/dlls/user32/message.c:2201)
by 0x4C80B42: send_message (wine.git/dlls/user32/message.c:3041)
by 0x4C81063: SendMessageW (wine.git/dlls/user32/message.c:3164)
by 0x4FABB7B: notify_hdr (wine.git/dlls/comctl32/listview.c:839)
by 0x4FAD06C: notify_dispinfoT (wine.git/dlls/comctl32/listview.c:984)
by 0x4FADD5C: LISTVIEW_GetItemT (wine.git/dlls/comctl32/listview.c:6613)
by 0x4FADFA8: LISTVIEW_GetItemW (wine.git/dlls/comctl32/listview.c:1601)
by 0x4FAF48C: LISTVIEW_DrawItem (wine.git/dlls/comctl32/listview.c:4459)
by 0x4FB63D4: LISTVIEW_RefreshReport
(wine.git/dlls/comctl32/listview.c:4751)
by 0x4FBAFDA: LISTVIEW_Refresh (wine.git/dlls/comctl32/listview.c:4998)
by 0x4FBDB68: LISTVIEW_Paint (wine.git/dlls/comctl32/listview.c:10392)
by 0x4FBDCC6: LISTVIEW_WMPaint (wine.git/dlls/comctl32/listview.c:10417)
by 0x4FBF4CC: LISTVIEW_WindowProc (wine.git/dlls/comctl32/listview.c:11452)
by 0x4CB21E9: ??? (in /usr/lib/wine/user32.dll.so)
by 0x4CB2873: call_window_proc (wine.git/dlls/user32/winproc.c:242)
by 0x4CB4C2B: WINPROC_call_window (wine.git/dlls/user32/winproc.c:899)
by 0x4C7C0FD: DispatchMessageW (wine.git/dlls/user32/message.c:3709)
by 0x4C4EAE1: IsDialogMessageW (wine.git/dlls/user32/dialog.c:1258)
by 0x4C4EC43: DIALOG_DoDialogBox (wine.git/dlls/user32/dialog.c:812)
by 0x4C509BD: DialogBoxIndirectParamAorW (wine.git/dlls/user32/dialog.c:877)
by 0x4C50A51: DialogBoxIndirectParamA (wine.git/dlls/user32/dialog.c:887)
by 0x92CDCD8: GetFileName95 (wine.git/dlls/comdlg32/filedlg.c:317)
Address 0x4f7116c is 0 bytes inside data symbol "emptyW.55484"
--
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=29768
Bug #: 29768
Summary: Constant xruns in alsa
Product: Wine
Version: 1.4-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: doyob(a)yopmail.com
CC: aeikum(a)codeweavers.com
Classification: Unclassified
Regression SHA1: f6890ef0e227afd12ce2325497d0cae478602c7d
Before 1.3.28 I could play dssi-vst (VST plugin adapter for Linux) and
Synthesia (piano game for windows, similar to Guitar Hero) simultaneously with
no xruns
commit f6890ef0e227afd12ce2325497d0cae478602c7d
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Wed Aug 31 15:04:23 2011 -0500
winmm: Determine the driver from MMDevAPI.
This uses a half-implemented, Wine-specific IMMDevice object to extract
the driver name.
:040000 040000 6d2fe10b3b85e9b7f43c9b333675635e17f72e5e
c88ff87b2bc2558f8d40c21add516fbb5e6709c8 M dlls
After this commit dssi-vst works with no problems. But once Synthesia starts
console output looks like this:
alsa_pcm: xrun of at least 0.046 msecs
alsa_pcm: xrun of at least 0.021 msecs
...
About hundred such messages in 3 seconds and then jackd kills dssi-vst.
P.S. I'm using alsa only. No pulse audio.
--
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=28593
Bug #: 28593
Summary: Wine fails to install using macports. Attached log.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adsysingle(a)gmail.com
Classification: Unclassified
Created attachment 36735
--> http://bugs.winehq.org/attachment.cgi?id=36735
Log file
I'm not sure if the problem is with Wine or Macports but I have followed the
directions at http://davidbaumgold.com/tutorials/wine-mac/#part-1 and contacted
the author who has read the log. Here is his response:
"Looks like there's a problem with how a file is being compiled: it
can't find the symbols it needs to compile properly. This could be a
problem with Wine itself, or with the way Macports installs it. I
checked Google, and I don't see anyone else with this problem, which
is odd."
"I suggest you create a bug report on either
trac.macports.org or http://bugs.winehq.org (or both!) and attach that
log file to that bug report. Hopefully, someone more knowledgable than
me will be able to help you out.
-David"
I have done as he said and attached the log and I will place a bug report with
macports after this one is sent.
--
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=26452
Summary: When an application goes fullscreen it turns off other
monitors
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)gmail.com
When an application (such as a DirectX game) goes fullscreen the monitors on
which the application is not running are turned off.
--
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=19949
Summary: Battle Realms: Unable to install
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: debian(a)carbon-project.org
Created an attachment (id=23465)
--> (http://bugs.winehq.org/attachment.cgi?id=23465)
MSI dialogue while installing Battle Realms.
When installing Battle Realms
(<http://appdb.winehq.org/objectManager.php?sClass=version&iId=4394>) you're
greeted with a dialogue like in the attached image. The buttons are not
clickable, but you can navigate with TAB and activate them with ENTER. But as
soon as you hit the license agreement screen and try to navigate to the accept
checkbox you'll only manage to highlight the license text and won't be able to
get out of the text field with the license text. At this point you can only
terminate Wine.
A (temporary) workaround is described at
<http://appdb.winehq.org/objectManager.php?sClass=version&iId=4394&iTestingI…>
(short version: use MSI2 as provided by winetricks), but that still has
glitches.
--
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=29818
Bug #: 29818
Summary: Crashed upon trying to install Acrobat 5 Distiller &
Reader
Product: Wine
Version: 1.4-rc1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ponchorat1968(a)hotmail.com
Classification: Unclassified
Created attachment 38729
--> http://bugs.winehq.org/attachment.cgi?id=38729
Adobe Acrobat 5 Distiller & Reader crash report
Crashed upon trying to install Acrobat 5 Distiller & Reader
--
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=29706
Bug #: 29706
Summary: GetDiskFreeSpaceEx() returns negative sizes for large
drives
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
When faced with a partition that has more than 1TB of free disk space it looks
like this API returns a negative value. Apparently this happened on OpenSUSE
11.4 64bit with a 32bit Wine; but not being fortunate enough to have this much
free disk space I cannot verify this.
I suspect some Unix API we call returns the free disk size in block of 512
bytes, thus overflowing at 2^31-1 blocks which is about 1TB. Then
GetDiskFreeSpaceEx() takes that and returns a negative free disk space.
Note that GetDiskFreeSpaceEx() returns 64bit values so there's no obstable to
it handle such large disks in theory.
--
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=22997
Summary: Huggle fails to draw the window menu strip
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://code.google.com/p/huggle/
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tyson(a)thepurplepixel.org
Created an attachment (id=28488)
--> (http://bugs.winehq.org/attachment.cgi?id=28488)
Text of the error message
Upon launching Huggle, the login window is drawn appropriately, and logging in
works. However, once the main window interface launches, an error dialog pops
up (output attached) and the main menu bar in replaced by a red 'X' (image
attached). The menu maintains functionality; if you click on the area where you
think the menu should be, the menu will be displayed.
--
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=17877
Summary: works good, but there's a problem
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martinex2017(a)neostrada.pl
Hi.
I'm using one program, which doesn't have version under Linux.
http://www.sendspace.com/file/n7t0dx
Program called Xbox soundtrack manager.
This application connects with console Xbox via LAN.
Program runs good, but during connection can't find file with database.
On Windows system there's no problem.
--
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=30242
Bug #: 30242
Summary: The mouse loses the focus in each new instance
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: simonalsa(a)gmail.com
Classification: Unclassified
Hi we are trying to port a windows native application compiled in visual studio
6 to an ubuntu lucid linux distribution.
The windows native application works well without problems into the XP, Windows
7, W2K8 R2 native Windows environments.
The windows native application is a legacy application solution composed by
three components that at the moment we can port to linux and use it with Wine.
Nice job Wine team.
We have tested the native windows application using the lastest builds version
(1.3 && 1.4) and a new compilation from the 1.5 sources about Wine
The tests has been performed in Wine desktop mode.
The native windows application is started under a W2K8 R2 enviroment enclosed
in a 1024x768 desktop mode using Wine.
The native windows application requires the mfc42 dll library downloaded with
winetricks
The components are installed locally into the ".wine" home user profile
The general application is executed remotely under a network share mounted
locally into the operating system
I only can say that the program works well in all version built or compiled but
we got a weird problem...
Lets me formule a hipotesys
We,
1) Deploy and install the native windows application's components under the
".wine" home use profile
2) Configure the native application windows enviroment. Environment variables.
Windows register. Network shares. Etc.
3) Runs the main application.
4) After the single sign-on into the main application the application display a
main window into the screen as desktop background. The components are loaded
over the displayed main window.
5) The displayed window have an menu bar and lets start up subprocess for each
item available.
6) For each subprocess started, the application start up another window that is
loaded into the main application desktop
7) Internally, each subprocess is an exe program run by wine
...Here is the problem...
8) The mouse lost the focus over each new subprocess about window
9) The mouse can not pick buttons into the new window. The buttons can not be
pressed.
10) The mouse can no pick fields into the new window. The fields can not be
selected for input.
11) But the mouse can expand a drop-box menu field. We can select an item from
the drop-box menu field.
12) The mouse cannot check/uncheck a checkbox menu field
13) We can move between fields, drop-box, menu checkbox, button, etc using the
TAB key for input or select purposes.
14) But we always can use the principal main menu bar about the main window for
open new subprocess / windows loaded into the main window
15) When we select a different window loaded into the main window. We can not
select the previous window. We can not active the previous windows manually. We
windows remains opened and we can not close them.
We think that the mouse loses the focus control over the windows, fields,
buttons for each new instance loaded into the main window.
The wine execution do not reports any errors. If we increase the debug level we
can not see any considerable errors.
Seems that everything is working well but we are experimenting troubles with
the mouse.
Someone can help us?
--
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=22301
Summary: Fallen Earth MMO : RtlAllocateHeap crash
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://forums.fallenearth.com/fallenearth/showthread.p
hp?t=35062
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elanz1615(a)yahoo.com
Created an attachment (id=27255)
--> (http://bugs.winehq.org/attachment.cgi?id=27255)
winedbg bt from crash
Fallen Earth, when run in a clean wine prefix using the latest git crashes
after a few minutes of play. The crash produces just one log output:
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc3b3ed
I've attached a winedbg backtrace showing that the crash is in RtlAllocateHeap.
Each crash I've captured has a slightly different back trace but the top two
frames are always RtlAllocateHeap and list_remove.
Trace and relay logging is impossible with this application as they slow the
application too much to play long enough to observe the crash. Another clue is
that turning on the warn+heap channel seems to prevent the crash at the expense
of framerate and an extended shut-down time.
Any assistance is greatly appreciated.
Forum post with more detail is here:
http://forum.winehq.org/viewtopic.php?t=8127
--
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=26534
Summary: Half-Life 2 DeathMatch crashes upon joining a server.
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Nothingmuchheretosay(a)yahoo.com
Whenever I join in a server, it either just crashes on me or it plays for a
couple of seconds beautifully before crashing. All other Source games, TF2,
L4D2, Portal, etc..
If I knew how to log a Steam game under wine I would be happy to log HL2DM.
--
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=24986
Summary: 'Mini Ninjas' crashed or often freezing and zombies
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor.demyanov(a)gmail.com
Created an attachment (id=31656)
--> (http://bugs.winehq.org/attachment.cgi?id=31656)
Wine 1.3.6 console log
Install game.
winetricks d3dx9
Run.
Console lot messages:
fixme:d3d:buffer_PreLoad Too many full buffer conversions, stopping converting
Often freezing and zombies at any stage(Main menu, Intro, Game) and console
out:
Expression 'paTimedOut' failed in 'src/os/unix/pa_unix_util.c', line: 387
Rerun(3-5 times) game solve problem.
--
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=20827
Summary: Colin McRae: DiRT fails to start
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johan.palmqvist(a)home.se
Created an attachment (id=24953)
--> (http://bugs.winehq.org/attachment.cgi?id=24953)
Colin McRae: DiRT output
Colin McRae: DiRT does not start. See attached files for output.
System is Debian Sid with GeForce 9600GT NVIDIA 190.42 driver.
--
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=27842
Summary: MyFreeWeather: Blank page at startup
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=35606)
--> (http://bugs.winehq.org/attachment.cgi?id=35606)
Expected appearance
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko flash
Behaviour:
Blank window
Expected behaviour:
See attachment
Workaround:
winetricks ie7 msxml3
--
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=29811
Bug #: 29811
Summary: Dead Space 2 Crashes ALSA Input/Output Error
Product: Wine
Version: 1.4-rc2
Platform: x86-64
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
During gameplay the game will lock up (game still displayed, X still
responsive, can alt-tab out). It will happen seemingly random (although it's
happening more frequently now anecdotal - now being towards the end of the
game). The only error I get is;
ALSA lib pcm.c:7319:(snd_pcm_recover) cannot recovery from underrun, prepare
failed: Input/output error
Have to kill wineserver to recover. Running amd64 Gentoo with pulseaudio 1.1.
During the game the audio works perfectly and this issue is the only reason I
can't put the game down as gold rating.
Final note, it never happens in the same place twice and the gaps between
crashes is decreasing like I've said.
--
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=29776
Bug #: 29776
Summary: Portal: game showing purple textures
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: supimbao(a)gmail.com
Classification: Unclassified
Created attachment 38666
--> http://bugs.winehq.org/attachment.cgi?id=38666
Wine 1.3.37 log
After installing steam and running portal, on level [bonus maps>advanced
chambers>test chamber 16:advanced], some metal textures become purple after a
certain time playing the level.
I didn't use -dxlevel for opening that game, I used it right out-of-the-box.
Hardware/Software:
Wine 1.3.37 (clean wineprefix, no winetricks used)
Ubuntu 11.04 (linux 2.6.38-13)
geforce 9600GT (driver NV 270.41.06)
--
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=27965
Summary: Virtual desktop hook does not work if program is
started with LNK
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kitmaxter(a)gmail.com
If you try to start program, that has a virtual desktop hook configured in
winecfg, with LNK from system menu, virtual desktop will not be created.
Steps to reproduce:
1. install any program that will provide a LNK file in the system menu under
wine directory;
2. run winecfg and add the executable of installed program to the list;
3. select added executable in the list and proceed to Graphics tab;
4. specify the virtual desktop size to emulate;
5. save changes and close winecfg.
6. try to run the program via executable: the virtual desktop should hook-up;
7. try to run the program via LNK in system menu: the program starts without
virtual desktop.
The command in system menu looks like
> env WINEPREFIX="/home/max/.wine" wine C:\\windows\\command\\start.exe /Unix /home/username/.wine/dosdevices/c:/users/username/Start\ Menu/Programs/Installed_Program/Installed_Program_Link_File.lnk
--
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=20867
Summary: Music Time 2.0 saves files incorrectly
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jussaar(a)mbnet.fi
Created an attachment (id=25006)
--> (http://bugs.winehq.org/attachment.cgi?id=25006)
Screenshot of the error dialog box
When saving a score something doesn't get written to the file properly, and
when you try opening the same file later, a windows error dialog box opens with
a message that says the file "could not be loaded in because of DOS error code
#-3".
Wine gives out the following output when saving the file:
fixme:commdlg:GetSaveFileName16 custom hook 0x11e700ba no longer supported
I've also attached the correctly saved original file, the incorrectly saved
file and a screenshot of the error 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.
http://bugs.winehq.org/show_bug.cgi?id=11687
Summary: Language MSI Installation fails while installing Corel
Draw X3
Product: Wine
Version: 0.9.55.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roli8200(a)yahoo.de
Created an attachment (id=10898)
--> (http://bugs.winehq.org/attachment.cgi?id=10898)
Installation console log
When installing Corel Draw X3, the original installer calles an other msi
installer to install the language files. The msiexec brings just a error
message out of this call. Maybe some parameters missing or wrong. Can it be
that the msiexec doesn't support all original options?
--
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=30262
Bug #: 30262
Summary: Fix errors in winedbg reported by valgrind
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johannesobermayr(a)gmx.de
Classification: Unclassified
Created attachment 39535
--> http://bugs.winehq.org/attachment.cgi?id=39535
valgrind log
While trying to help fixing bug 30052 upstream I recognized a few errors in
winedbg reported by valgrind.
--
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=17137
Summary: SpongeBob SquarePants Typing crashes on startup
Product: Wine
Version: 1.1.13
Platform: Other
URL: http://www.imaginengine.com/products/Games/showproduct.a
sp?ID=297
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is an old cheap game my wife picked up; system requirements
direct x 8.1, win98+, 64MB RAM, 16 color monitor, 800x600,
graphics card with four whole megabytes of ram.
Installs ok (the ereg program crashes, but that's ok).
The game itself plays sound for a moment, then crashes.
I'll attach a +relay,+seh,+heap log. The crash is inside a system call:
0021:Call KERNEL32.WaitForSingleObject(000000d4,00000005) ret=21101635
wine: Unhandled page fault on read access to 0x00000024 at address 0x4947c5
(thread 0009), starting debugger...
Valgrind finds four or so instances of this error:
==8670== Invalid free() / delete / delete[]
==8670== at 0x4739F4B: RtlFreeHeap (heap.c:219)
==8670== by 0x77522BD: IWineGDISurfaceImpl_PrivateSetup (surface_gdi.c:523)
==8670== by 0x76C44B4: IWineD3DDeviceImpl_CreateSurface (device.c:742)
==8670== by 0x65EBFA4: IDirectDrawImpl_CreateNewSurface (ddraw.c:2039)
==8670== by 0x65ED628: IDirectDrawImpl_CreateSurface (ddraw.c:2579)
--
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=29865
Bug #: 29865
Summary: Office Professional Plus 2010 - OneNote tablet
features not available
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jamesbewley(a)gmail.com
Classification: Unclassified
I have a working installation of office 2010 professional premium but am seeing
an issue which causes the tablet functionality in one-note to be disabled.
I am running a version of Wine 1.3.37 built from source on a Thinkpad x41
tablet. The tablet is running Debain squeeze and the wacom digitiser is working
properly with native Linux apps and other apps running under wine (ArtRage).
When using OneNote all typing functions seem to operate correctly but when
trying to select the 'Black Pen' from the Draw toolbar I get the following
dialog:
"Tablet drivers are not installed on the system. You must install them to
enable Tablet features."
--
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=29019
Bug #: 29019
Summary: Air France Virtual ACARS: crashes on launch.
Product: Wine
Version: 20050930
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: r.pesquera(a)pesqair.com
Classification: Unclassified
Was able to go through installation. (required .NET 2.0)
http://dl.dropbox.com/u/27918/AFV-ACARS2.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=29005
Bug #: 29005
Summary: Biblio 7.31 crashes, when trying to retrieve data from
MARC file and crash while trying to change to a
another directory
Product: Wine
Version: 1.2.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fmft71(a)yahoo.es
Classification: Unclassified
Created attachment 37334
--> http://bugs.winehq.org/attachment.cgi?id=37334
Wine output while using Biblio 7.31 and wanted to change to a different
directory
Biblio 7.31 crashes when trying to change to a different directory.
It exists, abruptly.
Biblio is available from here:
biblio.comxa.com
--
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=28338
Summary: The Saboteur fails to start: ... unable to continue
due to an error initializing your graphics hardware
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: robert.munteanu(a)gmail.com
Created an attachment (id=36319)
--> (http://bugs.winehq.org/attachment.cgi?id=36319)
Startup log
The logs are attached.
Video card information: VGA compatible controller: nVidia Corporation GT218
[GeForce 210] . Using the proprietary nvidia driver.
--
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=28114
Summary: Star Wars Knights of the Old Republic II can't be
played on fullscreen
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samurai_no_densetsu(a)yahoo.es
This seems to be an ancient unreported bug (circa 2007), but it didn't changed.
Star Wars Kotor II still can't go into fullscreen, although it can be played on
virtual desktop, fullscreen or creating a new X DISPLAY, but not in the default
X session for some reason. This leads to the unpleasant situation of having to
workaround in some nasty way. Also, there are issues changing resolutions.
Aside of this, game is perfectly playable.
Tested with the following:
-------------------------------------------------------------------
direct rendering: Yes
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 9300M GS/PCI/SSE2
OpenGL version string: 3.3.0 NVIDIA 270.41.06
OpenGL shading language version string: 3.30 NVIDIA via Cg compiler
-------------------------------------------------------------------
--
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=22733
Summary: Gestan installer crashes in winex11.drv when running
within NX session
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.ics-informatique.com/html/gestan.html
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=28026)
--> (http://bugs.winehq.org/attachment.cgi?id=28026)
Gestan installer backtrace
While trying to test bug 21978 with wine-1.1.44-170-g69326aa, I noticed that
trying to launch the Gestan installer induces a crash within an xrender helper
in winex11.drv. This only seems to happen when running the installer within an
NX session; running within a local X session doesn't seem to cause a crash. The
relevant backtrace 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=27727
Summary: newsbin problems
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jernej.makovsek(a)gmail.com
Several problems:
1. the gui is not responding anymore:
fixme:file:SetFileValidData stub: 0x374, e1a1ae
err:ntdll:RtlpWaitForCriticalSection section 0xa73850 "?" wait timed out in
thread 0041, blocked by 0044, retrying (60 sec)
2. crash:
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
fixme:file:SetFileValidData stub: 0x18c, 1388000
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
fixme:file:SetFileValidData stub: 0x18c, 1388000
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
--
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=30307
Bug #: 30307
Summary: Memory Allocation severely limited when running wine
executable via condor scheduler
Product: Wine
Version: 1.4-rc6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jbherman(a)gmail.com
Classification: Unclassified
memory allocation problem: symptom: ~300MB allocation denied on an ubuntu linux
box with 8GB running wine1.4 (also tested wine1.5).
I've created a simplified test case taking advantage of the memory test program
contributed here (http://bugs.winehq.org/attachment.cgi?id=32366). I compile it
via:
#i586-mingw32msvc-gcc -O0 test-mem.c -o test-mem.exe
thereby creating a windows executable that runs under wine. The test program
successfully allocates memory (malloc) up to 1408 megabytes, which (while
disappointing) is completely expected and about as much as I can get in 32bit
windows.
THE PROBLEM: run the same executable via the condor scheduler
(http://research.cs.wisc.edu/condor/) and the largest allocation is 448MB!! I
have extensively investigated the issue and posted on the condor-users list, to
absolutely no avail.
I need to provide my 32-bit windows program with as much memory as possible.
WHAT TO DO? any thoughts/help appreciated.
thanks, jason
--
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=29737
Bug #: 29737
Summary: Bad sound output from Windows Media Player 10
Product: Wine
Version: 1.3.37
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrej(a)podzimek.org
Classification: Unclassified
When playing a standard DRM-protected movie in DVD quality with 5.1 audio in
Wine, downmixing to stereo (on a laptop where both ALSA and PulseAudio know
that no extra outputs are available) does not work properly.
What I hear (just a wild guess):
Left channel: Subwoofer
Right channel: Right Middle or Right Rear speaker
Sound works just fine for movies that only have a standard stereo soundtrack. I
tried to click through the whole WMP 10 settings and also through some codec
settings, but did not find anything helpful there.
Also tried three different audio settings in Wine:
Standard ALSA: Works and plays through PulseAudio (as well as without it), but
has the issue reported above.
ESD: Thought it might cooperate with PulseAudio directly, but WMP crashes on an
unhandled page fault in this case.
OSS: WMP gets stuck when opening the file, no sound produced, no matter if run
with padsp or not.
--
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=27472
Summary: Duke Nukem Forever hangs in many locations.
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: mblackwell1024(a)gmail.com
While getting the game to start can be difficult (every game start a crash
dialog will display and the game may or may not launch when it is closed) it
does run. However in various scenes the game will hang.
In the intro map looking around will cause the game to hang. You can bypass
this crash by looking down and strafing out to the hallway. The game will then
play normally until you get a level involving a television station. The game
will then hang if you try and explore the employee lounge. Again, you can avoid
this area and continue to play. From there I had no issues until it loaded up
the level Lady Killer. After pressing Space to start the level the game again
hangs.
There's no console output specific to this event. I'll post any log info from
requested debug variables in order to help someone track down this issue.
--
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=18833
Summary: Fullscreen behavior constrains virtual desktops to
leftmost Monitor when using Twinview
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Skiri-ki(a)gmx.de
I have a dual-monitor setup using nvidias twinview to combine two monitors with
a resolution of 1280x1024 each summing up to 2560x1024 total resolution. Some
Fullscreen applications only receive the total resolution, try to use it, and
get restricted to one monitor. Therefor only half of the application is
rendered while the rest gets cut of (e.g. Portal). Alternately the application
fails to start entirely (e.g Oblivion).
This isn't a problem if the application also has a list of common
screen-resolutions along with the Twinview-resolution and can also be fixed by
using a Virtual Desktop which works fine save for one tiny detail.
Since Bug 14985 (http://bugs.winehq.org/show_bug.cgi?id=14985) was fixed these
desktops are constrained to the leftmost monitor.
In my case this is my "secondary" monitor, and using it for primary purposes
instead of assisting, secondary purposes causes me to rearange things on my
desk. Yes this is merely an inconvenience for me but might be creating more
trouble for others.
This could be fixed by either using the designated(by twinview) primary
display, the display the application was launched on or through a configurable
option.
If it's a to complex problem to efficiently solve, I wont mind if it's not
implemented though.
--
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=13767
Summary: Lightning Warrior Raidy : In game text not displayed
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
URL: http://jastusa.com/raidy/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: taedium_vitae(a)eml.cc
Created an attachment (id=13802)
--> (http://bugs.winehq.org/attachment.cgi?id=13802)
Terminal output
When playing Lighting Warrior Raidy, in game text is not displayed except for
character names and the interface itself.This would seem to indicate a missing
or broken font, but my font configuration works fine with other games.While I
shouldn't need to do this I also tried copying fonts into
~/.wine/drive_c/windows/Fonts including japanese fonts from a windows
installation (which might be needed) and installing windows truetype fonts with
winetricks.Neither of these fixed the issue.I tried forcing a japanese local
with LC_ALL=ja_JP too (but again, this is probably not needed)
Terminal output is attached both with and without WINEDEBUG=+font
--
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=24766
Summary: Homeworld 1.05 crashes after startup
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: akos(a)maroy.hu
after installing and updating Homeworld, one can start the application up, but
after the initial intros, the applicaiton will break. please find the console
output 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=16350
Summary: firefox ignores cursor blink rate setting
Product: Wine
Version: 1.1.8
Platform: Other
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=11541
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Windows XP can be set to not blink cursors using the Keyboard control panel.
Wine has a similar setting in win.ini (see bug 10106).
Setting the blink rate to None on Windows stops the cursor from blinking in
Firefox, but in Wine it does not affect Firefox.
--
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=30113
Bug #: 30113
Summary: Visio 2010: Shapes panel does not refresh when
changing category
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Classification: Unclassified
The Shapes pane usually found on the left side of the page does not redraw the
shapes when the shape category is changed. Instead, I have to force it by
resizing the panel once.
--
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=22423
Summary: Oxford English Dictionary - bad fonts
Product: Wine
Version: 1.0.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mrx(a)riseup.net
Hello friends,
I've got a little problem with my OED 2nd Edition version 1.14.
Download from http://www.oup.co.uk/academic/cdromsupport/oed2v1/
It still runs, but for some reason which I can't understand, it's not
displaying some special characters anymore, specially greek characters and the
phonetic characters.
I'm using the stable version (wine-1.0.1-174-gc4039bd), but the problem is even
worse with the latest development versions.
The most strange to me is that it used to show theses characters perfectly
well, and now it stop displaying them.
I couldn't find anything similar here at bugzilla.
Does anyone know how I could try to solve this?
Thank you very much!
Zac
--
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=22192
Summary: Yandex.Chrome doesn't work
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://chrome.yandex.ru/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Mitya57(a)gmail.com
I installed Yandex.Chrome from http://chrome.yandex.ru/. It installs correctly,
but after starting the process chrome.exe is a zombie.
Also, uninstaller doesn't work
Wine 1.1.41 on Ubuntu 10.04
--
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=29763
Bug #: 29763
Summary: a lot of "a wine application" items in "open with"
list in linux
Product: Wine
Version: 1.4-rc1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: otaku(a)rambler.ru
Classification: Unclassified
after uninstalling an app it's entry doesn't remove from "open with" list but
turns to "a wine application" item
ubuntu 11.10, both xfce and gnome (if it matters)
--
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=23253
Summary: Civilization II crashes when trying to start a new
game
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=28955)
--> (http://bugs.winehq.org/attachment.cgi?id=28955)
Civilization II +mmsys,+winmm trace and backtrace
After applying the patch from bug 20816, reaching the Civilization II main menu
and then choosing to start a new game results in a crash. Disabling the ALSA
audio backend in winecfg gets past the crash. Given that the previous issue
described by bug 20816 was winmm related, I suspect there's another winmm issue
here also.
--
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=22600
Summary: The Enigma Protector crashes with unhandled page fault
on start up
Product: Wine
Version: 1.1.43
Platform: x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=20079
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: envil(a)vexar.de
Created an attachment (id=27775)
--> (http://bugs.winehq.org/attachment.cgi?id=27775)
Terminal output from crash
The Enigma Protector crashes with unhandled page fault on start up
--
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=29805
Bug #: 29805
Summary: Some Pre-Game Videos Do Not Show in Wine - Hype The
Time Quest
Product: Wine
Version: 1.3.28
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jthomas97411(a)yahoo.com
Classification: Unclassified
In Hype the Time Quest, when it is loading after you click "play", the screen
goes white in most versions of Wine, though I remember it being black in 1.3.28
one time.
There should be a video playing then all the way until you see the Ubisoft
loading bar.
Then you get to the game menu. After you start a new game from there, you see a
loading bar with sea gulls flying over it.
After that loading bar finishes (the one with sea gulls), there should be
footage illustrating the intro story as it is being spoken by Gogoud.
Eventually you do get to a video that you can see in Wine, and it is the one
with text in a box over the video and shows Hype in Gogoud's lawn as a statue
and Gogoud unstatuifying you, etc.
So that's two segments of video that should be visible that aren't.
You can hear audio during the playing of the video, but you can't see the
video.
I'm putting 1.3.28 as the version, but I have not seen any version of Wine show
the videos.
Jake
--
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=14673
Summary: Eudemons Online: In-game graphics rendered outside of
virtual desktop
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P1
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fatalitycomix(a)gmail.com
Overview:
After successful login to a game server, while emulating a virtual desktop (the
only known way to produce in-game graphics at all), the in-game graphics are
displayed 100% to the left of the virtual desktop. The input area remains the
same (within the virtual desktop).
See attached screenshot for an example of this glitch.
Steps to reproduce:
1) Set a built-in dll override for "MFC42.DLL" for both "play.exe" and
"soul.exe"
1a) Copy a recent Windows XP version of MFC42.DLL to wine's system32 folder.
2) Set graphics overrides for "play.exe" that include emulating a virtual
desktop of 1024x768 pixels @ 96 DPI.
3) Run "Play.exe" using wine.
4) Log in to a game server.
Actual Results:
The application ran and its in-game graphics were displayed outside of the
virtual desktop.
Expected Results:
The in-game graphics should be displayed within the virtual desktop, matching
the input area.
--
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=22537
Summary: Dungeon Keeper mod KeeperFX crashes on load savegame
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: singu.b+wine(a)gmail.com
Created an attachment (id=27630)
--> (http://bugs.winehq.org/attachment.cgi?id=27630)
Console output with crashmsg
The keeperfx fanmod runs slowly to the mainmenu. But if i select load game it
crashes.
The overall speed is like 5fps.
--
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=21152
Summary: Tomb Raider AOD: MPEG movies aren't played
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: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=25393)
--> (http://bugs.winehq.org/attachment.cgi?id=25393)
terminal output on Wine 1.1.35
I'm using Wine-1.1.35 compiled from source on 32 bit Fedora 12 [gcc (GCC) 4.4.2
20091027 (Red Hat 4.4.2-7)]
The problem is that movies in this game aren't played. When movie should be
played the screen is black and there is no music. I have to press any key to go
forward.
All movies are stored in "MAINDIRECTORYOFTHEGAME/data/FMV" in mpg format. Their
resolution is 640x480 with 30 or 25 fps. Audio is coded with MPEG 1 Audio,
Layer 2 in stereo with Sample rate 44100 or 48000 Hz with 192 kbps.
I tried to override:
-quartz.dll: nothing changed
-quartz.dll and devenum.dll: game displayed that it cannot found movie file
-mciqtz32.dll: game hanged on the beginning with black screen
--
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=30157
Bug #: 30157
Summary: Complete Public Statements of Margaret Thatcher,
1945-90 on CD-ROM doesn't work
Product: Wine
Version: 1.3.28
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: enda_k2(a)yahoo.com
Classification: Unclassified
Created attachment 39341
--> http://bugs.winehq.org/attachment.cgi?id=39341
log in bash window
Complete Public Statements of Margaret Thatcher, 1945-90 on CD-ROM
http://www.margaretthatcher.org/speeches/displaydocument.asp?docid=110609
I install the CD using wine, and when I try to start it up, it doesn't run.
--
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=29694
Bug #: 29694
Summary: Microsoft Flight beta does not install
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: efa(a)iol.it
Classification: Unclassified
Created attachment 38521
--> http://bugs.winehq.org/attachment.cgi?id=38521
log of MS Flight net installer and XP fix
I tried to install the beta for the new MS Flight.
After some check on .NET presence, ask to install an XP patch:
The message box say:
To use all functionalities of Games for Windows software,
you must apply a rapid fix for Windows XP.
Do you want to show and download the update?
Clicking on Yes, open the browser at this page:
http://support.xbox.com/it-IT/games/pc-games/games-for-windows-marketplace-…
I also tried to install the fix but fail with
"Path not found" and
"Installation not ended"
--
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=29813
Bug #: 29813
Summary: KOMPAS 13 Viewer: Does not work file association
Product: Wine
Version: 1.4-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hyper_sonic(a)hotbox.ru
Classification: Unclassified
Since 1.4-rc1 KOMPAS Viewer is install successfully.
But file association not work correctly, because:
1. default key in [HKEY_CLASSES_ROOT\KOMPAS.<???>\shell\View\command] has wrong
value, such as this: C:\PROG~FBU\ASCON\KOMP~H4Z\Bin\KViewer.exe "%1"
Right value is C:\PROGRA~1\ASCON\KOMPAS~1\Bin\KViewer.exe "%1"
2. installer does not create desktop file for desktop integration:
~/.local/share/applications/wine-extension-<???>.desktop
3. Command "env WINEPREFIX="/home/roman/.wine" wine start /ProgIDOpen
KOMPAS.<???> %f" use only "Open" explorer action. But Kompas Viewer installer
is create "View" key in registry (view p. 1). You need rename "View" to "Open".
<???> - is a file extention ("A3D", "CDW", "FRW", "KDW", "M3D", "SPW").
--
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=29618
Bug #: 29618
Summary: Popup Windows disappearing in Magic the Gathering
(Shandalar)
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sick_soul(a)yahoo.it
Classification: Unclassified
While playing Magic The Gathering (the old Microprose game "Shandalar"),
I experienced major problems with popup windows disappearing,
keeping the game from being really playable.
Please read additional details in the notes for the entry in the AppDB:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=3996
under "How do make the game work under wine"
As a workaround, I attach the patch I am using to play.
I also attach a WINEDEBUG=+win log of a duel (the Duel happens towards the
end).
In the log, please note the most important windows:
hwnd = 0x100aa : this is the Player Hand that "disappears" below the Player
territory. In the Log look for:
trace:win:WIN_CreateWindowEx "Your hand" L"MAGICGAME_HandClass"
hwnd = 0x100a0 : this is the Player Territory that should remain below the
Player's Hand. In the Log look for:
trace:win:WIN_CreateWindowEx "Player Territory" L"MAGICGAME_TerritoryClass"
--
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=23039
Summary: Wrong lights with shadows enabled in Call of Duty 4
(and Tomb Raider Legend)
Product: Wine
Version: 1.2-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gugamilare(a)gmail.com
Created an attachment (id=28564)
--> (http://bugs.winehq.org/attachment.cgi?id=28564)
Screenshot of Call of Duty 4
When running Call of Duty 4 with shadows enabled, the light gets a strange line
pattern (like if it the light was going through a blind). It is very similar to
what I'm getting in Tomb Raider Legend (see my comments 14 and 15 in bug
14150).
--
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=18966
Summary: Trackmania United Forever freezes at random when
playing online
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trick(a)icculus.org
Trackmania United Forever freezes seemingly at random when playing online,
sometimes for several minutes at a time. Whenever these freezes happen, this
line appears several times in the console:
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
Most other people doesn't seem to run into this problem for some reason, but
I've tried changing all kinds of settings in both trackmania and wine, and the
freeze problem persists. I did notice an old comment for United (not forever)
that describes the same problem, here (search for freeze):
http://appdb.winehq.org/objectManager.php?sClass=version&iId=7252&iTestingI…
--
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=17710
Summary: Monopoly 2 unhandled exception
Product: Wine
Version: 1.1.16
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=applica
tion&iId=9390
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=19909)
--> (http://bugs.winehq.org/attachment.cgi?id=19909)
wine 1.1.16 +tid +loaddll +seh
Hasbro Interactive's Monopoly causes a page fault followed by an exception and
exits immediately.
"winetricks directx9" does not help.
--
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=29893
Bug #: 29893
Summary: PingPlotter3 and tracert in OS X fail to show all hops
Product: Wine
Version: 1.4-rc3
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dan(a)etheric.net
Classification: Unclassified
Created attachment 38877
--> http://bugs.winehq.org/attachment.cgi?id=38877
PingPlotter and tracert.exe screenshots and logs
When using PingPlotter3, a majority of the hops (sometimes all depending on the
distance) are not displayed. In Linux PingPlotter3 works as expected after
setting the proper file capabilities. Interestingly, this problem also occurs
when using tracert.exe from Windows XP. Running Wine as root and/or replacing
the winsock and icmp Wine libraries with native DLLs fails to correct the
problem.
I've attached a tar gzip containing logs from running both applications with
"+relay,+seh,+tid,err+all,fixme+all,+winsock,+icmp" debug channels and
screenshots.
--
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=29794
Bug #: 29794
Summary: Problem with the game "School Days"
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcossr09(a)yahoo.com.br
Classification: Unclassified
Created attachment 38703
--> http://bugs.winehq.org/attachment.cgi?id=38703
error messages
I installed the game "School Days" and installed the requirements "msxml4" and
"WMP9" when I run it starts normally. However, when I click "start" the game
screen goes dark but the sound continues normally. Attached are the error
messages from the terminal.
--
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=21354
Summary: Ankh: inventory items are not displayed at the top of
the screen
Product: Wine
Version: 0.9.32.
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Among the dozen versions of Wine which I tested (ranging from 0.9.32 to 1.1.36,
versions >0.9.43 with work-around described in bug #21351), none displayed
correctly in the top row of the screen the items that the player collects in
the adventure. The oldest versions tend to display strange patterns loosely
related to some inventory items, the newer ones typically display nothing.
Moving the mouse over the item's position still describes them, but it would be
a PITA to play the game this way.
Using Ubuntu Intrepid with Intel i915 onboard graphics.
--
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=29339
Bug #: 29339
Summary: Office Wörterbuch Französisch Pro: Application shows
empty error popup, instead of showing translation in
main windows
Product: Wine
Version: 1.3.34
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Frank.Goertzen(a)gmx.de
Classification: Unclassified
Application starts normally.
When entered a german or french word to be translated and then pressing "Enter"
to activate translation, the application opens a empty popup window, which can
only be closed.
No translation is shown in the translation part (white area, bottom left) of
the main window.
Console output using 'wine" when activating translation by pressing Enter is:
err:mshtml:replace_node_by_html ReplaceChild failed: 80530003
Console output using 'WINEDEBUG=+relay,+seh,+tid wine' 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=23055
Summary: Crash GLXBadContextTag in Titan Quest
Product: Wine
Version: 1.2-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markus(a)bytenirvana.de
Titan Quest Immortal Throne repeatable crashes after running between 4 - 30
minutes.
I have set DirectDrawRenderer to gdi and followed the hints in the AppDB
X Error of failed request: GLXBadContextTag
Major opcode of failed request: 130 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 17879
Current serial number in output stream: 17879
XIO: fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X
server ":0.0"
after 17880 requests (17879 known processed) with 0 events remaining.
--
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=14066
Summary: Emergency 4 crashes at startup
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oliver.deisenroth.foren(a)online.de
After running 'wine Em4.exe', Emergency 4 crashes
--
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=29634
Bug #: 29634
Summary: Unable to connect to MS Office with python and pywin32
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tymoteusz.jankowski(a)gmail.com
Classification: Unclassified
Created attachment 38398
--> http://bugs.winehq.org/attachment.cgi?id=38398
The Script (which works under MS XP OS) and output after running it with Wine
I tried to write a python script which gives some of automation to MS Office.
It runs under Windows xp, but not with Wine.
I attached py script and log from running the script.
--
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=26206
Summary: Halo Combat Evolved - Intro movies ( .bik format )
break sound for game
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shannon.vanwagner(a)gmail.com
When I launch Halo Combat Evolved, the 3 .bik Intro movies (gearbox.bik,
mgs.bik, and bungie.bik) play with sound but then when it gets to the menu for
the game, sound doesn't work at all until I change the screen resolution in the
game.
Sound will also work from the start, if I rename these files (so they don't
load at all):
.wine/drive_c/Program Files/Microsoft Games/Halo/bungie.bik
.wine/drive_c/Program Files/Microsoft Games/Halo/mgs.bik
.wine/drive_c/Program Files/Microsoft Games/Halo/gearbox.bik
--
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=11583
Summary: Neverwinter Nights 2: outdoors textures sometimes all
white/gray
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Simetrical+wine(a)gmail.com
When playing Neverwinter Nights 2, version 1.11.1153 (no expansion pack),
sometimes in outdoors environments all textures are white or gray, making
navigation fairly hard. Apparently this occurs only during the daytime. I've
attached a debug log from me starting the game, loading a saved game exhibiting
the problem, wandering around for a minute, and then exiting, with debug
options: warn+all,debug+all,err+all,+trace.
Some relevant-looking lines that are repeated very frequently are:
warn:d3d_shader:IWineD3DVertexShaderImpl_CompileShader Swizzled attribute
validation required an expensive comparison
fixme:d3d_shader:shader_glsl_select >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION
(0x502) from glUseProgramObjectARB @ glsl_shader.c / 3226
Especially the second. But what do I know. :) If there's anything else I can
do to help (screenshot? different debug options?) please say.
See also comment at
<http://appdb.winehq.org/objectManager.php?sClass=version&iId=10531>:
"The outdoor setting that was used in many of the towns and villages had light
problems. The problem seemed to arise at daytime, and seemed to be a result of
incorrectly handled light effects. It resulted in a screen that was too bright,
often so bright that nothing at all could be seen. The only remedy was either
to wait for the night to kick in or to try to navigate using the map which was
really annoying."
--
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=22862
Summary: Setting the default button in a PropertySheetPage does
not work
Product: Wine
Version: 1.1.44
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=28255)
--> (http://bugs.winehq.org/attachment.cgi?id=28255)
Winecfg.exe that behaves differently on Wine than on Vista
I stripped Winecfg, left only the Libraries tab, and I added the SendMessage
call after the call for enabling the Add button:
{
enable(IDC_DLLS_ADDDLL);
SendMessage(dialog, DM_SETDEFID, (WPARAM)IDC_DLLS_ADDDLL, 0);
}
The winecfg.exe I obtained (attached) behaves different on Vista than on Wine
1.1.44.
- Start winecfg.exe, type "x", press ENTER.
On Vista it generates a click on the Add button, but on Wine it closes the
window.
--
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=16083
Summary: Unhandled page fault - fixme:dbghelp:addr_to_linear
Failed to linearize address
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nicofo(a)tuxfamily.org
Created an attachment (id=17309)
--> (http://bugs.winehq.org/attachment.cgi?id=17309)
Wine "Unhandled page fault"
Hello,
I try to run an old program for Windows: Eurodico (a translator dictionnary)
But I got that error: (see attachement for complete logs)
Seems to be a bug:
wine: Unhandled page fault on read access to 0xffffffff at address
0x127f:0x00004a73 (thread 0019), starting debugger...
Unhandled exception: page fault on read access to 0xffffffff in 16-bit code
(127f:4a73).
fixme:dbghelp:addr_to_linear Failed to linearize address 0111:0000ef00 (mode 0)
... (see log)
Additional info: I'm under Linux Fedora 9 with "wine-1.1.5-1.fc9.i386", but I
have never been able to run that program before with previous version of wine
(0.9 and even older).
--
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=28012
Summary: Mouse caught in screen corner after minimize
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diafero(a)arcor.de
Since support for mouse events through XInput2 was added to wine (version
1.3.18), I am occasionally having trouble with Uru - Complete Chronicles
(appdb:
http://appdb.winehq.org/objectManager.php?sClass=application&iId=10836). I set
up Uru to run in windowed mode, and a shortcut in KDE to minimize a window.
Sometimes, when I do that, the mouse ends up being caught in a tiny square (I'd
estimate of about 50px) in the bottom left screen corner. I can not move it
out, and clicking does not have any effect, at least not in the button that's
actually drawn there (the K-Menu). Hitting the minimize shortcut again to
minimize whatever window got the focus, releases the mouse. Unfortunately, this
is not reproducible.
--
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=20422
Summary: Odd colour pallet error in The Humans 4
Product: Wine
Version: 1.1.31
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
Created an attachment (id=24241)
--> (http://bugs.winehq.org/attachment.cgi?id=24241)
Example of gfx error
I get an odd pallet bug when trying to run The Humans 4. See screenshot top is
mine bottom is what it should be this also affects in game graphics.
--
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=22981
Summary: winhelp: Missing text and incorrectly outlined tables
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
This is to report some more formatting bugs in Wine winhlp32. I don't know
whether the underlying cause is related to bug 14288 but in this case the
effect is different so I opted to open a new bug.
Open the attached relnotes.hlp file in Wine winhlp32 and compare with Windows
winhlp32.
Click Known Problems. In Wine winhlp32, there is are grey lines drawn around
and in the Order/NLM/Software table (there should not be any outline). All the
text which should be below the table is missing.
The same issue occurs in the Sample code table in the Notes and Recommendations
section.
In the Optimizing Performance section, the table is badly broken (and text
which should be below it is missing); each "Copy file" entry appears in a large
box, and the corresponding "To optimize the performance of" entries are
missing.
--
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=26419
Summary: Guitar Hero World Tour: loads of GL_INVALID_VALUE
messages
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mistere2002(a)zonnet.nl
when playing Guitar Hero World Tour i get loads of the messages scrolling down
my screen:
"err:d3d:scissorrect >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from glScissor
@ state.c / 4929"
The game runs fine, but it can probably be fixed.
--
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=29798
Bug #: 29798
Summary: Cisco IP Communicator 8.6(1): crashes after Audiosetup
Product: Wine
Version: 1.4-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roger(a)gunis.de
Classification: Unclassified
Created attachment 38709
--> http://bugs.winehq.org/attachment.cgi?id=38709
Backtrace from the abort of the Wizzard
Installing the Cisco IP Communicator worked fine. The first step is an audio
configuration site. I could configure the Audio Devices and testing it.
Unfortunately after testing the audios the wizzard could not be closed
successful. Instead the wizzard fails and wine is reporting a problem.
--
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=11387
Summary: SMP/Dual core performing worse than single core
Product: Wine
Version: 0.9.54.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jcollins(a)asgardsrealm.net
I searched for another bug report on this but did not find anything. I've
tested the same application on two similar systems with similar software loads.
Essentially, the application (Majesty) preforms considerably better on a
single core system than it does on a more powerful dual core system.
Single Core System:
AMD Athlon(tm) 64 Processor 3300+
1.5 Gig RAM
GeForce 6200 256M
Dual Core System:
AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
2 Gig RAM
GeForce 7800 256M
Both systems are running Debian Etch, with kernel version 2.6.18-5-k7, NVIDIA
GLX Module 100.14.19, and Wine 0.9.53 (using Scott's packages).
I would expect the dual core system to run as well, if not better, than the
single core system. However, it is extremely sluggish on the dual core system
and blazingly fast (in some cases needing to be slowed down) on the single
core.
I have also tested the dual core system with 0.9.54 (built using Scott's 0.9.53
package as a basis), with no improvement. I'll happily provide any additional
information that would be helpful.
--
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=23996
Summary: alt.binz version 0.25.0 not loading
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.altbinz.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leo_mancini(a)yahoo.com
Created an attachment (id=30137)
--> (http://bugs.winehq.org/attachment.cgi?id=30137)
Alt.binz 0.25.0 not working... Here is the error message
Hi all,
When loading alt.binz program, it does not load at all.
and displays the error message as attached in the screenshot.
It used to work prior to my upgrade to Opensuse 11.3 when I was using version
11.2 instead.
--
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=18390
Summary: Roblox can't join a game
Product: Wine
Version: 1.1.20
Platform: Other
URL: http://roblox.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
After working around bug 18388 and bug 18389,
trying to join a game fails; the browser says
it can't start the game, and tells you to start
the app (which you already did). On the console,
one sees a suspicious error message from gecko:
fixme:shdocvw:HttpNegotiate_BeginningTransaction (0x5c239a8)->(L"" L"" 0
0x33c794)
0[15c4c8]: file (null), line 0: uncaught exception: [Exception... "Unexpected
error" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame ::
http://www.roblox.com/ScriptResource.axd?d=lz2oPY8_Yxfc8W_Nr5tWGxJ8z2w_ENPF…
:: anonymous :: line 2144" data: no]
Possible workaround: launch games directly using e.g.
wine roblox.exe -play
http://www.roblox.com/Game/join.ashx?jobID=cc310936-d9bd-46a5-99cd-494d6b14…
as mentioned at http://forums.roblox4linux.co.cc/index.php?topic=37.0
--
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=30147
Bug #: 30147
Summary: mmdevapi: incorrect capture overrun handling
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
CC: m.b.lankhorst(a)gmail.com
Classification: Unclassified
Created attachment 39320
--> http://bugs.winehq.org/attachment.cgi?id=39320
mmdevapi capture test from native w7 machine
Most wineXYZ audio drivers do not handle mmdevapi capture overrun correctly. In
particular, the ALSA & OSS drivers randomly overwrite old with new data,
depending on the read pointer within the capture buffer.
Native roughly supports, with some quirks, a scenario like:
Initialize(duration=Xms);
Start;
Sleep(X+Yms); /* Y extra spare time */
Stop; /* optional, buffer is full now */
repeat GetBuffer/ReleaseBuffer until (hr != S_OK);
The goal is to obtain one buffer (~Xms) full of data.
The attached log from a w7 machine shows what packet gets recorded at what time
by tracing GetBuffer's performance counter output parameter (qpc). The key
data points are:
>capture.c:544: rate: 48000
>capture.c:293: GetBufferSize 23941 period size 480
>capture.c:248: Sleep.1 position 480 pad 16800 flags 0, frames locked: 480
>capture.c:250: sleep qpc=67335132
>capture.c:293: GetBufferSize 23941 period size 480
>capture.c:303: Overrun position 1440 pad 23941 flags 1, frames locked: 480
>capture.c:305: overrun qpc=67355139
This position and qpc jump of exactly one period I don't understand.
>capture.c:331: Cont'ed position 1920 pad 23461 flags 0, frames locked: 480
>capture.c:333: cont'ed qpc=67365133
>qpc=67375139 0 position 2400 pad 22981 flags 0, next 480, frames locked: 480
>qpc=67385135 1 position 2880 pad 22501 flags 0, next 480, frames locked: 480
Note how position correlates with 10ms increments of qpc (in µs).
>qpc=67795152 42 position 22560 pad 3301 flags 0, next 480, frames locked: 480
>qpc=67805153 43 position 23040 pad 2821 flags 0, next 480, frames locked: 480
>qpc=67815148 44 position 23520 pad 2341 flags 0, next 421, frames locked: 421
>qpc=67823919 45 position 23520 pad 1920 flags 0, next 59, frames locked: 59
>qpc=67825154 46 position 24000 pad 1861 flags 0, next 480, frames locked: 480
>qpc=67835147 47 position 24480 pad 1381 flags 1, next 421, frames locked: 421
>qpc=68085155 48 position 36480 pad 960 flags 1, next 480, frames locked: 480
>capture.c:352: Test failed: Valid IAudioCaptureClient_GetBuffer: 08890001
>qpc=68085155 49 position -1 pad 480 flags 1, next 0, frames locked: 0
qpc indicates that old packets are being delivered until iteration <48, where
another position jump occurs.
Summary:
- I don't know where native's 23941 frames buffer comes from.
It's neither a multiple of the period size nor of 1024.
- Upon underrun, a DISCONTINUITY is immediately signaled and one
packet is skipped. The latter is weird. (I'm wondering whether
native overwrites one packet within the circular buffer as an
overrun detector, then skips it?).
+ Then, almost a full buffer of old packets can be retrieved with
GetBuffer.
- While the full buffer is 49 * 480 + 421, only 48 * 480 + 421 frames
can be retrieved with a qpc indicating pre-overrun times.
- The last old packet is flagged with DISCONTINUITY too (iteration 47).
I'd have expected solely the following one to bear this mark.
+ When there's room again in the buffer, GetBuffer yields new packets
(iteration 48). Both position and qpc reflect the overrun gap that
appears to have last for 250ms. DISCONTINUITY is set too.
- There's some strange packet splitting at iterations 44-45 that may
correspond to a wrap-around of native's buffer.
I wonder why native does not limit buffer to multiples of period size.
- Note that the position 23520 of the 59 frames fragment rest is the
same as that of the previous 421 frames packet. A bug in native?
The qpc is different and looks ok.
+ GetNextPacket exactly matches the following GetBuffer, even when it
yields less than one packet, e.g. 421/59/480.
- GetCurrentPadding >= period size does not imply a successful GetBuffer,
see iteration 49. Only GetNextPacket correlates fine. A bug in native?
--
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=30110
Bug #: 30110
Summary: Mass effect steam
Product: Wine
Version: 1.4-rc6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Monoboy4ik(a)gmail.com
Classification: Unclassified
Game works fine but sometimes after 1-2 hours playing game freezes. No errors
in the console does not appear. Help 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=29809
Bug #: 29809
Summary: Hype the Time Quest Installer Goes Over 100%
Product: Wine
Version: 1.3.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jthomas97411(a)yahoo.com
Classification: Unclassified
Wine 1.3.16 is as far back as I tested. For 1.3.16, 1.3.20, 1.4 rc 1, and 1.4
rc 2, if you uncheck the Microsoft DirectX Media check, this will allow the
installer to succeed, whereas if you don't uncheck that, it will fail.
When it fails (DirectX check left checked), it stops at about 100%. When it
succeeds (DirectX check unchecked), it goes to 116%, in the case of the
versions mentioned above.
There were some versions there for a while, somewhere not too far after 1.3.29,
that went to 117% when you didn't uncheck the DirectX test and they failed, and
when you did uncheck the DirectX test, the installer stopped at 100% and
succeeded. Whereas with these other versions it doesn't go over if you _don't_
uncheck it and does go over if you _do_ uncheck_ it. It still held true that
unchecking let it succeed and leaving it checked caused it to fail.
So this is a separate bug from the installer simply crashing.
Notice how this is different than the DirectX check bug: 29806. This is about
the installer going over 100%.
I get this 9 times in terminal from when the installer crashes in the case of
1.3.16, 1.3.20, 1.4 rc 1, and 1.4 rc 2:
fixme:advpack:ExecuteCabW Cab archive not extracted!
Jake
--
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=20232
Summary: mciwave breaks on MSDN example
Product: Wine
Version: 1.1.30
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
I'm reviewing mciwave and mciseq and found numerous issues. Concurrently, I'm
augmenting the MCI testsuite. I've attached my current mciwave
work-in-progress tests to give you an early insight into my work.
The tests so far confirm my model of MCI: I view it like an old-fashioned tape
deck with buttons, which you can press in any order. Still there's error
checking, e.g. you can't resume when stopped. Like a tape deck, you can switch
from playing to recording at any time.
Oddly, you can combine fast forward and play in one command, but not rewind
with play.
The attached tests work fine on (at least one machine with) MS-Windows, but
cause Wine to fail and hang in multiple ways. You've been warned!
I'd be pleased if people could run the tests on more instances of MS-Windows.
I plan to strip down this test file until it at least does not hang anymore in
Wine. Then only can it be submitted. Concurrently, I can submit patches to
the mci* codebase.
Current issues with the mci code in Wine are:
- not distinguishing between STOPPING and STOPPED, PLAYING and GOING TO PLAY,
etc.;
- seriously broken asynchronous execution;
- non-error-proof use of InterlockDecrement. It must only be called
when waveInAddBuffer and waveOutWrite succeed, as those cause
callbacks to happen;
- RIFF .wav file not always correctly written;
- the mmio is as much as resource as the wave device and must be
properly released (mmioAscend, not only when saving);
- many items here and there:
+ bogus 44000Hz frequency;
+ premature return (in mcicda);
+ conversion between #bytes and samples;
+ switching fInput while playing;
+ copy&paste errors (InterlockedDecrement need be initialised
differently when recording and playing)
The major issue is concurrency. There I'm not sure how to proceed and rewrite
mciwave (and mciseq and mcicda).
o One model, Erlang-like, which the OSS driver also implements, is one thread
per play and exclusively using message passing to receive commands. This would
simplify NOTIFY everywhere. It clearly offers the advantage of being closest
to the sequential execution model that is easy to reason about. IMHO, it does
not play nicely with the pause command (state machine).
o Continue as currently written, but then think twice and even 3-7 times about
how to perform locking among the concurrent threads:
- Put InterlockIncrement() to more uses?
- Put Events to more uses?
- Unlike mciavi, there's no CriticalSection in mciwave and mcicda, yet
I'm unconvinced that the current synchronisation via volatile dwStatus
can suffice.
- But then, identifying the critical sections will be tedious and error prone.
o Combinations of both, e.g. one thread per play or record (not unlike the
present code), and dealing (correctly) with PAUSE, STOP and RESUME inside it
(via e.g. events to restart a paused thread, or indirectly, by relying on the
callbacks+events sent when invoking waveOutRestart and waveInStart -- is it
legal at all to call those from a different thread)?
o Is there any other concurrency model suitable in Wine?
Regards,
Jörg Höhle
--
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=14055
Summary: Occasional wine crash during Heroes of Might and Magic
III gameplay
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: riklaunim(a)gmail.com
Created an attachment (id=14275)
--> (http://bugs.winehq.org/attachment.cgi?id=14275)
Crash log
During gameplay the game may sometimes crash. It looks like the bug is related
to mp3/sound – “mp3dec.asi” (using OOS in wine). The log shows the
backtrace.
--
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=15689
Summary: Onenote 2007: no drawing.
Product: Wine
Version: 1.1.6
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Crazedhamster(a)hotmail.com
Created an attachment (id=16752)
--> (http://bugs.winehq.org/attachment.cgi?id=16752)
Backtrace
Clicking on the drawing tool causes it to go grey and disappear.
--
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=12804
Summary: winecfg: pressing enter in library override closes
winecfg
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: jeffzaroyko(a)gmail.com
Pressing enter when entering a dll override doesn't add the override. For those
of us that find mice an exercise in masochism and prefer keyboards, it's quite
a pain...
--
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=20194
Summary: Far Cry 2: major graphical glitches
Product: Wine
Version: 1.1.30
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Created an attachment (id=23807)
--> (http://bugs.winehq.org/attachment.cgi?id=23807)
terminal output, first 5000 lines
The main menu loads, the level loading screen works fine. When starting a new
game, the screen is mostly black, part of the light from the sun is seen and
some other parts of the scenery creep into view for a moment here and there.
OpenGL renderer string: GeForce 8800 GTS/PCI/SSE2
OpenGL version string: 3.1.0 NVIDIA 190.18
--
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=26378
Summary: Can`t play a game
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: danirtoma(a)gmail.com
J can`t play the game 4story.
--
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=29380
Bug #: 29380
Summary: sonic Generations: The detected configuration does not
match your current hardware
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eunbolt(a)gmail.com
Classification: Unclassified
Created attachment 38027
--> http://bugs.winehq.org/attachment.cgi?id=38027
Terminal output when starting Sonic Generations
First you Select what hardware you have in the sonic generations configuration
tool.
Then when you run sonic generations, it tells you "The detected configuration
does not match your current hardware"
--
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=29880
Bug #: 29880
Summary: Sonic Generations: no audio
Product: Wine
Version: 1.4-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eunbolt(a)gmail.com
Classification: Unclassified
Created attachment 38852
--> http://bugs.winehq.org/attachment.cgi?id=38852
Terminal output while playing sonic generations
There is no sound when playing sonic generations
--
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=22978
Summary: SimCity2000: race condition causes crash in MCI during
startup
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Created an attachment (id=28457)
--> (http://bugs.winehq.org/attachment.cgi?id=28457)
mci+winmm trace & crash backtrace
The attached log shows a crash that is triggered because the asynchronous
mciseq/mcimidi player is still attempting to open the device while the main
thread already successfully called MCI_CLOSE.
The mcimidi player does not implement proper locking. Unlike mciwave, its state
variable is not yet set to MCI_MODE_PLAY when opening the MIDI device, which
lets MCI_CLOSE not see something is busy playing.
Actually, even looking at mciwave, one can construct unfortunate sequences of
scheduling that would cause mciwave to hang in such a situation. So there's no
trivial patch simply moving
wmm->dwStatus = MCI_MODE_PLAY;
a couple of lines up.
The crash generally occurs when starting SimCity 2000 using
"wine 'C:\Program...\Game\simcity.exe'"
Curiously, "wine start simcity.exe" always works. As I said, it's a race
condition.
It seems like sometimes, the initialisation of WINMM and MIDI takes a long
time.
The bug is then triggered when MCI_CLOSE is called by the application.
MCI_CLOSE is called, among others, when clicking "exit" in the initial menu.
Often enough, the app crashes before showing this menu. IMHO, the fact that the
app calls MCI_CLOSE that early is triggered by another bug in Wine that AppDB
testers have mentioned every now and often, but never put to Bugzilla: SimCity
2000 starts fine (showing its logo) when using full screen mode, but needs a
resize or uniconify when using a virtual desktop: then presumably, the app
sends MCI_CLOSE to stop the music, causing or not a crash via the present race
condition.
BTW, since the crash occurs in the asynchronous MCI MIDI player, the app
nevertheless works...
This issue has nothing to do with the bug, presumably in the app, that "wine
simcity.exe" crashes whereas "wine 'c:\full\path\simcity.exe'" (should) work.
--
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=30170
Bug #: 30170
Summary: Afterburner 3D: screen not drawn properly (orm=fbo)
Product: Wine
Version: 1.4
Platform: x86
URL: http://digilander.iol.it/brodarodasoft2/AB3D_Setup.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 39373
--> http://bugs.winehq.org/attachment.cgi?id=39373
terminal output (orm=fbo)
Now that bug #8433 has been fixed, the game can get past the initial loading
screen without crashing, but the screen is not refreshing after the loading
screen is displayed. You can hear audio playing and various text is displayed
(overwritten) on the loading screen.
At some point menu options appear at the bottom of the screen and you can start
a new game by pressing <Enter>. You can hear audio from the game but the screen
is still showing the corrupted loading screen.
Setting OffscreenRenderingMode to backbuffer acts as a workaround. One of the
drawbacks of this setting is that the opening screens showing the graphic card
and input setup are displayed upside down. Once the game begins to load, the
screen is displayed normally.
Performance is abysmal when you start a new game but I don't know if this is
due to the backbuffer setting.
Fedora 16
Nvidia 250 / driver 290.10
X.Org X Server 1.11.4
--
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=29017
Bug #: 29017
Summary: 4th Dimension 6.5.4 crashes
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sebastien.ramage(a)gmail.com
Classification: Unclassified
The app. crashes when trying to start "tools => Explorer" or in french "Outils
=> Explorateur'
wine reports : err:seh:raise_exception Exception frame is not in stack limits
=> unable to dispatch exception.
the app and a sample database can be download here :
http://www.janin-tools.com/download/wine/4th_Dimension_6.5.4.tar.gz
to reproduce the bug :
- download the archive and uncompress it
- launch 4D.exe
- choose "Démo" on the welcome dialog
- choose "Ouvrir une base existante" and select the test database (click on
"Autre..." if necessary)
- When database opened, choose "Outils" then "Explorateur" in the menu bar.
--
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=9848
Summary: flipviewer fails to load
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eyecreate(a)gmail.com
Created an attachment (id=8321)
--> (http://bugs.winehq.org/attachment.cgi?id=8321)
Error log for flipviewer
The flipviewer(www.flipviewer.com) app installs and the library program works,
but the actual program fails. Backtrace log attached.
--
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=28186
Summary: uninstaller has no proper usage message
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
First uninstaller uses WINE_ERR() to tell the user he got the usage wrong (like
when he forgets a parameter). That's wrong as this is not a Wine error.
Second it never prints a usage message thus leaving the user guessing.
Finally if run in the wineconsole the user will see no output at all but that's
a somewhat independent issue (see bug 28185).
--
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=14915
Summary: FlushFileBuffers() fails on disk volume, sets
ERROR_INVALID_HANDLE when handle supposedly valid
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vesselinpeev(a)hotmail.com
Ran under Wine, the following program receives ERROR_INVALID_HANDLE as a
Windows last error when the flushing call fails.
Note that if you are testing under Windows Vista, you need to run the program
with administrative privileges to be able to get the handle to the volume.
For brevity, I've omitted GetLastError() printing for failure cases except the
flushing one, but, needless to say, you may want to add them for full
correctness / error handling / safety, or do let me know and I'll happily add
these and re-post the code.
# include <windows.h>
# include <stdio.h>
# include <tchar.h>
int _tmain()
{
LPCTSTR volName = _T("\\\\.\\C:");
HANDLE hFile = CreateFile(volName, GENERIC_READ | GENERIC_WRITE,
FILE_SHARE_READ | FILE_SHARE_WRITE, 0,
OPEN_EXISTING, 0, 0);
if (hFile != INVALID_HANDLE_VALUE) {
_tprintf(_T("Opened volume %s\n"), volName);
SetLastError(0xdeadbeef); /* to make sure that it's really the next call
that sets the last error -- advice taken from Dmitry Timoshkov's comment at
http://bugs.winehq.org/show_bug.cgi?id=14855 */
if (FlushFileBuffers(hFile)) {
_tprintf(_T("File buffers flushed\n"));
}
else {
DWORD dwRet = GetLastError();
_ftprintf(stderr, _T("File buffers not flushed, GetLastError() returned
%lu"), dwRet);
if(dwRet == ERROR_INVALID_HANDLE) {
_ftprintf(stderr, _T(" (\"The handle is invalid\")"));
}
_ftprintf(stderr, ".\n");
}
}
else {
_ftprintf(stderr, _T("Could not open volume %s\n"), volName);
return -2;
}
if(! CloseHandle(hFile)) {
_ftprintf(stderr, _T("Could not close handle to volume %s\n"), volName);
return -3;
}
return 0;
}
--
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=19425
Summary: notepad: running notepad with a non-existent file and
choosing yes to create a new file should do so
immediately (appinstall)
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
'notepad foobar.txt'
pops up a dialog telling you that the file does not exist, and asking if you'd
like to create it.
Yes - Opens notepad with foobar.txt, but doesn't create a new file.
No - Opens notepad with a blank new document.
Cancel - Closes notepad.
On windows, choosing yes immediately creates the new (empty) file.
--
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=28770
Bug #: 28770
Summary: Diablo 2 - sound works in menu, stops after starting
game (kind of regression)
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zajec5(a)gmail.com
Classification: Unclassified
I've noticed that with recent Wine I don't hear any sound in Diablo 2 when
playing my character. When I start Game.exe - sound is here during watching
into and as long as I'm in the menu. When I start playing (the map and my
character show up) it stops. After that I don't hear anything anymore.
Bisection has resulted in the following:
There are only 'skip'ped commits left to test.
The first bad commit could be any of:
901af51ea32f2d192a598808abab2d1b6a940773
be158e48ad8ee556941bd3f1ff94ca7116680d00
We cannot bisect more!
commit be158e48ad8ee556941bd3f1ff94ca7116680d00
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Mon Jul 11 08:28:30 2011 -0500
winmm: Implement waveOut* on top of MMDevAPI.
commit 901af51ea32f2d192a598808abab2d1b6a940773
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Mon Jul 11 08:28:24 2011 -0500
winmm: Remove driver implementation of waveOut*.
I'm using ALSA in Wine and Pulseaudio in my system.
I'm almost sure it's duplicate of #27908, but I was asked by Austin to create
new bugzilla report.
Right after starting Game.exe with affected Wine I get following fixmes:
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels,
pretending there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels,
pretending there's only 2 channels
When starting real game (map and character, sounds goes away) nothing appears
in the console.
--
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=26688
Summary: Risen requires vcrun2005
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
The game outputs no missing functions and mscodescan reveals nothing either,
yet the game complains about vcrun2005. winetricks vcrun2005 works around it
xavier@xavier /wine/risen/drive_c/jeu/bin $ wine Risen.exe
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.OpenMP" (8.0.50727.762)
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50727.762)
err:module:import_dll Library vcomp.dll (which is needed by
L"C:\\jeu\\bin\\Engine.dll") not found
err:module:import_dll Library Engine.dll (which is needed by
L"C:\\jeu\\bin\\Risen.exe") not found
err:module:import_dll Loading library Engine.dll (which is needed by
L"C:\\jeu\\bin\\Game.dll") failed (error c0000018).
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50727.762)
err:module:import_dll Library Game.dll (which is needed by
L"C:\\jeu\\bin\\Risen.exe") not found
err:module:import_dll Loading library Engine.dll (which is needed by
L"C:\\jeu\\bin\\Importer.dll") failed (error c0000018).
err:module:import_dll Loading library Game.dll (which is needed by
L"C:\\jeu\\bin\\Importer.dll") failed (error c0000018).
err:module:import_dll Library vcomp.dll (which is needed by
L"C:\\jeu\\bin\\Importer.dll") not found
err:module:import_dll Library Importer.dll (which is needed by
L"C:\\jeu\\bin\\Risen.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\jeu\\bin\\Risen.exe" failed, status c0000135
--
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=17055
Summary: wine does not put wine executable path into desktop icon
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: beagle7(a)shaw.ca
when installing an app, when wine installs a desktop icon (under KDE), it does
include the proper env WINEPREFIX, but it does not include the path to to wine
(e.g., /usr/local/1113/bin/wine) under which the app was installed. I.e., if I
do exactly this:
env WINEPREFIX=~/.wine-some-app /usr/local/wine-install-dir/wine
~/path/windows-app-installer.exe
the resulting desktop icon, in properties, would have under command, the
following:
env WINEPREFIX="~/.wine-app" wine "C:\Program Files\Path\app.exe"
or similar.
What I'd like it to have is:
env WINEPREFIX="~/.wine-app" /usr/local/wine-install-dir/wine "C:\Program
Files\Path\app.exe" (as appropriate)
--
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.