http://bugs.winehq.org/show_bug.cgi?id=15387
Summary: VB6 Format error in wine 1.1.4
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabmoa(a)yahoo.it
Created an attachment (id=16235)
--> (http://bugs.winehq.org/attachment.cgi?id=16235)
two minus is not better than one
Format is a very used function in VB6 programs.
In the wine 1.1.4 I think the following fix had changed the right behaviour of
VB6 format function: in the example the negative values have 2 minus instead of
1
(ex. --0.001 instead of -0.001!).
wine git:
2008-08-25 Damjan Jovanovic
oleaut32: Fix negative number handling in VarFormat.
Wine 1.1.2 doesn't have such 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=15366
Summary: Starcraft cant find CD
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert-meier(a)gmx.net
In the wine version 1.1.5 Starcraft (Brood War) is not able to find the CD for
playing this game. 1.1.4 worked well.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15335
Summary: Regedit: char format, different type arg errors
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: FreeBSD
Status: NEW
Keywords: source
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
gcc -c -I. -I. -I../../include -I../../include -I../../include/msvcrt
-DNO_LIBWINE_PORT -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith
-I/usr/local/include -Werror -o regproc.o regproc.c
regproc.c: In function `processRegEntry':
regproc.c:580: warning: char format, different type arg (arg 4)
regproc.c: In function `export_hkey':
regproc.c:1070: warning: char format, different type arg (arg 3)
regproc.c:1071: warning: char format, different type arg (arg 3)
*** Error code 1
Stop in /usr/home/pcbsd/wine-git/programs/regedit.
*** Error code 1
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15334
Summary: richedit: cursor doesn't change when over a scrollbar
Product: Wine
Version: 1.1.5
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsalacinski(a)gmail.com
Hi,
I've noticed this a long time ago, thought it was submitted, but I think it's
not, so here it is:
When application is showing richedit widget with long content, it shows a
scrollbar on the right side.
When user is hovering the mouse cursor over the scrollbar, it should change to
an arrow, instead the "edit" type cursor stays on.
It's a minor issue, but should be reported. Cheers
--
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=15313
Summary: Leela: graphics do not show (win32/GDI?)
Product: Wine
Version: 1.1.0
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gcp(a)sjeng.org
Hi,
I have a go game with a fairly simple GUI that is built on wxWidgets/Win32. All
board drawing is done with normal DC functions, via a wxWidgets
(Buffered)PaintDC.
I received several reports that the playing board does not show up when using
the program under Wine. There are (obviously) no problems under Windows.
It surprises me that it does not work as as only very basic Win32 GDI drawing
functions are used.
I am wondering if someone can take a look at this, it looks like a bug in wine.
standalone exe for debugging:
http://www.sjeng.org/ftp/work/LeelaGUI.exe
Wine 1.1 on Linux just shows a big black square where the playing board should
be.
--
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=15281
Summary: PROFILE_Load and friends doesn't handle ini files with
CR-only line endings
Product: Wine
Version: 1.1.4
Platform: PC
URL: http://www.widescreengamingforum.com/wiki/index.php/UniW
S
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: knan-wine(a)anduin.net
Created an attachment (id=16083)
--> (http://bugs.winehq.org/attachment.cgi?id=16083)
+profile debug log
UniWS is a universal widescreen patcher used for multiple games.
At launch, wine fails to parse its .ini file correctly and uniws emits the
error message: "Your PATCHES.INI file is for a different patcher version. A new
version of Universal Widescreen Patcher may be available for download."
It turns out that patches.ini is in Mac format (CR-only line endings).
Converting it to CRLF allows the application to start and work.
This works out of the box on windows, only wine users have reported this error
message on message boards.
The shortcoming is in the kernel32:PROFILE_* set of functions. Ought to be
pretty straightforward to fix in PROFILE_Load. The +profile debug log shows the
bug quite clearly.
--
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=15215
Summary: Microsoft Office 2007: Attempting to update IME
dictionary => crash (dogfood)
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Now that Office 2007 installs without any bugs (aside from bug 15027, but
that's no big deal), I tried Word out a bit.
First dogfood bug:
Fire up Word 2007.
Click 'Review' tab.
Click 'Update IME dictionary'.
CRASH.
Working on getting a backtrace. Did so the first time, but now can't seem to
get one...hmm
=>1 0x7e565c0b ImmConfigureIMEA+0x8b(hKL=0x4090409, hWnd=0x2004a, dwMode=2,
lpData=(nil)) [/home/austin/wine-git/dlls/imm32/imm.c:523] in imm32
(0x0032daec)
Was all I got the first time. Logs coming shortly.
--
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=15138
Summary: Spore crashes after the first stage of life
Product: Wine
Version: 1.1.4
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Rincebrain(a)gmail.com
I crashed wine by trying to play Spore past the first stage of life. The
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=15096
Summary: This user account does not have sufficient rights to
install
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: davidearlenz(a)gmail.com
Running the installer for SAS 9.2 (statistical analysis software) - pre-install
tasks, such as choosing language, run fine - then having clicked on 'install
software' get the message:
"This user account (NT AUTHORITY\'user name') does not have sufficient rights
to install SAS software"
This software only supports XP Professional and Vista Professional - not home
editions of either. Instructions say you should install it as administrator -
not as user. So I assume that the installer is expecting an account with
administrator privileges. However, I assume wine is only set up to install
user-level desktop applications.
So what may be needed is a way to emulate administrator and user levels within
wine.
This is the section from the terminal output that relates to the error:
---------------------------------------------
fixme:advapi:LookupAccountNameW L"" L"NT AUTHORITY" (nil) 0x7e3759e8 (nil)
0x7e3759e4 0x7e3759d8 - stub
fixme:advapi:LookupAccountNameW L"" L"NT AUTHORITY" 0x16925088 0x7e3759e8
0x16e4e1a8 0x7e3759e4 0x7e3759d8 - stub
fixme:netapi32:NetUserGetLocalGroups ((null), L"NT AUTHORITY\\david", 0,
00000001, 0x33f3ec -1, 0x33f3c8, 0x33f3c4) stub!
fixme:imm:ImmGetOpenStatus (0x1a6368): semi-stub
fixme:imm:ImeHandleNotify WM_IME_NOTIFY:IMN_SETCOMPOSITIONWINDOW
--
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.