http://bugs.winehq.org/show_bug.cgi?id=16576
Summary: Warlords Battlecry III crashes on exit.
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nthykier(a)hotmail.com
CC: nthykier(a)hotmail.com
Created an attachment (id=18090)
--> (http://bugs.winehq.org/attachment.cgi?id=18090)
complete wine log
When I close (click quit/exit in the menus) Warlords Battlecry III, it gets an
"unhandled page fault". So rather than closing it crashes. Severity does not
seem overwhelming as it has not failed to flush its files due to these crash.
I have made no special changes (no patches) to my installation to play this
game. The AppDB suggests installing some native DLL files, which I haven't done
- since single player version ran fine without.
AppDB entry: http://appdb.winehq.org/objectManager.php?sClass=version&iId=1168
--
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=26495
Summary: The Elder Scrolls : Morrowind and Oblivion crash with
Gstreamer issues
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
I commented on this issue originally in
http://bugs.winehq.org/show_bug.cgi?id=25511 . However, after discussing with
some of the Gstreamer guys : https://bugzilla.gnome.org/show_bug.cgi?id=644418
, they seem to hint that the issue could be related to how wine handle
Gstreamer. Bug 25511 is about quartz, I'm labeling this one to winegstreamer,
unless a maintainer disagrees.
The games crash right after the intro videos, when the main menu is about to be
loaded. The main culprit line is:
err:gstreamer:push_data_init Obtaining buffer returned: -2
I use Gentoo Linux X64, and I have the gst-plugins-meta and
emul-linux-x86-soundlibs packages installed. Hence I do not believe that the
issue is due to a lack of plugins.
WINEDEBUG=+gstreamer reveals the following:
trace:gstreamer:GST_QueryInterface ({56a86895-0ad4-11ce-b03a-0020af0ba770},
0x33f130)
trace:gstreamer:GST_Release (0x13bd5fd0)->() Release from 2
trace:gstreamer:GST_GetPin Asking for pos 0
trace:gstreamer:GSTInPin_ReceiveConnection
(0x13bd6120/0x13bd6120)->(0x13c70798, 0x16cbbaa8)
trace:gstreamer:dump_AM_MEDIA_TYPE {e436eb83-524f-11ce-9f53-0020af0ba770}
{e436eb87-524f-11ce-9f53-0020af0ba770}
...
{0f6417d6-c318-11d0-a43f-00a0c9223196}
trace:gstreamer:GSTInPin_QueryAccept (0x13bd6120)->(0x16cbbaa8)
trace:gstreamer:dump_AM_MEDIA_TYPE {e436eb83-524f-11ce-9f53-0020af0ba770}
{e436eb87-524f-11ce-9f53-0020af0ba770}
...
{0f6417d6-c318-11d0-a43f-00a0c9223196}
trace:gstreamer:GST_Connect 0x13bd6120 0x13c70798 0x33ee38
trace:gstreamer:activate_push Activating
trace:gstreamer:push_data_init Starting..
trace:gstreamer:request_buffer_src Requesting 0 4096
err:gstreamer:push_data_init Obtaining buffer returned: -2
trace:gstreamer:push_data_init Stopping..
Please let me know if you need anything else.
--
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=3456
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #28 from Alexandre Julliard <julliard(a)winehq.org> 2013-08-30 13:06:00 CDT ---
Closing bugs fixed in 1.7.1.
--
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=31435
Bug #: 31435
Summary: git lastest version(1.5.10) don't show korean text
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hys545(a)dreamwiz.com
Classification: Unclassified
I use fedora-17(installd
package->freetype-2.4.8-3.fc17.i686,fontconfig-2.8.0-7.fc17.i686)
I checked git-lastest(2012-8-9))
I test
LANG=ko_KR.UTF-8; winecfg
result: any text isn't shown
..
I test wine-1.5.10
Same error.
-----
I test git versions..
I test git versions
wine-286854f->error.
wine-c683ad7->No error..
I edit function of freetype.c.
func name is
static HFONT freetype_SelectFont( PHYSDEV dev, HFONT hfont ).
My fix is
---
4656,4660c4656,4658
< if(csi.fs.fsCsb[0] & (face->fs.fsCsb[0] | face->fs.fsCsb[0])) //add
< // if(face->vertical == want_vertical &&
< // (csi.fs.fsCsb[0] & face->fs.fsCsb[0]
< //|| (font_link != NULL && csi.fs.fsCsb[0] &
font_link->fs.fsCsb[0])))
< {
---
> if(face->vertical == want_vertical &&
> (csi.fs.fsCsb[0] & face->fs.fsCsb[0] ||
> (font_link != NULL && csi.fs.fsCsb[0] & font_link->fs.fsCsb[0]))) {
---
I
--
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=20265
Summary: TR4W program starts if I go into terminal mode
ctrl-alt-F1 and then back to GUI ctrl-alt-f7
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.tr4w.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rx9tx(a)qrz.ru
CC: rx9tx(a)qrz.ru
Program installation http://tr4w.com/ru/system/files/tr4w_setup_4_166.zip
Run the program, enter:
My call - AA1AA
Contest - ARRL DX CW
My state - MA
Click OK - program window disappears.
If I go into terminal mode ctrl-alt-F1 and then back to gui ctrl-alt-f7
programs finally starts properly.
--
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=31917
Bug #: 31917
Summary: vb6 fails to open project after wine's update
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vde(a)ykoctpa.ru
Classification: Unclassified
Created attachment 42022
--> http://bugs.winehq.org/attachment.cgi?id=42022
backtrace log
microsoft VB6 enterprise got error when opening existing project.
--
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=34214
Bug #: 34214
Summary: Printing from notepad crashes
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wineps.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmitry(a)baikal.ru
Classification: Unclassified
This is a regression, caused by
Commit: 745e7c93c9042f62460f181daaa1f05645560b41
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Tue Jul 30 07:54:25 2013 -0500
wineps.drv: Allow for vertical text printing.
With extensive review and help from Huw Davies.
--
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=31756
Bug #: 31756
Summary: Borderlands 2 crash on startup (once ingame) on wow64
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Classification: Unclassified
Seems to be only on wow64 but havent tested in a 32bit prefix. The following
pops up, see if it's enough to pinpoint an issue (no backtrace):
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp_dwarf:dwarf2_parse_subprogram_block Unhandled Tag type 0x15 at
ctx(0x233b4a0,L"kernel32<elf>"), for debug_info(abbrev:0x25012380,symt:(nil))
fixme:dbghelp_dwarf:dwarf2_parse_subprogram_block Unhandled Tag type 0xf at
ctx(0x233b4a0,L"kernel32<elf>"), for debug_info(abbrev:0x25012380,symt:(nil))
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported constant (parameter)
pEncodePara in function
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported constant (parameter)
dwFlags in function
fixme:dbghelp:validate_addr64 Unsupported address fffffffff7320000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff7300000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff72e0000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff72b0000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff7290000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff7230000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff7010000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff5090000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff5040000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff5020000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff5000000
fixme:dbghelp:validate_addr64 Unsupported address ffffffffefbc0000
fixme:faultrep:ReportFault 0x233eb98 0x0 stub
--
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=34037
Bug #: 34037
Summary: XNA 4 install does not recognize wine mono
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincent.hardy.be(a)gmail.com
Classification: Unclassified
Created attachment 45233
--> http://bugs.winehq.org/attachment.cgi?id=45233
XNA message
MS XNA Framework install program says :
"Microsoft XNA Framework Redistribuable 4.0 requires at least Microsoft .NET
Framework 4 client Profile".
If I try to install .NET client Profile 4 or full .NET 4, .NET install program
says obviously : "Same or higher version of .NET Framework 4 has already
installed on this computer".
--
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=27034
Summary: MSI crash on amd64 in file picker
Product: Wine
Version: 1.3.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Created an attachment (id=34472)
--> (http://bugs.winehq.org/attachment.cgi?id=34472)
backtrace
So not to pollute bug 27033
1. Download http://www.usb-over-network.com/usb-over-network-client.msi
2. msiexec /i on a WoW64 prefix
3. Accept TOS
4. On next screen, click "Browse"
5. Click "OK". It doesn't seem to matter which folder it's looking in.
Backtrace:
=>0 0x7eda222a msi_dialog_handle_event+0x35a(dialog=0x1803e8, control="Tree",
attribute="Property", rec=0x179a30)
[/home/adys/src/wine/build/dlls/msi/../../../dlls/msi/dialog.c:645] in msi
(0x0033e768)
1 0x7eda46e4 ControlEvent_FireSubscribedEvent+0x73(package=0x136f10,
event="SelectionPath", rec=0x179a30)
[/home/adys/src/wine/build/dlls/msi/../../../dlls/msi/events.c:277] in msi
(0x0033e7a8)
2 0x7eda47b2 ControlEvent_SetTargetPath+0x71(package=0x136f10, argument="",
dialog=0x178bd0)
[/home/adys/src/wine/build/dlls/msi/../../../dlls/msi/events.c:224] in msi
(0x0033e7e8)
3 0x7eda43d6 ControlEvent_HandleControlEvent+0x195(package=0x136f10,
event="SetTargetPath", argument="", dialog=0x178bd0)
[/home/adys/src/wine/build/dlls/msi/../../../dlls/msi/events.c:434] in msi
(0x0033e838)
Full backtrace 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=26089
Summary: MS Office install fails.
Product: Wine
Version: 1.2.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.o.shyichuk(a)gmail.com
Created an attachment (id=33279)
--> (http://bugs.winehq.org/attachment.cgi?id=33279)
console output
Office 2003 setup failed with the following output.
Fail happens after selecting all options and clicking "next" on "zero position"
of the progress bar.
winetricks msi2 doesn't help, install doesn't starts at all.
Offtopic:
By the way, are there some wikis of smth with lists of all of this fixme: and
err:?
I mean, if I want to do DIY-bugfixes where can I find some lists of known bugs?
Googling gives posts of other users like "I-have-the-problem-blah-blah-blah".
Thanks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15032
Summary: Problems with Webpage content in Station Launcher
Product: Wine
Version: 1.1.3
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kai(a)stg24.at
Created an attachment (id=15674)
--> (http://bugs.winehq.org/attachment.cgi?id=15674)
output of wine when running station launcher and opening a few html windows
Station launcher (downloadable at: http://launcher.station.sony.com/) relies on
displaying webpages pages to display/change acccount status, character lists,
update notes, news....
There seems to be a lot problems with this in wine, pages that require login
doesn't seem to work (probably cause of cookies missisng).
on the public pages that don't require login (like news, update notes) there is
another problem too, these pages seem to get loaded (you see elements of it
apearing) but after a few seconds everything disappears and screen goes white.
not sure if the authentication can be fixed, but the displayed content
disappearing looks like a bug with window refreshes to me.
--
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=26245
Summary: DC++: "Select text style" in "Colors and sounds"
settings crashes
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ne7(a)parsoma.net
Created an attachment (id=33444)
--> (http://bugs.winehq.org/attachment.cgi?id=33444)
Trace made by WINE
Steps to reproduce:
(1) Download DC++ 0.781 from
http://sourceforge.net/projects/dcplusplus/files/DC%2B%2B%200.781/ . I prefer
using the .zip version because it doesn't need installation.
(2) rm ~/.wine/ -rf to make sure one has "tested with a clean Wine directory
(default location: "~/.wine", z: drive -> / link exists, no DLL overrides)".
(3) Decompress DCPlusPlus-0.781.zip into its own directory; stipulate that this
is called ~/DCPlusPlus-0.781.
(4) Run DCPlusPlus.exe from ~/DCPlusPlus-0.781.
(5) On first startup, it'll open the settings dialog box. Click on "Colors and
sounds" under the "Appearance" category.
(6) Click the "Select text style" button in the "Colors and sounds" settings
pane.
(7) Actual result: WINE 1.3.14 crashes; expected result: WINE allows one to
select the text font and color.
DC++ is GPL software the source to which can be found at
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk . Debug builds of
more recent bzr versions (currently labeled as version 0.785) which also crash
available at http://builds.adcportal.com/index.php?folder=ZGNwcA== .
Information requested by http://www.winehq.org/docs/wineusr-guide/bug-reporting
:
wine --version: wine-1.3.14
OS/Distro/Version: Ubuntu 10.10, 64-bit
gcc --version: gcc (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5
WINE source: the Ubuntu WINE PPA at
https://launchpad.net/~ubuntu-wine/+archive/ppa
Program name/version/URL: DC++ 0.781 at http://dcplusplus.sourceforge.net/
WINE command: rm ~/.wine/ -rf && wine DCPlusPlus.exe 2>dcpp.trace
WINE trace: attached as dcpp.trace; it didn't seem to crash properly enough to
get a 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=22097
Summary: Starcraft II has a crash on exit in win7 mode (but not
XP)
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Doesn't occur on windows 7. The crash is caught by Blizzard's crash handler,
see attached. Terminal output is small:
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x7bd0f8,0x7bd0f4): stub
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x7bcdac,0x7bcda8): stub
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:dxdiag:ProcessCommandLine /t unimplemented
Side note, seems another application wants to use dxdiag. The crash handler
seems to be invoking dxdiag /t, perhaps to get the dxdiag info to submit with
the crash.
--
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=23362
Summary: The Starcraft 2 Editor crashes when you open the
terrain view after opening and closing the previewer.
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florian(a)fkoeberle.de
Created an attachment (id=29118)
--> (http://bugs.winehq.org/attachment.cgi?id=29118)
Crash backtrace.
Steps to reproduce:
1.) Set the registry key
"HKEY_CURRENT_USER\Software\Blizzard
Entertainment\StarCraft II Editor Beta\Preferences\StartupModules" to 0
I do this because the terrain editor would open else instantly and usually when
the terrain editor opens it freeze for me(see bug 22588).
2.) Start the editor and select the "Overview Manager" (right most icon)
3.) Start the previewer using the menu Window/Previewer
4.) Close the previewer window
5.) Attach a debugger if you want a backtrace
6.) Start the Terrain Module using the menu Modules/Terrain
It crashes as surface->container is nil when surface_is_offscreen gets called.
--
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=34057
Bug #: 34057
Summary: .Net Framework 3.0 installer fails
Product: Wine
Version: 1.6-rc5
Platform: x86-64
URL: http://download.microsoft.com/download/3/F/0/3F0A922C-
F239-4B9B-9CB0-DF53621C57D9/dotnetfx3.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Blocks: 32125, 32164, 32166, 32167, 32168
Classification: Unclassified
Created attachment 45267
--> http://bugs.winehq.org/attachment.cgi?id=45267
wine-1.6-rc4 console output
I've been stuck trying to get dotnet30 installed for a while.
I thought it might be a winetricks bug but I don't think it is.
http://code.google.com/p/winetricks/issues/detail?id=263
1. winetricks -q dotnet20
2. wineboot (just in case)
3. wine netframework3.exe
Installer fails almost immediately.
I'm assuming
err:msi:ITERATE_Actions Execution halted, action
L"DD_CA_InstallXwsRegExe_X86.3643236F_FC70_11D3_A536_0090278A1BB8" returned
1603
is the relevant failure. I've ran cabextract and looked through the .msi files
with Orca but I cannot find this action, nor can I find an .exe that may
represent this action.
I'm pretty sure this never used to happen but I cannot run a bisect at the
moment because my builds are insane.
http://forum.winehq.org/viewtopic.php?t=19359
If I ever get it working I'll update with the bisect details.
--
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=33573
Bug #: 33573
Summary: Trillian Basic v.5.3.0.15: Crashes when trying to
launch it
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: regenbogenmaedchen(a)hotmail.com
Classification: Unclassified
Created attachment 44449
--> http://bugs.winehq.org/attachment.cgi?id=44449
"Output" I got when I tried to run Trillian/when it crashed
Installing Trillian works just fine, but then when I try to launch it (either
from the installer or from the desktop) it crashes.
(https://www.trillian.im/download/)
--
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=32132
Bug #: 32132
Summary: Starcraft 2 crashes on startup
Product: Wine
Version: 1.5.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: me(a)jepaan.dk
Classification: Unclassified
Created attachment 42386
--> http://bugs.winehq.org/attachment.cgi?id=42386
Terminal output
After updating wine from version 1.5.14 to 1.5.16, Starcraft 2 crashes on
launch. The launcher works, but when the play button is pressed, a "Microsfot
Visual c++ Runtime Library" error dialog appears, stating:
"Runtime Error! R6034 An application has made an attempt to load C runtime
library incorrectly."
A Blizzard error box then appears with no technical information.
I've done a bisection on the crash, the result 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=32976
Bug #: 32976
Summary: tax forms do not display correctly on screen
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebz(a)drmm.net
Classification: Unclassified
Created attachment 43554
--> http://bugs.winehq.org/attachment.cgi?id=43554
Console stderr output, pgm start to display of ID information on tax form
User entries on tax forms (typewriter font) display correctly, but the tax form
text itself (custom IRS font included with Tax Act) is illegible. On screen,
it looks as if the characters are all printed on top of each other, like a
printer with a stuck carriage. See http://i45.tinypic.com/2a5hhrr.png
Tax forms print to PDF correctly when the return is printed.
This bug is present in versions 1.5.2[0-3]. It does not occur in Wine versions
1.5.1[0-9].
Tax Act 2012 may be downloaded for free from
www.taxact.com/taxes-online/free-online-tax.asp - click Download on the
"rocker" at top left. The bug applies to the paid Deluxe version, but the free
version is essentially a crippleware version with some features blocked, so
should act identically.
To reproduce the bug, click Personal Info near top of screen. Note the display
of the tax form at bottom of screen. Enter any random ID information and
proceed to Federal Q&A. Click Income. Add a W2 entry. Attempt to enter W2
information using Quick Entry - the W2 form is illegible and can't be used.
All other IRS forms display in a similar manner.
Environment: Puppy Linux 5.25, Wine 1.5.23, winetricks 20120912, IE8 installed.
--
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=34378
Bug #: 34378
Summary: when trying to import files in epubee drm remover wine
gives an error and shuts down
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: billlab951(a)gmail.com
Classification: Unclassified
Created attachment 45759
--> http://bugs.winehq.org/attachment.cgi?id=45759
wine error report
wine shuts down when importing files in epubeedrmremover
--
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=30813
Bug #: 30813
Summary: 1by1 player crashes by jumping to the next song
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: axel.heymann(a)meiningsen.de
Classification: Unclassified
Created attachment 40350
--> http://bugs.winehq.org/attachment.cgi?id=40350
by order from crash-screen
ca. 1 crash / 50 good
--
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=2082
--- Comment #119 from Murray Colpman <muzerakascooby(a)gmail.com> 2013-08-29 18:32:46 CDT ---
Someone correct me if I'm wrong, but I believe the bug has been known for a
*long* time, but nobody has thought of a way to fix it that won't break other
apps. And for some weird reason wine still doesn't want to do something
Microsoft themselves do, that is have specific fixes for particular apps -
which would make this easy.
A friend of mine, however, has created a ddraw.dll replacement that seems to
work for the games I own that are affected by the problem (admittedly it was
created entirely for these games). As far as I remember, it works by wrapping
certain calls, so it's not something that will become outdated. I'll talk to
him again about releasing it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2082
kerryhall(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kerryhall(a)gmail.com
--- Comment #118 from kerryhall(a)gmail.com 2013-08-29 18:24:41 CDT ---
Confirmed issue in wine-1.4.1 with unpatched Diablo and 1.09b patched Diablo.
Wine devs: Thanks for your hard work. I know this bug has been open for awhile,
but it sounds like it's been a difficult bug to track down.
I can potentially offer a bounty if that would help and is allowed on this
project. Message me and we can discuss the details.
--
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=3467
--- Comment #55 from Kai Huuhko <kai.huuhko(a)gmail.com> 2013-08-29 03:27:47 CDT ---
The application does start with the patch from comment #51 applied, however the
screen redraw problem still remains.
I tested a couple other (working) older games as well, they did not regress
with the patch applied.
--
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=33230
Bug #: 33230
Summary: The Wiki produces ugly tables
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
There are really two problems with the tables in the Wiki:
* A default table is totally ugly: it has no border and no cell padding
so it does not look like a table at all, just text appearing at random
on the page. Here is an example:
http://wiki.winehq.org/FrancoisGouget
* During the preview the tables look nothing like after the preview. In
fact they look good enough during the preview, it's only on the final
page that they get ugly. This makes the preview totally useless as far
as tables are concerned :-(
In the page I was working on I worked around this by specifying CSS
styles for every single cell. The resulting wiki source code is pretty
ugly but at least the result looks like tables.
http://wiki.winehq.org/WineTestBotVMs#hw_tables
--
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=34320
Bug #: 34320
Summary: default application entries
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: awebster(a)falsecolour.com
Classification: Unclassified
Installing WINE changes many default application entries to annoying values.
For example, all .png and .bmp files are set to open with WINE Internet
Explorer (why would I want to do that?), or all .txt with Notepad, etc.
WINE should add/change only appropriate entries, such as .exe.
Using wine-1.7.0 on Arch Linux kernel 3.10.7-1-ARCH, installed through official
repos, XFCE 4.10.
--
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=17954
Summary: Rotated device labels are not displayed in
propellerheads reason 4.0.1
Product: Wine
Version: 1.1.18
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugzi.wine.jamasi(a)xoxy.net
On the left side of a bigger device in reason (like the mixer) there should be
the name of the device written into a 90 degree rotate label.
On start-up of reason there are these messages which might point to the root of
the problem:
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
--
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=13162
Summary: Watchtower library 2007 japanese : font problem on
startup
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alncoool(a)hotmail.com
Created an attachment (id=12974)
--> (http://bugs.winehq.org/attachment.cgi?id=12974)
Font problems when running Watchtower Library 2007 Japanese version.
I have some problems with a Watchtower Library 2007 (japanese version)
application.
The application crashes on startup.
It seems to be linked with font initialization. Please see attached log file.
I have installed msttcorefont files on my system (ubuntu8.04)
Recently i was able to use it with Ubuntu7.10 and wine 0.9.47 with some fonts
files in windows\font folder.
PS: my french version of Watchtower Library 2007 works fine...
--
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=33626
Bug #: 33626
Summary: The ammo.js demo failed to run
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: jscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Classification: Unclassified
Created attachment 44511
--> http://bugs.winehq.org/attachment.cgi?id=44511
Log with +ieframe
The ammo.js demo failed to run
http://kripken.github.io/ammo.js/examples/new/ammo.html
First, the often seen:
0029:fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000001
0029:fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000002
than a pair of:
0029:warn:jscript:throw_error L"Object doesn't support this property or method"
0029:warn:jscript:throw_error L"'console' is undefined"
followed by some parser warnings:
0029:warn:jscript:script_parse parser failed around L"<!DOCTYPE
html>\n<!--\n\nHello future GitHubber! I bet you're here to remove those nasty
inline styles,\nDRY up these templates and make 'em nice and re-usable,
right?\n\nPlease, don't.
https://github.com/styleguide/templates/2.0\n\n-->\n<html>\n <head>\n <meta
http-equiv=\"Content-type\" content"...
and later a pair of:
0029:warn:jscript:throw_error L"'Worker' is undefined"
0029:warn:jscript:throw_error L"Object doesn't support this property or method"
--
By by ... Detlef
--
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=30747
Bug #: 30747
Summary: Numark Cue 7.0.2 crashes
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: highvoltagehiei(a)gmail.com
Classification: Unclassified
Created attachment 40260
--> http://bugs.winehq.org/attachment.cgi?id=40260
numark cue program error details
Using the Karaoke/DJ tool Numark Cue version 7.0.2, the program starts up fine,
and all its features work. However, after a short amount of time unattended,
the program crashes and spits out the error report I have attached.
The error details seem to be slightly different each time it crashes, but this
log is from the first time I encountered this error.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34311
Bug #: 34311
Summary: Unhandled exception: page fault on read access to
0x00000009 in 32-bit code (0x00409785)
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.amos80(a)gmail.com
Classification: Unclassified
Opened in an application called wine.
--
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=33629
Bug #: 33629
Summary: There a no pictures in the slideshow at
http://crypt-webgl.unigine.com/
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: jscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Classification: Unclassified
Created attachment 44515
--> http://bugs.winehq.org/attachment.cgi?id=44515
Log with +iefame,warn+jscript
Wine if far from run the crypt-webgl demo, but at least the slideshow
should work.
wine iexplore http://crypt-webgl.unigine.com/
First, the often seen:
0029:fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000001
0029:fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000002
than lots of:
jscript:DispatchEx_QueryInterface for {ca04b7e6-0d21-11d1-8cc5-00c04fc2b085}
--
By by ... Detlef
--
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=28375
Summary: RollerCoaster Tycoon doesn't work on my Lucid Puppy
2.5.28 (video problem?)
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: silvio.caggia(a)tiscali.it
Created an attachment (id=36380)
--> (http://bugs.winehq.org/attachment.cgi?id=36380)
System Information from hardinfo > computer > display
I am new on Wine.
I am trying to use it on my old Compaq Evo N800v in order to run some games for
my child.
I have Linux Lucid Puppy 5.2.28 installed, in frugal mode.
I have xorgwizard configured as Vesa because native video drivers cause video
problems after few minutes of heating mother board)
I tried Wine 1.3.6, 1.3.13 and now 1.3.28 downloading .pet files.
I tried to run cracked RollerCoaster Tycoon and RollerCoaster Tycoon 3 (they
work fine on my Windows7) end both don't start, they give the same errors
reported in attachment.
I suppose my video card is not recognized by Wine.
--
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=34361
Bug #: 34361
Summary: Pointblank: Crash when it opens.
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jean_roll(a)hotmail.com
Classification: Unclassified
Never got to open it, I just wanted to know why.
Please analyze this!
May solve other problems too!
Game adress: http://pb.ongame.com.br/download-jogo
--
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=34325
Bug #: 34325
Summary: Unhandled exception: page fault on read access to
0x00000001 in 32-bit code (0x7b840b7a)
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.amos80(a)gmail.com
Classification: Unclassified
Tried to install JPEG Recovery Pro.
--
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=18817
Summary: Radio Buttons Missing in Photoshop Emlements 7.0.
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l-e.englund(a)bredband.net
Created an attachment (id=21619)
--> (http://bugs.winehq.org/attachment.cgi?id=21619)
Shows the missing radio buttons.
Overview.
After using Photshop Elements 7.0 and now wine 1.1.22 and 1.1.23 for a while,
I seen some more minor bugs. Radio buttons are not in their right places in
following functions:
"Edit -> Color Settings"
The "Radio Buttons" is in upper left corner of the screen. Se
ColorSettings.png.
"Enhance -> Adjust Lighting -> Levels
Double click on the tool "Set Black Point", and
the other settings tools to. Se screen dump "ColorLevels.png"
for more information.
In both cases the radio buttons appears in the upper left corner. Please take
a look at the screen dumps. The upper "left" pop ups change their values then
the cursor moves over their "right" places in the pop up windows.
In the Organizer and "Edit -> Color Settings" this will not occur. I hope this
information will help you.
My system is Unbuntu 9.04, latest patch level, on Dell 5150 Inspiron 1 Gb Ram.
Wine is in it's default location.
Regards
Lars-Erik
--
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=30732
Bug #: 30732
Summary: Torin's Passage Windows Setup crashes
Product: Wine
Version: 1.5.4
Platform: x86-64
URL: http://download.chip.eu/en/Torin_s-Passage_6069891.htm
l
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: debian(a)carbon-project.org
Classification: Unclassified
Created attachment 40237
--> http://bugs.winehq.org/attachment.cgi?id=40237
winedbg backtrace for crash
The version you can obtain from the link in the URL field isn't installable in
its Windows version with Wine. It always ends with the crash detailed in the
attached log. This doesn't seem to be a duplicate of bug 25426 (at least the
backtraces look different).
The DOS version works fine in DOSBox (didn't try that through Wine).
Note on the download: this is – to the best of my knowledge – a legal download
as "Chip" is a big computer magazine in Germany and the link leads to their
download portal, which is part of their "CHIP Online" pages
(<https://de.wikipedia.org/wiki/CHIP_Online>).
--
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=3467
--- Comment #54 from Bruno Jesus <00cpxxx(a)gmail.com> 2013-08-28 13:10:45 CDT ---
(In reply to comment #52)
> I had some problems installing the png-library but some applications work
> anyway. I hope this helps in fixing this bug. If you require further
> information, please let me know.
A good way to help is testing the patch in comment 51.
--
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=3467
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #45762|text/plain |application/x-bzip2
mime type| |
--
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=3467
--- Comment #53 from maikwagner(a)yahoo.com 2013-08-28 12:37:37 CDT ---
Sorry, I just selected the wrong MIME-type. It's a relay log packed into
bzip2-Archive.
--
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=3467
--- Comment #52 from maikwagner(a)yahoo.com 2013-08-28 12:36:26 CDT ---
Created attachment 45762
--> http://bugs.winehq.org/attachment.cgi?id=45762
Relay log - Capitalism 2
Hello everyone,
I would like to submit a relay log as I am also very keen on getting this
application to run. Wine version is 1.6, Distribution is Mandriva Cooker and
graphics are Intel.
I had some problems installing the png-library but some applications work
anyway. I hope this helps in fixing this bug. If you require further
information, please let me know.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34313
Bug #: 34313
Summary: wine versions from 1.5 to 1.6-rc5 do not install in
Ubuntu
Product: Wine
Version: 1.6-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
Classification: Unclassified
Ubuntu wine does not upgrade in Ubuntu. This involves the ppa packgages only so
cannot be reported to Ubuntu as a bug, per the following message.
The problem cannot be reported:
This is not an official Ubuntu package. Please remove any third party package
and try again.
On the other hand, wine is closing out such bugs as invalid.
bug 33466
bug 33804
I have 13.10 with all upgrades, and a clean Ubuntu install.
The frustrating thing is that wine 1.5 used to upgrade and now it doesn't,
indicating that there has been some kind of regression. Also 1.4 sound no
longer works, at least on my USB headset, which used to work fine.
The Ubuntu bug report is here.
https://bugs.launchpad.net/ubuntu/+bug/1214851
--
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=2161
--- Comment #17 from Austin English <austinenglish(a)gmail.com> 2013-08-26 15:02:29 CDT ---
(In reply to comment #16)
> This is referenced from http://wiki.winehq.org/DirectX-ToDo but is closed as
> WONTFIX. Which is it?
See comment #13
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32844
Bug #: 32844
Summary: Diablo III: character rotation in hero screen not
possible while in-game
Product: Wine
Version: 1.5.22
Platform: x86-64
URL: http://www.diablo3.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Classification: Unclassified
1. Connect to Battlenet
2. Use P to show your profile, then select the Heroes tab and click on one of
the characters
3. Use the arrows to rotate your character pictures
=> it rotates correctly
4. Open a game and repeat steps 2 and 3
=> you can't rotate and you get a message like "Not available when the game is
in pause"
--
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=5903
Jerome Leclanche <adys.wh(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |debian(a)carbon-project.org
--- Comment #18 from Jerome Leclanche <adys.wh(a)gmail.com> 2013-08-26 06:26:50 CDT ---
*** Bug 30732 has been marked as a duplicate of this bug. ***
--
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=9983
Summary: hl.exe / CSS crashs at startup
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spreetec(a)gmx.net
steam install fine (blank) but if i start CSS i get this error. tested with
0.44 and 0.46, have this error with nvidia(geforce4-mx400) and with ati(9600)
on intel p4-1600
--
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=18714
Summary: utorrent not connectible through wine
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://forum.utorrent.com/viewtopic.php?pid=411895
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gmdime(a)gmail.com
This seems to affect users with a large number of torrents seeding. I have over
600 torrents loaded on utorrent and several people in the post mentioned they
also have over a couple hundred torrents.
I've attached the url for a post on the utorrent forums as I'm unsure whether
this is a bug with utorrent or wine. The OP of the post mentioned that he fixed
his issue by setting half open connections to 50 from the default of 8.
However, this did not fix the issue for the majority of us.
Running utorrent from a virtualbox on the same machine does not have the same
bug so there is definitely a discrepancy between the network functionality of
utorrent running through wine or virtualbox.
--
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=34350
Bug #: 34350
Summary: aTube Catcher: unimplemented function
wmvcore.dll.WMCreateProfileManager
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 45724
--> http://bugs.winehq.org/attachment.cgi?id=45724
Terminal output on wine-1.7.0-223-g8f09d34
Steps to reproduce:
1) remove ~/.wine
2) install aTube Catcher
3) sh winetricks vb6run
4) wine ytc.exe
5) close splash screen
6) click on "Audio Recorder" tab
Behaviour:
Wine error + program exits.
Expected behaviour:
No Wine error and program doesn't exit.
--
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.