https://bugs.winehq.org/show_bug.cgi?id=7525
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
--
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.
https://bugs.winehq.org/show_bug.cgi?id=1429
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #14 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Metabug --> Please open new bug reports for specific issues. Things have
changed a great deal in twelve years.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=8277
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|enhancement |minor
--
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=8089
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|enhancement |normal
--
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.
https://bugs.winehq.org/show_bug.cgi?id=5610
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|enhancement |normal
--
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=7525
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|enhancement |normal
--- Comment #7 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
No change in Wine 1.7.47.
--
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=34748
Bug #: 34748
Summary: Integrate GVFS just like you have integrated CUPS
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: netapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n296869(a)rtrtr.com
Classification: Unclassified
Wine already integrates with CUPS to allow applications to print documents
exactly as they do it in Windows. My proposal is to integrate Wine with GVFS to
let applications automatically mount network shares. In Windows applications
can access network shares by just specifying a path like "//server/share". But
in Wine you first need to manually create a link to
"~/.wine/dosdevices/unc/server/share", and only then all applications will be
able to access this particular server.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=4666
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |juliantheel(a)gmail.com
--- Comment #57 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
*** Bug 35116 has been marked as a duplicate of this bug. ***
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=4166
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |juliantheel(a)gmail.com
--- Comment #13 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
*** Bug 35116 has been marked as a duplicate of this bug. ***
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=4666
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |shomari.sharpe(a)gmail.com
--- Comment #56 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
*** Bug 37961 has been marked as a duplicate of this bug. ***
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
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.
http://bugs.winehq.org/show_bug.cgi?id=17455
Summary: UnrealED 2: Cannot manipulate the viewports in any way.
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nbowler(a)draconx.ca
Created an attachment (id=19534)
--> (http://bugs.winehq.org/attachment.cgi?id=19534)
Log of UnrealED session
Now that bug 7451 is fixed, it is possible to start the unreal editor.
Everything works... except for any kind of viewport manipulation (which is done
by clicking and dragging in the viewport with various combinations of shift,
control, etc.) As a result, it is impossible to use the editor because you
simply cannot see all parts of the map nor move things around in the viewports.
It is, however, possible to subtract a cube and then apply textures to the
surfaces that are initially visible by clicking on them in the viewport.
This may affect other versions of the unreal editor, but I am not sure.
The attached log was output when starting an unrealed session, attempting to
click and drag on the main viewport, then quitting. However, all of the log
messages were output before I touched the viewport.
--
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=32741
Bug #: 32741
Summary: The Witcher CTD in a certain location in the game
Product: Wine
Version: 1.5.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zinigor(a)gmail.com
Classification: Unclassified
Created attachment 43201
--> http://bugs.winehq.org/attachment.cgi?id=43201
Crash log without winedebug
GOG.com version of "The Witcher:Enhanced Edition" crashes to desktop when
trying to exit the Mage's Tower in the swamp in the end of the second chapter.
I am using wine 1.5.21 installed from the wine Launchpad PPA.
I am running Ubuntu Desktop 12.10 64-bit with Linux 3.7.0-7. I use the
following command to launch The Witcher:
env WINEPREFIX=~/.wine-test/witcher wine launcher.exe
The prefix that I use has WINEARCH set to "win32" and has d3dx9_36, d3dx9_43
and vcrun2005 installed from winetricks.
--
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=34283
Bug #: 34283
Summary: witcher 1 enhanced crashes on mac OS X 10.8.4
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carsten(a)c-ase.de
Classification: Unclassified
Created attachment 45641
--> http://bugs.winehq.org/attachment.cgi?id=45641
mountain lion 10.8.4 - witcher enhanced crashes every 30-60 minutes.
witcher enhanced crashes every 30-60 minutes just by playing. sometimes when
entering builings, sometimes after a sequence, sometime after a fight, sometime
by just running around..
--
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=38807
Bug ID: 38807
Summary: Starcraft Campaign Editor new map view lacks star
indicator in menu
Product: Wine
Version: 1.7.43
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
To reproduce:
1. Make some changes to the map so that the window title changes from
Untitled.scm to Untitled.scm *
2. Click Window, New Map View
3. Click Window again and observe that the new window is listed as
"Untitled.scm *" on Windows, but "Untitled.scm" on Wine
Clicking the previous map view causes the new window to be listed correctly in
the menu.
--
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.
The address 108-233-245-5.lightspeed.miamfl.sbcglobal.net (108.233.245.5) failed too many login attempts (5) for
the account davec.bugs(a)gmail.com.
The login attempts occurred at these times:
2015-07-17 10:45:57 CDT
2015-07-17 10:47:42 CDT
2015-07-17 10:51:04 CDT
2015-07-17 10:51:56 CDT
2015-07-17 10:52:17 CDT
This IP will be able to log in again using this account at
2015-07-17 11:15 CDT.
https://bugs.winehq.org/show_bug.cgi?id=6955
--- Comment #185 from Antonio López <amlopezalonso(a)gmail.com> ---
*** Bug 34611 has been marked as a duplicate of this bug. ***
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23851
Summary: Warhammer: Chaos Gate No sound outside of cutscenes
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: curran.michaelp(a)gmail.com
Created an attachment (id=29938)
--> (http://bugs.winehq.org/attachment.cgi?id=29938)
winedebug log with settings warn+alsa,warn+wave,warn+dsound
Sound plays normally for the opening cinematic and then goes silent for main
menu (Sounds should play on mouse over events, and I believe there is
background music on Windows). Sound returns during a second cinematic and is
silent again afterwards.
I've attached a log generated with WINEDEBUG=warn+alsa,warn+wave,warn+dsound.
It looks like the sound is failing when the application attempt to override the
existing Primary buffer, but we don't fully support this currently. Per the
following lines from the log.
warn:dsound:DirectSoundDevice_SetCooperativeLevel level=DSSCL_PRIORITY not
fully supported
warn:dsound:DirectSoundDevice_CreateSoundBuffer Primary Buffer already created
--
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.