https://bugs.winehq.org/show_bug.cgi?id=39482
Bug ID: 39482
Summary: Logically dead code in GetCreationModeFromSTGM
(Coverity #731555)
Product: Wine
Version: 1.7.53
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
dead_error_condition: The switch value stgm & 0xf000U cannot be 131072U.
CID 731555 (#1 of 1): Logically dead code (DEADCODE)
dead_error_begin: Execution cannot reach this statement: case 131072U:
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39167
Bug ID: 39167
Summary: localhost don't resolve over proxied network
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kseltar(a)gmail.com
Distribution: ---
OS: Debian testing (201508) x86_64/amd64
LOCALSERVICE: httpd (port 80) mariadb (3306)
NETWORKING: wan force routing to proxy
ENV: wine 1.6.2 PlayOnLinux(POL) 4.2 (default 32bit/x86)
APP: Dreamweaver MX 8, Firefox 39.0
CASE:
Forced WAN/LAN default routed to proxy server by router_core for access to
internet.
Every network app as browsers has setted with proxy config. eg:
proxyip: 192.168.24.100 port: 3128
the proxy require authentication for resolv ip/url, because it the browser has
this url exceptions:
localhost;127.0.0.1;.domain.type;192.168.0.0/16
similar config to bash environmente http_proxy, etc; also the Desktop
environment (KDE or Gnome-like env network settings)
POL has set proxy for download POL system packages
but on app run on app environment every network petition go to the proxy
without read desktop/bah env network config (and exeptions) or POL proxy config
MAIN BUG:
any url (ip or domain), eg: "http://127.0.0.1/mypage.html", is not checked with
the hosts machine /etc/hosts file, and the wined app go to the router and here
to the proxy to resolv the url. 127.0.0.1 and localhost are registered on proxy
server /etc/hosts file too, and think that the app want its services resolution
(eg: httpd) but tehe proxy dont have the service or files required and return
404 page not found,
A MANUAL SOLUTION FOR FIX IT:
add a win-registry on app environment
create a regsitry file or edit wine env register files
example: win7registry.reg for iexplerer env
-----------------------
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000001
"GlobalUserOffline"=dword:00000000
"ProxyServer"="<ipproxy:<port>"
"ProxyOverride"="localhost;127.0.0.1;.domain.type;192.168.0.0/16;<local>"
----------------------
where <ipproxy>:<port> is the proxy ip address and port
ProxyOverride that has the semicolon ";" spaced urls and address on the wan/lan
that i don't like to resolv on proxy proxy
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38380
Bug ID: 38380
Summary: OSX Wine64 compile hangs on /dlls/ntdll/relay.c with
gcc4.9
Product: Wine
Version: 1.7.40
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: jshpettus(a)gmail.com
Distribution: ---
I attempted to compile wine with --win-64 bit enabled. I do realize support is
preliminary.
Anyway I installed gcc49 via macports and attempted to compile wine with all
the dependencies installed on macports.
./configure --without-alsa --without-capi --with-cms --with-coreaudio
--with-cups --with-curses --with-fontconfig --with-freetype --without-gphoto
--with-glu --with-gnutls --without-gsm --without-hal --with-jpeg --without-ldap
--without-mpg123 --without-openal --with-opengl --without-oss --with-png
--with-pthread --without-sane --with-tiff --without-v4l --with-xcomposite
--with-xcursor --with-xinerama --with-xinput --with-xml --with-xrandr
--with-xrender --with-xshape --with-xslt --with-xxf86vm --with-x
--x-include=/opt/local/include --x-lib=/opt/local/lib --disable-wineqtdecoder
--disable-win16 --enable-win64 CFLAGS="-I/opt/local/include -L/opt/local/lib"
CC=/opt/local/bin/gcc-mp-4.9
I also had to make an alternate version of my /usr/include/dispatch/object.c
for gcc's sake.
changing:
typedef void (^dispatch_block_t)(void);
to:
typedef void* dispatch_block_t;
Anyway, it got all the way to /dlls/ntdll/relay.c and it got caught up on some
assembly stuff there.
opt/local/bin/gcc-mp-4.9 -m64 -c -o relay.o relay.c -I. -I../../include
-D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall \
-pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
-Wignored-qualifiers \
-Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
-Wwrite-strings -Wpointer-arith \
-Wlogical-op -I/opt/local/include -L/opt/local/lib
{standard input}:1406:suffix or operands invalid for `movq'
{standard input}:1407:suffix or operands invalid for `movq'
{standard input}:1408:suffix or operands invalid for `movq'
{standard input}:1409:suffix or operands invalid for `movq'
make[1]: *** [relay.o] Error 1
Is this a bug or is it user error? I'm fully inclined to believe the latter :)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dimesio(a)earthlink.net,
| |super_man(a)post.com
--
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=23799
Summary: Rawdump fails to detect drive(s), shows popup windows
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: ovvinate(a)gmail.com
Rawdump 2.0 fails to detect optical disk drives (window says unable to detect
drives). And a weird pop-up windows shows up afterwards talking about debug and
JIT. Error outputs forthcoming.
--
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=33757
Bug #: 33757
Summary: XenCenter crashes while starting
Product: Wine
Version: 1.6-rc1
Platform: x86
URL: http://www.citrix.com/go/products/xenserver/download.a
sp.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 00cpxxx(a)gmail.com
Blocks: 19517
Classification: Unclassified
Created attachment 44700
--> http://bugs.winehq.org/attachment.cgi?id=44700
wine 1.6-rc1 log
The program XenCenter is not working, this blocks the test for bug 19517. Log
attached. winetricks dotnet20 or 35 give the same result. With wine-mono the
application dies earlier.
--
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=16292
Summary: Activeworlds client 4.2 update fails with "reason 13"
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://activeworlds.com/products/download.asp
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installs ok, won't start unless you do "winetricks mfc42".
Then it starts, and notices it needs an update;
if you accept, it downloads it and then fails with "reason 13".
"winetricks wininet" works around this, and gets you to the
next 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=29881
Bug #: 29881
Summary: Can't install recent Skype on wine version 1.0.1-3.5
on Debian GNU/Linux SID
Product: Wine
Version: 1.0.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: csanyipal(a)gmail.com
Classification: Unclassified
Hi,
I have installed wine version 1.0.1-3.5 on my Debian GNU/Linux SID system.
I had run winecfg and setup sound successfully.
I had run NotePad successfully.
I'm trying to install the just downloaded Skype. I don't know it's version
because the file is called just SkypeSetup.exe
The installation failed:
csanyipal@debian-asztal:/debian-adatok-1/Skype$ wine SkypeSetup.exe
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:advapi:CheckTokenMembership ((nil) 0x13aae8 0x32fd3c) stub!
fixme:advapi:CheckTokenMembership ((nil) 0x13baf8 0x32fd78) stub!
fixme:win:WINNLSEnableIME hUnknown1 0x1003a bUnknown2 0: stub!
fixme:win:WINNLSEnableIME hUnknown1 0x1003a bUnknown2 -1: stub!
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT
(10000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT
(10000): STUB
fixme:win:WINNLSEnableIME hUnknown1 0x1004c bUnknown2 0: stub!
err:winebrowser:get_url_from_dde Unabled to retrieve URL from string L"\""
err:winebrowser:wmain Usage: winebrowser URL
fixme:win:WINNLSEnableIME hUnknown1 0x1004c bUnknown2 -1: stub!
Is this a bug?
Best regards, Pal
--
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=34411
Bug #: 34411
Summary: Epsxe sound does not stop after program close
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alaskancaveman(a)Live.com
Classification: Unclassified
sound does not stop after program close
--
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=34481
Bug #: 34481
Summary: VkKeyScanA does not recognise '(' or ')'
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.r.i.s.t.e.n.h.a.y.f.i.e.l.d(a)gmail.com
Classification: Unclassified
VkKeyScanA does not recognise the '(' or the ')' characters. For both
characters, it returns -1. On my platform, I think it should the return values
should be
'(' -> 313 (ie shift + VkKeyScanA("9")) and
')' -> 304 (shift + VkKeyScanA("0"))
For some reason IsDBCSLeadByte(cChar) is true for these characters.
I tried to dig down to the source of the problem but I could not decipher the
make_unicode perl script.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31401
Bug #: 31401
Summary: unable to run Line 6 POD HD 300 Edit
Product: Wine
Version: 1.5.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jenkdewaele2(a)yahoo.com
Classification: Unclassified
Created attachment 41269
--> http://bugs.winehq.org/attachment.cgi?id=41269
Backtrace offered from the dialog box -"Program error details"
Unable to run "Line 6 POD HD 300 Edit" software - "serious error". : Unhandled
exception
backtrace attached.
Would appreciate it if you could get this application to run on wine.
Johan
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8229
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |win16
Status|UNCONFIRMED |NEEDINFO
CC| |focht(a)gmx.net
Component|dos |user16
Hardware|Other |x86
Ever confirmed|0 |1
OS|other |Linux
--- Comment #17 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
from looking at the sources the problem(s) are still present - even after the
16-bit dll split some years ago.
https://source.winehq.org/git/wine.git/blob/9ac7bca209e1b11af898d1b393d13c8…
Setting 'NEEDINFO' here so it gets resolved 'abandoned' in case OP doesn't
respond further.
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=9153
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com,
| |thestig(a)google.com
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=7284
Andrey Gusev <andrey.goosev(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
URL| |http://www.rockstargames.co
| |m/maxpayne2/mp2_downloads.h
| |tml
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38900
Bug ID: 38900
Summary: VIDLE for VPython: crashes when trying to run a
module, check a module, or open the Python shell.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sb7145(a)gmail.com
Distribution: ---
Created attachment 51834
--> https://bugs.winehq.org/attachment.cgi?id=51834
This is the detailed error report generated by VIDLE when the application
crashes.
This is a fresh from scratch install of Wine and VPython, strictly following
the install/configure instructions here:
http://vpython.org/contents/download_linux.html
When running any of the example programs in VIDLE (continuing with the same
instructions at above link), the application completely crashes with a program
error "The program pythonw.exe has encountered a serious issue and needs to
close.". The details of this error begin "Unhandled exception: unimplemented
function python27.dll._PyInt_AsInt called in 32-bit code (0x7bc55130).". The
full bug report was saved and included as an attachment here (backtrace.txt).
This same crash and error occurs when trying to run the Python Shell or Check
Module (all run from the Run menu item in VIDLE).
This crash first occurred with stable Wine 1.6. I completely removed everything
and installed/configured again from scratch, this time with the more recent
Wine 1.7 beta. Same crash issue.
I'm running Ubuntu 14.04 LTS.
--
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=33013
Bug #: 33013
Summary: 2gis apgrading crashing
Product: Wine
Version: 1.5.24
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: freezemandix(a)yandex.ru
Classification: Unclassified
2gis 3.12.0
(deb http://packages.redsolution.ru/2gis lenny non-free)
2gis 3.12.0 falls during the upgrade.
--
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=13659
Summary: dogfood: xchat-2.8.4-1 does not install (quoting between
CreateProcessW and wmain)
Product: Wine
Version: 1.0-rc3
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=12209
OS/Version: Linux
Status: NEW
Keywords: download, Installer, source
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Created an attachment (id=13647)
--> (http://bugs.winehq.org/attachment.cgi?id=13647)
+loaddll,+tid,+process,+cmd and extra printf
Install of xchat-2.8.4-1.exe
(http://www.silverex.org/download/xchat-2.8.4-1.exe ) fails due to a quote
Problem between CreateProcessW and libs/wine/loader.c:
Still correct:
0040:trace:process:CreateProcessW app (null) cmdline
L"\"C:\\windows\\system32\\cmd.exe\" /C
\"\"C:\\windows\\temp\\is-TNQIK.tmp\\update-modules.bat\"
\"C:\\Programme\\X-Chat 2\\lib\\pango-querymodules.exe\"
\"C:\\Programme\\X-Chat 2\\etc\\pango\\pango.modules\"\""
Broken in cmd.exe:
001c:trace:cmd:wmain /c command line:
'L"\"C:\\windows\\temp\\is-TNQIK.tmp\\update-modules.bat
C:\\Programme\\X-Chat\" \"2\\lib\\pango-querymodules.exe
C:\\Programme\\X-Chat\" 2\\etc\\pango\\pango.modules"'
the update-modules is really simple:
--- cut ---
%1 > %2
--- cut ---
--
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=34167
Bug #: 34167
Summary: PhysX installer strikethrough text of licence
agreement
Product: Wine
Version: 1.6
Platform: x86
URL: http://www.nvidia.co.uk/object/physx-9.13.0604-driver-
uk.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 45455
--> http://bugs.winehq.org/attachment.cgi?id=45455
screenshot
After launching installer shows strikethrough text of licence agreement.
At this time in a terminal
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:font:freetype_SelectFont Untranslated charset 125
err:msi:msiobj_release Invalid handle!
err:msi:msiobj_release Invalid handle!
When pressing Cancel from installing
err:msi:ITERATE_Actions Execution halted, action L"License_Dialog" returned
1602
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39304
Bug ID: 39304
Summary: Nail'd demo needs XAudio2
'{b802058a-464a-42db-bc10-b650d6f2586a}' XAudio2_2.dll
Product: Wine
Version: 1.7.51
Hardware: x86-64
URL: http://www.gamershell.com/news_111686.html
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
err:ole:CoGetClassObject class {b802058a-464a-42db-bc10-b650d6f2586a} not
registered
err:ole:CoGetClassObject no class object {b802058a-464a-42db-bc10-b650d6f2586a}
could be created for context 0x1
wine-1.7.51-201-g60d1d6f
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39281
Bug ID: 39281
Summary: Temple of Elemental Evil (GOG.com) shows black screen
during video playback
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: stefan(a)codeweavers.com
Regression SHA1: 8c91443f9d0c66d005d6a7eb97b348f1836f74a7
Distribution: ---
The short intro videos (company logos) are simply skipped, the longer in-game
videos are showing only a black screen (audio works though) in ToEE, GOG.com
version.The rest of the game seems to work properly.
Videos are in Bink 1 format, they play properly with the standalone
binkplay.exe from RADVideo Tools.
Regression introduced by
commit 8c91443f9d0c66d005d6a7eb97b348f1836f74a7
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Wed Aug 26 21:50:56 2015 +0200
d3d8: Validate swap effect and backbuffer count.
Reverting the patch on current git fixes the problem.
Reproduced with nvidia binary driver 340.93 and nouveau/mesa git.
Demo version is available, but is blocked by bug #9304 (I couldn't start the
demo). Let me know if you need debug logs.
Terminal output:
fixme:win:EnumDisplayDevicesW ((null),0,0x33f6e8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f578,0x00000000), stub!
fixme:d3d:resource_check_usage Unhandled usage flags 0x40.
fixme:win:EnumDisplayDevicesW ((null),0,0x33f568,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f568,0x00000000), stub!
fixme:d3d:resource_check_usage Unhandled usage flags 0x40.
fixme:win:EnumDisplayDevicesW ((null),0,0x33f458,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f458,0x00000000), stub!
fixme:d3d:resource_check_usage Unhandled usage flags 0x40.
wine-1.7.51-181-g8fdcc23
Fedora 22 32-bit
OpenGL renderer string: Gallium 0.4 on NV92
--
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=35657
Bug ID: 35657
Summary: Anthem Room Correction 2 v1.0.1: fatal exception when
attempting to take measurements
Product: Wine
Version: 1.7.12
Hardware: x86
URL: http://www.anthemav.com/downloads/ARC-2%20Setup.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tristan.schmelcher(a)gmail.com
The application Anthem Room Correction 2 v1.0.1 experiences a fatal exception
when trying to take measurements from an Anthem A/V receiver. There are three
different ways to take a measurement in the program: launching with /Auto,
clicking Quick Measure in manual mode, or clicking Measure in manual mode. All
three approaches experience an exception, although there are two distinct
stacks--one for Quick Measure and one for both /Auto and Measure.
If the native Microsoft version of msvcr110.dll is used, the problems do not
occur. Also, the console output in all three cases has this:
wine: Call from 0x7b83bb95 to unimplemented function
msvcr110.dll.__CxxExceptionFilter, aborting
So I suspect the fact that this function is unimplemented is the source of the
problem.
The console output and the exceptions from the popup dialogs for all three
cases are attached.
The application can be downloaded at
http://anthemav.com/downloads/ARC-2%20Setup.zip, but you must have an Anthem
A/V receiver in order to get this far in it. You also need to install Microsoft
.NET 4.0 with winetricks or else Wine-Mono has problems at an even earlier
stage (bug 35648). I am happy to carry out suggested testing/debugging.
74dc2107ca936dddbd0fc6abbb2baf74e387c163 ARC-2 Setup.zip
--
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=23254
Summary: Cortex EDI The Electronic Biller installer window is
unresponsive to mouse input
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www.cortexedi.com/download/ebill501/ebillsetup.
exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
When launching The Electronic Biller installer, the install window is
displayed, but the window appears to be perpetually unfocused and unresponsive
to mouse clicks. Keyboard input is required to change the focus of the controls
on the installer window. The installer did not emit any output.
--
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=35093
Bug #: 35093
Summary: Vkt7Easy2.exe
Product: Wine
Version: 1.7.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zaguzin(a)live.ru
Classification: Unclassified
The program does not work. After exiting I get an 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=16294
Summary: Activeworlds client 4.2 doesn't think IE is installed
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://activeworlds.com/products/download.asp
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Do "winetricks mfc42 wininet" to work around bug 16292,
then launch the app. It puts up the first dialog, then an
alert saying
"Unable to load web browser! This feature requires that Microsoft's Internet
Explorer 3.0 or later be installed on your system..."
One sees
fixme:shdocvw:ViewObject_SetAdvise (0xe90c50)->(1 00000000 0xe907fc)
right before the problem. I'll attach a +relay log.
You can work around this with "winetricks ie6", which installs the real ie6.
--
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=35964
Bug ID: 35964
Summary: gdip_format_string can segfault if format is NULL
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: hellas(a)burntcomma.com
Created attachment 48062
--> http://bugs.winehq.org/attachment.cgi?id=48062
patch to fix the issue
The parameter format to gdip_format_string can be NULL, but at one point its
attr member is checked without checking it is non-NULL, causing a segfault.
Patch attached.
--
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=35432
Bug ID: 35432
Summary: config wine
Product: Wine
Version: 1.4-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: douglasblackusa(a)aol.com
Classification: Unclassified
Created attachment 47287
--> http://bugs.winehq.org/attachment.cgi?id=47287
config error
wine config crashes
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39317
Bug ID: 39317
Summary: Blazing Angels Squadrons of WWII Demo requires
x3daudio1_0.dll
Product: Wine
Version: 1.7.51
Hardware: x86-64
URL: http://www.gamershell.com/download_13122.shtml
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: x3daudio
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: aeikum(a)codeweavers.com
Distribution: ---
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
err:module:import_dll Library X3DAUDIO1_0.DLL (which is needed by L"C:\\Program
Files\\BASWWII\\bin\\MainR.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\b\\bin\\MainR.exe" failed, status c0000135
wine-1.7.51-201-g60d1d6f
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38516
Bug ID: 38516
Summary: Winhttprequest setoption doesn't work
Product: Wine
Version: 1.7.42
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: ocean04(a)suomi24.fi
Distribution: ---
Created attachment 51386
--> https://bugs.winehq.org/attachment.cgi?id=51386
Test app + Delphi source
Run and click button.
fixme:ole:ITypeInfo_fnGetRefTypeInfo Can't find pRefType for ref c8
err:ole:userdefined_to_variantvt Could not get typeinfo of hreftype c8 for
VT_USERDEFINED, hr = 0x80004005
It fails on line: fhttp.Option(6):=false;
Workarounds: native oleaut32 -OR- winetricks winhttp
--
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=26112
Summary: ntdll/env tests show a couple uninitialized value
warnings in valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Conditional jump or move depends on uninitialised value(s)
at bcmp (mc_replace_strmem.c:679)
by testQuery (env.c:114)
by func_env (env.c:295)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at testQuery (env.c:53)
...
Conditional jump or move depends on uninitialised value(s)
at testQuery (env.c:114)
by func_env (env.c:295)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at testQuery (env.c:53)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39322
Bug ID: 39322
Summary: Saw: The Video Game crashes with unimplemented
function x3daudio1_5.dll.X3DAudioInitialize
Product: Wine
Version: 1.7.51
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: x3daudio
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: aeikum(a)codeweavers.com
Depends on: 39318
Distribution: ---
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
wine: Call from 0x7b839b2c to unimplemented function
x3daudio1_5.dll.X3DAudioInitialize, aborting
wine: Unimplemented function x3daudio1_5.dll.X3DAudioInitialize called at
address 0x7b839b2c (thread 0009), starting debugger...
Unhandled exception: unimplemented function x3daudio1_5.dll.X3DAudioInitialize
called in 32-bit code (0x7b839b2c).
wine-1.7.51-201-g60d1d6f
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39422
Bug ID: 39422
Summary: Intel MPI 5.1.1 mpiexec.hydra.exe crashes on
unimplemented function
KERNEL32.dll.CancelSynchronousIo
Product: Wine
Version: 1.7.51
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: alexey.pushkin(a)mererand.com
Distribution: ---
Created attachment 52537
--> https://bugs.winehq.org/attachment.cgi?id=52537
log
mpiexec.hydra.exe is a process manager in Intel MPI system.
It crashes on unimplemented function KERNEL32.dll.CancelSynchronousIo.
Free trial of Intel MPI can be downloaded here:
https://software.intel.com/en-us/intel-mpi-library
Current version is 5.1.1
How to reproduce:
<MPI_INSTALL_DIR>/bin/mpiexec.hydra.exe -bootstrap fork xyz
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39356
Bug ID: 39356
Summary: PlanCad L (Version 14.03): crashes when launching the
Programm
Product: Wine
Version: unspecified
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jehartwig(a)googlemail.com
Distribution: ---
Created attachment 52449
--> https://bugs.winehq.org/attachment.cgi?id=52449
?
version: wine-1.6.1
PlanCad L (Version 14.03, 32-Bit-version): crashes when launching the Programm.
It shows error message: Unexpected Exception Code: 80000100
download-link for PlanCad L (Version 14.03,
32-Bit-version):http://user.dietrichs.com/downloads/get=146/mirror=199.html
Mirror Location Filename File Size MD5 Sum
user.dietrichs.com dipcad-l_1403.exe Report broken 76.55 MB
f4c8b56972ab7b56392b9be3b9b1ca35
system:
Intel® Pentium(R) M processor 2.00GHz , 32-bit-version
--
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=21000
Summary: Tomb Raider III crashes in msadp32
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olau(a)hardworking.dk
Created an attachment (id=25182)
--> (http://bugs.winehq.org/attachment.cgi?id=25182)
Backtrace from crash
I have no prior experience with wine, but I just tried installing Tomb Raider
III from a cd with playonlinux.com. It worked flawlessly until I get past the
4th point in the training room, at which point it simply crashes (tried 3 times
now, same pattern). The terminal has this output:
msadp32.c:247: cvtSSms16K: Assertion `*src <= 6' failed.
Plus a full backtrace (attached). I think it occurs when it is about to play
the instruction sound for the 5th step in the training room.
Hope you can pinpoint and fix it. I was very impressed with seeing everything
just work otherwise (old-time Linux user).
--
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=33400
Bug #: 33400
Summary: Photoscape 3.6.3, Ubuntu 12.10 and 13.04, wine 1.5.24
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stucorpe(a)yahoo.com
Classification: Unclassified
Running Photoscape 3.6.3 under wine. Program runs well and does everything
except save files in jpg format. Will save files as png or gif but makes
garbage out of a file when trying to save as jpg.
Computer is Gateway NX570X, dual boot with Windows 7 and Ubuntu 13.04. The same
thing happened when I had Ubuntu 12.10 installed, recently updated to 13.04 and
tried this again only to find the same problem. Earlier posts said Photoscape
worked for them.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39300
Bug ID: 39300
Summary: Watchmen: The End is Nigh needs XAudio2
'{fac23f48-31f5-45a8-b49b-5225d61401aa}' XAudio2_0.dll
Product: Wine
Version: 1.7.51
Hardware: x86-64
URL: http://www.fileplanet.com/197043/download/Watchmen:-Th
e-End-is-Nigh-Demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Demo crashes at launch with error message:
XAudio2 problem
Audio could not be initialized.
Please check that you have a DirectX compatible soundcard and have installed
the correct drivers.
Output:
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
apartment threaded to multi-threaded
err:ole:CoGetClassObject class {fac23f48-31f5-45a8-b49b-5225d61401aa} not
registered
err:ole:CoGetClassObject no class object {fac23f48-31f5-45a8-b49b-5225d61401aa}
could be created for context 0x1
wine-1.7.51-201-g60d1d6f
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39272
Bug ID: 39272
Summary: Homeworld Remastered crashes on unimplemented function
msvcp110.dll._FExp
Product: Wine
Version: 1.7.51
Hardware: x86
URL: http://store.steampowered.com/app/244160/
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 52351
--> https://bugs.winehq.org/attachment.cgi?id=52351
terminal output
Follow-up to bug #38871.
When starting the single-player campaign, the game shows the intro/tutorial
videos then it crashes with built-in msvcp110:
>wine: Call from 0x7b839b3c to unimplemented function msvcp110.dll._FExp, aborting
wine-1.7.51-133-g9061ee4
--
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=25046
Summary: C4 engine: can't initialize sound
Product: Wine
Version: 1.3.6
Platform: x86-64
URL: http://www.terathon.com/c4engine/downloadwin.php
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
The C4 game engine doesn't run in Wine. After unzipping, if you run C4.exe, you
get an error that it cannot initialize sound, and asking you to check directx
version/sound drivers.
Terminal output is short:
austin@midna:~/C4Demo2.1.2$ wine C4.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x32f89c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x32f89c,0x00000000), stub!
err:ole:CoGetClassObject class {4c9b6dde-6809-46e6-a278-9b6a97588670} not
registered
err:ole:CoGetClassObject no class object {4c9b6dde-6809-46e6-a278-9b6a97588670}
could be created for context 0x1
--
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=35052
Bug #: 35052
Summary: The Lost Crown No Longer Works under 1.6.1
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fred.thomas-6oi1k1ay(a)yopmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 46741
--> http://bugs.winehq.org/attachment.cgi?id=46741
Lost Crown Error Output
The game "The Lost Crown" stopped working after I installed 1.6.1. I'm
including the error output.
NOTE: It kinda ran on 1.4.1 but it froze if you tried to save your position.
--
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=29738
Bug #: 29738
Summary: Wininet custom headers
Product: Wine
Version: 1.4-rc1
Platform: x86
URL: http://netikka.net/dev/wininetget.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Small sample: http://netikka.net/dev/wininetget.exe
You will see HOST: netikka.net, netikka.net
That's wrong, even if there is HTTP_ADDREQ_FLAG_ADD (see attached source)
Workaround is winetricks wininet
Patch I added for bug 28911 doesn't help here.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39157
Bug ID: 39157
Summary: The Silent Age intro fade-in/fade-out effect shows as
palette
Product: Wine
Version: 1.7.50
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 52188
--> https://bugs.winehq.org/attachment.cgi?id=52188
+tid,+d3d,+d3d_surface,+d3d_texture,+d3d_draw,+d3d_shader,+d3d9
With arb shaders enabled works fine.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39133
Bug ID: 39133
Summary: Open File dialog fails with Filterforge
Product: Wine
Version: 1.7.49
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zauber(a)gridmail.org
Distribution: ---
Filterforge 4.0 is mostly working under Wine now. However, there is one issue
I have classed as "major" because it is critical to much of the program's
functionality (photo modification in particular).
Attempting to open an image through File->Open Image fails with the following
error:
::GetFileAttributesExW(path '\\?\', GetFileExInfoStandard) failed with error
code 0x00000042: Bad device type.
This only occurs when the file dialog is to be used to open something. Using
the dialog to save a finished image works just fine.
I previously had reported a Gold ranking for Filterforge under Manjaro Linux
and Wine 1.7.49, but realized the previous Silver ranking was more appropriate
after discovering this bug. If this bug is fixed, then it actually can be Gold
ranked.
--
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=25171
Summary: Just Cause 2 Steam DirectX error Code 2
Product: Wine
Version: 1.3.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3dx10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zdenek.styblik(a)gmail.com
Created an attachment (id=31931)
--> (http://bugs.winehq.org/attachment.cgi?id=31931)
wine output
What:
---
Steam Just Cause 2 Demo
What doesn't work:
---
Running the game
How to reproduce:
---
Install game via Steam
Set Windows version to 'Windows 7' via % winecfg; as the game requires it
Run the game; which should result with error window:
~~~ SNIP ~~~
Fatal DirectX erorr!
Code: 2
Result: 0x0: S_OK
~~~ SNIP ~~~
According to search this is related to DirectX and what not.
With Wine-1.3.2 you get an empty error window.
Additional info:
---
Game requires DirectX 10 capable hardware to run!
Game requires DirectX 10 and better to run!
Test setup:
---
Slackware64
nVidia GTX260 DX10 capable card
Wine-1.3.7
--
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=35197
Bug ID: 35197
Summary: Torrents Downloader 0.1 fails to start
Product: Wine
Version: 1.7.8
Hardware: x86
URL: http://torrents.ms/download/installer.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Classification: Unclassified
Created attachment 46949
--> http://bugs.winehq.org/attachment.cgi?id=46949
stderr.log
fixme:winsock:WS_setsockopt IPV6_PROTECTION_LEVEL is ignored!
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented
TransmitFile
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32c194 1 C) semi-stub
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32c024 1 C) semi-stub
fixme:atl:AtlAxWinInit version 0300 semi-stub
fixme:ieframe:PersistStreamInit_InitNew (0x4525f50)
fixme:atl:OleClientSite_ShowObject (0x45260c8) - stub
fixme:urlmon:set_internet_feature Unsupported flags: 00000015
Its startup log contains this
wx._core.PyAssertionError: C++ assertion "(which == State_Normal) ||
bitmap.IsNull()" failed
--
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=36519
Bug ID: 36519
Summary: Amazon Cloud Player Failed to Install. Bodhi Linux/
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lataluis(a)gmail.com
Created attachment 48592
--> http://bugs.winehq.org/attachment.cgi?id=48592
With in Bodhi Linux the wine App Failed.
The Attached file should have everything to report about the bug. I would like
to be able to see my apps work better, thank you.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37618
Bug ID: 37618
Summary: wbemprox:enum_class_object_Next timeout not supported
Product: Wine
Version: 1.7.31
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wmi&wbemprox
Assignee: wine-bugs(a)winehq.org
Reporter: blue-t(a)web.de
Distribution: ---
Since the recent updates to the Battle.Net and World Of Warcraft this line is
repeatedly spammed in the logfile and it appears that the login and updates are
taking longer
--
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=34863
Bug #: 34863
Summary: Etrom: The Astral Essence doesn't run (Mac OS X only
bug)
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46471
--> http://bugs.winehq.org/attachment.cgi?id=46471
Etrom Log
The game's launcher works fine. When launching Etrom, first you see a still
title screen, and then everything goes black.
On Ubuntu it works fine.
The problem can be reproduced in the demo (check out the link).
Tested with:
Mac OS X 10.7 and 10.9, ATI HD 2600 Pro, Mac Driver/X11
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37542
Bug ID: 37542
Summary: fixme:edit:EDIT_EM_FmtLines soft break enabled, not
implemented
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
Distribution: ---
Created attachment 49963
--> https://bugs.winehq.org/attachment.cgi?id=49963
12345 scrolling under left
Dear Wine Developers,
This is a really irritating bug. Would one of our intrepid heroes please fix
it for me?
Please reference the following forum post (note that Dimesio told me to file a
bug):
https://forum.winehq.org/viewtopic.php?f=8&t=23731&sid=4b6fff21b532f3cd5dbf…
Lotus SmartSuite Release 9.8, N99.8.0208.0800
Compiled Wine 1.7.30, 32 bit (also reproducible in 1.6.1.i686)
In certain form fields in Lotus Approach, when I do a "find", the letters I
type scroll into the left side of the box. You can only see the last letter
your typed.
And this pops up in the parent terminals each time I press a letter:
fixme:edit:EDIT_EM_FmtLines soft break enabled, not implemented
I will attach a screen shot of what it looks like. I typed "12345" into the
field, only "5" shows.
Many thanks,
-T
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38869
Bug ID: 38869
Summary: Multiple games (Torchlight 1-2, Evil Genius) have
rendering issues with open source drivers when GLSL
enabled
Product: Wine
Version: 1.7.46
Hardware: x86
URL: http://www.fileplanet.com/145023/140000/fileinfo/Evil-
Genius-Demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Upstream bug report:
https://bugs.freedesktop.org/show_bug.cgi?id=91232
The bug represents itself as shiny, flashing boxes on surfaces like character
models and objects in multiple games. The proposed patch from the upstream bug
report apparently fixes the problem, yet Mesa devs have the suspicion that the
error is originating from Wine's GLSL compiler.
All those games "set gl_FrontColor but not gl_FrontSecondaryColor in the vertex
shader and then they use gl_SecondaryColor in the fragment shader...this is
undefined" (sorry if misinterpreting, I'm no technician)
The games "magically" work with Nvidia blob 340.76, and they render properly in
Wine with ARB shaders.The issue was reproduced on i965/hsw too, and doesn't
occur with llvmpipe.
Terminal output doesn't show anything unusual, this is from Torchlight:
>fixme:d3d:debug_d3dformat Unrecognized 0x434f5441 (as fourcc: ATOC) WINED3DFORMAT!
>fixme:d3d:wined3d_get_format Can't find format unrecognized (0x434f5441) in the format lookup table
>fixme:d3d_texture:wined3d_texture_set_autogen_filter_type texture 0x16dcb468, filter_type WINED3D_TEXF_ANISOTROPIC stub!
>fixme:d3d_texture:wined3d_texture_generate_mipmaps texture 0x16dcb468 stub!
>fixme:d3d9:Direct3DShaderValidatorCreate9 stub
>fixme:d3d:wined3d_device_decref Device released with resources still bound, acceptable but unexpected.
>fixme:d3d:wined3d_device_decref Leftover resource 0x200e90 with type WINED3D_RTYPE_SURFACE (0x1).
>fixme:d3d:wined3d_device_decref Leftover resource 0x200cd8 with type WINED3D_RTYPE_TEXTURE (0x3).
Please let me know if you need debug logs, the problem is reproducible in
Torchlight demo on Steam (models are corrupted on the title screen):
http://store.steampowered.com/app/41500/
Alternatively you can try Evil Genius demo, download link is in the url field
above.
wine-1.7.46-193-g8b566b1
VGA compatible controller: NVIDIA Corporation G92 [GeForce GTS 250] (rev a2)
nouveau + mesa from git
--
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=32786
Bug #: 32786
Summary: HappyFotoDesigner.exe does not start
Product: Wine
Version: 1.5.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raynoldei(a)gmail.com
Classification: Unclassified
Created attachment 43294
--> http://bugs.winehq.org/attachment.cgi?id=43294
terminal messages
Installation of HappyFotoDesigner was working well.
App can be downloaded on
"http://www.happyfoto.at/fotobuch/439-bestellsoftware-happyfoto-designer-neu…".
Now when I try to start it following message are coming up in the terminal and
the program closes:
err:ole:CoGetClassObject class {76a64158-cb41-11d1-8b02-00600806d9b6} not
registered
err:ole:create_server class {76a64158-cb41-11d1-8b02-00600806d9b6} not
registered
err:ole:CoGetClassObject no class object {76a64158-cb41-11d1-8b02-00600806d9b6}
could be created for context 0x5
I have also tried to install msxml4, but that has not solved the problem.
Can any one help?
Thanks in advance
--
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=21813
Summary: Gamestudio A7 trial install fail
Product: Wine
Version: 1.1.39
Platform: x86
URL: http://www.3dgamestudio.com/
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Running http://server.conitec.net/down/gstudio_setup.exe
seems to install gamestudio ok up to the point where it
has to run an msi subinstaller... at which point the Next
button doesn't work, and you're stuck.
--
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=34483
Bug #: 34483
Summary: Sentinel System Driver: Installation cannot be
repaired
Product: Wine
Version: 1.7.1
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
Classification: Unclassified
Created attachment 45917
--> http://bugs.winehq.org/attachment.cgi?id=45917
Failure at the end of repair
Steps to reproduce:
1) remove ~/.wine
2) install Sentinel Protection Installer v7.6.6 (default installation)
3) wine c:/Program Files/Common Files/SafeNet Sentinel/Sentinel System
Driver/SetupSysDriver.exe
4) Click "Add/Repair/Remove installation"
5) Choose "Repair"
6) Go with default installation configuration
Behaviour:
Failure at the end (See attachment)
Expected behaviour:
No failure at the end
Additional information:
If I install only "Sentinel Driver", pressing "Add/Repair/Remove installation"
says that no driver is installed and I should point to .msi file
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39318
Bug ID: 39318
Summary: Saw: The Video Game requires xapofx1_2.dll
Product: Wine
Version: 1.7.51
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: aeikum(a)codeweavers.com
Distribution: ---
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
err:module:import_dll Library XAPOFX1_2.dll (which is needed by L"C:\\Program
Files\\Saw\\Binaries\\SawGame.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Saw\\Binaries\\SawGame.exe" failed, status c0000135
wine-1.7.51-201-g60d1d6f
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39341
Bug ID: 39341
Summary: Dino Crisis 1 Demo -- only black screen is shown
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winebugs140(a)gmail.com
Looks like a REGRESSION because with Wine 1.7.40 everything works fine. Of
course, still present in Wine 1.7.51.
I'm not good at compiling stuff on Macs, so if someone would like to run
regression tests--you are welcome.
OS X 10.9.5, Radeon HD 2600 Pro
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39251
Bug ID: 39251
Summary: From Dust crashes on unimplemented function
xapofx1_5.dll.CreateFX
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: aeikum(a)codeweavers.com
Distribution: ---
Created attachment 52307
--> https://bugs.winehq.org/attachment.cgi?id=52307
terminal output
After showing the first splash screen, the game crashes.
'winetricks xact_jun2010' is a workaround.
wine-1.7.51-48-ge28d6b2
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39360
Bug ID: 39360
Summary: Arvoch Alliance demo stops loading: 'File error:
aster.x' (needs native msvcr71.dll)
Product: Wine
Version: 1.7.51
Hardware: x86
URL: http://www.fileplanet.com/223983/220000/fileinfo/Arvoc
h-Alliance-Demo-v1.088
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 52458
--> https://bugs.winehq.org/attachment.cgi?id=52458
plain terminal output
Prerequisite to start the demo: native dinput8.dll (bug #21403).
The game loads to a screen where you can register the game or start the demo.
If you choose to start the demo, the game begins to load but it soon stops with
the error message: 'File error: aster.x'.
The game comes bundled with it's own msvcp71,msvcr71 libraries, setting msvcr71
to native,builtin lets the game get further... and it shows a different error
message: 'Runtime error 2002 - could not load animation'.
This is unrelated to the reported problem (installing WMP10, native devenum and
quartz eventually makes the game happy).
Let this bug be about why Wine can't find this 'aster.x' with built-in msvcr71.
arvoch_alliance1088.exe (243M)
sha1: cf603c7ec17979c06d8eb8e63878b31b4f617cf7
Tested in wine-1.7.51-225-g3966aff
--
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=26345
Summary: Woody Two Legs demo menu items are unreadable
Product: Wine
Version: 1.3.15
Platform: x86
URL: http://games.on.net/file/38121/Woody_Two-Legs_Demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33559)
--> (http://bugs.winehq.org/attachment.cgi?id=33559)
terminal output
The text in the menus does not show. Native d3dx9 doesn't help.
Terminal shows lots of:
fixme:d3d_texture:basetexture_generate_mipmaps texture 0x101b9758 stub!
fixme:d3d_texture:basetexture_generate_mipmaps texture 0x101b4d18 stub!
fixme:d3d_texture:basetexture_generate_mipmaps texture 0x101b4d18 stub!
fixme:d3d_texture:basetexture_generate_mipmaps texture 0x101a5c50 stub!
fixme:d3d_texture:basetexture_generate_mipmaps texture 0x101b9758 stub!
fixme:d3d_texture:basetexture_generate_mipmaps texture 0x101b4d18 stub!
fixme:d3d_texture:basetexture_generate_mipmaps texture 0x101b4d18 stub!
though:
fixme:font:WineEngRemoveFontResourceEx (L"Data\\Fonts\\JUNGJ___.ttf", 10,
(nil)): stub
fixme:font:WineEngRemoveFontResourceEx (L"Data\\Fonts\\JUNGJ___.ttf", 10,
(nil)): stub
may be related as well.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5048
Mike Ellery <mellery(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mellery(a)gmail.com
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39439
Bug ID: 39439
Summary: calling CreateProcess from windows code on a program
binary mounted with noexec crashes wine
Product: Wine
Version: 1.7.51
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: hramrach(a)gmail.com
Distribution: ---
I moved a windows application from a failed disk partition to a flash drive.
I mounted the flash drive using pmount which adds the noexec flag.
Executing the application as in
wine ./Client.exe works.
However, the application also spawns Client.bin (presumably using
CreateProcess) and that binary crashes on start when spawned from noexec
filesystem. It raises an exception very early in Wine code so I guess the
application is in no position to catch it. And it raises it in the spawned
application, not the spawning application. The Client.bin itself is not
executable (as in +x mode).
I can add traces if needed but this should be easy to reproduce.
I see multiple related problems here
1) wine does not check the noexec flag when loading a binary initially from the
commandline but does check it (or uses a library function that does) when a
windows application calls spawn or clone or whatever - inconsistency
2) wine checks the noexec in the wrong place - it should check before
performing CreateProcess and report error in the calling application but it
fails executing the created process and crashes
3) when wine fails executing an application due to the noexec flag it should
produce an intelligible error message rather than crash
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32785
Bug #: 32785
Summary: Typing of the Dead freezes when being moved to another
workspace in xmonad
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chinese_chater(a)yahoo.de
Classification: Unclassified
Created attachment 43289
--> http://bugs.winehq.org/attachment.cgi?id=43289
Wine command line log
When starting Typing of the Dead (both the full or demo version) the game
freezes as soon as I'm trying to move the according window to another workspace
in the tiling window manager xmonad.
I can move Typing of the Dead to other workspaces fine in Gnome 3.4 though.
Tested on a recent Debian unstable with its wine 1.4.1 package.
See the attachments for the full wine command line output and winedbg
backtraces.
--
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=30523
Bug #: 30523
Summary: Jupiter crashes when trying to fill online tax
declarations
Product: Wine
Version: 1.5.2
Platform: x86
URL: http://pity.elfin.pl/pliki/Jupiter/Jupiter2011/std/1.0
.5.6/Jupiter2011_std_1.0.5.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: washuu(a)eastnews.com.pl
Classification: Unclassified
Created attachment 39930
--> http://bugs.winehq.org/attachment.cgi?id=39930
sample data file with bogus numbers
Jupiter is free, downloadable program for calculating taxes in Poland, it's
quite popular.
I found using it under Wine quite uncomfortable, because of a few bugs. Here is
one of them:
- install the application. In my case it went without any glitches.
- run the application.
- open the attached sample data file, using menu "Plik" ("file") and "Otworz"
("open").
- wait a few seconds to open data file, when it is loaded you see some text in
the middle, starting with "dziekujemy za skorzystanie z programu".
- in the menu, choose "Rozliczenia" ("statements") and "e-deklaracje"
("e-declarations"). The program crashes with error:
Unhandled exception: page fault on write access to 0x017c0bce in 32-bit code
(0x02358bf5).
Backtrace:
=>0 0x02358bf5 (0x0033f804)
1 0x7c0af136 in mscoree (+0xf135) (0x0033f874)
2 0x7e71b84a CoCreateInstance+0x369() in ole32 (0x0033f8e4)
3 0x004167e4 in jupiter (+0x167e3) (0x7ea9c9d0)
4 0xb8ec81ec (0x8b55ff8b)
0x02358bf5: addb %al,0x0(%eax).
--
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=19517
Summary: XenCenter is unable to contact anything on the network
possibly due to "fixme:ras:RasEnumConnectionsW"
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: drwahls(a)gmail.com
To recreate this bug, download XenCenter from Citrix
(http://www.citrix.com/lang/English/lp/lp_1688615.asp), install it with
msiexec, then try to connect to a XenServer on your network. Every time
XenCenter tries to make a network call, it immediately fails and the following
error is dumped on the command line:
fixme:thread:NtQueryInformationThread info class 16 not supported yet
fixme:shell:URL_ParseUrl failed to parse L"XenCenterMain.resources"
fixme:shell:URL_ParseUrl failed to parse L"XenCenterMain.resources"
fixme:ras:RasEnumConnectionsW (0x5d5ffd0,0x662dc0c,0x662dc08),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program
to use LAN connection/winsock instead!
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:ras:RasConnectionNotificationW (0xffffffff,0x34c,0x00000003),stub!
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
I have attached the full output from 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.
https://bugs.winehq.org/show_bug.cgi?id=39431
Bug ID: 39431
Summary: Make it possible to restart individual tasks
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
If a task had a BotError or was Canceled, the WineTestBot lets either the
administrator or the job's owner restart the whole job.
But restarting all the tasks that actually completed normally seems wasteful.
It would be more useful to make it possible to restart just the tasks that had
a BotError or were Canceled.
--
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=23697
Summary: Ethernet/IP application crashes on exit
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.odva.org/Default.aspx?tabid=202
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nsandschn(a)gmx.de
Created an attachment (id=29684)
--> (http://bugs.winehq.org/attachment.cgi?id=29684)
Terminal output in wine-1.2
The zip file includes an EtherNet/IP example application in debug and release
version. The debug version doesn't start (bug 15133). The release version works
but crashes on 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.
http://bugs.winehq.org/show_bug.cgi?id=37002
Bug ID: 37002
Summary: Plogue chipsound registration fails
Product: Wine
Version: 1.7.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bique.alexandre(a)gmail.com
Plogue Chipsound registration fails:
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x33e754,0x33e758): stub
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x33e754,0x33e758): stub
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
Here is a link to the software: http://www.plogue.com/products/chipsounds/
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37311
Bug ID: 37311
Summary: Mentor PADS viewer cannot install
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nzsmith(a)gmail.com
Created attachment 49620
--> https://bugs.winehq.org/attachment.cgi?id=49620
log showing error
I am trying to install Mentor PADS viewer
http://s3.mentor.com/pads-free-viewer/pads-pcb-viewer.zip
I've followed the directions here:
https://bugs.winehq.org/show_bug.cgi?id=35578
to get it to start the install, I get a EULA to agree to then all of a sudden I
get a spew of messages on the screen, telling me it cannot access a log file:
Title: Error Writing Log File [CP0069]
Message: An error occurred while writing the history log file.
Detail: It is possible that the
nsmith-Latitude-E5430-non-vPro_8mip_history.txt history log file has read only
permissions or is in use by another application.
output attached, any help would be appreciated.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38826
Bug ID: 38826
Summary: Dragon Age Origins: crash in msvcr80
Product: Wine
Version: 1.7.46
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kurtjaeke(a)gmx.de
Created attachment 51766
--> https://bugs.winehq.org/attachment.cgi?id=51766
Crash backtrace.
Dragon Age Origins crashes after showing the intro sequence, with the backtrace
attached.
Just for curiosity, I bisected to wine-1.7.20. It crashes at the very same
location.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39412
Bug ID: 39412
Summary: Add failover and load balancing support
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Created attachment 52530
--> https://bugs.winehq.org/attachment.cgi?id=52530
Proposed schema update to allow for failover
We currently have 4 VM hosts and it's easy to duplicate a given VM so it's
present on multiple hosts.
So we could put a VM such as win7u on both vm1 and vm2. But if vm1 goes offline
for whatever reason, the administrator would still have to manually change the
WineTestBot configuration so it knows to use the win7u copy on vm2.
Furthermore if a task is scheduled to run on win7u but vm1 is busy running a
task on another VM it would be nice to automatically run that task on vm2's
win7u copy instead. This would lessen the need to carefully figure out which
VMs can be put on the same host based on whether they are 64 bit or not,
whether they are a base or winetest VM, etc. (later how many configurations
they have, see bug 31784)
But we cannot add entries for both copies of win7u because:
1. Both entries would show up in the user interface.
2. Wine patches would be scheduled to run on both copies which is not what we
want.
3. Tasks scheduled to run on the first copy would still not be switched to the
second copy.
4. The TestBot may start both copies at the same time which would be wrong from
a licensing point of view and cause conflicts due to both having the same IP
address (unless one of the copies is manually modified to have a different IP
address).
What is really needed is a change in the database schema so we can define
multiple interchangeable 'VM instances' of a given VM.
The attached schema adds a VMInstances table to deal with this:
* A task would initially be connected to a VM (we can ignore the VMConfig vs.
VM distinction here).
* When scheduling the task the TestBot would iterate over the corresponding
VM's VMInstances, identify the ones where the VMSnapshot field is set as the
active instances and count them. (Note: the instance's ChildPid field is only
set during reverts and the (JobID, StepNo, TaskNo) triplet is only set after
revert when the task is actually running. So neither identify active VMs).
* Then if the count of active instances is lower than the VM's MaxActive field
it could revert that VM instance.
* The VM's MaxActive is what allows us to not exceed our number of licenses. It
also allow us to have multiple instances active in case we have multiple
licenses: for the Linux build machine for instance (in that cae each copy would
need a different IP address).
* Optionally a user could request that a task be run on a specific VMInstance
by setting the Task's VMNo field.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37826
Bug ID: 37826
Summary: sonar home studio 6 missing dll
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vmf07(a)hotmail.com
Distribution: ---
Created attachment 50374
--> https://bugs.winehq.org/attachment.cgi?id=50374
summary report txt
Cakewalk Sonar home studio 6 Missing dll file
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=425
--- Comment #40 from Alexandre Julliard <julliard(a)winehq.org> ---
That's a local device path, not a network path. If you have an actual app that
requires this, please file a separate bug.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=2082
Ben Shadwick <benshadwick(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |benshadwick(a)gmail.com
--- Comment #150 from Ben Shadwick <benshadwick(a)gmail.com> ---
I can confirm that this issue still occurs with Diablo retail (both unpatched
and patched) in wine-staging 1.7.52, regardless of DirectDraw renderer mode.
This came as a surprise, as I thought that Wine generally handled Win9x-era
games better than modern Windows does.
It's doubly surprising that the issue has been known for over 11 years. It must
be a tough one.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=425
--- Comment #39 from Mark G. Woodruff <markgwoodruff(a)yahoo.com> ---
That wasn't the problem with Kedit (CentOS 7 was to blame). But a fix looks
easy enough:
In ntdll/directory.c in get_dos_prefix_len(), I think adding additional checks
for \\.\\ and \\?\\ should do it.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36060
Bug ID: 36060
Summary: Hawking control center driver install tool crashes
during installation
Product: Wine
Version: 1.7.17
Hardware: x86
URL: http://hawkingtech.com/products/downloadfile/983.html
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shlwapi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48241
--> https://bugs.winehq.org/attachment.cgi?id=48241
terminal output/backtrace
fixme:shell:SHRegCreateUSKeyW unsupported flags 0x00000004
wine: Unhandled page fault on read access to 0x00000004 at address 0x7e955e07
(thread 008b), starting debugger...
..
Backtrace:
=>0 0x7e955e07 SHRegCloseUSKey+0x17(hUSKey=<couldn't compute location>)
[/home/austin/wine-git/dlls/shlwapi/reg.c:196] in shlwapi (0x0033f858)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8983
Saulius K. <saulius2(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |saulius2(a)gmail.com
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=9127
--- Comment #62 from joaopa <jeremielapuree(a)yahoo.fr> ---
*** Bug 30804 has been marked as a duplicate of this bug. ***
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=425
Mark G. Woodruff <markgwoodruff(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |markgwoodruff(a)yahoo.com
--- Comment #38 from Mark G. Woodruff <markgwoodruff(a)yahoo.com> ---
This is a show stopper for a LOT of programs that only reference the local
host. For example:
\\.\C:\ and \\?\C:\ both refer to C:\ on the local host. Even if no other SMB
paths are handled, handling these two is essential.
An example of a program that fails is Kedit (http://www.kedit.com/).
--
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=11672
Summary: NinjaTrader
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samuel(a)fermin.name
Created an attachment (id=10885)
--> (http://bugs.winehq.org/attachment.cgi?id=10885)
output trying to start NinjaTrader
I've seen that .Net applications are not working great with wine but here is my
try to launch this software : www.ninjatrader.com
The installation of .Net2 + NinjaTrader went well.
In attachment the output trying to launch NinjaTrader.
It's with wine 0.9.54 from debian sid.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39386
Bug ID: 39386
Summary: wine acrobat XI pro,can't input Chinese when using
sticky notes(comments)
Product: Wine
Version: 1.7.48
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: appleyuchi(a)163.com
Distribution: ---
Created attachment 52492
--> https://bugs.winehq.org/attachment.cgi?id=52492
A picture to describe the messy codes sticky notes
Debian Linux 32bit
wine Acrobat XI Pro 11
################here is my Wine install #######################
make uninstall
./configure
make
make install
winetricks
winetricks atmlib
################here is Acrobat XI Pro 11 install #######################
under root privilege
cp -r /home/appleyuchi/.wine/drive_c/"Program Files"/"Common Files"/Adobe
~/.wine/drive_c/"Program Files"/"Common Files"
cp -r /home/appleyuchi/.wine/drive_c/users/appleyuchi/"Application Data"/Adobe
/root/.wine/drive_c/users/root/"Application Data"
Finally:
root@debian:/home/appleyuchi/下载/wine-1.7.48# ./wine
/home/appleyuchi/software/AcrobatPro11/Acrobat/Acrobat.exe
It works almost 90% great ,but I can't input Chinese when using the stiky
notes.
the attachment is a picture to
describe the problem definitely,please help,thanks~
--
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=33414
Bug #: 33414
Summary: xrdp and Numeric kepad
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RTidwell(a)spearsmfg.net
Classification: Unclassified
When connecting via xrdp the numeric key pad is not working with any MS Office
2007 applications. It work on all Linux applications. If using the using the
regular desktop (no xrdp connection) everything works fine. With the xrdp
session it acts like the shift key is depressed as the numlock key is on and
numeric key pad acts like the Num Lock is off and shift key is down, it take
the keys Shift Arrow (make for copy). Switching the num Lock off then it dose
recognize any numeric key pad keys, nothing happens. Holding the shift key
also has no effect.
i am using wine through Crossover v.12 with MS Office 2007 on centos 6.4. This
problem affects all Office 2007 applications.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=35708
Bug ID: 35708
Summary: Dassault Systemes CATIA v5R19 installer passes
unsupported UI level 'b-!' to msiexec
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
as the summary says ...
It doesn't harm the installer process at all but let's make Wine's msi more
complete :)
--- snip ---
$ WINEDEBUG=+tid,+seh,+relay,+msi wine ./setup.exe >>~/Downloads/log.txt 2>&1
003a:Call KERNEL32.CreateProcessA(00000000,0033d640 "msiexec /qb-! /i
\"F:\\INTEL\\InstallDSSoftwarePrerequisites_x86.msi\"",00000000,00000000,00000000,08000000,00000000,00000000,0033d5d4,0033d5c4)
ret=00401309
...
003e:Call KERNEL32.__wine_kernel_init() ret=7bc5a3aa
003a:Ret KERNEL32.CreateProcessA() retval=00000001 ret=00401309
...
Unknown option "L"b-!"" for UI level
...
003e:Call msi.MsiSetInternalUI(00000005,00000000) ret=7edef9f5
003e:trace:msi:MsiSetInternalUI 00000005 (nil)
003e:Ret msi.MsiSetInternalUI() retval=00000003 ret=7edef9f5
003e:Call msi.MsiInstallProductW(00139952
L"F:\\INTEL\\InstallDSSoftwarePrerequisites_x86.msi",00000000) ret=7edefa80
--- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/aa367988%28v=vs.85%29.aspx
--- quote ---
/q n|b|r|f
Sets user interface level.
q , qn - No UI
qb - Basic UI. Use qb! to hide the Cancel button.
qr - Reduced UI with no modal dialog box displayed at the end of the
installation.
qf - Full UI and any authored FatalError, UserExit, or Exit modal dialog boxes
at the end.
qn+ - No UI except for a modal dialog box displayed at the end.
qb+ - Basic UI with a modal dialog box displayed at the end. The modal box is
not displayed if the user cancels the installation. Use qb+! or qb!+ to hide
the Cancel button.
qb- - Basic UI with no modal dialog boxes. Please note that /qb+- is not a
supported UI level. Use qb-! or qb!- to hide the Cancel button.
Note that the ! option is available with Windows Installer 2.0 and works only
with basic UI. It is not valid with full UI.
--- quote ---
-> "qb-! or qb!- to hide the Cancel button."
$ wine --version
wine-1.7.13-118-g0eb6265
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5551
Saulius K. <saulius2(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |saulius2(a)gmail.com
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=6971
Reyn <alexispospelov(a)ya.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|alexispospelov(a)ya.ru |
--
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=15716
Summary: Wine testcases should not use the public internet, as it
causes flakiness
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Just about every day, patchwatcher rejects a patch incorrectly
because some conformance test is relying on the Internet to
be there. Sadly, the Internet is not 100% reliable, and
therefore must not be used by any test suite that needs to
be 100% reliable.
We must expunge all use of the internet from our test suite,
in favor of mock servers running locally.
One way to start would be to add a configure-time option
to cause all hostname resolution to return 127.0.0.1.
Then people who needed ultrarepeatable conformance test
results (like patchwatcher) could use that option and
never have flaky results due to the public internet.
--
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=15477
Summary: Test.winehq.org should allow comparing selections side
by side
Product: WineHQ.org
Version: unspecified
Platform: All
URL: http://test.winehq.org/data/
OS/Version: All
Status: NEW
Keywords: source
Severity: enhancement
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Currently, on test.winehq.org, you can only view two test results side by side
if they're from the same OS version. It would be great to be able to select two
results and compare them side by side. That way, one could compare the same
machine when run under wine and windows, for instance.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=7915
François Gouget <fgouget(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fgouget(a)codeweavers.com
--- Comment #32 from François Gouget <fgouget(a)codeweavers.com> ---
We have new Mac machines running the tests. They have between 45 and 50
failures so the situation probably degraded a bit.
However a big 'lots of tests are failing on Mac' bug is not very tractable. It
would be better to identify which tests fail on Macs and not Linux and create
specific bugs for those.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39344
Bug ID: 39344
Summary: Final Draft 9: crash during startup
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: holger(a)schreibsturm.de
Distribution: ---
Created attachment 52435
--> https://bugs.winehq.org/attachment.cgi?id=52435
Final Draft 9 crash on start
Final Draft 9 can be installed, but crashes on start
--
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=16817
Summary: Digital Photo Professional: Cannot install version 3.5.1
of Canon's DPP
Product: Wine
Version: 1.1.12
Platform: PC
URL: http://software.canon-europe.com/products/0010677.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jon.pawley+wine(a)gmail.com
Installing version 3.5.1 of Canon's Digital Photo Professional (DPP) fails on
Wine 1.1.12.
I have tried two methods for installing this application. Firstly, I used the
distribution disk ("Canon EOS Digital Solutions Disk ver. 19.0"), and secondly
I tried using the "upgrader" package that is available from the following
website:
http://software.canon-europe.com/products/0010677.asp
(Look for the item named "Digital Photo Professional Updater for Windows
(3.5.1)"). Note that the "updater" includes the whole of the DPP application
rather than a (partial) upgrade distribution. The installer checks for the
presence of the following registry key, and if it is present, allows the
installation to continue:
HKLM/software/canon/DPP/
The installation follows the following process before failing:
1) Shows splash screen and asks for location (Asia/Oceania). I select Oceania.
2) License agreement shown. Click Yes.
3) Screen shows "Starting installation. Please wait" along with one progress
bar. This increments until complete.
4) Screen changes to say, "Installing Digital Photo Professional" along with
two progress bars.
5) Process fails at this point.
The output on the terminal 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.
https://bugs.winehq.org/show_bug.cgi?id=38272
Bug ID: 38272
Summary: binaries produced by Go compiler hang when using
time.Sleep() and time.Now() is not updated
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leonbogaert+winehq(a)gmail.com
Distribution: ---
Created attachment 51100
--> https://bugs.winehq.org/attachment.cgi?id=51100
executable + go source of example that hangs forever
When I compile this simple program and run it under wine (1.7, ubuntu 14.04) it
hangs indefinitely:
package main
import (
"fmt"
"time"
)
func main() {
fmt.Println("before")
fmt.Println(time.Now())
time.Sleep(10 * time.Second)
fmt.Println(time.Now())
fmt.Println("after")
}
Is there a way I could debug this? Can somebody else reproduce this behavior?
I tried cross-compiling it on my linux laptop and under Windows but it doesn't
make a difference: it hangs.
When run on Windows it works fine.
When I directly call the windows sycall Sleep():
package main
import (
"fmt"
"time"
"github.com/akavel/winq"
)
func main() {
var try winq.Try
fmt.Println("before")
fmt.Println(time.Now())
try.N("Sleep", 5000)
fmt.Println(time.Now())
fmt.Println("after")
}
time.Now() is never updated:
before
2015-03-23 18:41:35.543452 +0100 CET
2015-03-23 18:41:35.543452 +0100 CET
after
--
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=29149
Bug #: 29149
Summary: Sins of a Solar Empire: first letter of the game name
is cut off in the installer
Product: Wine
Version: 1.3.33
Platform: x86
URL: http://www.gamershell.com/download_23790.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavel.ondracka(a)gmail.com
Classification: Unclassified
Created attachment 37594
--> http://bugs.winehq.org/attachment.cgi?id=37594
terminal output
In the Sins of a Solar Empire installer there are multiple problems when
installing with stock wine (no winetricks corefonts), some text that should be
bold is not, some text is too small and finally first letter of the game name
printed in background is partially cut off. There is already bug reported about
the bold text (bug 18932) and many bugs about incorrect font sizes all around
the bugzilla, however I haven't found any bug about the cut off first letter,
hence reporting.
With winetrick corefonts everything looks good. Attached is terminal output and
screenshots with stock wine and with corefonts 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=33413
Bug #: 33413
Summary: Diablo III: Random non-responding UI elements
Product: Wine
Version: 1.5.27
Platform: x86-64
URL: http://www.diablo3.com/
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
CC: julliard(a)winehq.org
Classification: Unclassified
Regression SHA1: 9181b7e8763e9070f6a1d636aeb882db829867d8
Since 1.5.27, I get random issue in the main interface (*not* while playing)
I don't get the issues in every application start, but is basically "all or
nothing".
Typically, trying to join a chat channel or quitting one fails with no message
in chat box.
Also, hitting "Play" can fail as well (other buttons are grayed out as usual,
but no actual game is launched)
Sometimes one can't even login to battle.net to begin with.
Regression test gave:
commit 9181b7e8763e9070f6a1d636aeb882db829867d8
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Apr 4 13:01:04 2013 +0200
kernel32: Fetch the system information only once the memory limits are
correct.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39374
Bug ID: 39374
Summary: MS Office 2007 / Winver XP: ibus keyboard problem
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rikshaw76(a)gmail.com
Distribution: ---
Using MS Office 2007 with the winver set to XP, ibus keyboards do not work
correctly. I am using Ubuntu 14.04, ibus version 1.5.9.
When setting the winver to Vista or W7, then ibus keyboarding input will
correctly work! So somehow there is something done by the Vista (+) version
that is correctly able to use ibus input.
However, I cannot use a winver of Vista/W7 because there are some unimplemented
features there that don't allow a document to be saved!
This is related to bug 29788, which addresses the problems with Office 2007 and
a winver of Vista/W7, but I think it is best to have this separate bug to
address the ibus keyboarding issue while using a winver of XP.
--
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=34172
Bug #: 34172
Summary: Failure to install MiKTeX 2.9
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jamesmnason(a)gmail.com
Classification: Unclassified
Created attachment 45457
--> http://bugs.winehq.org/attachment.cgi?id=45457
backtrace.txt file generated by Wine
Dear Wine Community:
I attempt to install MiKTeX 2.9 (setup-2.9.4503-x64.exe) using Wine 1.6. The
OS is Ubuntu 12.04 (x64). The install of MiKTeX 2.9 appears to go smoothly
until the last step when Wine returns an error dialogue box that states fatal
error that is either a program conflict or a dependency failure. Please, see
the attached backtrace.txt file.
Any advice/help is appreciated. Thanks.
Jim Nason
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39241
Bug ID: 39241
Summary: msvcrt:string fails in a mixed locale configuration
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The following error only happens on the mixed locale WineTest box.
string.c:2654: Test failed: ret = d0
That box (fg-win7u64-1spie9-mx) has the following locale settings:
Formats=Inuktitut (Syllabics, Canada)
Location=Israel
Language=German (Germany)
SystemLocale=Japanese (Japan)
So either it's comparing the result of two functions that use different
locales, or, since it's the tolower test, it depends on uppercase / lowercase
relationships that don't hold in all locales.
This tests regression was introduced by the following commit:
commit 13f6194bb15fe87c9c385b066b099f8416317fb3
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Thu Mar 13 14:12:53 2014 +0100
msvcrt: Improve tolower tests.
See:
https://test.winehq.org/data/tests/msvcrt:string.html
--
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=32726
Bug #: 32726
Summary: Starcraft II fulscreen app is still drawn when
Alt+Tabing in KDE
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karaluh(a)karaluh.pl
Classification: Unclassified
As in summary. When I Alt+Tab the whole SCII screen is still visible, only
drawn in the background.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38992
Bug ID: 38992
Summary: Chile timezones not detected: Chile/Continental and
Chile/EasterIsland
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spam(a)felipebarriga.cl
Distribution: ---
Chile timezones are not defined. This produces various issues including
transparent fonts on Unity 5.x.
The missing timezones are:
- Chile/Continental
- Chile/EasterIsland
Chile/Continental is UTC -3:00
Chile/EasterIsland is UTC -5:00
https://en.wikipedia.org/wiki/Time_in_Chile#IANA_time_zone_database
--
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=31684
Bug #: 31684
Summary: Crash in winealsa driver when exiting World of
Warcraft
Product: Wine
Version: 1.5.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rankincj(a)yahoo.com
Classification: Unclassified
Created attachment 41655
--> http://bugs.winehq.org/attachment.cgi?id=41655
Backtrace of the crash
Playing WoW 5.0.4, 32 bit ("Mists of Pandaria"), but it crashed on exit. The
backtrace suggests memory corruption.
--
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.