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.