http://bugs.winehq.org/show_bug.cgi?id=24588
Summary: 64 bit issue within qsort()
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stefan(a)obssys.com
Created an attachment (id=31054)
--> (http://bugs.winehq.org/attachment.cgi?id=31054)
Patch to fix 64 bit issue within qsort()
Change all types from int to size_t within NTDLL_mergesort().
--
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=22274
Summary: Edit control continues scrolling after mouse leaves
window
Product: Wine
Version: 1.1.42
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nospam(a)thenerdshow.com
Created an attachment (id=27210)
--> (http://bugs.winehq.org/attachment.cgi?id=27210)
user32: edit control scrolling now properly follows mouse selection
I will attach the source code for a small test program that reproduces this
behavior.
Steps to reproduce:
$ wine et.exe (edit test program)
Alternate steps to reproduce:
$ wine notepad
1. Paste the text of this bug report into the window.
2. shrink window down to about the size of a business card
3. Edit Menu - > turn off Wrap long lines
* A horizontal scrollbar should appear.
4. left-click in the window
5. continue holding down the left mouse button
6. drag mouse to the right until it leaves the window
7. continue holding the left button down
8. wait...
* Notice that the text selection keeps growing. This doesn't happen on windows.
9. still holding the mouse, move it around outside the window
10. Try to select a paragraph of text without using the scrollbars.
* Notice that it is hard to select the exact amount of text you want because
the selection keeps growing spookily on its own. Again, this doesn't happen on
windows.
Well, I found out what's causing the spooky growing text selection.
It's a fixme of WM_TIMER in edit.c
The attached patch fixes 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=21539
Summary: Using "Bare Streams" console mode with SRCDS does not
work.
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://srcds.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: laurikoivunen(a)hotmail.com
SRCDS ( Source Dedicated Server ) is designed to run both in GUI and CLI modes.
However, when trying to run the server in pure console without X and using
"bare streams" as described here (
http://www.winehq.org/docs/wineusr-guide/cui-programs ) I still receive the
error:
DISPLAY='' WINEDEBUG=+console wine srcds.exe -console ...
trace:console:AllocConsole ()
err:curses:WCCURSES_InitBackend (n)curses was not found.
err:wineconsole:WINECON_Init failed to init.
This is probably due to srcds running in "hybrid" mode where it is marked as a
GUI application, but uses AllocConsole to create a console hence resulting in a
new console creation, which currently fails.
As a workaround I stubbed AllocConsole and only returned TRUE. This allows the
application to start and reach a point where it tries to read the console and
where it then fails due to wine not being able to read from the console.
Could you add an option for true "bare streams" and so that input would also
work?
ps: I know that there is a linux version of SRCDS but there are no linux
binaries for the server I am trying to run. This bug forces a lot of server
hosters run X on their servers to be able to run SRCDS in wine. The server is
free to download and use.
--
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=23546
Summary: several wine programs fail to run under cygwin
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://www.cygwin.com
OS/Version: Windows XP
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
A user reported this in #winehq, so I tried it myself. After bug 21526 was
fixed, wine programs all compile, but several don't run. I haven't tried them
all, but, e.g., notepad runs, but cmd, dxdiag, eject do not. Trying to run them
gives:
/home/austin/wine-git/programs/cmd/cmd.exe: error while loading shared
libraries: libwine.dll: cannot open shared object file: No such file or
directory
seems to be the CLI programs that don't 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=26326
Summary: Add .desktop shortcut files for winecfg and wine
uninstaller
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wooptoo(a)gmail.com
It would be nice if wine had .desktop shortcut files for "winecfg" and "wine
uninstaller". These two are the most useful applications bundled with wine.
This way users will know about them.
Ubuntu has this by default and they are placed in the wine menu.
Also, a default icon for wine would be nice (placed in /usr/share/icons or
/usr/share/pixmaps).
--
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=23766
Summary: (Shift) Ctrl + Tab isn't handled in winecfg
application
Product: Wine
Version: 1.2
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
The subject says it all.
I tried searching for any similar bugs filed previously and I couldn't find
anything.
--
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=18379
Summary: Photoshop 3 does install but not run (out of memory
error)
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Andreas.Schallenberg(a)Eurobild.com
Created an attachment (id=20953)
--> (http://bugs.winehq.org/attachment.cgi?id=20953)
Lzma-compressed WINE log file (Photoshop 3)
On Windows-Machines, Photoshop refuses to run
when much physical RAM is installed. Problems
typically start when it exceeds 512 MB.
The installation routine works but the real
application (photosle.exe) shows an "out of
memory" dialog and quits.
Running Photoshop 3 using WINE shows the same
behavior (tested with 1GB RAM and WINE 1.1.19).
The installer works fine and the app refuses
to start up.
The first attachment to this report was created
using the following command:
WINEDEBUG=+relay wine photosle.exe &>wine.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=18869
Summary: Use the system settings for default User and
Organization field
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: integration
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Launchpad: https://bugs.launchpad.net/ubuntu/+source/wine/+bug/384990
If you install software in Wine that needs a User and Organization, you'll see
these strings set as the default:
Change preferred owner in ~/.wine/system.reg
Change preferred organization in ~/.wine/system.reg
Whenever possible, we should be using the system settings here -
System->Preferences->About Me (on Gnome at least) contains a great default for
owner and organization
--
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=11784
Summary: 3dsmax2008 installer
crashes:err:cursor:DIB_GetBitmapInfo (1633746944):
unknown/wrong size for header
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Keywords: Installer
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, after James' patch got into git, the installer gets further, but now
crashes like below:
err:cursor:DIB_GetBitmapInfo (1633746944): unknown/wrong size for header
err:cursor:DIB_GetBitmapInfo (1633746944): unknown/wrong size for header
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Value in failed request: 0x0
Serial number of failed request: 49949
Current serial number in output stream: 49953
PS, I wonder why installers from AutoDesk run into so many bugs; either they
are very advanced and put wine to it's limits, or are they just a bit buggy??
--
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=16476
Summary: Turok crashes when starting a game
Product: Wine
Version: 1.1.10
Platform: Other
URL: http://abandonia.com/en/games/658/Turok+-
+Dinosaur+Hunter.html
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Download the 17MB zip file, extract it, run Turok.exe - select any video
configuration and the game crashes with no useful backtrace.
--
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.