https://bugs.winehq.org/show_bug.cgi?id=39950
Bug ID: 39950
Summary: Cabal II can't be opened.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nhocconphanha(a)gmail.com
Distribution: ---
Created attachment 53375
--> https://bugs.…
[View More]winehq.org/attachment.cgi?id=53375
There's also a box with font errors, and Chinese shows up afterward
When I open Cabal.exe, it's still run. It also downloaded the information to
open the game. However, when I click "play," it doesn't go into the game.
Instead, the error box show up: "The program cabal2main.exe has encountered a
serious problem and needs to close."
Could you please help me fix this problem?
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=32491
Bug #: 32491
Summary: dbghelp doesn't support DW_FORM_flag_present
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: eric.pouech(a)…
[View More]orange.fr
Classification: Unclassified
Occurs under newer clang:
austin@debian-home:~/wine-tmp/dlls/dbghelp$ cat ~/log.txt | grep dbghelp | sort
-u
fixme:dbghelp_dwarf:dwarf2_fill_attr Unhandled attribute form 19
fixme:dbghelp_dwarf:dwarf2_swallow_attribute Unhandled attribute form 19
austin@debian-home:~/wine-tmp/dlls/dbghelp$ grep -c dbghelp ~/log.txt
18884
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39823
Bug ID: 39823
Summary: "fixme:nls:CompareStringEx semi-stub behavor for
flag(s) 0x10000000" appears thousands of times in
terminal when running the Lego Mindstorms EV3 software
Product: Wine
Version: 1.8-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -…
[View More]unknown
Assignee: wine-bugs(a)winehq.org
Reporter: asdfghrbljzmkd(a)outlook.com
Distribution: ---
"fixme:nls:CompareStringEx semi-stub behavor for flag(s) 0x10000000" appears
thousands of times in terminal when running the Lego Mindstorms EV3 software
Someone seems to have already created a patch:
http://www.winehq.org/pipermail/wine-patches/attachments/20150407/c1365e15/…
This was at Tue Apr 7 04:02:17 CDT 2015, but it seems to not be incorporated
yet, as it is in Wine 1.8. If someone could incorporate this, it would be
appreciated, as it affects many applications, especially the Lego Mindstorms
EV3 software, where it appears thousands of times in the terminal.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39034
Bug ID: 39034
Summary: SuperTux 0.3.5a crashes on startup
Product: Wine
Version: 1.7.48
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: n296869(a)rtrtr.com
Download SuperTux 0.3.5a from https://github.com/SuperTux/supertux/…
[View More]releases
I used the 32 bit version you can download here:
https://github.com/SuperTux/supertux/releases/download/v0.3.5a/supertux-0.3…
Install it, then try to open the supertux2.exe file in the installation
directory.
$ openssl sha1 supertux-0.3.5a-win32-setup.exe
SHA1(supertux-0.3.5a-win32-setup.exe)= 86bc3b11cef73cfc2e52bca4aa12f57981341d4f
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=34286
Bug #: 34286
Summary: dinput doesn't report DIDOI_ASPECT* for joystick axes
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: achurch+wine(a)achurch.org
Classification: Unclassified
Created …
[View More]attachment 45644
--> http://bugs.winehq.org/attachment.cgi?id=45644
Patch
Wine's dinput.dll returns 0 in the dwFlags field when enumerating joystick
objects, but some programs (at least Final Fantasy XIV) expect to see one of
the DIDOI_ASPECT* values for an axis object and ignore the axis if none are
present.
Simple patch attached -- it just reports DIDOI_ASPECTPOSITION for all axes
(which may or may not be correct, but at least lets FFXIV recognize joystick
axis input).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=41066
Bug ID: 41066
Summary: Unhandled page fault in RtlWow64EnableFsRedirectionEx
when passed bad *old_value pointer
Product: Wine
Version: 1.9.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: wine-bugzilla(a)…
[View More]nerdoftheherd.com
Distribution: ---
If Wine's RtlWow64EnableFsRedirectionEx (when running under WoW64) is passed a
bad pointer value that doesn't start with 0x0000, this causes an unhandled page
fault instead of returning the value STATUS_ACCESS_VIOLATION as Windows does.
I discovered this behaviour when attempting to install the Dymo LabelWriter
software, as for some reason the installer calls Wow64DisableWow64FsRedirection
with a pointer value of 0x10000000 instead of a real memory location, which is
then passed along to RtlWow64EnableFsRedirectionEx.
I have a patch nearly ready to submit to fix this issue, but wanted to raise a
bug so that it can be linked to the appdb.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=41040
Bug ID: 41040
Summary: VariantChangeTypeEx lead to error when casting
IUnknown(nil) -> IDispatch
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: alexeev(a)krista.ru
…
[View More]Distribution: ---
Sample Delphi code, works well on Windows
var
unk: IUnknown;
V: Variant;
begin
unk := nil;
V := VarAsType(unk, varDispatch); // type error here in wine
end;
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=41015
Bug ID: 41015
Summary: comctl32/treeview: Alt-Up/Down keyboard shortcuts
don't work
Product: Wine
Version: 1.9.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: markk(a)clara.co.uk
Distribution: ---
In …
[View More]native Windows, you can change the selected item in a treeview control by
pressing Alt-Up or Alt-Down to move the highlight to the previous or next item.
That feature doesn't seem to be implemented in the Wine tree-view control.
I noticed this issue in WinUAE, but probably any program which uses the
comctl32 treeview control will show the problem. For instructions to reproduce
see bug 41010 description.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=34281
Bug #: 34281
Summary: PlotSoft PDFill 10: on startup displays a message box,
then quits
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: artghio(a)tiscali.it
Classification: …
[View More]Unclassified
Name: PlotSoft PDFill 10.0 (build 4)
Executables: "PDFill.exe" or "PDFill_PDF_Tools.exe" (they are two independent
executables)
Download page: http://www.pdfill.com/download.html
Installation steps:
1. install GhostScript 8.63 from http://www.plotsoft.com/download/gs863w32.exe
( http://goput.it/vz9v.png )
2. install Sun Java Virtual Machine 1.6 from
http://www.plotsoft.com/download/jre-6-windows-i586.exe ( typical installation
)
3. install PDFill from http://www.plotsoft.com/download/PDFill.exe (
http://goput.it/39j9.png ) (md5sum: c64ad2db2153af1d4ef69b88d34ec2a9)
I tested some Wine versions on some GNU/Linux distributions:
- wine-1.4.1 on Kubuntu 13.04 x64
both executables work perfectly ( http://goput.it/str/kk7d.png )
- wine-1.6 (build from ppa:ubuntu-wine/ppa) on Kubuntu 13.04 x64
- wine-1.6 (build from ppa:ubuntu-wine/ppa) on Ubuntu 13.04 x86
- wine-1.7 (compiled from
http://sourceforge.net/projects/wine/files/Source/wine-1.7.0.tar.bz2 source) on
Ubuntu 13.04 x86
1. I launch "wine ./PDFill_PDF_Tools.exe" or "wine ./PDFill.exe" (their bad
behaviours are the same)
2. on startup it displays a message box complaining "No Fonts found" (
http://goput.it/str/t9es.png )
3. I click "Ok" button
4. it displays the window "Browse folders" ( http://goput.it/str/6cv6.png )
5. I select "C:\windows\Fonts" or "/usr/share/wine/fonts"
("/home/luca/.wine/drive_c/windows/Fonts" or "Z:\home\luca\.wine\ etc." cannot
be selected because hidden folders are not visible)
6. I click "Ok" or "Cancel" button
7. it quits without warnings or errors (except for a fixme)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39475
Bug ID: 39475
Summary: PhysX-9.15.0428-SystemSoftware.exe installer does not
run
Product: Wine
Version: 1.7.53
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
…
[View More]
Attempting to run "wine PhysX-9.15.0428-SystemSoftware.exe" gives no output in
terminal and only returns the user to their command prompt.
I am using Wine 1.7.53 compiled from source on Mint 17.2.
I know that using "winetricks physx" will get me the previous version of PhysX
(9.14) but I thought I'd try to get the latest version in case it fixed any
potential bugs with a PhysX game I am currently running on Wine.
Steps to reproduce:
1. Download the PhysX 9.15 installer from
http://www.nvidia.com/object/physx-9.15.0428-driver.html
2. Open a terminal and type "wine PhysX-9.15.0428-SystemSoftware.exe" or
right-click on the file and select "Open with Wine Windows program loader".
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=24645
Summary: pdfFactory fails to install
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineps.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=31148)
--> (http://bugs.winehq.org/attachment.cgi?id=31148)
Error …
[View More]message
Steps to reproduce:
1) remove ~/.wine
2) wine pdf405std.exe
3) Setup->I accept the terms
Behaviour:
error (see attachment)
Expected behaviour:
Application should start installing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=41044
Bug ID: 41044
Summary: Age of Mythology: Extended Edition needs
api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vswprin
tf_s
Product: Wine
Version: 1.9.15
Hardware: x86-64
URL: http://store.steampowered.com/app/266840
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: …
[View More]msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 55216
--> https://bugs.winehq.org/attachment.cgi?id=55216
terminal output
Wine chokes on this unimplemented function when I'm trying to start the game:
...
wine: Call from 0x7b43b3ac to unimplemented function
api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vswprintf_s, aborting
...
wine-1.9.15-166-g7aadb08
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=34504
Bug #: 34504
Summary: __unDName doesn't support function pointer with type
"P8"
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)vmpsoft.com
Classification: Unclassified
??$…
[View More]run@XVTask_Render_Preview@@@QtConcurrent@@YA?AV?$QFuture@X@@PEAVTask_Render_Preview@@P82@EAAXXZ@Z
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39195
Bug ID: 39195
Summary: msvcr120.dll.nextafter is needed by Sonkwo
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: litimetal(a)gmail.com
Distribution: ---
http://www.sonkwo.com is a game store in …
[View More]China.
0. Download http://www.sonkwo.com/installer/SonkwoInstaller.exe
$ sha1sum SonkwoInstaller.exe
0ef9ccba21b0b00ebeb312a40f2f5ce752fadd16 SonkwoInstaller.exe
2. wine SonkwoInstaller.exe
wine: Call from 0x7b83c2b3 to unimplemented function msvcr120.dll.nextafter,
aborting
wine: Unimplemented function msvcr120.dll.nextafter called at address
0x7b83c2b3 (thread 002a), starting debugger...
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=33457
Bug #: 33457
Summary: Will the multiplication suffers from integer overflow
@line 268?
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sunxs(a)is.iscas.ac.cn
Classification:…
[View More] Unclassified
We notice that the multiplication at line 268 may overflow in some condition,
and is not checked.
We think it is necessary to check it as the DSA_InsertItem is an exported
function. It is not guaranteed that all the parameters will be in the valid
range.
The related codes are shown below.
Xiaoshan Sun
TCA, ISCAS
============== related source codes ========================================
Implemented in "dlls/comctl32/dsa.c".
source.winehq.org/source/dlls/comctl32/dsa.c
251 INT WINAPI DSA_InsertItem (const HDSA hdsa, INT nIndex, LPVOID pSrc)
252 {
253 INT nNewItems, nSize;
254 LPVOID lpTemp, lpDest;
255
256 TRACE("(%p %d %p)\n", hdsa, nIndex, pSrc);
257
258 if ((!hdsa) || nIndex < 0)
259 return -1;
260
261 /* when nIndex >= nItemCount then append */
262 if (nIndex >= hdsa->nItemCount)
263 nIndex = hdsa->nItemCount;
264
265 /* do we need to resize ? */
266 if (hdsa->nItemCount >= hdsa->nMaxCount) {
267 nNewItems = hdsa->nMaxCount + hdsa->nGrow;
268 nSize = hdsa->nItemSize * nNewItems;
// if ( nSize/nNewItems != hdsa->nItemSize){ overflow detected;}
269
270 lpTemp = ReAlloc (hdsa->pData, nSize);
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=40580
Bug ID: 40580
Summary: TASCAM US-16x08 soundcard controller crashes
Product: Wine
Version: 1.9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: brouits(a)free.fr
Distribution: ---
Created attachment 54421
--> https:/…
[View More]/bugs.winehq.org/attachment.cgi?id=54421
backtrace showing a x00 pointer access
1. on fresh wine 1.9.9, install TASCAM US-16x08 controller from
http://www.tascam.eu/sw/us-16x08/US-16x08_driver_v104_win.zip
2. run the installed software with wine
3. expected : GUI started, got crash report from wine
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39874
Bug ID: 39874
Summary: Alien Shooter crashes often with access violation
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: zakarjor(a)yahoo.com
Distribution: ---
Alien shooter (1.2 Gog version) …
[View More]crashes often, usually when lots of actions
occur (like massive number of aliens and explosions happening all at the same
time.) The error log saved by the game inside Logs directory shows the
following at the end:
!!!ERROR 09:28:10!!!SOUND: 0x6A Invalid nsfx
!!!ERROR 09:28:43!!!TEXTURE: 0x8876086C Couldn't lock
!!!ERROR EXCEPTION 0x41B57C!!!: Access violation write to 0x0
Looking at the wine source, it looks like LockRect() in d3d8/surface.c is
returning D3DERR_INVALIDCALL after checking for invalid rect.
By patching the file to comment out the checking logic, the game seems to play
flawlessly (currently played to level 10 without any crash.)
The checking logic seems to have been added in 2006:
http://source.winehq.org/git/?p=wine.git;a=commit;h=77448f588b888ecc724c7ea…
I'm not sure if this is the right way to fix it, but at least it works, and I
haven't seen any effect with other games I have. Looking at d3d9/surface.c, I
can see that the checking logic doesn't exist in d3d9 LockRect(), and I've seen
Internet examples of LockRect() passing invalid rectangles with impunity (like
zero width rectangles).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39861
Bug ID: 39861
Summary: Windows utility 'relog.exe' crashes on unimplemented
function 'pdh.dll.PdhBindInputDataSourceW'
Product: Wine
Version: 1.9.0
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: pdh
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
…
[View More] Distribution: Debian
Follow up to bug 23298.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=35286
Bug ID: 35286
Summary: Borderlands needs msvcr90.dll._crt_debugger_hook
Product: Wine
Version: 1.7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: debian(a)carbon-project.org
Classification: Unclassified
Boderlands (Steam …
[View More]version) needs msvcr90.dll._crt_debugger_hook and fails to
launch. Disabling mmdevapi works around this issue.
> wine: Call from 0x7b83aabe to unimplemented function msvcr90.dll._crt_debugger_hook, aborting
Note: this might be a clone of bug 34870
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39744
Bug ID: 39744
Summary: No sound in Applications after Update from 1.7 pre
winepulse.drv to 1.7.55 or 1.8 after the pulse update
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: …
[View More]NoYzE(a)hotmail.de
Distribution: ---
Created attachment 53014
--> https://bugs.winehq.org/attachment.cgi?id=53014
a log of the occuring problem with audio debug enabled
I updated from a 1.7 Wine version where my default sound driver was
winealsa.drv.
I wanted to use a newer version of Wine and updated to 1.7.55. I noticed, the
default driver has changed to winepulse.drv and winecfg plays the test sound
fine.
However in applications i have no sound at all. I tried purging pulseaudio,
alsa, wine and reinstall and deleting .wine
In the wine irc, "slackner" asked me for a log and i generated one, showing
lots of "warn:pulse:AudioRenderClient_GetBuffer Wanted to write 7200, but only
2646 available" warnings.
I don't think i have made any changes to the pulse config, however i used the
music programm LMMS to make music. In the settings there is a slider to turn
the Latency up down through buffer size, but i don't think it's globally. Also
turning buffer size up there now doesn't affect the problem, so i think it's
not connected. Besides i did no changes to Pulse or Alsa i think.
I tested with Games like Warcraft III, Hearthstone and Osu!
I am running Debian Testing 64-bit Gnome3 Nvidia-Drivers installed.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=34507
Bug #: 34507
Summary: __unDName doesn't support data type "$$B"
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)vmpsoft.com
Classification: Unclassified
??_E?$TStrArray@$$BY0BAA@D$0BA@@@…
[View More]UAEPAXI@Z
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=20896
Summary: Use-after-free in DdeClientTransaction in user32 dde
tests
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://kegel.com/wine/…
[View More]valgrind/logs/2009-11-30-19.16/vg-user32_dde.txt
says
Invalid read of size 2
at GlobalFree (heap.c:767)
by WDML_FreeTransaction (dde_misc.c:2439)
by DdeClientTransaction (dde_client.c:1228)
by test_ddeml_client (dde.c:392)
by func_dde (dde.c:2357)
by run_test (test.h:535)
by main (test.h:585)
Address 0x7f075e80 is not stack'd, malloc'd or (recently) free'd
It's a little hard to see what's going on, but it
appears that the memory in question was indeed recently freed,
judging by the attached log, which was generated by the command
WINEDEBUG=+relay,+heap valgrind --trace-children=yes wine user32_test.exe.so
dde.c
and edited to show just the area of interest.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=36625
Bug ID: 36625
Summary: can't set text background color in richedit
Product: Wine
Version: 1.7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: lostcoderhaley(a)gmail.com
Created attachment 48673
--> http://bugs.winehq.org/…
[View More]attachment.cgi?id=48673
Add support for changing the background color of text in a richedit controll
In Living Cookbook, when a user is capturing a recipe they select some text
then choose what that text is (ingredients, instructions, etc.). Then LC
changes the background color of that text so the user can see which parts of
the recipe have been imported and what type they are. Currently wine does not
allow changing the background color of only some of the text.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=32936
Bug #: 32936
Summary: SmartMusic crashed wine1.4 upon startup
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rgncqcll(a)sharklasers.com
Classification: Unclassified
Created attachment 43491
--&…
[View More]gt; http://bugs.winehq.org/attachment.cgi?id=43491
Backtrace.txt from Wine 1.4 crash with SmartMusic install
Running Wine 1.4, default installed with Ubuntu 12.04 LTS as on date.
SmartMusic installer (available here:
http://www.smartmusic.com/download/default.aspx?mode=download&platform=Wind…)
ran smoothly and finished without error. Upon starting SmartMusic, however,
Wine immediately crashed with a backtrace as shown in the attachment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=41010
Bug ID: 41010
Summary: comctl32/listview: item selection problems
Product: Wine
Version: 1.9.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: markk(a)clara.co.uk
Distribution: ---
I noticed this problem when using WinUAE.…
[View More] The issue is not present with native
(Windows) comctl32.
To reproduce:
- Use winecfg to tell Wine to use native comctl32.
- Download the WinUAE installer from
http://www.winuae.net/files/InstallWinUAE3300.msi
- Run the installer, click Next, Install, Finish.
- Run WinUAE. The WinUAE Properties window appears. Quickstart should be
selected in the treeview on the left. Uncheck the "Start in Quickstart mode"
checkbox.
- Click Configurations in the treeview. A listview showing various config
files is shown in the upper right of the window. We want to create several
different entries to (partially) fill the listview in order to demonstrate the
problem. Type some random text in the Name field then click the Save button.
Repeat several times to partly populate the listview.
- (You might need to quit and relaunch WinUAE at this point.)
- Move the mouse cursor around over the listview. Notice that when moving the
cursor over the empty space on the right side, no list items are
highlighted/underlined. And when the cursor is over that empty space,
(double-)clicking does nothing.
- Quit WinUAE and use winecfg to tell Wine to use built-in comctl32.
- Run WinUAE again. The WinUAE Properties window should open to the
Configurations page by default.
- Move the mouse cursor around over the listview. Even when over the empty
space on the right side, the corresponding item to the left of the cursor is
underlined. If you double-click when over empty space, it seems that's
equivalent to clicking the Start button at the bottom of the window. Or
possibly, equivalent to double-clicking the highlighted list item (even if the
cursor is to the right of a different item).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=34870
Bug #: 34870
Summary: msvcr100.dll _crt_debugger_hook not found - ArchiCAD
16
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matt(a)tirian.net
Classification: Unclassified
…
[View More]ArchiCAD 16 does not run - crashes with:
msvcr100.dll _crt_debugger_hook not found
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=40411
Bug ID: 40411
Summary: Regedit.exe /e only exports HKLM
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: registry
Assignee: wine-bugs(a)winehq.org
Reporter: mywine(a)schiermeier-it.de
Distribution: ---
Created attachment 54148
--> https://bugs.…
[View More]winehq.org/attachment.cgi?id=54148
Full log from "regedit /e all.reg" (WINEDEBUG=+all)
I used "regedit /e all.reg" to export the complete registry to a file
"all.reg". In "all.reg" I only got "HKey_Local_Machine". The rest is missing.
Also it ends with return 1.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39677
Bug ID: 39677
Summary: Zararadio crashes
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jotape1960(a)yahoo.com
Distribution: ---
Created attachment 52902
--> https://bugs.winehq.…
[View More]org/attachment.cgi?id=52902
Error generated by Zararadio
ZaraRadio (a radio automation software for Windows) crashes when it has to
change from a playlist to another.
I use Wine 1.6.2 into Ubuntu Studio 15.10.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=40815
Bug ID: 40815
Summary: comctl32: Leftmost position of trackbar not selectable
with mouse, slider initial position wrong
Product: Wine
Version: 1.9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: markk(a)…
[View More]clara.co.uk
Distribution: ---
I noticed this problem when using WinUAE. The issue is not present with native
(Windows) comctl32.
To reproduce:
- Use winecfg to tell Wine to use native comctl32.
- Download and run the WinUAE installer.
http://www.winuae.net/files/InstallWinUAE3300.msi
- Run WinUAE. Click "CPU and FPU" in the treeview at the left side of the
window.
- There are two radio buttons in the CPU Emulation Speed section, "Fastest
possible" and "Approximate A500/A1200 or cycle-exact", below which is a
trackbar.
- Click "Fastest possible". The trackbar scale changes; notice that the slider
moves to the rightmost position and CPU Speed below reads +0%.
- Click the other radio button. The trackbar scale and slider position change
back.
- Click "Fastest possible" again.
- Click and drag the trackbar slider all the way to the left. CPU Speed
indicator moves to -10%, -20%, ... and finally -90% at the leftmost position.
- So far so good. Now quit WinUAE and use winecfg to use built-in comctl32.
- Run WinUAE again and click CPU and FPU.
- Click the two radio buttons mentioned above alternately. Notice how the
slider position does not change, unlike with native comctl32. So when you click
Fastest possible, the slider remains in the leftmost position, but the CPU
Speed indicator below says +0% (the slider should actually be in the rightmost
position now).
- Click Fastest possible, then click and drag the slider left and right.
Notice that you can't drag it to the leftmost position. In order to move the
slider there you have to use the keyboard. Visually, as you drag the slider to
the right, notice that it "jumps ahead of" the mouse cursor.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=41094
Bug ID: 41094
Summary: comctl32/treeview: TVS_FULLROWSELECT style does not
work
Product: Wine
Version: 1.9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: markk(a)clara.co.uk
Distribution: ---
I'm …
[View More]testing with Wine 1.9.16. Could this be related to bug 41010 which was
fixed recently?
Tree-view controls which use TVS_FULLROWSELECT don't seem to work properly.
They do when using native (Windows) comctl32.
I noticed this issue with a specific development build of WinUAE.
Steps to reproduce:
- Download
http://www.mediafire.com/download/jcx919u6a5pgs9t/winuae_2016-08-03_1236.7z
- Use winecfg to use native (Windows) comctl32.
- Run winuae.exe. When the main window opens there is a tree-view on the left
side. You can click Configurations in that to show another tree-view to the
right. [If you want to populate the Configurations tree-view, type some random
text in the Name: box then click Save, repeat several times.]
- Move the mouse cursor around over either tree-view, in particular over the
empty space to the right of the items. The corresponding item text to the left
becomes underlined as you move the mouse. And when you click in the empty
space, the corresponding item to the left becomes selected (highlighted).
- Quit WinUAE then use winecfg to use built-in (Wine) comctl32. Run winuae.exe
again.
- Repeat the above steps. Notice how no items are underlined as you move the
mouse cursor over empty space. And double-clicking seems to be equivalent to
double-clicking the currently-highlighted item, even if that isn't the one to
the left of the mouse cursor.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39074
Bug ID: 39074
Summary: IXMLDOMDocument::cloneNode crash
Product: Wine
Version: 1.7.49
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Distribution: ---
Created attachment 52061
--> https://bugs.…
[View More]winehq.org/attachment.cgi?id=52061
domdoc.txt
IXMLDOMDocument::cloneNode will crash if it is called
0. Apply domdoc.txt to wine-git
1. cd dlls/msxml3/tests; make domdoc.ok
2. crash
My patch works fine on testbot[1], so it showed a wine bug
[1]: https://testbot.winehq.org/JobDetails.pl?Key=15939
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=40771
Bug ID: 40771
Summary: Fix-It Felix Jr doesn't display video
Product: Wine
Version: 1.8.2
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: brian(a)dronefone.com
Fix-It Felix Jr. which runs on top of the FOCAL engine (…
[View More]codemystics.com) opens
a window, but no video. Can hear sound.
This is the version that is used in the standup arcade machine.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=35938
Bug ID: 35938
Summary: ARGO Electude EDT Internet Edition fails to launch
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dan.g.tob(a)gmail.com
Created attachment 47997
--> http://bugs.winehq.org/…
[View More]attachment.cgi?id=47997
crash log
you can get it from here (trial only)
http://www.electude.com/files/setup_edt_latest.php
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=30098
Bug #: 30098
Summary: Photoshop CS5, broken Paintbrusch Tool
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)timroes.de
Classification: Unclassified
In Photoshop CS5.1 the Paintbrush …
[View More]Tool is broken. If you press down the mouse
button and drag the mouse, the expected output would be a line. Instead you get
a dot, where you pressed the mouse and no line is drawn.
Around every 10th time the drawing works normal (as long as you don't release
the mouse button). Its not exactly every 10th time and the interval is random.
I narrowed it down to the first wine version where it occurred. In 1.3.34 it
works all fine, and from 1.3.35 till the current release candidate 1.4-rc5 it
shows the same behavior.
While you move the mouse, the navigation panel inside Photoshop shows the
correct mouse positions, so it seems that the mouse coordinate is passed
correctly to Photoshop. During the few times the line is drawn the coordinates
in the navigation panel are refreshed quite slower.
The same behavior is described in the following test, by another user:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=20158&iTesting…
Please tell me what logs you need especially from which wine versions, and I
will be glad to help fixing that bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=11832
Summary: App scans folders with charts but fails to display them
Product: Wine
Version: 0.9.56.
Platform: PC
URL: http://rosepointnav.com/CoastalExplorer/Trial/default.ht
m
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: …
[View More]n5470(a)pinefields.com
As part of normal startup, Coastal Explorer (CE) scans designated (either by
default or user choice) specific folders within all drives, building an XML
document with descriptions of each chart found. At the end of the process,
however, CE announces there are no charts to be found and asks if the user
wants to download charts from web sites.
It was found that interrupting the scan process (there is a "Stop" button
available) will make charts visible and usable. This is, however, a rather
inelegant solution and one which poses problems when using the "Chart
Portfolio" tool (e.g., duplication of charts).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=30035
Bug #: 30035
Summary: metapad - use of special characters in replace mode
does not work
Product: Wine
Version: 1.4-rc5
Platform: x86
URL: http://liquidninja.com/metapad/downloads/metapad36.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)…
[View More]winehq.org
ReportedBy: washuu(a)eastnews.com.pl
Classification: Unclassified
Metapad is a free and very efficient notepad replacement, one file executable.
The author states, that metapad has NO dependencies of win32 DLLs, so one
should expect metapad to behave identical in WINE and Windows platform.
Unfortunately, this is not the case.
Steps to reproduce the error:
- download metapad.exe from URL given in header and unpack it (no install
required)
- open metapad.exe
- choose Menu->Edit->Replace (or just press CTRL-H)
- click on the second right button with down arrow, which enable user to enter
some special characters like \t for Tab or \n for Newline.
- On wine it is ALWAYS disabled, and you can not enable any of the special
characters. On WIN32 you can enable use of the special characters.
You can think about this bug as completely unimportant, but in my company it is
widely used function - like add some new lines after closing tags in html.
One note: on the terminal, wine complaints:
$ wine metapad.exe
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=18800
Summary: Debugger goes into race condition after 123 crash on
bug 18324
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Hi All,
Please reference bug 18324 on this bug.…
[View More] This is bug is on the debugger and
18324 in on Lotus 123.
Basically, when you try to copy from two cell into the clip board in Lotus 123,
123 will crash (bug 18324). And, the debugger goes into a race condition,
eating up as much CPU as the OS will give it. It never finished. The only way
to stop the race is tho do a "kill -9" on 123's process ID.
-T
Steps to reproduce:
1) open the 123 attachment on 18324
(http://bugs.winehq.org/attachment.cgi?id=20865)
2) highlight across two cell horizontally
3) press <ctrl><c> or go to "Edit", "Copy"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=27236
Summary: Lego Pirates of the Carribean demo: psychadelic
rendering artifacts
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This happens with or without native dlls, it seems.
(…
[View More]Either winetricks alldlls=builtin or winetricks --force d3dx9 gives same
results. Similar results with wine-1.3.5 or wine-1.3.15, tested with native
d3dx9.)
It's quick to reproduce; the game shows a splash screen
or two, then jumps right into a rendered cinematic
which shows the problem nicely. The sky and some foreground
objects are show with very wrong colors.
See attached screenshots.
This is on a nvidia gtx 470 with 270.26 drivers. The log shows lots of
err:d3d_draw:drawStridedFast >>>>>>>>>>>>>>>>> GL_INVALID_FRAMEBUFFER_OPERATION
(0x506) from glDrawArrays @ drawprim.c / 48
fixme:d3d:context_check_fbo_status FBO status GL_FRAMEBUFFER_UNSUPPORTED
(0x8cdd)
fixme:d3d:context_check_fbo_status Location SFLAG_INTEXTURE (0x40).
fixme:d3d:context_check_fbo_status Color attachment 0: (0x211360)
WINED3DFMT_B8G8R8A8_UNORM 256x256
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=40038
Bug ID: 40038
Summary: SciTE text rendering broken (regression)
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Created attachment 53489
--> https://…
[View More]bugs.winehq.org/attachment.cgi?id=53489
Wine log of SciTE 3.6.3 32-bit (MSI install)
SciTE doesn't render document text. Menus are displayed and functional, text
can be blindly copied to the clipboard from a loaded document, and it can print
documents normally (cups-pdf). Screenshot (3.6.3, 32-bit):
https://appdb.winehq.org/appimage.php?iId=48997
The last time it worked was with SciTE 3.5.7 on 1.7.33 but on 1.8 it doesn't.
SciTE 3.6.3 is also affected (UPX, ZIP, MSI). Bug #36499 is still present so a
native d2d1.dll from Win7 32-bit was used (64-bit MSI install page faults with
64-bit Win8 d2d1.dll). No problems with 32-bit 3.6.3 on WinXP (no d2d1.dll).
Xubuntu 14.04 x86_64, AMD Phenom 9550, GeForce GTX 750Ti with Nvidia 340.96
driver.
Wine 1.8 (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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=40145
Bug ID: 40145
Summary: Team Fortress 2, Text looks wierd.
Product: Wine
Version: 1.9.3
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: limjh16(a)gmail.com
The text in TF2 chat, console, Health bar looks wierd. Main menu, …
[View More]server menu
looks great.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=40105
Bug ID: 40105
Summary: Wine is unable to download the Gecko version for Wine
1.9.3.
Product: Wine
Version: 1.9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: davidcousens(a)bigpond.com
Distribution: -…
[View More]--
After following instructions on the Wine HQ Ubuntu page
https://wiki.winehq.org/Ubuntu and installing the development version (1.9.3)
when I first started wine it could not find the gecko package but when it
attempted to download gecko it could not find the file (404 error).
I subsequently tried downloading Gecko using the instructions on
https://wiki.winehq.org/Gecko
i.e. wget http://dl.winehq.org/wine/wine-gecko/2.40//wine_gecko-2.44-x86_64.msi
and received the same error
wget http://dl.winehq.org/wine/wine-gecko/2.40//wine_gecko-2.44-x86_64.msi
--2016-02-08 18:21:19--
http://dl.winehq.org/wine/wine-gecko/2.40//wine_gecko-2.44-x86_64.msi
Resolving dl.winehq.org (dl.winehq.org)... 103.245.222.69
Connecting to dl.winehq.org (dl.winehq.org)|103.245.222.69|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-02-08 18:21:19 ERROR 404: Not Found.
It would appear that the Gecko packages for 1.9.3 is not available on that
site.
Subsequently I am unable to get Wine to execute at all
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39353
Bug ID: 39353
Summary: Wine-staging product in bugzilla needs to have same
version information field as Wine
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)…
[View More]baikal.ru
Distribution: ---
It's very important to indicate which version of wine-staging the report
is referring to. When time passes it's going to take some efforts to figure
out whether the bug is reported for an old version or it's already supposed
to be fixed.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=38835
Bug ID: 38835
Summary: Shared Searches in the sidebar has wrong theming
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nerv(a)dawncrow.de
Distribution: ---
Created attachment …
[View More]51770
--> https://bugs.winehq.org/attachment.cgi?id=51770
compressed screenshot
Enable a shared search in bugzilla to see the problem:
Preferences -> Saved Searches -> Choose a shared search and enable 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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=41086
Bug ID: 41086
Summary: Unimplemented function
msvcp140.dll.??0?$codecvt@_WDU_Mbstatet@@@std@@QAE@I@Z
needed by Battle.net
Product: Wine
Version: 1.9.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
…
[View More]Reporter: audiger(a)live.fr
Distribution: ---
With the new version of Battle.net which needed msvcp140, there is a function
not implemented and this caused an error during the launching:
wine: Call from 0x7b43bfac to unimplemented function
msvcp140.dll.??0?$codecvt@_WDU_Mbstatet@@@std@@QAE@I@Z, aborting
wine: Unimplemented function
msvcp140.dll.??0?$codecvt@_WDU_Mbstatet@@@std@@QAE@I@Z called at address
0x7b43bfac (thread 0023), starting debugger...
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=41136
Bug ID: 41136
Summary: GOG Galaxy installer crashes with "wine: Call from
0x7b43c7cc to unimplemented function
msvcp140.dll.?__ExceptionPtrCreate@@YAXPAX@Z"
Product: Wine
Version: 1.9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: …
[View More]wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 55343
--> https://bugs.winehq.org/attachment.cgi?id=55343
Terminal output Wine 1.9.16-107-g882980c
When attempting to run the GOG Galaxy installer in a clean (no overrides or
winetricks) 64-bit prefix, I am greeted with a crash of the installer and the
following terminal output:
wine: Call from 0x7b43c7cc to unimplemented function
msvcp140.dll.?__ExceptionPtrCreate@@YAXPAX@Z, aborting
This occurs with the following file:
3c3472f0d8211a7fafd4a30fe74d1ecb setup_galaxy_1.1.12.108.exe
The installer's progress bar gets all the way to the end and then it crashes
while it's finalizing the install.
I've tried running it in Windows XP mode as well as Windows 7 mode.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=32556
Bug #: 32556
Summary: application can not find default printer
Product: Wine
Version: 1.5.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: patcomfort(a)yahoo.com
Classification: Unclassified
Created attachment 42964
--&…
[View More]gt; http://bugs.winehq.org/attachment.cgi?id=42964
debug log file
Captools is a financial management (stocks) program. It once had a version for
individual investors, but long ago. It still runs well on Win XP. An upgrade
is not available. It also runs beautifully on Linux with wine, with one
exception. When the program starts, a message pops up which says that a
default printer for windows (not the program) has not been selected. A Printer
Setup menu item produces the same message. Reports can NOT be generated (even
on screen) because there is no recognized printer. The message never happened
on Win XP.
There is almost no information in the registry for Captools, either on XP or
wine. With grep, there is no reference at all to any printer in any file in
the program directory, either on XP or in wine. Debug tracing indicates that
the CUPS printers are seen. They are properly in the registry.
Printing with notebook in wine is perfect. It is also available in regedit.
The hardware (2 computers) does not have LPT or COM ports, only USB connections
to printers.
I have no idea what the program is checking on startup, but something is needed
to avoid the default printer message. A debug log is attached. The last few
lines of win.ini are:
[devices]
HL5340=wineps.drv,CUPS:HL5340
HL5340dup=wineps.drv,CUPS:HL5340dup
[PrinterPorts]
HL5340=wineps.drv,CUPS:HL5340,15,45
HL5340dup=wineps.drv,CUPS:HL5340dup,15,45
[windows]
device=hl5340,wineps.drv,CUPS:HL5340
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=40883
Bug ID: 40883
Summary: Heroes of the Storm can be frozen
Product: Wine-staging
Version: 1.9.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: audiger(a)live.fr
CC: erich.e.hoover(a)wine-staging.com, michael(a)…
[View More]fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 54973
--> https://bugs.winehq.org/attachment.cgi?id=54973
Log
Hi,
When I launch the game Heroes of the Storm on Ubuntu 16.04 with Unity 7, if I
try to switch between applications with Alt+Tab the screen of the game freezes.
I made a log but I don't any errors related to this issue, hope it will help
someone. Feel free to ask me something about this issue because it's very
annoying, you cannot switch between applications or take a screenshot with the
right key on my French keyboard.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=41158
Bug ID: 41158
Summary: libs/port - error building on NetBSD
Product: Wine-staging
Version: 1.9.16
Hardware: x86-64
OS: NetBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adrien_fernandes2(a)hotmail.com
CC: erich.e.hoover(a)wine-staging.…
[View More]com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Created attachment 55379
--> https://bugs.winehq.org/attachment.cgi?id=55379
Compile error in libs/port
Hello,
First of all, you might know that NetBSD amd64 doesn't have user_ldt yet so
MAYBE it is the cause of the compilation error (I have no idea...
unfortunately). Even if it builds correctly, I won't be able to use it but I
want to continue to maintain the package until we can use it.
I didn't apply any patch, I am building wine-staging 1.9.16 from
https://github.com/wine-compholio/wine-patched/archive/staging-1.9.16.tar.gz
which is already patched.
Here is more informations about my OS : NetBSD 7.99.34 (GENERIC.201607240240Z)
amd64
It is NetBSD-current.
In advance, excuse me if it is not a real issue, if it is because of amd64 or
maybe an error from me.
Please let me know if you have any question.
Adrien.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=41143
Bug ID: 41143
Summary: Multiple D3D applications hang up when switch from
fullscreen mode to the desktop
Product: Wine
Version: 1.9.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: audiger(a)live.fr
…
[View More]Distribution: ---
Created attachment 55349
--> https://bugs.winehq.org/attachment.cgi?id=55349
winex11 channel trace
Since some months now, when I tried to switch a game (which used the D3D API)
running in fullscreen mode to the desktop with Alt+Tab. The game freeze and the
screen remains black. I cannot even see the desktop at all. I had to kill the
process to be able to see it. This issue affects at least Heroes of the Storm
and Kingdom New Lands.
I made a log wit only the winex11 channel while running Kingdom New Lands. I
can make others logs, but ask me.
This issue begin to be very annoying due to the freeze. This has been tested on
Wine Staging, Wine and Wine Nightly.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]