http://bugs.winehq.org/show_bug.cgi?id=33881
Bug #: 33881
Summary: CommFort chat image posting bug
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)asdasd.ru
Classification: Unclassified
Here is one little bug in
http://commfort.com/ (CommFort is a client-server program designed for
communication over a home or corporate network.)
client can received images in chat.
If client-chat connected to server over Internet in 99.999999% time posting
image
just dropped. And client stop working on some time.
it's bug really really looong time ago! And testet on toooo many wine versions!
Try it!
In Win* OS all functions worked perfectly.
Because this is proprietary software we can nothing. But u can! Please!
--
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=30728
Bug #: 30728
Summary: Microsoft SQL Server Management Studio Express 2005:
Connection window is stretched vertically
Product: Wine
Version: 1.5.4
Platform: x86
URL: http://www.microsoft.com/download/en/details.aspx?id=8
961
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Created attachment 40232
--> http://bugs.winehq.org/attachment.cgi?id=40232
To the left screenshot from wine 1.5.4, to the right wine 1.5.2
After fixing bug 30559 there appeared another one: the connection window that
is displayed on startup of Microsoft SQL Server Management Studio 2005 Express
is taller than it should be. See attached screenshots: one is taken from wine
1.5.4 and is stretched, the other one is taken from wine 1.5.2 and has correct
height. You may also google "sql management studio" for lots of screenshots
taken under different versions of Windows. Note that under Windows there is no
gray area between app logo and Title bar and between app logo and the red
strip.
I tested the application in wine 1.5.2 with native gdiplus installed and it
looked the same way as it looks now with wine 1.5.4, so the patches are not the
source of the problem, they merely exposed a problem located elsewhere.
To reproduce the problem:
MS SQL Server Management Studio Express 2005:
http://www.microsoft.com/download/en/details.aspx?id=8961
Prerequisites:
winetricks dotnet20
recent version of Windows (Vista or newer) selected in winecfg
--
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=35424
Bug ID: 35424
Summary: tcc fails its libtest
Product: Wine
Version: 1.7.11
Hardware: x86
URL: http://bellard.org/tcc/
OS: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Classification: Unclassified
I tried building tinycc and running its tests under wine. The first problem:
------------ libtest ------------
./libtcc_test.exe lib_path=..
C:/windows/system32/msvcrt.dll:1: error: unrecognized file type
tcc: error: cannot find library: msvcrt
tcc: error: undefined symbol 'printf'
make[1]: *** [libtest] Error 1
To reproduce:
#!/bin/bash
rm -rf $HOME/.wine
wineboot
wget "http://downloads.sourceforge.net/mingw/files/mingw-get-setup.exe"
wine mingw-get-setup.exe
cd $HOME/.wine/drive_c/
git clone git://repo.or.cz/tinycc.git
cd tinycc
# Known good commit (on windows7)
git reset --hard 32a4962593d6a2006cdd725480124717e7f5377d
cat > build.sh << _EOF
#!/bin/bash
set -e
set -x
export PATH="/c/MinGW/bin/:$PATH"
./configure
make
make test
_EOF
cd $HOME/.wine/drive_c/MinGW/msys/1.0
wine start msys.bat
####
run that script. During the mingw install, select the 'mingw-developer-toolkit'
and 'mingw32-base' packages. After install, when the msys prompt appears, do:
$ cd /c/tinycc
$ ./build.sh
the same procedure works fine on native windows 7.
--
Do not reply 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=40690
Bug ID: 40690
Summary: Thin Basic Script Abends
Product: Wine
Version: 1.9.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fengshui(a)webleicester.co.uk
Distribution: ---
Created attachment 54561
--> https://bugs.winehq.org/attachment.cgi?id=54561
The trace of the Abend as produced by Wine ?
I've just installed Thinbasic 1.8.9 under Wine 1.9.10 (POL "install non listed
program" was used to manage the install & wine versions).
Linux Mint 17 Cinnamon desk top.
Upon executing the script in the ThinAir component of Thinbasic, TA abended
(please see attached file for diagnostics). TA & the script run fine in Windows
XP (SP3) 32bit & as a 32bit app in Windows 7 64bit.
I then tested against various versions of Wine. The script runs to completion
upto & including Wine 1.7.39. In later versions it abends (1.7.40, .43, .55 &
1.8.2 were tried) I also tried XP & W7 emulations.
--
Do not reply 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=28021
Summary: cmd lacks documentation on command line options ( /c ,
etc )
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)rodrigosilva.com
Unlike start, winepath, and other tools, cmd has no documentation anywhere. It
should have at least a builtin /h (or /?) for a brief explanations of its
command line options (are there others besides /c ? is /c in any user
documentation?)
Or wiki cmd page could be updated to list its options
--
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=26610
Summary: Impulse: some buttons are not displayed and some
disappear on mouse over
Product: Wine
Version: 1.3.16
Platform: x86
URL: http://www.impulsedriven.com/downloads/impulse_setup_f
ull.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavel.ondracka(a)gmail.com
Created an attachment (id=33879)
--> (http://bugs.winehq.org/attachment.cgi?id=33879)
terminal output
When you start impulse with builtin gdiplus, some buttons like
"organize","register product" and "view" are not visible at all, some others
like the game buttons are disappearing on mouse over.
winetricks dotnet20 is needed, winetricks gdiplus fixes this issue.
wine-1.3.16-213-gda4ed47
--
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=46033
Bug ID: 46033
Summary: Execution of commands that contain special symbols
will be truncated.
Product: Wine
Version: 3.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: yanjie875077968(a)gmail.com
Distribution: ---
when i use the wine cmd, i find same command can't be run, but it can be run in
winxp cmd.
➜ temp wine cmd
Wine CMD Version 5.1.2600 (1.6.2)
Z:\tmp\temp>dir_ny
Volume in drive Z has no label.
Volume Serial Number is 0000-0000
Directory of Z:\tmp\temp
File not found.
Z:\tmp\temp>./dir_ny
Z:\tmp\temp>dir .
Volume in drive Z has no label.
Volume Serial Number is 0000-0000
Directory of Z:\tmp\temp
10/22/2018 4:50 PM <DIR> .
10/22/2018 4:50 PM <DIR> ..
10/22/2018 4:50 PM 471,040 cmd1.exe
10/22/2018 4:50 PM 7 dir_ny.bat
2 files 471,047 bytes
2 directories 9,204,056,064 bytes free
Z:\tmp\temp>exit
➜ temp wine cmd1
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
Z:\tmp\temp>dir_ny
fixme:process:CmdBatNotification 1
Z:\tmp\temp>dir .
Volume in drive Z has no label.
Volume Serial Number is 0000-0000
Directory of Z:\tmp\temp
10/22/2018 04:50 PM <DIR> .
10/22/2018 04:50 PM <DIR> ..
10/22/2018 04:50 PM 471,040 cmd1.exe
10/22/2018 04:50 PM 7 dir_ny.bat
2 File(s) 471,047 bytes
2 Dir(s) 9,204,056,064 bytes free
fixme:process:CmdBatNotification 0
i review the cmd code in version 3.18. there is a bug in line 1318.
while (IsCharAlphaNumericW(whichcmd[count])) {
the IsCharAlphaNumericW function not include "_", so when a command include a
"_"
will be truncated.
--
Do not reply 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=38975
Bug ID: 38975
Summary: Alpha Protocol launcher: menu options hidden behind
grey boxes
Product: Wine
Version: 1.5.13
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: minor
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: 2eebedf38e4d5fd49075f8f89e63f869ca85cceb
Distribution: ---
Created attachment 51925
--> https://bugs.winehq.org/attachment.cgi?id=51925
screencast demonstrating the problem
Tested with the Steam version, no demo available.
When the game launcher appears menu options are hidden underneath grey
rectangles.
As the mouse pointer passes over a button it becomes visible (see example
screencast).
Terminal output doesn't show anything related.
The problem is reproducible in the traditional fullscreen and virtual desktop
mode as well.
The bug is present since
commit 2eebedf38e4d5fd49075f8f89e63f869ca85cceb
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Apr 30 15:09:03 2012 +0200
winex11: Handle Expose events by refreshing from the window surface.
wine-1.7.47-196-g4e6e9a1
Fedora 22 32-bit
XOrg 1.17.2
XFCE 4.12
--
Do not reply 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=23319
Summary: cmd thinks shift.exe is an internal command
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On Windows, 'shift' is an internal command, and 'shift.exe' is an
external command.
Wine's cmd mistakenly thinks 'shift.exe' is a synonym for 'shift'.
This makes it somewhat hard to play EA's Need For Speed: Shift.
--
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=28582
Bug #: 28582
Summary: MOVE-ing a file with cmd to current directory should
be a no-op
Product: Wine
Version: 1.3.29
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Classification: Unclassified
When using MOVE of a file/directory, bad things happen
'move file' or 'move file1' gives a confirmation dialog and deletes the file if
the move/overwrite is confirmed.
With directories, similar behaviour but you get an access denied and the dir
isn't deleted.
--
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.