http://bugs.winehq.org/show_bug.cgi?id=19105
Summary: From VB / VBScript / maybe others, the TimeSerial
function dont answer like is awaited
Product: Wine
Version: 1.1.24
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: slezica(a)yahoo.com
I determine this problem after a hard hunt.
This issue affects software from several sources, probably silently.
In Visual Basic 6 and VBScript, you have a function "TimeSerial" for convert
three integers (hour, minute and second) to a "date/time" format ("HH:MM:SS",
for example 03:45:12).
On Windows, you can use the arguments without ranges, for example 300 minutes
- "TimeSerial(0,300,0)" -, and it automatically converts and displays the
result correctly (in this case "05:00:00", 5 hours).
In Wine, if you pass the same previous example it returns "Error 5 - Invalid
procedure call or argument.". The function work if you pass for example minutes
in the 0-59 range. But the conversion functionality is missing (and give a
error).
I can't determine what DLL is used, but shure is shared with others Microsoft
Visual Studio tools.
The debug don't show any relevant information, because is not a Wine error
really (ony the answer is different).
Thanks, and if I can help more only say.
Excuse my english.
Sebastián Lezica
--
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=19430
Summary: winedump: null pointer dereference in spec mode
Product: Wine
Version: 1.1.26
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tillmann.werner(a)gmx.de
Created an attachment (id=22556)
--> (http://bugs.winehq.org/attachment.cgi?id=22556)
diff against git that solved the problem
I think a null pointer dereference may occur when running winedump in spec
mode. I encountered a segmentation fault when invoking ./winedump spec -c
/tmp/poly/poly.dll -I /tmp/poly/. The reason seems to be line 1598 in
tools/winedump/pe.c where dll_current_symbol may be NULL. This affects version
1.1.26 as well as a fresh git checkout. The attached URL contains a quick hack
that worked for me but certainly requires review from somebody more familiar
with the code.
--
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=19778
Summary: cmd set "FOO=bar" does the wrong thing; breaks firefox
build script
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The firefox build scripts do
SET "PATH=%PATH%;%MOZ_TOOLS%\bin"
On Wine, this sets the bizarre environment variable "PATH.
--
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=19851
Summary: interlocked* functions unimplemented for ARM
Product: Wine
Version: 1.1.28
Platform: Other
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Long story short, someone on #winehq asked how wine was on ARM (in case
Microsoft started supporting Windows on ARM). Out of curiosity, I got Debian on
ARM for QEMU, got wine source, installed deps, and went along.
First show stopper:
interlocked.c:389:3 error: #error You must implement the interlocked* functions
for your CPU
--
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=18073
Summary: VB6 Format decimal error
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabmoa(a)yahoo.it
CC: damjan.jov(a)gmail.com
Created an attachment (id=20475)
--> (http://bugs.winehq.org/attachment.cgi?id=20475)
test program
I had posted bug 15387 (fixed) for a problem in VB6 Format but I find there is
another problem in the Wine VarFormat function.
MASK=#.###
INPUT RESULTS
LINUX WIN
0.099 0.099 0.099 -> ok
0.0999 0.099 0.1 -> wrong
0.09999 1.000 0.1 -> wrong!!
0.099999 1.000 0.1 -> wrong!!
MASK=#.####
INPUT RESULTS
LINUX WIN
0.099 0.099 0.099 -> ok
0.0999 0.0999 0.0999 -> ok
0.09999 0.09999 0.1 -> wrong
0.099999 1.000 0.1 -> wrong!!
0.099999 1.000 0.1 -> wrong!!
In attachment there is a VB6 test program used to get these results.
All the cases must have the same behaviour
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.
http://bugs.winehq.org/show_bug.cgi?id=18075
Summary: IE8 missing urlmon function
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
Created an attachment (id=20482)
--> (http://bugs.winehq.org/attachment.cgi?id=20482)
Backtrace
To reproduce: start IE8, press ALT+D to view menu and navigate to
"Developer-Tools". While the Window is coming up i get a backtrace of missing
function.
--
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=18239
Summary: regedit should remember the last key open
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)centrum.cz
On Windows regedit remembers the last key open in the GUI
This is very useful when you have to revisit a value previously entered through
the GUI
Note that entering multistrings is not very useful editing through .reg files
because regedit dumps multistrings in hexadecimal.
--
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=18479
Summary: problem with writing to stdout under MSYS
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
install MSYS and MinGW, start MSYS using c:\MSYS\1.0\msys.bat
cd /c/mingw/bin
ld --help
Nothing is printed, looking at a trace:
and an exception occurs in ld.exe, it looks like something has gone wrong with
stdout:
Lots of:
0040:warn:msvcrt:msvcrt_fdtoh :fd (1) - no handle!
All the calls to puts printing the --help output etc return 0:
0040:Call msvcrt.puts(0048aafa "Link little-endian objects") ret=004070ab
0040:Ret msvcrt.puts() retval=00000000 ret=004070ab
And eventually the exception occurs:
0040:Call KERNEL32.MultiByteToWideChar(00000000,00000000,0048a305 "
",ffffffff,00000000,00000000) ret=7ed98632
0040:Ret KERNEL32.MultiByteToWideChar() retval=00000003 ret=7ed98632
0040:Call ntdll.RtlAllocateHeap(00110000,00000000,00000006) ret=7ed98658
0040:trace:seh:raise_exception code=c0000005 flags=0 addr=0x7bc4501d
ip=7bc4501d tid=0040
...
--
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=18671
Summary: Getting Error while Calling XMLHTTP using VB6
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gowrishankar(a)wondersoft.in
CC: gowrishankar(a)wondersoft.in
'-------------------------------------------------------------------------
Hi i am getting system error : - 2146697206
and using mxxml.dll and msxml2.dll as reference for this vb coding
kindly help me to solve this issue
'-------------------------------------------------------------------------
Option Explicit
Dim HttpReq As XMLHTTP
Private Sub Command1_Click()
On Error GoTo err
Dim strURL
strURL = "http://XXXXXXXXXXXXXXXXXXXXX.aspx"
'==============================================
'===> Creating XMLIsland to send to Server <===
'==============================================
Dim xmlString
xmlString = "<xml><Authenticate "
xmlString = xmlString & "UserName='admin' "
xmlString = xmlString & "Password ='new' "
xmlString = xmlString & "/></xml>"
'=====================================
'===> Sending XMLIsland to Server <===
'=====================================
Set HttpReq = New XMLHTTP
HttpReq.open "POST", strURL, False
HttpReq.send xmlString
'==========================================================
'===> Receiving and Analyzing the response from Server <===
'==========================================================
Dim Response As String
Response = HttpReq.responseText
MsgBox Response
Exit Sub
err:
MsgBox err.Number & " " & err.Description
End Sub
--
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=18690
Summary: CTRL + Shift + Tab in Firefox 3 does nothing (dogfood)
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.mozilla.com/en-US/firefox/
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Follow up to bug 14248. In native firefox (winetricks -q firefox3), Ctrl + T
will bring up a new tab, and Ctrl + tab will shift focus to the right, but Ctrl
+ shift + tab won't shift focus to the left. It is simply discarded (AFAICT).
--
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=18825
Summary: winemaker: Extract more information from vcproj
Product: Wine
Version: 1.1.23
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivan1986(a)list.ru
CC: nerv(a)dawncrow.de
Hello
i try build miranda IM from SVN
in bug 230(http://bugs.winehq.org/show_bug.cgi?id=230)
what i do:
svn co https://svn.sourceforge.net/svnroot/miranda/trunk
cd trunk/miranda/bin8
winemaker miranda32.sln
than i run make and got error:
...
main.o: In function `WinMain':
main.cpp:(.text+0x66): undefined reference to `InitCommonControls'
...
InitCommonControls() is function from comctl32.dll
dbtool_8.vcproj:
...
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalDependencies="comctl32.lib"
SuppressStartupBanner="true"
...
when i add comctl32 to MakeFile (dbtool_exe_DLLS) manual this path goung ok
But another undefined reference is still write.
Also i get strange linker error:
openerror.cpp:(.text+0x43b): undefined reference to `mmi'
openerror.cpp:(.text+0x47a): undefined reference to `utfi'
mmi and utfi is global variables, but i not find where they declared in include
files, in VS.NET 8.0 (2005) project build normal
--
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=17986
Summary: BrsFolder_OnCommand make new folder not implemented
Product: Wine
Version: 1.1.18
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: teach2000(a)basement.nl
Created an attachment (id=20354)
--> (http://bugs.winehq.org/attachment.cgi?id=20354)
Test project created with Delphi 2007.
The SHBrowseForFolder dialog doesn't allow creating directories.
Log:
BrsFolder_OnCommand make new folder not implemented
Open attached executable.
Click 'Button1'.
Browse to directory in which to create new directory.
Click 'Make New Folder'.
Exp.: Folder 'New Folder' is created.
Act.: Nothing happens, except fixme:shell:BrsFolder_OnCommand make new folder
not implemented.
--
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=17603
Summary: winecfg crashes on encountering unknown (incorrect) dll
overrides
Product: Wine
Version: 1.1.16
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: divided.mind(a)gmail.com
Created an attachment (id=19771)
--> (http://bugs.winehq.org/attachment.cgi?id=19771)
0003-Winecfg-doesn-t-segfault-on-unknown-dll-override-mod.patch
When in the registry there is something else than known "native" and "builtin"
keywords entered in dll overrides, winecfg crashes on opening dll override tab.
Attached patch solves the problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17498
Summary: winemaker fails on 64-bit systems
Product: Wine
Version: 1.1.15
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Andrew.Talbot(a)talbotville.com
CC: julliard(a)winehq.org
After running winemaker in the normal way, e.g.
> winemaker --lower-uppercase .
performing a make results in the following error messages.
/usr/bin/ld: Relocatable linking with relocations from format elf32-i386
(test.o) to format elf64-x86-64 (test.8QHnKr.o) is not supported
winebuild: /usr/bin/ld -r failed with status 256
Git commit a5947ffcd1ffbf15587ebdcf206efdfd308a2a47
"winegcc: Don't pass the as/ld/nm commands to winebuild"
causes this regression.
--
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=16914
Summary: wrc chokes on a file which is accepted by windows rc
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ilya.sandler(a)gmail.com
wrc chokes on this file
#include <windows.h>
Chem Menu
{
POPUP "&Elements",
{
MENUITEM "&Oxygen", 200
MENUITEM "&Carbon", 201
}
}
cheetah:~/comp> wrc wrcbug.rc
wrcbug.rc:5:2: Error: syntax error
this is on ubuntu with 1.0.0-1ubuntu4~hardy1,
the problem is apparently caused by an extra comma after "&Elements" ( which is
however accepted by window's rc)
--
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=16466
Summary: Palm OS Resource Editor crashes
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
URL: http://www.accessdevnet.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
Created an attachment (id=17838)
--> (http://bugs.winehq.org/attachment.cgi?id=17838)
Backtrace when clicked "new file->XML resource description"
Palm OS Resource Editor crashes on new file or opening file.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16356
Summary: 16 bit file dialog file filter not working
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pgr(a)arcelectronicsinc.com
CC: dmitry(a)codeweavers.com
Regression
77c0fad57207dd38864eaa8a54ae0571f37e5b20 is first bad commit
commit 77c0fad57207dd38864eaa8a54ae0571f37e5b20
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Tue Jan 8 16:43:14 2008 +0800
comdlg32: If lpstrFile points to a valid string use it as a default value
for edit control.
After this commit A simple Delphi 1 program with a file open or save dialog no
longer updates the files listbox when the drop down file type selector is
changed.
It will be a few weeks before I have time to look for solution.
--
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=14248
Summary: CTRL + Tab in Firefox is intepreted as CTRL + B
(dogfood)
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.mozilla.com/en-US/firefox/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Finally got through my 1609 page wikisurf, so now I've made Windows Firefox my
default browser. Disappointingly, CTRL + Tab brings up the bookmark toolbar
(same as CTRL + B). Interestingly, CTRL + Shift + Tab does nothing, instead of
bringing up the bookmark library. Either way, very annoying, especially for tab
whores such as myself.
--
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=14866
Summary: expand: Wine's expand program fails on /r option
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: royshea(a)gmail.com
Created an attachment (id=15414)
--> (http://bugs.winehq.org/attachment.cgi?id=15414)
File compressed using "compress.exe -r test.txt"
The MS-DOS "expand" utility accepts the /r option to automatically rename files
compressed using "compress" with the /r option. The version of "expand"
included in wine fails to accept the /r option.
Attached is an example file originally named "test.txt" and compressed using /r
into the file "test.tx_". Executing "expand.exe /r test.tx_" should
successfully expand the file into "test.txt".
--
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=13895
Summary: printer setup dialog has a useless Apply button
Product: Wine
Version: 1.0-rc4
Platform: Other
OS/Version: other
Status: NEW
Severity: trivial
Priority: P2
Component: wineps.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
To access this dialog:
1. run notepad
2. select file -> printer setup
3. click on properties
the dialog has an apply button, but it's not being used at all. We should just
get rid of it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12912
Summary: Torque Game Builder: Blanks the screen.
Product: Wine
Version: 0.9.60
Platform: PC
URL: http://www.garagegames.com/pg/demo.php?id=63
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff(a)jones.be
When you try and run the Torque Game Builder application the entire screen goes
black. The mouse cursor however is still visible and does change if you move it
around the screen (based on the elements that I assume the mouse is hovering
over).
If you run the application in a virtual desktop the same thing happens. The
virtual desktop is visible for a few seconds before the entire screen goes
blank.
Restarting X is the only way I know to recover the system.
I am not sure but I think the IDE makes use of directX.
--
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=12048
Summary: coreftp hangs after connecting to a ftp site
Product: Wine
Version: 0.9.57.
Platform: PC
URL: http://www.coreftp.com/
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Tried out Coreftp 2.1 LE. I can connect to a ftp site (i.e mirrors.kernel.org)
just fine, but within a few seconds, I get:
err:ntdll:RtlpWaitForCriticalSection section 0x8f2a10 "?" wait timed out in
thread 0015, blocked by 0016, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x8f2a10 "?" wait timed out in
thread 0009, blocked by 0016, retrying (60 sec)
and the program hangs.
--
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=10140
Summary: Most grayscale JPEGs cause abnormal rendering artifacts
in CDisplay
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: justivo(a)gmail.com
Created an attachment (id=8719)
--> (http://bugs.winehq.org/attachment.cgi?id=8719)
example file for testing
I've noticed this bug two years ago when I first tried Wine. I never reported
it. I always expected that it was something obvious that would get fixed soon,
and now here we are with version 0.9.47 and the bug still rampant. So it is
not something obvious.
In Windows I frequently used the comic book reader called CDisplay[1]. When I
moved on, I brought the software with me and tried it in Wine. In most cases
-- because many of my scanned comic books are old and black and white -- I was
unable to read the book. A weird graphical glitch, which would not output any
useful debug message, would prevent me from reading the book. I managed to
track, after some experimenting, that the problem was caused by most (but not
all) grayscale JPEG files. A RGB colored one would not suffer from this
problem.
I believe it may be a GDI+ glitch.
Since 2005 at least I've seen this problem, and it went on in every update of
Wine, clean install or not. Besides the rendering glitch, the program works
otherwise fine.
While the problem seemingly only affects CDisplay, it's possible that it may
affect some videogames, or even Photoshop itself, and as such it may be worth
checking it out.
Attached is an example file that triggers the problem. CDisplay is a freeware
application. The link for download is below.
[1] http://www.geocities.com/davidayton/CDisplay.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21447
Summary: Monopolie 0.9.7 does not run
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: richardcavell(a)mail.com
Monopolie 0.9.7.exe, an open-source Monopoly game from sourceforge that is
written in Visual Basic, does not run. If I run the .exe from the command
line, it simply terminates without an error message. The source code is
included with the download, so if the error is somewhere in there, it ought to
be able to be located.
--
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=24065
Summary: Startcraft 2 - in game, only lights/particles from
units are visible. rest in gray. (UI ok)
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lionel.barret(a)gmail.com
Created an attachment (id=30254)
--> (http://bugs.winehq.org/attachment.cgi?id=30254)
starcraft-2 : bug : in game, only lights/particles from units are visible.
During the game, only lights/particles from units are visible (see screenshot).
The rest of the terrain is in gray. The UI is good as everything else.
Everything before the map is ok.
MY setup :
Ubuntu 10.04
Wine 1.3.0 (from git yesterday, 20/08/2010)
Nvidia gtx 275 with the 256.44 drivers
2 monitors @ 1280x1024.
(this is different than Bug 22971, but may be related).
--
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=24578
Summary: WinUAE fails to start on ATI Catalyst (fglrx) driver
Product: Wine
Version: 1.3.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gururise(a)gmail.com
Created an attachment (id=31042)
--> (http://bugs.winehq.org/attachment.cgi?id=31042)
Console output on startup failure.
Using WinUAE 2.3.0 on Ubuntu 10.04 with Wine 1.3.3 and an ATI HD 3200 (built in
gfx) with the ATI Catalyst (fglrx driver v10.9 Hotfix) results in a failure to
start.
Machine:
--------
Tri Core AMD
Ubuntu 10.04 64-bit
ATI 3200 HD built in gfx
ATI Catalyst (fglrx) driver v10.9 hotfix
Wine v1.3.3
Results in a failure to start. See attached console output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21037
Summary: Microsoft Flight Simulator 2004 crashes when starting
a flight
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=25233)
--> (http://bugs.winehq.org/attachment.cgi?id=25233)
Microsoft Flight Simulator 2004 backtrace
With wine-1.1.34-469-g33a1934, after doing winetricks directplay ie6 to work
around bug 12973, starting Microsoft Flight Simulator 2004 and then launching a
new flight results in an immediate crash in wined3d:
Backtrace:
=>0 0x7dea1430 context_release+0x30(context=(nil))
[/home/andrew/wine-git/dlls/wined3d/context.c:843] in wined3d (0x0032f4b0)
1 0x7deb9bcf create_primary_opengl_context+0x9f(iface=<register EDI not in
topmost frame>, swapchain_iface=<register ESI not in topmost frame>)
[/home/andrew/wine-git/dlls/wined3d/device.c:6305] in wined3d (0x0032f4e0)
2 0x7debf316 IWineD3DDeviceImpl_Reset+0x446(iface=0x184970,
pPresentationParameters=0x32f584)
[/home/andrew/wine-git/dlls/wined3d/device.c:6546] in wined3d (0x0032f560)
...
glxinfo reports for OpenGL strings:
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 7800 GT/PCI/SSE2/3DNOW!
OpenGL version string: 2.1.2 NVIDIA 190.42
OpenGL shading language version string: 1.20 NVIDIA via Cg compiler
The complete backtrace is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20641
Summary: Problems loading dispatch and dual types in SLTG
TypeLibs
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sunilmohan(a)fsf.org.in
Created an attachment (id=24631)
--> (http://bugs.winehq.org/attachment.cgi?id=24631)
MS Oleviewer showing the typelib on Wine and Windows
When I tried to run a Visual Basic 6.0 application that uses Crystal Reports
8.5 ActiveX control, multiple problems popped up. The end result was that
invoking a method turns into an error that the method requested for could not
be found.
The attached screenshots best describe the problem. First screenshot shows
oleviewer displaying information about the typelib for the mentioned ocx
control on Wine and on Windows. The dispatch interface "CrystalReportEvents" is
not shown as being derived from IDispatch. And the dual types "IRowCursor" and
"CrystalCtl" as shown simply as interfaces.
The second screenshot shows a simple test application on Wine and on Windows.
We can see that TypeInfo members returned by Wine differ at many places
compared to the TypeInfo returned by Windows. Of interest is the type kind for
descriptions #0 and #7. Also the no. of interfaces implemented by description
#8.
I have patches that fix these two problems. With the patches all TypeInfo
members appear similar to the Windows output (except lcid). I am posting the
patches on wine-patches list.
Patch 1: Type descriptions of type kind DISPATCH can actually inherit from one
interface instead of specifying methods and properties according to MSDN. The
SLTG parser does not seem to handle this. I added code to read information
about inherited interfaces in DISPATCH types when available.
Patch 2: The documentation says that dual interfaces which implement both
INTERFACE and DISPATCH have to be returned first as DISPATCH types and then
INTERFACE type will be returned when calls to GetRefTypeOfImplType and
GetRefTypeInfo are made with -1 index. Clients are supposed to check for DUAL
flag and read the second type info accordingly. However, in SLTG typelib above,
the two dual types have type kind INTERFACE set on them. We must be returning
DISPATCH type first and then later the INTERFACE. So, I added code to return a
DUAL interface as DISPATCH type first in the SLTG parser. This fixes other
problems such as removing the AUTOMATION flag in the returned description and
proper function count.
Patch 3: I removed a check for DISPATCHABLE flag when GetRefTypeOfImplType is
called with -1 index for the following reasons. DUAL which is already being
checked for implies DISPATCHABLE. The SLTG type library being dealt with has
dual types without this flag set. The flag is a computed one and not present in
the IDL.
Patch 4: Updated a comment about a newly seen value in SLTG typelib that was
thought of to be constant.
After the fixes, our test case using the above activex seems to run fine. I ran
the tests but they don't seem to contain any SLTG library parsing tests.
--
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=23824
Summary: Starcraft II: Installer doesn't always launch
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
At first, I thought it may be disk protection, since I was trying to install
from an ISO of my original disk, but the original disk has the same problem. I
also ruled out a mounting problem, I've mounted with -o ro,unhide,uid=$UID.
The strange part is, the install will sometimes work. I haven't figured out
what makes it work/fail. It seems to work better if there's nothing else
running in the prefix. A `wineserver -k` right before running `wine
Installer.exe' also seems to help.
Additionally, sometimes wine can't even seem to find the exe (!):
austin@laptop:/mnt/wisotool$ ls
autorun.inf disc.ico Installer.exe Installer Tome 1.MPQE Installer UI 1.MPQ
Installer UI 2.MPQE StarCraft II Installer.app
austin@laptop:/mnt/wisotool$ wine Installer.exe
wine: cannot find L"C:\\windows\\system32\\Installer.exe"
The terminal output when it fails to run isn't very insightful:
austin@laptop:/mnt/wisotool$ wine Installer.exe
fixme:process:GetLogicalProcessorInformation ((nil),0x33f5e4): stub
fixme:ntdll:NtPowerInformation semi-stub: SystemPowerCapabilities
fixme:process:GetLogicalProcessorInformation ((nil),0x33fa14): stub
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT
(60000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT 60000
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT
(60000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT 60000
fixme:process:GetLogicalProcessorInformation ((nil),0xb7c5ac): stub
fixme:process:GetLogicalProcessorInformation ((nil),0xb7c5b4): stub
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
fixme:process:GetLogicalProcessorInformation ((nil),0xe7e99c): stub
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
fixme:process:GetLogicalProcessorInformation ((nil),0xe7e99c): stub
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0
method=0)
I've tried native wininet, since I'm grasping at straws, but that didn't help.
The ntdll fixme seems to be the relevant line those process fixme's show up
when the installer does actually run.
--
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=26065
Summary: Starcraft 2 demo "Quit Campaign?" dialog missing text
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In the Starcraft 2 demo, click "Start Campaign", pick any difficulty,
click OK, wait for cutscene to start, press Escape to skip the cutscene.
The Mission Selection screen will appear. (This all takes about ten seconds.)
Click the CLOSE button in the lower right. This will bring up
the "Quit Campaign?" dialog, which on Windows has the words "Quit Campaign?"
and buttons Yes and No. On Wine, the words "Quit Campaign?" are missing.
They don't seem to be in a system font, they're in about the same
font as the words "Destroy the Dominion Outpost" or "Marine" in
the mission selection screen.
+font doesn't seem to show anything interesting, nor does +file.
Presumably their fonts are not stored in naked files nor rendered by the
system.
The fonts for Starcraft 2 seem to be kind of documented in
http://www.sc2mapster.com/api-docs/game-files/layout/font-styles-sc2style/
It looks like they use a mix of .ttf and .otf, for what it's worth.
--
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=26657
Summary: cannot paste text into wine iexplore.exe when
browswing
Product: Wine
Version: 1.3.17
Platform: x86
URL: http://www.google.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
$ wine http://www.google.com
copy some text to your clipboard. Click in the url bar, right click, paste.
Works fine. Click in the search box on google. Right click, paste:
fixme:mshtml:exec_mshtml_paste Unimplemented in browse mode
no text :(.
--
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=19019
Summary: Perry Rhodan Operation Eastside missing menu labels
and other menu parts
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ch.assfalg(a)gmx.de
Created an attachment (id=21925)
--> (http://bugs.winehq.org/attachment.cgi?id=21925)
Screenshot of Menu without labels
I am trying to run an old Win95 / DirectX 5 Game on Ubuntu 9.04: Perry Rhodan,
Operation Eastside. The system is 32 bit and uses a Nvidia 7600 with Nvidia
Drivers Version 180. I tried the current Wine Version from Ubuntu (1.0.1 I
think) and the current Ubuntu Package from winehq (1.1.23). Both seem to have
the same Problem:
fixme:d3d:IWineD3DClipperImpl_SetClipList (0x14ac30,(nil),0),stub!
I think that this function is used to draw the Menu Items (labels and stuff) in
the Game. The result is that all Text is missing in the menus, and various
other areas are only partly there while the mouse hovers over them, you click
someplace special (edge of screen?) or by chance.
I have added a small log of the Game start into menu, and a screenshot.
Visual Effects have been disabled, I tried configuring the X-Server for 8 bit
and without font antialiasing, all without effect.
Is there anything else I can do, any more info I can Provide?
--
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=23421
Summary: unimplemented function
SHLWAPI.dll.AssocGetPerceivedType (affects Windows
Live Photo Gallery)
Product: Wine
Version: 1.2-rc5
Platform: x86
URL: http://g.live.com/1rewlive3/en/wlsetup-all.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Created an attachment (id=29210)
--> (http://bugs.winehq.org/attachment.cgi?id=29210)
Live Photo Gallery Crash
Windows Live Photo Gallery crashes with unimplemented function.
Can install a couple of Windows Live programs after winetricks msxml3 ie6
Live Photo gallery then requires winetricks wmp9
After this it crashes with unimplemented function.
Log 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=19254
Summary: Fractal Mapper: some symbols disappear over bitmap
backgrounds
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://www.nbos.com/products/mapper/mapper.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goeran(a)uddeborg.se
Certain combinations of symbols and backgrounds fail. It appears to happen to
the ones called "battlemap" in Fractal Mapper. It can be reproduced with the
free trial version (http://www.nbos.com/nox/index.php?action=1001&id=144) and
the instructions below assume the defaults in that installation. But the
problem is not limited to the trial version, it does also happen to the latest
8.10f version of Fractal Mapper.
1. Install Fractal Mapper according to my instructions in the AppDB
(http://appdb.winehq.org/objectManager.php?sClass=version&iId=10813)
2. Start Fractal Mapper.
3. Select "Rectangle" in the "Standard tools" in the top left.
4. Select "Battlemap" as "Fill Style" in the top right. The default desert
fill is fine.
5. Draw a large rectangle on the map. It gets the desert fill.
6. Select the chessboard from the "Mapping Symbols" in the lower left.
7. Click-move-release a rectangle over the desert area.
The last step should show the chessboard, but it doesn't.
To illustrate that this has to do with the background, one can
8. Select the "Pointer" in the Standard tools".
9. Click in the large sandy rectangle. (But not where you put the chessboard
in it.)
10. Select "Solid Fill" in the "Fill Style".
11. Click "Apply"
The chessboard now appears.
To illustrate that this also depends on what kind of symbol is choosen, one can
instead
8. Select "Standard Fantasy Symbols" in the "Mapping Symbols" area.
9. Click on the sea monster.
10. Draw an area in the sandy rectangle.
The sea monster (desert monster?) DOES appear.
--
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=26831
Summary: MLB 2k11 "hangs" during gameplay
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jpeirce(a)sourcecode.com
Created an attachment (id=34187)
--> (http://bugs.winehq.org/attachment.cgi?id=34187)
terminal output from wine
While playing a game, almost exclusively while controlling the pitching team,
the game "hangs" for anywhere between a few seconds and a minute. The problem
seems to get worse the longer the game has been running.
The device clear render targets message seems to coincide with the game
resuming from a hang but I'm not 100% sure on that. I also get a few errors in
dmesg that seem to refer to my NVIDIA driver.
The drawStridedFast message is spammed to my terminal constantly during
gameplay, but doesn't seem to have an effect on performance.
I am using current git master up to date as of 04/18/11 18:27 MST.
NVIDIA UNIX x86_64 Kernel Module 260.19.44
Linux springs 2.6.38.2-ck3-jackson #2 SMP PREEMPT Wed Apr 13 21:46:11 MDT 2011
x86_64 x86_64 x86_64 GNU/Linux
When compiling wine it noted I don't have support for OpenCL, Gstreamer, and
libgphoto2. But I don't think those would be the cause.
--
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=22850
Summary: Jade Dynasty - Render bug
Product: Wine
Version: 1.2-rc1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: forum(a)muramatsu.com.br
Created an attachment (id=28218)
--> (http://bugs.winehq.org/attachment.cgi?id=28218)
Image with the Render bug
When I try to enter in game Jade Dynasty (provided by Perfect World at
http://www.jd.perfectworld.com) the render is not viewed normal.
Take screeshot here: http://img408.imageshack.us/img408/8454/errowine.png (or
view the attachment)
How to solve this problem?
Tks for your help.
Ricardo Muramatsu
--
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=27886
Summary: GoToMyPC Viewer: menu bar is not drawn
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: q3aiml(a)gmail.com
In the application the window chrome appear manually drawn, with the menu
merged into the top bar. In wine, however the menu section is not drawn and the
area that would appear to be reserved for it isn't. It appears to be due to
GetMenuItemRect not returning the dimensions for undrawn menus. This results in
not being able to access some important program functionality such as changing
the zoom level.
--
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=26946
Summary: Pro Evolution Soccer 2010 "Program Error"
Product: Wine
Version: 1.3.18
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: indra163(a)yahoo.co.id
the installation process was successfull...
and i have install dot net and directx too....
but when i started it, it not working and show :
"Program Error
The program pes2010.exe has encountered a serious problem and needs to close.
We are sorry for the inconvenience.
This can be caused by a problem in the program or a deficiency in Wine. "
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26325
Summary: Pentax Photo Browser crash at launch
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kasvinszki.tamas(a)gmail.com
The Photo Browser slpash screen appears, and after the crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29091
Bug #: 29091
Summary: PROMT Expert Giant didn't start
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dreesi(a)yandex.ru
Classification: Unclassified
Created attachment 37494
--> http://bugs.winehq.org/attachment.cgi?id=37494
Log and screen
When I start windows-program PROMT Expert Giant I see start-up picture, but
then error appears. I send the log from terminal and screenshot.
--
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=22680
Summary: Photoshop CS5 installer fails
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://www.adobe.com/products/photoshop/main.html
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=27936)
--> (http://bugs.winehq.org/attachment.cgi?id=27936)
Wine 1.1.42 console output
Working around Bug 22679 with a native msxml3, the Photoshop CS5 installer
exits with error code (-1).
The following line is repeated just before the failure:
err:shell:SHGetFolderPathAndSubDirW Failed to create directory L"".
--
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=22267
Summary: SWKOTOR: Fails to detect available resolutions if
virtual desktop is off
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=27197)
--> (http://bugs.winehq.org/attachment.cgi?id=27197)
SWKOTOR configuration window
The problem is that Star Wars Knights Of The Old Republic configurator fails to
detect any resolution in resolution drop down list. When I enable virtual
desktop in winecfg then configurator shows two resolutions (800x600 1024x768)
in drop down list. My maximum monitor resolution is 1280x800.
Virtual desktop:
a) off
-resolutions appear in drop down list
-i can start the game and get to the main menu
b) on
-resolutions doesn't appear in drop down list
-the game starts in 800x600 shows black screen then switches to 1280x800 shows
black screen (with probably size 800x600) on the left top edge of the screen
and in the background my desktop. I cannot reach to the main menu because the
screen is always black.
In terminal in both cases there are only these two lines:
fixme:win:EnumDisplayDevicesW ((null),0,0x33f2d0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f2d0,0x00000000), stub!
Additional info:
Fedora 12 32 bit
self-compiled Wine 1.1.42
NVIDIA 9xxx with drivers from vendor site 195.36.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.
http://bugs.winehq.org/show_bug.cgi?id=18148
Summary: Demise: dialog box won't react to click
Product: Wine
Version: 1.1.19
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puciek(a)gmail.com
Created an attachment (id=20612)
--> (http://bugs.winehq.org/attachment.cgi?id=20612)
Console output
When i run demise there is dialog box in the begining on which you must click
"ok", but this button won't react when you click it, so you can't even get to
game menu.
--
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=28335
Summary: Wine crashes when an active X control is called
Product: Wine
Version: 1.3.28
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: proent1992(a)comcast.net
I upgraded from wine 1.3.27 to wine 1.3.28. Wine crashes when IE7 calls on an
active X control in a web page. I tried a fresh install of wine and IE7 using
wine tricks. I then tried built in wine IE and I get the same problem. I also
tried a program that I know uses Active X and it also crashed wine.
Sorry I am only a user and not a programer.
Using OpenSuse 11.4 x86-64 with wine 32bit
--
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=17152
Summary: Blizzard Updater complains about javascript being turned
off
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
URL: http://www.worldofwar
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Created an attachment (id=19021)
--> (http://bugs.winehq.org/attachment.cgi?id=19021)
Screenshot of behaviour.
When patching World of Warcraft, the Blizzard Updater (at least the old one)
complains about Javascript being turned off, instead of showing the patch.html
file embedded in the patcher. See screenshot.
No interesting terminal output, however testing the patcher is a long process
so if a full debug log is needed, just say what to run.
--
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=13467
Summary: Linking a bug to an application instead of a version
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: edwin.smulders(a)gmail.com
I know of at least 2 programs were bugs apply to all versions (Overlord,
Samsung PC Studio) and I'd like the ability to add them to all versions at
once.
No biggie, just something i thought of.
--
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=18223
Summary: Grim Fandango: unable to install
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t0p0linik(a)yahoo.it
Created an attachment (id=20730)
--> (http://bugs.winehq.org/attachment.cgi?id=20730)
Small error window during installation
I just can't install the game at all!
I wanted to know how far 1.1.20 is toward to make the game easily enjoyable and
it can't be installed. Why? Furthermore, the error window I get is empty.
I attach a screenshot.
The "STOP" little window appears a couple of times during installation, then
everything reaches the end and the install directory contains only two files:
DeIsL1.isu (uninstaller data file?) and Grim.EXE
So, the game is unusable.
--
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=21060
Summary: MCI open+play .avi hangs
Product: Wine
Version: 1.1.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Perhaps this simple scenario explains one or another hang in some application.
Please use my mci command shell at bug #20232, comment #10 to enter the
following commands:
open z:\...path\to\wine-src\dlls\shell32\searching.avi alias v
play v
Wine hangs.
Alternatively:
open z:\...path\to\wine-src\dlls\shell32\searching.avi alias v
play v wait
does not hang. Use
close v
Ctrl-D to exit the shell.
open z:\...path\to\wine-src\dlls\shell32\searching.avi alias v
window v show
play v
does not hang either.
Supposedly you can use any .avi file of your choice. If you prefer, you can
write a 20 liner C program to send the commands instead of using my shell.
Perhaps there's some race condition? The play command must open a window if
none is present (native does so). "play v wait" shows that Wine can do it too,
yet the "play v" without previously opened window hangs.
BTW, the window that Wine opens for the video is larger than the one native
opens. It looks like there's room reserved to the right for a scrollbar. This
could explain some layout discrepancies in some applications. But that's
another issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27641
Summary: an editor should use the indic font when indic typing
is being done
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fast.rizwaan(a)gmail.com
Created an attachment (id=35341)
--> (http://bugs.winehq.org/attachment.cgi?id=35341)
the hindi characters are shown as boxes
When typing hindi in wine apps, only boxes are shown, it would be nice if wine
could 'use' automatically the language related font (available fonts) and font
substitution from ~/.fonts.conf, at least mangal or arial unicode ms or their
substituion font should be used. It is better than empty boxes. :)
likewise, some indic language fonts only have part of latin characters like
numbers and symbols but not ABCDEFGHIJKLMNOPQRSTUVWXYZ characters, wine should
try to use default font for latin if there are not glyphs avaialble for a
language.
Thanks.
Please see the video and attachment hindi_font_boxes.rtf
http://www.youtube.com/watch?v=uMtwEHp6gvw
--
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=27282
Summary: wine cannot execute TDRABCSetup.exe
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
1. Download the installer
$ wget http://www.95599.cn/update/down/TDRABCSetup.exe
2. start with wine:
$ wine TDRABCSetup.exe
there is no any output, also no any window display.
Typing Ctrl+C can not stop the program, the output is like below:
^Cfixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
err:ntdll:RtlpWaitForCriticalSection section 0x338198 "?" wait timed out in
thread 0020, blocked by 0009, retrying (60 sec)
Only wineserver -k can stop the program.
--
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.