https://bugs.winehq.org/show_bug.cgi?id=37483
Bug ID: 37483
Summary: Possible null pointer dereference: lpItem - otherwise
it is redundant to check it (Cppcheck)
Product: Wine
Version: 1.7.29
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: ---
[dlls\comctl32\listview.c:4222] -> [dlls\comctl32\listview.c:4247]: (warning)
Possible null pointer dereference: lpItem - otherwise it is redundant to check
it
lpItem may be null but later it's used without check:
4193 if (infoPtr->dwStyle & LVS_OWNERDATA)
4194 {
4195 /* a virtual listview only stores selection and focus */
4196 if (lpLVItem->mask & ~LVIF_STATE)
4197 return FALSE;
4198 lpItem = NULL;
4199 }
...
4222 if ((lpLVItem->mask & LVIF_IMAGE) && (lpItem->hdr.iImage !=
lpLVItem->iImage))
4223 uChanged |= LVIF_IMAGE;
4224
4225 if ((lpLVItem->mask & LVIF_PARAM) && (lpItem->lParam !=
lpLVItem->lParam))
4226 uChanged |= LVIF_PARAM;
--
Do not reply 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=38393
Bug ID: 38393
Summary: Tried to play a game but it won't let me
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: becca.lilja94(a)gmail.com
Created attachment 51246
--> https://bugs.winehq.org/attachment.cgi?id=51246
this is what came up for me.
i installed a game on ARC via Crossover and when i try to run the game it just
comes up a report saying that there is either something wrong with the game I'm
trying to play or that there is a wine missing.... I really want to play the
game. And the game is called Forsaken World not that i know if it will help...
PLEASE help....
--
Do not reply 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=38215
Bug ID: 38215
Summary: evil genius crashes when i click the science button
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sshook09(a)gmail.com
Created attachment 51008
--> https://bugs.winehq.org/attachment.cgi?id=51008
evil genius crashes when i click the science button
evil genius crashes when i click the science button
--
Do not reply 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=38249
Bug ID: 38249
Summary: Worms Armageddon
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: arymaynart(a)hotmail.com
Distribution: ---
Created attachment 51061
--> https://bugs.winehq.org/attachment.cgi?id=51061
Log File of Worms Armageddon
The game goes normal until the choose screen. When i try to start a single play
or any other kind, i have a crash to desktop sayng that the Worms Armageddon
has encountered an error.
In the log file says that: WA caused a Microsoft C++ Exception (0xe06d7363)
in module KERNEL32.dll at 0073:7b83c672.
"Land data read error"
--
Do not reply 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=38156
Bug ID: 38156
Summary: .NET Framework v3.5 x64 compiler under wine
Product: Wine
Version: 1.7.34
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexalx(a)bigmir.net
Distribution: ---
Created attachment 50898
--> https://bugs.winehq.org/attachment.cgi?id=50898
log
Hello, sorry for my english.
quoting from https://forum.winehq.org/viewtopic.php?f=8&t=24233
I have problem with trying to get working compiler (csc.exe) of .NET Framework
v3.5 x64 under wine.
I need get somehow working csc.exe for compile in real-time plugins for game
server what working fine through wine, except compiling plugins...
Right now there is no way to load already compiled plugins due to security
reasons.
It uses csc.exe from .NET Framework v3.5 !!x64!! ONLY.
Right now i somehow successfully installed .net framework v.3.5 x64 (using
winetricks and some other ways), but when trying to use csc.exe it crashes...
Is there some way to get working csc.exe under wine x64?
The source of plugin loader what of game server mod:
https://github.com/OxideMod/Oxide/blob/master/Oxide.Ext.CSharp/CSharpPlugin…
Thank you for attention.
----------
System information:
Wine build: wine-1.7.34
Platform: x86_64
Host system: Linux
Host version: 3.11.3-custom
Linux 3.11.3-custom #3 SMP PREEMPT Thu Oct 3 15:24:05 EEST 2013 x86_64 x86_64
x86_64 GNU/Linux
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
--
Do not reply 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=37600
Bug ID: 37600
Summary: SharpDevelop 4.4.1.9729 load issue
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tcll5850(a)gmail.com
Distribution: ---
Just wanted to report, since the last report is as old as 2009 with an outdated
version of SharpDevelop...
SharpDevelop 4.4.1 (loaded with an x86 prefix on x64 (amd64) wine)
the program loads and displays the banner, but the program hangs there and
never gets to the UI.
if you guys need an error report, I can look into it if you like. :)
but I think it has something to do with .NET
(not sure if still the same issue as mentioned back in 2009)
--
Do not reply 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=38193
Bug ID: 38193
Summary: Collin Mac Rae 2005 crash at begins
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: mrdeathjr28(a)yahoo.es
Distribution: ---
Created attachment 50969
--> https://bugs.winehq.org/attachment.cgi?id=50969
backtrace
Game crash at begins
--
Do not reply 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=38268
Bug ID: 38268
Summary: auto mount manager fail
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mountmgr.sys
Assignee: wine-bugs(a)winehq.org
Reporter: khuram.mkm(a)gmail.com
Distribution: ---
Created attachment 51095
--> https://bugs.winehq.org/attachment.cgi?id=51095
the creen shot
i am using centos 7
a have installed wine-1.7.22 through yum command.
my outo mount manager is not working.
when i delete ~/.wine and open winecfg it update and works for a while and
then again disabled. please help.
--
Do not reply 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=38180
Bug ID: 38180
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: freddyfazbear258(a)gmail.com
Distribution: ---
Created attachment 50948
--> https://bugs.winehq.org/attachment.cgi?id=50948
Dont have the files correctly >:C
Hello, when i go to the file wine, and drive_c, and i go to program files, does
not have the files that should have. For example, i have a game called half
life, and the archive is not there, but in other program i select an archive
and the carpet is there! I dont know what is the problem, please someone tell
me how to fix 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=38279
Bug ID: 38279
Summary: Uninitialized src_rect in
wined3d/surface.c:cpu_blit_color_fill
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
Distribution: ---
In procedure cpu_blit_color_fill there is local variable
static const RECT src_rect;
assumed inited by zero?
Then it used as parameter
return surface_cpu_blt(dst_surface, dst_rect, NULL, &src_rect,
WINEDDBLT_COLORFILL, &BltFx, WINED3D_TEXF_POINT);
And this function explicitly used the pointer
srcheight = src_rect->bottom - src_rect->top;
srcwidth = src_rect->right - src_rect->left;
What behavior assumed here?
I found no assingment to this static constant.
--
Do not reply 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=38194
Bug ID: 38194
Summary: Singles 2 crash at start
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: mrdeathjr28(a)yahoo.es
Distribution: ---
Created attachment 50970
--> https://bugs.winehq.org/attachment.cgi?id=50970
backtrace
singles 2 game crash at begins
--
Do not reply 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=35396
Bug ID: 35396
Summary: Microsoft Excel and PowerPoint (2007) transparent
Product: Wine
Version: 1.7.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jgdominy(a)gmail.com
Classification: Unclassified
Created attachment 47223
--> http://bugs.winehq.org/attachment.cgi?id=47223
Screenshot of problem
I've installed Microsoft Office 2007 from my work's volume license CD. I only
installed Word, Powerpoint and Excel. Word works, but Excel and Powerpoint are
both partially transparent. I can see the contents of my desktop, terminal, or
whatever else is open and behind the office window. See screenshot.
--
Do not reply 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=38325
Bug ID: 38325
Summary: Bug With Mac Driver/X11
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: cayer(a)hcrhs.org
Due to a new update in a game client, I decided to try and get the latest in
both the Wine clients and the game itself client (Runescape). The problem was,
whenever I try to select the option to use the Mac Driver instead of X11, in
"Set screen options," as soon as I try to run the program, it will revert it
back. I don't know what is making it do this, but the game won't run with X11,
so now I basically can't play.
--
Do not reply 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=38258
Bug ID: 38258
Summary: JVComm32.exe crashes after splashscreen
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Hello everyone,
I am giving occasional wine-support in the ubuntuusers.de-Discussionforum. One
user tried to get the following appication to run:
http://www.jvcomm.de/ftp/instjv201.exe
I am using the Slackware 14.1 (32-bit) Linux-distribution and compiled wine
1.7.39 myself. I can get into the configuration dialogue okay but when starting
the application it shows a splashscreen then quits.
This is my console output:
bash-4.2$ wine .wine/drive_c/Program\ Files/JVComm32/Jvcomm32.exe
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
err:ole:CoGetClassObject class {00000507-0000-0010-8000-00aa006d2ea4} not
registered
err:ole:create_server class {00000507-0000-0010-8000-00aa006d2ea4} not
registered
err:ole:CoGetClassObject no class object {00000507-0000-0010-8000-00aa006d2ea4}
could be created for context 0x5
Please let me know should you require further information.
--
Do not reply 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=38187
Bug ID: 38187
Summary: Word Pro will no longer paste across cells
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
Distribution: ---
Created attachment 50965
--> https://bugs.winehq.org/attachment.cgi?id=50965
example Word Pro file with cell paste error
Hi All,
Wine 1.7.38 and Word Pro (Smart Suite) N9.8.0208.1200
Would you guys please fix this for me. It is driving me NUTS! Seriously
CRAZY! It makes it a serious nuisance to do my invoicing.
This happened between 1.7.37 and 1.7.38.
If you highlight the text across rows and copy it into the clipboard. And then
paste it into a new table row or a new row of the same table, it will no longer
paste across cells, but will place everything in one cell. And it adds an
extra carriage return.
I will attach an example with directions on how to reproduce the problem
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.
http://bugs.winehq.org/show_bug.cgi?id=33910
Bug #: 33910
Summary: Reprobates demo shows black screen
Product: Wine
Version: 1.6-rc4
Platform: x86
URL: http://www.jeuxvideo.com/telecharger/jeux-et-demos/000
13406-reprobates-aux-portes-de-la-mort-pc.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 45032
--> http://bugs.winehq.org/attachment.cgi?id=45032
log+d3d
Demo shows black screen at launching. Clean wineprefix, no overrides.
--
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=24010
Summary: Two Worlds multiplayer cannot create or join a game
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=30160)
--> (http://bugs.winehq.org/attachment.cgi?id=30160)
terminal output
In the multiplayer mode of Two Worlds I cannot join or create a game. I can
successfully login to the server and enter the game lobby (the town) and chat
with other players, but when I click on Join or Create a game, nothing happens.
The attached log shows the terminal output. The following components were
installed via winetricks in order to start the game and play the videos: 'd3dx9
physx xact wmp9 quartz'.
Fedora 13
Nvidia 7600 GT card / driver 195.36.31
--
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=38404
Bug ID: 38404
Summary: application display some too small fonts in high
resolution
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: gamiljydcome(a)gmail.com
Distribution: Debian
my box is thinkpad w500, it's resolution is 1920x1200. i change dpi to 150 with
winecfg, so that applications can display readable text with correct font size
in most case, just if the app allows you change font size.
But, some of parts of the app setting text/fonts size (such as menu bar,
listview control, etc) when it programed, it does not allow change at all. YES
it's correct when you run the app with low resolution such as 1024x768, but it
can not be read in resolution 19200x1200 at all.
So i have to try to set most small font size in fontconfig.conf, hope freetype
can render such small font to be readable, but it's not working.
Now i change dlls/gdi32/freetype.c, force samll font setting by app calls to
readable size. code is here:
static HFONT freetype_SelectFont( PHYSDEV dev, HFONT hfont, UINT *aa_flags )
lf.lfWidth = abs(lf.lfWidth);
+if(lf.lfHeight>-18 && lf.lfHeight<18){
+ if(lf.lfHeight>0) lf.lfHeight=18;
+ else lf.lfHeight=-18;
+}
In my case, the most small readable font size is upper 9, so if app call for
text small than 9, it will forcce change to size 9 to display.
My eyes happy now.
this code is not a good way to reolve this problem. it should be code in
somewhere automation: if set dpi with winecfg, forece make not readable font
size to be readable size calculated by setting dpi/high resolution.
--
Do not reply 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=29807
Bug #: 29807
Summary: Registration code not accepted in Reason 5
Product: Wine
Version: 1.4-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xeriouxi(a)fastmail.fm
Classification: Unclassified
For some reason (no pun intended) the registration key for Reason 5 is not
accepted when registering it in Wine. This is a genuine key and works fine when
Reason 5 is running in a Windows environment.
--
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=2082
--- Comment #147 from Grazvydas Ignotas <notasas(a)gmail.com> ---
(In reply to Grazvydas Ignotas from comment #146)
> Works for me for both 3d and gdi
Whoops it looks like my 3d setup was hosed, so no it won't work in 3d mode, you
still need the DirectDrawRenderer=gdi registry setting to use this.
--
Do not reply 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
Grazvydas Ignotas <notasas(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |notasas(a)gmail.com
--- Comment #146 from Grazvydas Ignotas <notasas(a)gmail.com> ---
Created attachment 51248
--> https://bugs.winehq.org/attachment.cgi?id=51248
minimal hack patch
Here is minimal hack patch for Diablo. Works for me for both 3d and gdi
rendering with minor glitches caused by some menu graphics not getting erased
when changing screens.
--
Do not reply 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=38327
Bug ID: 38327
Summary: Uninitialized matrix
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
Distribution: ---
I got warning
-----
glsl_shader.c: In function ‘shader_glsl_load_constants’:
glsl_shader.c:799: warning: ‘temp._44’ is used uninitialized in this function
glsl_shader.c:744: note: ‘temp._44’ was declared here
glsl_shader.c:799: warning: ‘temp._43’ is used uninitialized in this function
glsl_shader.c:744: note: ‘temp._43’ was declared here
glsl_shader.c:799: warning: ‘temp._42’ is used uninitialized in this function
glsl_shader.c:744: note: ‘temp._42’ was declared here
glsl_shader.c:799: warning: ‘temp._41’ is used uninitialized in this function
glsl_shader.c:744: note: ‘temp._41’ was declared here
glsl_shader.c:799: warning: ‘temp._34’ is used uninitialized in this function
glsl_shader.c:744: note: ‘temp._34’ was declared here
glsl_shader.c:799: warning: ‘temp._24’ is used uninitialized in this function
glsl_shader.c:744: note: ‘temp._24’ was declared here
glsl_shader.c:799: warning: ‘temp._14’ is used uninitialized in this function
glsl_shader.c:744: note: ‘temp._14’ was declared here
----
this is a function
---
/* Taken and adapted from Mesa. */
static BOOL invert_matrix_3d(struct wined3d_matrix *out, const struct
wined3d_matrix *in)
{
float pos, neg, t, det;
struct wined3d_matrix temp;
...
*out = temp;
---
The function is for matrix 3x3 while wined3d_matrix is 4x4.
But local variable (temp) is not initialized and may contain arbitrary values.
Should the matrix to be zeroed explicitly or there must be function to invert
4x4 matrix?
--
Do not reply 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=32392
Bug #: 32392
Summary: Impossible to determine locale when chosen in winecfg
Windows 7
Product: Wine
Version: 1.5.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yast4ik(a)yahoo.com
Classification: Unclassified
Created attachment 42740
--> http://bugs.winehq.org/attachment.cgi?id=42740
Windows XP and Windows 7 difference
I tried to manage tags of audio with the tagscanner 5.1.625 with version of
Windows set to Windows 7 in winecfg. Japan characters in tags and filenames in
program are rectangles, then I change version of Windows to Windows XP and
japan characters became normal
The output with os version Windows 7 specified:
fixme:thread:GetThreadUILanguage : stub, returning default language.
fixme:thread:GetThreadPreferredUILanguages 56, 0x33d6f0, (nil) 0x33d718
fixme:thread:GetThreadPreferredUILanguages 56, 0x33d6f0, (nil) 0x33d718
--
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=3930
--- Comment #68 from GreatEmerald <pastas4(a)gmail.com> ---
So, this is pretty silly, but for HoMM1 specifically, there's a fix... You just
need to install the official HoMM1 patch 1.1 (the intro screen shows it as
1.2): http://handbookhmm.ru/nwcomputing/download/hw9511.zip
Here's the background: HoMM1 uses WAIL (Windows Audio Interface Library)/MSS
(Miles Sound System) from RAD Game Tools for its audio (at least the 8-bit
one). The unpatched version of the game used an old WAIL version, and the patch
updates it to MSS from 1997, as well as updates Smacker. In the Smacker release
notes, you can see some things of relevance:
http://www.radgametools.com/smkhist.htm
Specifically, 3.0 g and 3.0 r (which is what the patch ships) fixes deadlocks
and race conditions.
So with the patch, the game starts, the intro cinematic plays, the menu works,
you can see high scores. But trying to launch a game causes it to freeze still.
--
Do not reply 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=33099
Bug #: 33099
Summary: err:ole:CoInitializeEx Attempt to change threading
model of this apartment from multi-threaded to
apartment threaded
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dyvazar(a)numericable.fr
Classification: Unclassified
>From a fresh 1.5.25 .wine on Ubuntu raring i386
when i'm loading MT5 from Metaquotes, i get that error logged
--
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=34959
Bug #: 34959
Summary: Add a way to change the default app icon of the
executable with the mac driver
Product: Wine
Version: 1.7.6
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: winemac.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Add a way to change the default app icon of the executable with the mac driver.
GOG.com and Steam use Wine and X11 to allow running some of their games on Macs
with custom-made icons, but you can't set such an icon with the mac driver.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38374
Bug ID: 38374
Summary: Grand Theft Auto IV crashes at launch with ARB shaders
enabled
Product: Wine
Version: 1.7.40
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
CC: stefan(a)codeweavers.com
Distribution: ---
Created attachment 51221
--> https://bugs.winehq.org/attachment.cgi?id=51221
log
Crashes at launch.
--
Do not reply 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=6955
Julian Rüger <jr98(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jr98(a)gmx.net
--
Do not reply 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=4553
tiloprobst(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tiloprobst(a)gmx.net
--- Comment #32 from tiloprobst(a)gmx.net ---
Using Wineskin on Mac OS X. Wineskin Wrapper: 2.6.0, WS9Wine: 1.7.39. Used my
original Mac/Win CD from the late 90ties to install. Installer complains about
"Hardware key not found" or something like that, but installation finishes. The
alternative installer from here (
http://www.play-old-pc-games.com/2014/05/23/future-cop-lapd/ ) does not work,
doesn't find the CD. Makes sense since the Windows part of the hybrid CD is
mounted "by hand". Pointing winecfg to the mounted partition manually does not
help.
Starting Future Cop LAPD it first complains about not finding the CD. Applied
"something" to make it dis-appear. Not, as stated by the original bug report, a
black window opens with maybe 640x480 p size, then closes after a few seconds.
Chosing Win95, Win98 or WinXP mode in winecfg does not help.
LastRunWine.log says:
fixme:win:EnumDisplayDevicesW ((null),0,0x32f0cc,0x00000000), stub!
fixme:d3d:wined3d_device_decref Device released with resources still bound,
acceptable but unexpected.
fixme:d3d:wined3d_device_decref Leftover resource 0x1ff048 with type
WINED3D_RTYPE_SURFACE (0x1).
fixme:d3d:wined3d_device_decref Leftover resource 0x1feeb0 with type
WINED3D_RTYPE_TEXTURE (0x3).
--
Do not reply 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=38360
Bug ID: 38360
Summary: Error when exiting ReplaceGenius program under Wine!
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vrajiva(a)gmail.com
Distribution: ---
Error when exiting program under 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.
http://bugs.winehq.org/show_bug.cgi?id=15492
Summary: Clamwin installer doesn't parse %SystemDrive% correctly
Product: Wine
Version: 1.1.5
Platform: Other
URL: http://sourceforge.net/project/downloading.php?groupname
=clamwin&filename=clamwin-0.94-
setup.exe&use_mirror=superb-east
OS/Version: other
Status: NEW
Keywords: download, Installer, source
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=16404)
--> (http://bugs.winehq.org/attachment.cgi?id=16404)
+shell in git, bzip2 -9'ed
Installing Clamwin works fine, except that instead of installing to:
C:\Program Files\Clamwin
it defaults to:
Z:\home\austin\%SystemDrive%\Program Files\ClamWin
I've seen this on a couple other installers as well, but can't think of them
off hand.
+shell attached
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17188
Summary: Oracle Web Conferencing Console installer resources
cannot be properly loaded
Product: Wine
Version: 1.1.13
Platform: PC
URL: https://conference.oracle.com/imtapp/app/nuf_sys.uix
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=19083)
--> (http://bugs.winehq.org/attachment.cgi?id=19083)
Oracle Web Conferencing Console installer +resource trace
With today's Git (wine-1.1.13-560-g4b27dfe), while attempting to test bug 16684
by running the application installer, I noticed that the installer evidently
had issues loading its executable resources, as these fixmes were printed:
fixme:propsheet:PROPSHEET_CollectPageInfo Could not load resource #0000?
fixme:propsheet:PROPSHEET_CollectPageInfo Could not load resource #0000?
fixme:propsheet:PROPSHEET_CollectPageInfo Could not load resource #0000?
fixme:propsheet:PROPSHEET_CollectPageInfo Could not load resource #0000?
and the installer window seemed to have placeholders for the presumed text
resources. After hitting Next a few times the installer appeared to be in
extraction phase, but promptly crashed with a backtrace in FormatMessageW.
--
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=34254
Bug #: 34254
Summary: Wine64 seh:RtlUnwindEx error with c++ exception
handling
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alejandropuchades(a)gmx.com
Classification: Unclassified
Description of problem:
When I was implementing a C wrapper for a C++ library, catching all possible
exceptions in C++-land, I noticed my exception handlers were not being called
and my app crashed under wine64. The same binary run just fine under windows 7,
so it had to be a wine bug. Also, the same code compiled for 32 bits run
successfully under the 32 bits version of wine.
System information:
Fedora 19 x86_64, binaries compiled with the 32 and 64 bits versions of MinGW
Version-Release number of selected component (if applicable):
$ wine64 --version
wine-1.6
How reproducible:
(assuming current-dir = uncompressed attachment)
Steps to Reproduce:
1. $ ./compile64.sh
2. $ wine64 ./main.exe
Actual results:
throwing exception
err:seh:RtlUnwindEx invalid frame 7fff42757fd0 (0x132000-0x330000)
err:seh:setup_exception stack overflow 2416 bytes in thread 0009 eip
0007fb39b2ab22b esp 0000000000130c90 stack 0x130000-0x131000-0x330000
Expected results:
No crash :) Just what happens when compiled with compile32.sh:
throwing exception
exception caught
Additional info:
Source code triggering the bug attached below.
--
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=37731
Bug ID: 37731
Summary: Montezuma's Revenge Remake fails with fatal error when
quitting the game
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 50233
--> https://bugs.winehq.org/attachment.cgi?id=50233
Montezuma's Revenge Remake - Backtrace wine 1.7.32
Hello everyone,
I stumbled across an old classic when browsing the AppDB database:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=12756
The game itself is perfectly playable but when quitting the game I got a fatal
error. Backtrace is attached and I hope you can make sense of it. I also added
a report for 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.
https://bugs.winehq.org/show_bug.cgi?id=38261
Bug ID: 38261
Summary: Playchess doesn't install anymore
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: ocean04(a)suomi24.fi
Distribution: ---
err:msi:ACTION_InstallFiles Unable to load media info for
L"F_CENTRAL_atl100_x86" (1627)
err:msi:ITERATE_Actions Execution halted, action L"InstallFiles" returned 1627
err:msi:ACTION_InstallFiles Unable to load media info for
L"F_CENTRAL_atl100_x86" (1627)
git show 4c1791f53ef4fefe9ed4f4475cb0c23a1fbb001a | patch -p1 -R
Fixes the issue
--
Do not reply 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=19231
Summary: Trine Demo fails to launch - unimplemented function
d3dx9_36.dll.D3DXGetShaderConstantTable
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.bigdownload.com/games/trine/pc/trine-demo/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsalacinski(a)gmail.com
As above, Trine Demo fails to launch with message:
wine: Call from 0x7b8421e2 to unimplemented function
d3dx9_36.dll.D3DXGetShaderConstantTable, aborting
fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpWithDataSegs
wine: Unimplemented function d3dx9_36.dll.D3DXGetShaderConstantTable called at
address 0x7b8421e2 (thread 001c), starting debugger...
--
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=31579
Bug #: 31579
Summary: Error when close Microsoft Visio 2007
Product: Wine
Version: 1.5.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jisrael(a)hotmail.com
Classification: Unclassified
Created attachment 41525
--> http://bugs.winehq.org/attachment.cgi?id=41525
Error when close Microsoft Visio 2007
Error when close Microsoft Visio 2007
--
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=38288
Bug ID: 38288
Summary: Wrong pointer in icnsformat.c
IcnsFrameEncode_WriteSource
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: windowscodecs
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
Distribution: ---
The function has parameters
static HRESULT WINAPI IcnsFrameEncode_WriteSource(IWICBitmapFrameEncode *iface,
IWICBitmapSource *pIBitmapSource, WICRect *prc)
and line 400
hr = configure_write_source(iface, pIBitmapSource, &prc,
&GUID_WICPixelFormat32bppBGRA, This->size, This->size,
1.0, 1.0);
pointer to prc is wrong. It must be
hr = configure_write_source(iface, pIBitmapSource, prc,
&GUID_WICPixelFormat32bppBGRA, This->size, This->size,
1.0, 1.0);
--
Do not reply 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=21433
Summary: InqScribe: Installed fine, but no output or UI
response when running installed app
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jgolightly(a)ec.rr.com
Created an attachment (id=25809)
--> (http://bugs.winehq.org/attachment.cgi?id=25809)
"bt all" output while InqScribe.exe is running.
Running Ubuntu 9.10 Desktop w/ Wine v1.1.36.
InqScribe 2.0.5 installed with wine in the same manner as it would with
Windows, however when launching the program via the command "wine
InqScribe.exe", there is no command-line output, no UI response, etc. It
simply idles.
An evaluation copy of InqScribe is available from the following link:
http://www.inqscribe.com/bin/InqScribe%202.0.5.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38205
Bug ID: 38205
Summary: Unreal Tournament 3 Black Edition installer fails
after the language selection
Product: Wine
Version: 1.7.37
Hardware: x86
OS: Linux
Status: NEW
Keywords: Installer, regression
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: hans(a)meelstraat.net
Regression SHA1: 0dba391d67a4cf564371c44a3a781d1e9e3507c2
Distribution: ---
Created attachment 50998
--> https://bugs.winehq.org/attachment.cgi?id=50998
+msi debug log
Tested with UT 3 Black Edition from Gamersgate.
Can't reproduce with UT3 Beta Demo.
After the language selection dialog the installer is failing with the error
"1628: Failed to complete installation"
Used to work in 1.7.36, regression introduced by
0dba391d67a4cf564371c44a3a781d1e9e3507c2 is the first bad commit
commit 0dba391d67a4cf564371c44a3a781d1e9e3507c2
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Fri Feb 13 13:39:38 2015 +0100
msi: Don't write streams to storage until the database is committed.
Native allows streams to be created with names that exceed the maximum
length allowed by OLE storages. These streams can be used normally, it's
just not possible to commit such a database.
wine-1.7.38-34-g11b4200
--
Do not reply 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=33164
Bug #: 33164
Summary: row-resize / col-resize cursor is wrong (Listview)
Product: Wine
Version: 1.5.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chenjh_06(a)hotmail.com
Classification: Unclassified
I have install an X cursor theme named JYxNeon, and then I find col-resize
cursor is displayed wrongly in a Listview control. col-resize should be
vertical double arrows but is displayed horizontal.
If I swap row-resize/col-resize icon in the cursor theme, this problem can be
solved. But when I look into Wine source, I find it may be a bug in winex11. In
mouse.c, row-resize/col-resize is wrongly used in comctl32_cursors. The
resource id of 105/106 in comctl32 should be col-resize, and 135 should be
row-resize.
--
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=26748
Summary: World Series of Poker crashes when starting up a game
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maikwagner(a)yahoo.com
Created an attachment (id=34067)
--> (http://bugs.winehq.org/attachment.cgi?id=34067)
Backtrace from Crash
Hello,
I am trying to get "World Series of Poker" from Activision to work. The AppDB
entry is at: http://appdb.winehq.org/objectManager.php?sClass=version&iId=6756
I can get into the main menu, intro movies play back okay but I cannot start a
game and get an "unrecoverable error". I have attached all of my console output
below and hope that this is of help for improving wine.
I am using Mandriva 2010.2 with all current updates. My PC is an Athlon 2,6 Ghz
with a GeForce FX5500 using 173.x Nvidia drivers.
--
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=32361
Bug #: 32361
Summary: epson stylus t13 installer problem: wine:
Unimplemented function setupx.dll16.DiOpenClassRegKey
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: justineuro.moin(a)gmail.com
Classification: Unclassified
Created attachment 42699
--> http://bugs.winehq.org/attachment.cgi?id=42699
epson stylus t13 printer install problem in wine: Unimplemented function
setupx.dll16.DiOpenClassRegKey
epson stylus t13 installer 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.
https://bugs.winehq.org/show_bug.cgi?id=36133
Bug ID: 36133
Summary: valgrind shows some leaks in gdiplus/tests/image.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==29933== 16 bytes in 1 blocks are definitely lost in loss record 108 of 637
==29933== at 0x7BC4C735: notify_alloc (heap.c:255)
==29933== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==29933== by 0x681EB57: ungif_alloc (ungif.c:61)
==29933== by 0x681EC67: MakeMapObject (ungif.c:155)
==29933== by 0x681F3DB: DGifGetImageDesc (ungif.c:413)
==29933== by 0x682002D: DGifSlurp (ungif.c:891)
==29933== by 0x67EC347: GifDecoder_Initialize (gifformat.c:1131)
==29933== by 0x4E99484: decode_image_wic (wincodec.h:3511)
==29933== by 0x4E99E21: decode_image_gif (image.c:3580)
==29933== by 0x4E9A806: GdipLoadImageFromStream (image.c:3777)
==29933== by 0x49ACB7F: load_image (image.c:2793)
==29933== by 0x49B2659: test_gif_properties (image.c:4032)
==29933== by 0x49B4628: func_image (image.c:4293)
==29933== by 0x49D96B0: run_test (test.h:584)
==29933== by 0x49D9A9F: main (test.h:654)
==29933==
==29933== 16 bytes in 1 blocks are definitely lost in loss record 109 of 637
==29933== at 0x7BC4C735: notify_alloc (heap.c:255)
==29933== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==29933== by 0x681EB57: ungif_alloc (ungif.c:61)
==29933== by 0x681EC67: MakeMapObject (ungif.c:155)
==29933== by 0x681F3DB: DGifGetImageDesc (ungif.c:413)
==29933== by 0x682002D: DGifSlurp (ungif.c:891)
==29933== by 0x67EC347: GifDecoder_Initialize (gifformat.c:1131)
==29933== by 0x4E99484: decode_image_wic (wincodec.h:3511)
==29933== by 0x4E99E21: decode_image_gif (image.c:3580)
==29933== by 0x4E9A687: GdipImageSelectActiveFrame (image.c:3742)
==29933== by 0x49B286A: test_gif_properties (image.c:4051)
==29933== by 0x49B4628: func_image (image.c:4293)
==29933== by 0x49D96B0: run_test (test.h:584)
==29933== by 0x49D9A9F: main (test.h:654)
==29933==
==29933== 28 bytes in 1 blocks are possibly lost in loss record 182 of 637
==29933== at 0x7BC4C735: notify_alloc (heap.c:255)
==29933== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==29933== by 0x5C308B6: COMPOBJ_DllList_Add (compobj.c:526)
==29933== by 0x5C32BF2: apartment_getclassobject (compobj.c:1335)
==29933== by 0x5C3633C: get_inproc_class_object (compobj.c:2894)
==29933== by 0x5C367FB: CoGetClassObject (compobj.c:3032)
==29933== by 0x5C36DBD: CoCreateInstance (compobj.c:3197)
==29933== by 0x4E9943F: decode_image_wic (image.c:3403)
==29933== by 0x4E99E64: decode_image_tiff (image.c:3585)
==29933== by 0x4E9A806: GdipLoadImageFromStream (image.c:3777)
==29933== by 0x49ACB7F: load_image (image.c:2793)
==29933== by 0x49AFBF6: test_tiff_palette (image.c:3424)
==29933== by 0x49B4619: func_image (image.c:4290)
==29933== by 0x49D96B0: run_test (test.h:584)
==29933== by 0x49D9A9F: main (test.h:654)
==29933==
--
Do not reply 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=36305
Bug ID: 36305
Summary: valgrind shows a possible leak in
netapi32/tests/access.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: netapi32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==30913== 22 bytes in 1 blocks are possibly lost in loss record 18 of 71
==30913== at 0x7BC4C735: notify_alloc (heap.c:255)
==30913== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30913== by 0x4C2D675: ???
==30913== by 0x4C32762: ???
==30913== by 0x4955F8A: run_localgroupgetinfo_tests (access.c:345)
==30913== by 0x49561F8: func_access (access.c:381)
==30913== by 0x49588C0: run_test (test.h:584)
==30913== by 0x4958CAF: main (test.h:654)
==30913==
--
Do not reply 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=22139
Summary: CDBurnerXP Pro 3 produces a "fail" message after
choosing a mode
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://cdburnerxp.se/downloads/releases/3.0.x/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=26996)
--> (http://bugs.winehq.org/attachment.cgi?id=26996)
Terminal output
After starting up this version of the program and choosing the option to create
a data disc, it produces a dialog box which says "fail". Normally, it offers to
continue a disc here if applicable; otherwise, it continues to the main file
selection screen.
The message is gone after running winetricks comctl32.
--
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=38256
Bug ID: 38256
Summary: Myst Online Uru Live: too dark/missing textures
Product: Wine
Version: 1.7.39
Hardware: x86
URL: http://account.mystonline.com/download/MOULInstaller.e
xe
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: matteo.mystral(a)gmail.com
Regression SHA1: 9811d85141610f903d6c8de3b00be6c853ece182
Distribution: ---
Created attachment 51071
--> https://bugs.winehq.org/attachment.cgi?id=51071
screenshot (comparison)
Some of the textures are too dark, other textures are completely black in Myst
Online: URU Live.
Terminal output doesn't show anything.
The problem doesn't exist if I disable GLSL.
Regression introduced by
9811d85141610f903d6c8de3b00be6c853ece182 is the first bad commit
commit 9811d85141610f903d6c8de3b00be6c853ece182
Author: Matteo Bruni <mbruni(a)codeweavers.com>
Date: Wed Mar 18 21:07:38 2015 +0100
wined3d: Don't use the builtin FFP uniform for the modelview matrix.
The game is free to play but you have to create an account.
The link in the URL is pointing to the downloader. It will download approx. 1.5
GB data when you install the game.
Fedora 21
Nvidia GeForce 250 / driver 340.76
MOULInstaller.exe
sha1: 4768ab04881c4e378046b93d0c44e03b6148033a
--
Do not reply 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=26223
Summary: Nail'd demo: black screen on start
Product: Wine
Version: 1.3.14
Platform: x86
URL: http://www.gamershell.com/news_111686.html
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 game installs just fine, but fails to run, just giving a black screen.
Terminal shows:
fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
fixme:thread:SetThreadIdealProcessor (0xfffffffe): stub
fixme:thread:SetThreadIdealProcessor (0xdc): stub
fixme:thread:SetThreadIdealProcessor (0xe8): stub
fixme:thread:SetThreadIdealProcessor (0xf4): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x32e800,0x00000000), stub!
fixme:mixer:ALSA_MixerInit No master control found on HDA NVidia, disabling
mixer
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x215a18,0x4bde2a0): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x46aad28,0x4c49a80): stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
fixme:dinput:SysMouseWImpl_Acquire Clipping cursor to (-3,-22)-(1027,771)
fixme:d3d_surface:IWineD3DVolumeImpl_Map (0xe07e2d8) : pBox=(nil) stub
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36842
Bug ID: 36842
Summary: Can't set a static crontrol's text to empty by pssing
NULL pointer
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: tulio150(a)mailinator.com
On Windows, when you call SetWindowText(NULL) on a static control, it clears
the control to an empty string.
On Wine the call has no effect, the text just remains as it was before, you
have to call SetWindowText("") to clear the static control.
--
Do not reply 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=36190
Bug ID: 36190
Summary: comdlg32/itemdlg shows a ton of valgrind warnings
Product: Wine
Version: 1.3.13
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: dank(a)kegel.com
==16983== Conditional jump or move depends on uninitialised value(s)
==16983== at 0x5E694E7: ctrl_container_resize (itemdlg.c:848)
==16983== by 0x5E6A509: update_layout (itemdlg.c:1224)
==16983== by 0x5E6D117: IFileDialog2_fnSetFileNameLabel (itemdlg.c:1972)
==16983== by 0x5E6DE2A: IFileOpenDialog_fnSetFileNameLabel
(shobjidl.h:13997)
==16983== by 0x4CB447B: test_basics (shobjidl.h:15138)
==16983== by 0x4CBE457: func_itemdlg (itemdlg.c:1932)
==16983== by 0x4CC17B5: run_test (test.h:584)
==16983== by 0x4CC1BA4: main (test.h:654)
==16983== Uninitialised value was created by a stack allocation
==16983== at 0x5E6A001: update_layout (itemdlg.c:1102)
==16983==
eventually..
==16983== More than 100 errors detected. Subsequent errors
==16983== will still be recorded, but in less detail than before.
--
Do not reply 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=38317
Bug ID: 38317
Summary: winetricks xna31 fails
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: hans(a)meelstraat.net
Regression SHA1: c66f9bef6073ad77f75ec4db7afa0d1c712020ba
Distribution: ---
Regression introduced by:
c66f9bef6073ad77f75ec4db7afa0d1c712020ba is the first bad commit
commit c66f9bef6073ad77f75ec4db7afa0d1c712020ba
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Wed Mar 25 14:33:48 2015 +0100
msi: Check file state before installing global assemblies.
git bisect run was used, script to reproduce:
#!/bin/sh
./configure --disable-tests || exit 125
make -j5 || exit 125
wineserver -k || true
rm -rf $HOME/.wine || exit 125
WINE=$HOME/wine-git/wine winetricks -q xna31
--
Do not reply 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=30648
Bug #: 30648
Summary: Official Sega Genesis / Mega Drive Classic Collection
Crash
Product: Wine
Version: 1.5.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: x414e54(a)linux.com
Classification: Unclassified
Created attachment 40120
--> http://bugs.winehq.org/attachment.cgi?id=40120
Wine Page Fault Back Trace
On loading the Sega mega drive classic collection on steam and attempting to
swich between games, it will crash with "Unhandled exception: page fault on
read access to 0x000006b4 in 32-bit code (0x7e657731)." Please see attached
back-trace for more information.
I am using wine 1.5.3 32bit through playonlinux on Fedora 16 x86_64.
--
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=36656
Bug ID: 36656
Summary: valgrind shows an unintialized write in
comdlg32/tests/itemdlg.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: minor
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==9059== Syscall param write(buf) points to uninitialised byte(s)
==9059== at 0x4227CF3: __write_nocancel (syscall-template.S:81)
==9059== by 0x7BC7FD7E: send_request (server.c:198)
==9059== by 0x7BC7FF9D: wine_server_call (server.c:294)
==9059== by 0x547E7B0: set_window_pos (winpos.c:2087)
==9059== by 0x547ED2F: USER_SetWindowPos (winpos.c:2208)
==9059== by 0x547F8F9: EndDeferWindowPos (winpos.c:2428)
==9059== by 0x5F54904: update_layout (itemdlg.c:1271)
==9059== by 0x5F57034: IFileDialog2_fnSetOkButtonLabel (itemdlg.c:1959)
==9059== by 0x4CAE310: test_basics (shobjidl.h:13994)
==9059== by 0x4CB7457: func_itemdlg (itemdlg.c:1932)
==9059== by 0x4CBA7B5: run_test (test.h:584)
==9059== by 0x4CBABA4: main (test.h:654)
==9059== Address 0x4dcf46c is on thread 1's stack
==9059== Uninitialised value was created by a stack allocation
==9059== at 0x5F54001: update_layout (itemdlg.c:1102)
==9059==
--
Do not reply 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=38238
Bug ID: 38238
Summary: user32:input right-clicks outside its windows
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
This all started with this commit:
commit 2235c820a954d82434533012a0bf6f6da368cf03
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Tue Oct 14 13:28:18 2014 +0200
user32/tests: Add mouse SendInput tests when mouse events are captured.
It causes the user32:input conformance test to often send right-click messages
to windows that don't belong to it. I have seen this happen on the top-left
desktop icon but also more annoyingly on the test's console window.
Right-clicking on the console causes the contextual menu to pop up. On Windows
XP and 2003 this blocks all output to the console (but not on Windows 7+). This
does not seem to impact user32:input itself but it blocks winetest.exe,
preventing it from enforcing the 2 minutes per-test timeout, so that in the end
the whole series times out and is lost.
The simplest workaround so far is to iconize the console window but that causes
problems for d3d8:device. Another option is to ensure the console is not too
close to the top-left edge, but when DirectX tests the display mode changes the
console gets moved around and may end up in the danger zone.
--
Do not reply 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=38248
Bug ID: 38248
Summary: Regression: Worms World Party (w/SetCooperativeLevel
workaround/hacks) and older versions of Worms
Armageddon black screen on startup
Product: Wine
Version: 1.7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: muzerakascooby(a)gmail.com
Regression SHA1: fd0189bbfa1ccc3832aaf01fb61a15fbc6ee9e5b
Distribution: ---
Worms Armagedon versions 3.6.31.0 and earlier, and all versions of Worms World
Party (including the demo), used to be functional in wine with various hacks to
make the game call SetCooperativeLevel with the Desktop Window as an argument
(Worms Armageddon since 3.6.30.0 has a native tweak to do this, and there is a
special ddraw.dll wrapper one of the volunteer Worms Armageddon developers made
a while back to get older versions of Worms Armageddon, and all versions of
Worms World Party, to work in the same manner). This stuff is related to bug
2082 . However, even with these hacks, you get just a black screen (with the UI
working but invisible) from the given commit onwards to the current version of
wine. Before, the games worked fine.
You can reproduce this for free using the Worms World Party demo[0] and the
hacked ddraw.dll[1] (remember to stick it in the same location as wwp.exe and
set the override in winecfg). I highly recommend running it in a wine virtual
desktop due to other bugs and to avoid it messing with your screen resolution.
If you get to the logos, it's working (I think due to yet another bug I haven't
got round to investigating it actually freezes after the main logo screen, but
I might be wrong about this. For these purposes, we just care about the logos
showing up).
[0]:
http://wormsworldparty.team17.com/main.html?page=comm&area=_down_file&file=…
[1]: http://tim32.org/~muzer/ddraw.dll
--
Do not reply 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=38282
Bug ID: 38282
Summary: Header control fails to update/synchronize listview
when columns order changes
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
Distribution: ---
Most simple way to reproduce this is with built-in taskmgr.
1. wine taskmgr
2. switch to 'Processes' tab
3. drag 'PID' column header after/before 'Image Name'
4. observe painting bugs
5. restart taskmgr and see that header order doesn't match listview contents
Seems to be a comctl32 bug since installing a native one with winetricks
fixes the problem.
--
Do not reply 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=35807
Bug ID: 35807
Summary: Photoshop CS6 is randomly launched
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeff.artik(a)gmail.com
Created attachment 47804
--> http://bugs.winehq.org/attachment.cgi?id=47804
PhotoshopCS6 immediate crash
I encounter a strange bug. When I launch Photoshop CS6 or Photoshop CC,
sometimes it boots, sometime nothing happen, and sometimes it crash.
I add the terminal output for the two last states.
--
Do not reply 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=35247
Bug ID: 35247
Summary: Teleglitch: Die More Edition needs
msvcr110.dll._libm_sse2_sqrt_precise
Product: Wine
Version: 1.7.9
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 47008
--> http://bugs.winehq.org/attachment.cgi?id=47008
terminal output
The Steam version crashes on start:
...
wine: Call from 0x7b83a38e to unimplemented function
msvcr110.dll._libm_sse2_sqrt_precise, aborting
...
Mscodescan reveals some more stubs:
./Teleglitch.exe imports following stub symbols:
msvcp110:?_Add_vtordisp1@?$basic_ios@DU?$char_traits@D@std@@@std@@UAEXXZ
msvcp110:?_Add_vtordisp1@?$basic_istream@DU?$char_traits@D@std@@@std@@UAEXXZ
msvcp110:?_Add_vtordisp2@?$basic_ios@DU?$char_traits@D@std@@@std@@UAEXXZ
msvcp110:?_Add_vtordisp2@?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEXXZ
msvcp110:?_Syserror_map@std@@YAPBDH@Z
msvcp110:?_Winerror_map@std@@YAPBDH@Z
msvcp110:?_Xbad_alloc@std@@YAXXZ
./Teleglitch.exe imports following stub symbols:
msvcr110:__crtTerminateProcess
msvcr110:__crtUnhandledException
msvcr110:_libm_sse2_sqrt_precise
./lua52.dll imports following stub symbols:
msvcr110:__crtTerminateProcess
msvcr110:__crtUnhandledException
msvcr110:_libm_sse2_sqrt_precise
There's a demo on Steam but I couldn't test it:
http://store.steampowered.com/app/234390/
The early non-Steam demo (available on several download sites, named
'Teleglitch_r6demo.zip' does *not* have the issue).
wine-1.7.9-43-gbfb4f28
--
Do not reply 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=14268
Summary: carto exploreur 3 - crash
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aiglefr(a)free.fr
CC: dmitry(a)codeweavers.com
since this commit :
commit df76fe6f0cdd55568ba67489cc725813804061fd
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Tue Jun 24 16:11:40 2008 +0900
gdi32: Perform the world transform separately from font scaling.
carto exploreur3 : http://www.bayo.com/cartographie/index.php?prod=1
( no free download)
crash with this message :
wine: Unhandled page fault on write access to 0x00ff0004 at address 0x7ef9f426
(thread 0009), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7ef9f426
if i comment this line ( near line num 4422 ) in
dll/gdi32/freetype.c
4415 if (!is_identity_FMAT2(&font->font_desc.matrix))
4416 {
4417 FT_Matrix worldMat;
4418 worldMat.xx = FT_FixedFromFloat(font->font_desc.matrix.eM11);
4419 worldMat.xy = FT_FixedFromFloat(font->font_desc.matrix.eM21);
4420 worldMat.yx = FT_FixedFromFloat(font->font_desc.matrix.eM12);
4421 worldMat.yy = FT_FixedFromFloat(font->font_desc.matrix.eM22);
4422 // pFT_Matrix_Multiply(&worldMat, &transMat);
4423 needsTransform = TRUE;
4424 }
carto exploreur works correctly
--
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=6416
Ross Johnson <ross(a)mazira.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ross(a)mazira.com
--- Comment #17 from Ross Johnson <ross(a)mazira.com> ---
A 3-part patch was submitted to the wine-patches mailing list, but not yet
integrated. This patch has been working well for me.
https://www.winehq.org/pipermail/wine-patches/2014-September/134340.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.
https://bugs.winehq.org/show_bug.cgi?id=3930
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com,
| |sagawa.aki+winebugs(a)gmail.c
| |om
--
Do not reply 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=3930
GreatEmerald <pastas4(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pastas4(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
Robert Walker <bob.mt.wya(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bob.mt.wya(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=6955
--- Comment #163 from ax 34noff <otaku(a)rambler.ru> ---
> This bug affects Recettear
seems like EasyGameStation's games are affected (Chantelise, Recettear...)
--
Do not reply 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=6955
Andrew Cook <ariscop(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ariscop(a)gmail.com
--- Comment #162 from Andrew Cook <ariscop(a)gmail.com> ---
This bug affects Recettear, some objects (mostly chests) are invisible unless
the vertex blending patch is applied
--
Do not reply 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=38212
Bug ID: 38212
Summary: Task bar unavailable in Ubuntu 14.04 Unity
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matyapiro31(a)gmail.com
Distribution: ---
Apps which are shown in task tray is not shown in Ubuntu.
This is probably regression.
--
Do not reply 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=19608
Summary: Cannot open local copies of Adobe Flash SWF files with
iexplore.exe
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rodschaffter(a)gmail.com
Created an attachment (id=22865)
--> (http://bugs.winehq.org/attachment.cgi?id=22865)
Console output of 'wine iexplore.exe file:///C:/YuleLog05.swf'
I can't open local .swf files using Wine's browser (iexplore.exe), although I
can open them on remote machines.
For example, http://www.kboffset.com/ROCKFLUX/YuleLog05.swf opens fine, but
downloading the file to the Wine C: drive gives a blank white screen when it is
opened. I did add C:\ and C:\YuleLog05.swf to the trusted folders in the Flash
plugin without effect. I am able to open the local file in the Windows version
of Firefox 3.0 running in the same Wine environment.
This is important to me because I'm trying to run the Windows version of Poser
8, a 3D rendering application, which uses a Flash-based library application.
Poser uses a Webkit browser component to host the library GUI. I am able to
run the library application separately in a Firefox window, but it is more
awkward because I can't drag and drop from a separate browser.
Attached is the console output of iexplore.exe run in a fresh Wine Directory
with corefonts, tahoma and gecko installed using winetools, and the Flash 10
plugin installed using the executable from Adobe.
--
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=38285
Bug ID: 38285
Summary: integrate with freedesktop bookmark standard (recent
files)
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: freddi34(a)yahoo.de
Distribution: ---
Selecting files by navigating through a deeply nested folder hierarchy is
cumbersome because the Wine/Windows folder hierarchy adds a level of complexity
on top of the system's hierarchy. Instead it is more convenient and efficient
to access files by "recently used".
Better usability and system integration could be achieved if Wine would make
use of the system's "recently used" files in file open dialogs, explorer, and
evt. when Windows applications add links to recently used files in
%USERPROFILE%\Recent.
Use cases:
1. I created a file using a native application, then I want to open and
continue working on it using a Wine application. I would like to click 'File →
Open' and in the left sidebar of the file selector dialog choose the 'Recent'
list and see there also those files that were recently used in native
applications.
2. I created a file using a Wine application, then I want to access it using a
native application, equally in the recent list in the File manager (nautilus,
dolphin) as well as in file open dialogs.
On Linux, this can be done in a cross-desktop manner by following the free
desktop bookmark standard, which is used by Gnome, KDE, etc.:
http://freedesktop.org/wiki/Specifications/desktop-bookmark-spec/
--
Do not reply 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=33883
Bug #: 33883
Summary: Scirra httpapi.dll error trying to Run a game
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toniparramon(a)gmail.com
Classification: Unclassified
Created attachment 44958
--> http://bugs.winehq.org/attachment.cgi?id=44958
The backtrace of error
I've installed Scirra R132 32bit, and everything is working good, but when i
try to run the game it gives me a crash closing wine.
It's just when I will try to run the game, the other functions works good.
I was trying to install DirectX and some dll more but it's still not working.
I'm receiving a httpapi.dll error.
Thank You
--
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=38273
Bug ID: 38273
Summary: Cannot open Vectorworks2014 at all
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: sonicspeedy(a)gmx.de
Distribution: ---
Created attachment 51101
--> https://bugs.winehq.org/attachment.cgi?id=51101
Debug file from the attempt of opening Vectorworks2014 in Wine
Been trying to run Vectorworks 2014 in Wine for weeks now.
Installing from DVD or downloaded files doesn't work. They installation claims
to start, then the process silently dies.
Managed to install the program under an old Windows XP and tried copying the
files over to Linux. Running Vectorworks.exe in a Terminal came up with a list
of missing dll's. Copied those over from Windows as well (since it works there,
it was worth a try). After doing that, the list of stuff the Terminal spouts
gets remarkably longer. No idea if that should be counted as being on the right
way...
I'll add the backtrace of the latest run (with some native Windows dll's) as an
attachment. Maybe someone here will see through it. I admit to me most of a
debug file is looking like random numbers. :(
Thanks in advance to anyone who bothers to look at this.
Greetings, Speedy
--
Do not reply 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=33968
Bug #: 33968
Summary: Microsoft Pinball Arcade Trial: Graphics look horrible
with No palette set.
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Classification: Unclassified
Created attachment 45119
--> http://bugs.winehq.org/attachment.cgi?id=45119
Wine 1.6-rc4 blinking color log
I found an old demo of Microsoft Pinball Arcade, and the graphics appear
garbled and blinking in various 16bit-ish colors. The problem seems to spawn
from various "fixme:d3d_surface:d3dfmt_p8_init_palette No palette set." errors
in the terminal.
I saw there are some other similar bug reports, but I am not experiencing any
trouble playing the game or clicking around and no black screens, just bad
coloring.
Attaching log.
--
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=27020
Summary: Iexplore cannot view password protected urls
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 0001(a)techemail.com
Hello!
Have a test
wine iexplore http://koivi.com/php-http-auth/protect.php
The user is tester and the password is testing. But it never ask you. :(
I guess wininet
--
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=31858
Bug #: 31858
Summary: Netflix on Firefox fails with Internet Connection
Problem when loading bar is at 99%
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Depends on: 31589
Classification: Unclassified
Netflix generates an error "Internet Connection Problem" (N8156-6022) when
attempting to play movies.
Steps to reproduce:
0) Create a new Wine prefix and do not install Mono
1) Apply attachment 41923 to work around Bug #31589.
2) Download and install a recent Windows version of Firefox:
wget -O Firefox-14.0.1.exe
http://download.mozilla.org/?product=firefox-14.0.1-funnelcake13&os=win&lan…;
wine Firefox-14.0.1.exe
3) Launch Firefox
4) Download the Silverlight 4.x installer from within Wine Firefox (
http://go.microsoft.com/fwlink/?LinkID=149156&v=4.0 ). Due to Bug #31754 you
should not install Silverlight 5.x
5) Click "Save File" to save the Silverlight installer
6) Double click the "Silverlight.exe" file in the download window and click
"Ok"
7) Click "Install now"
8) Uncheck "Enable Microsoft Update" and click "Next>" and then click "Close"
9) Login to Netflix and attempt to play a movie/show
possibly relevant console information:
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000" 1 1 0x66025f0 (nil)
(nil) (nil)
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000" 1 4 (nil) (nil)
0x656c128 (nil)
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000\\." 1 1 0x66025f0 (nil)
(nil) (nil)
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000\\." 1 4 (nil) (nil)
0x656c128 (nil)
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000\\.." 1 1 0x66025f0 (nil)
(nil) (nil)
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000\\.." 1 4 (nil) (nil)
0x656c128 (nil)
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000\\MSPRindiv01.key" 1 1
0x66025f0 (nil) (nil) (nil)
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000\\MSPRindiv01.key" 1 4
(nil) (nil) 0x656c128 (nil)
--
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=38259
Bug ID: 38259
Summary: Unhandled exception 0x40000015 in thread 9 at address
0x5fc1b6 (thread 0009)
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: trash.kuleshidze(a)gmail.com
Distribution: ---
Created attachment 51085
--> https://bugs.winehq.org/attachment.cgi?id=51085
do not understand
Wine 1.7.33, gentoo portage 2.2.18, kernel 3.17.8 , Watchtower library 2014.
The installation goes well, start watchtower crash with an error
--
Do not reply 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=38167
Bug ID: 38167
Summary: NBA Live 2000 doesn't start with Wine 1.7.34
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: erpizzo(a)alice.it
Distribution: ---
Created attachment 50915
--> https://bugs.winehq.org/attachment.cgi?id=50915
the backtrace of the error I got
With Wine 1.7.34 on Ubuntu 14.10, NBA Live 2000 doesn't start (i tried with any
compatibility) and triggers an error message of Wine. I'm attaching the
backtrace message I got
--
Do not reply 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=32022
Bug #: 32022
Summary: Universe at War (demo) - Black screen after start
Product: Wine
Version: 1.5.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
Classification: Unclassified
Hello,
the demo of the game "Universe at War" just shows a black screen after the
start. Also note that the installation succeeds but crashes after quiting the
"Setup successful" screen.
A download URL is attached.
Tested with wine-1.5.15.
--
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=38038
Bug ID: 38038
Summary: Kugou 2015: Can't input anything in search box
Product: Wine
Version: 1.7.36
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: hillwoodroc(a)gmail.com
Distribution: ---
Created attachment 50673
--> https://bugs.winehq.org/attachment.cgi?id=50673
winedebug file
1.Download from http://downmini.kugou.com/kugou7680.exe and install it.
2.wine KuGou.exe
I try to input some words, but nothing is inputted in search box.
Use winetricks install riched20 can fix 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=38148
Bug ID: 38148
Summary: Invalid URLS in inactivity warning emails
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
The URLs in the inactivity warning emails are missing the protocol:
Warning: inactivity detected
-------------------------------------------------------
You didn't log in in the past six months to the AppDB.
Please log in or your account will automatically be deleted in one month.
//appdb.winehq.org/account.php?sCmd=login
Best regards.
The AppDB team
//appdb.winehq.org/
If you don't want to receive any other e-mail, please change your preferences:
//appdb.winehq.org/preferences.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.
http://bugs.winehq.org/show_bug.cgi?id=30106
Bug #: 30106
Summary: Authentication support in gecko
Product: Wine
Version: 1.4-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karaluh(a)karaluh.pl
Classification: Unclassified
As in summary. We have intranet webpage that requires authentication and
activex. The only way to display it on linux is using wine and Internet
Explorer which is suboptimal for several reasons. It would be nice if
wine-gecko had authentication support, so we could use wine without third party
software. Curently no login dialog is displayed and the browser goes straight
to 401 authentication error page.
--
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=38232
Bug ID: 38232
Summary: Cannot install Microsoft Office 2013 Professional
64Bit
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sciocosmist(a)gmail.com
Distribution: ---
Created attachment 51036
--> https://bugs.winehq.org/attachment.cgi?id=51036
Installation error for Microsoft Office 2013 64-Bit Professonal
See attached 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=38146
Bug ID: 38146
Summary: Batman arkham asylum installer fails to detect gpu ram
size
Product: Wine
Version: 1.7.37
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: teras(a)luukku.com
Distribution: ---
Created attachment 50875
--> https://bugs.winehq.org/attachment.cgi?id=50875
screenshot of the issue
http://www.gamershell.com/download_49402.shtml
The installer is around 2Gb.
During install it queries your gpu memory size and reports it to be 0.
This is not show stopper.
--
Do not reply 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=38000
Bug ID: 38000
Summary: Dragon NaturallySpeaking 13.0 Basic does not install
with kernel32.dll and ntdll.dll errors
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: susancragin(a)earthlink.net
Distribution: ---
Created attachment 50632
--> https://bugs.winehq.org/attachment.cgi?id=50632
Installation log for Natspeak 13.0 with flag "all" last 1000 lines
I am trying to install Dragon NaturallySpeaking 13.0 Basic, which is a
no-frills dictation engine released recently by Nuance to target the market for
people who only need to dictate text.
Background:
Natspeak 12.5 installs without a problem in a 32-bit wine prefix.
Natspeak 12.5 is a 32-bit program with 64-bit "handles" to make it operate on a
Windows 64-bit OS. (I believe that 13.0 is still a 32-bit program.)
Once you install Natspeak 12.5, it needs vcrun2010 to operate.
Anyway, I tried installing installing Natspeak 13.0 into the 32-bit wine prefix
where I had installed 12.5. Vcrun2010 was already installed.
I used WINEDEBUG=+all
The only thing that looked suspicious and was right near the end was the
following:
003d:Ret PE DLL (proc=0x7b885c30,module=0x7b810000
L"KERNEL32.dll",reason=PROCESS_DETACH,res=0x1) retval=1
003d:Call PE DLL (proc=0x7bc99690,module=0x7bc10000
L"ntdll.dll",reason=PROCESS_DETACH,res=0x1)
003d:Ret PE DLL (proc=0x7bc99690,module=0x7bc10000
L"ntdll.dll",reason=PROCESS_DETACH,res=0x1) retval=1
I would be happy to perform further tests.
--
Do not reply 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=38236
Bug ID: 38236
Summary: OneNote 2013 installer crashes
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sergegardien(a)gmail.com
Created attachment 51042
--> https://bugs.winehq.org/attachment.cgi?id=51042
Backtrace
Launched setup.exe taken from the ISO "en_onenote_2013_x86_x64_dvd.iso".
The install gui never shows up (backtrace 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.
https://bugs.winehq.org/show_bug.cgi?id=38175
Bug ID: 38175
Summary: Republique Remastered has no sound
Product: Wine
Version: 1.7.34
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: i30817(a)gmail.com
Distribution: ---
I'm on ubuntu so i'm using the pulse driver, but i tried with pasuspended but
that changed nothing. Test sound in winecfg works ok.
winetricks dsound or (seperately) directx9 verbs didn't change anything. Game
uses unity5.
No demo i'm aware of.
--
Do not reply 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=28892
Bug #: 28892
Summary: KERNEL32.RaiseException Sibelius 6
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n.e.neal.andrews(a)gmail.com
Classification: Unclassified
This KERNEL32.RaiseException is occurring using the relay debug channel while
attempting to start Sibelius 6. (never starts up due to a messagebox stating a
loading error and that Sibelius needs to be reinstalled even after a successful
install)
0009:Call KERNEL32.RaiseException(406d1388,00000000,00000004,0032fb10)
ret=008287d1
0009:Ret KERNEL32.RaiseException() retval=6830e0fd ret=008287d1
Running Wine 1.3.31 on Ubuntu 11.10.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34423
Bug #: 34423
Summary: Star Trek Online won't display options menu
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: alexhenrie24(a)gmail.com
Classification: Unclassified
After opening Star Trek Online, if you click the Options menu, a Wine Internet
Explorer window opens at the address "app:3" and you never get the Options
menu.
Installing ie8 from winetricks gets around the problem.
Star Trek Online creates an IEframe showing
http://launcher.startrekonline.com/launcher_login. This page contains the
following link which is supposed to bring up the Options menu in the launcher:
<a target="_blank" href="app:3">Options</a>
Interestingly, if you fool the Star Trek launcher into loading a different
page, one that has the same link but without the target="_blank", it works! To
do so:
1. Add "127.0.0.1 launcher.startrekonline.com" to /etc/hosts
2. Set up Apache. Create the file /var/www/launcher_login with the content "<a
href="app:3">Options</a>".
3. Launch Star Trek Online.
Now when you click the Options link, you'll get the Options menu just as
expected. This seems to indicate some problem in the way Wine handles
target="_blank" for custom URI schemes. On Windows, a new Internet Explorer
window doesn't appear at all.
--
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=12284
Summary: floppy images not supported or ioctl 7000 not supported
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arekm(a)maven.pl
Can't use programs that are trying to create bootable floppy drive.
My setup:
[arekm@tarm ~/.wine/dosdevices]$ ls -al a*
lrwxrwxrwx 1 arekm users 8 mar 29 23:32 a:: -> ../a.img
where a.img is floppy disk image (note: I have no real floppy hardware in this
machine - laptop)
Now:
$ wine SMU3218.exe
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls"
fixme:win:SetLayeredWindowAttributes (0x10028,0x00000000,255,2): stub!
fixme:ntdll:server_ioctl_file Unsupported ioctl 70000 (device=7 access=0 func=0
method=0)
fixme:win:SetLayeredWindowAttributes (0x2004a,0x00000000,255,2): stub!
and the program reports that it's unable to determine floppy disk type.
I guess the problem is in unsupported ioctl or just lack of floppy images.
The program is http://carme.pld-linux.org/~arekm/SMU3218.exe (1.5MB)
--
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=14369
Summary: beware stack overflow into TEB
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jreiser(a)BitWagon.com
Created an attachment (id=14666)
--> (http://bugs.winehq.org/attachment.cgi?id=14666)
try to warn when stack overflows into TEB
It's too easy to overflow the stack and thus overwrite the TEB, particularly
when using external tools such as valgrind(memcheck) and printf :-) Try to
detect and give a warning. Patch is attached, and will be sent to
wine-patches(a)winehq.org.
--
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=37707
Bug ID: 37707
Summary: Core Media Player installer crashes
Product: Wine
Version: 1.7.32
Hardware: x86-64
URL: http://www.tucows.com/preview/299014
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: jaromir(a)mailinator.com, xerox_xerox2000(a)yahoo.co.uk
Blocks: 18072
Distribution: ---
Created attachment 50196
--> https://bugs.winehq.org/attachment.cgi?id=50196
terminal output/backtrace
austin@aw25 ~ $ sha1sum thecoremediaplayer-setup.exe
20ceecfcf3774ce468bd12c1661b53e24a64fe81 thecoremediaplayer-setup.exe
austin@aw25 ~ $ du -h thecoremediaplayer-setup.exe
828K thecoremediaplayer-setup.exe
austin@aw25 ~ $ wine --version
wine-1.7.32-182-g89ecba6
Potentially a regression, but I don't have an old enough wine version to test
against (and I can't compile that old).
May be related to bug 34982.
--
Do not reply 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=30083
Bug #: 30083
Summary: QQ2011 crashed
Product: Wine
Version: 1.4-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chengyi.liang(a)sohu.com
Classification: Unclassified
Created attachment 39198
--> http://bugs.winehq.org/attachment.cgi?id=39198
wine log message
0.use clean .wine dir with wine-gecko installed. and do not modify any thing.
1. install qq2011,download from
http://dl_dir.qq.com/qqfile/qq/QQ2011/QQ2011.exe
2. run QQ2011
3.QQ whill show main intface a few time ,then crashed.
main error mesage is:###!!! ABORT: Main-thread-only object used off the main
thread: file /build/wine-mozilla-1.4/xpcom/base/nsCy
cleCollector.cpp, line 1267
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.