http://bugs.winehq.org/show_bug.cgi?id=18191
Summary: Notepad always saves as ISO-8859, instead of UTF-8
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
There's actually a few bugs here, but I'll start with the first one I noticed:
$ wine notepad
Type/paste "Stefan Dösinger" # First UTF-8 I found in git log :-)
File, Save as foobar.txt
$ cat foobar.txt
Should get Stefan Dösinger back, but instead you get something like
"Stefan Dösinger".
With windows notepad, however, you'll get "Stefan Dösinger".
--
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=37129
Bug ID: 37129
Summary: Clang Static Analyzer: Buffer overflow
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukebenes(a)hotmail.com
Clang Static Analyzer identifies a possible buffer overflow
File: tools/widl/typegen.c
Location: line 1158, column 28
Description: String copy function overflows destination buffer
static unsigned int write_new_procformatstring_type(...)
{
char buffer[64];
...
strcpy( buffer, "/* flags:" );
if (flags & MustSize) strcat( buffer, " must size," );
if (flags & MustFree) strcat( buffer, " must free," );
if (flags & IsPipe) strcat( buffer, " pipe," );
if (flags & IsIn) strcat( buffer, " in," );
if (flags & IsOut) strcat( buffer, " out," );
if (flags & IsReturn) strcat( buffer, " return," );
if (flags & IsBasetype) strcat( buffer, " base type," );
if (flags & IsByValue) strcat( buffer, " by value," );
if (flags & IsSimpleRef) strcat( buffer, " simple ref," );
...
}
Even if not all the conditions are true, you still risk getting a too lengthy
string that won't suit the buffer.
--
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=16519
Summary: EssentialPIM: Bold text not rendering correctly
Product: Wine
Version: 1.1.10
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saverio.pub(a)inbox.com
Decriptions of bugs found using EssentialPIM
(http://www.essentialpim.com/?r=download)
System:
* EssentialPIM Pro 2.81 (most probably the same bug applies to the Free
version), installed
* Ubuntu Hardy
This bug is reproducible every time, and it never happens in windows.
In "Notes", the default text (I'm in wine now, so I can't see which one
exactly - I suppose Times New Roman) renders correctly underlined, italics and
strikethrough,
but (BUG) doesn't render at all the bold; it marks it as bold, but the text
is still plain. This never happens in windows.
--
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=17506
Summary: Achtung die Kurve: Game doesn't start
Product: Wine
Version: 1.1.15
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Masternoob(a)gmx.at
The Screen stays black when i start the game...
The Game can be downloaded here:
http://overgood.ov.funpic.de/xtacka/downloads.php
--
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=38697
Bug ID: 38697
Summary: wineconsole: Cannot enable or disable Insert Mode
through user dialog
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: hugh.mcmaster(a)outlook.com
Distribution: ---
Currently, wineconsole has InsertMode enabled permanently.
Users should be able to enable or disable the mode whenever they want to, but
the dialog box does not have an option to do this.
I'm writing patches to resolve this problem.
--
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=36336
Bug ID: 36336
Summary: NaturallySpeaking doesn't work with alsa or
pasuspender
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: susancragin(a)earthlink.net
Created attachment 48412
--> http://bugs.winehq.org/attachment.cgi?id=48412
natspeak runtime log with pasuspender
Dragon NaturallySpeaking works very well on linux systems that rely on
pulseaudio.
However, if it is installed on a system that does not come preloaded with
pulseaudio (such as Lubuntu) the audio does not work.
I tried installing in a clean Lubuntu system, and then tried installing
pulseaudio. No good.
I tried installing with pulseaudio running. Yay. Success. Then I tried to run
the program with pasuspender, with the following results.
fixme:winmm:MXD_SetControlDetails What should the sw-side mixer controls map
to?
fixme:mmdevapi:MMDevice_Activate IID_IDeviceTopology unsupported
fixme:winmm:MXD_SetControlDetails What should the sw-side mixer controls map
to?
--
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=27238
Summary: Tesla: The Weather Man demo: movement keys not working
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://www.thoughtquake.com/content/TeslaDemo_1.01.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
The movement keys are not interpreted by the game. By default the game assigns
WASD for movement and <Space> for jumping. None of them work in Wine.
Interestingly, other keys work:
<R>: brings up the research tab
<Backspace>: restart the level
<Esc>: back to the menu
<X>: skips the videos
I can reassign the keys in the options menu but whatever I choose for movement,
they are not accepted by the game.
Terminal output doesn't reveal too much:
fixme:win:EnumDisplayDevicesW ((null),0,0x32f440,0x00000000), stub!
fixme:d3d:swapchain_init Add OpenGL context recreation support to
context_validate_onscreen_formats
Native dinput/dinput8 dlls don't help: the game seems not to use either of them
(+loaddll).
The same problem exists in Wine-1.0.1, too.
I've tried the game in virtual desktop as well as in fullscreen mode.
Fedora 14 32-bit
Nvidia GeForce 250 / driver 270.41.06
Gnome + Metacity
Xserver 1.9.5
--
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=38806
Bug ID: 38806
Summary: Starcraft Campaign Editor does not scroll to bottom
after copying a trigger
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, click Scenario, Triggers, then click Copy twice. On Windows, the
trigger list scrolls to the bottom, but on Wine it only scrolls to the top of
the last trigger.
--
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=36966
Bug ID: 36966
Summary: Turkey - Europe/Istanbul timezone is not detected
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kaankasim88(a)gmail.com
Created attachment 49086
--> http://bugs.winehq.org/attachment.cgi?id=49086
.net crash
Wine throws a timezone error and this causes .net applications to crash. My
timezone is set to Europe/Istanbul, and checking timezone info with timedatectl
shows it as correctly set. I looked at the wine registry and there doesn't seem
to be a Turkey tz, I tried importing one from windows but it didn't help. (I
also changed display name to Europe/Istanbul in registry, no luck)
Changing timezone to GMT or something else fixes it, but this is not
acceptable.
--
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=38712
Bug ID: 38712
Summary: win-key press incorrectly recognized
Product: Wine
Version: 1.7.43
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: amosonn(a)gmail.com
Distribution: ---
I use wmii, a (linux) window manager in which the modifier key, usually
configured as the win-key, is used to switch windows. As a consequence, when
focused on a wine window, I sometimes use win+<some other key>, and then the
focus switches to another window, which means that wine never receives the
release key event.
When I go back to that wine window, if I do so in another method (e.g. by
mouse) then it still thinks that the win-key is pressed (e.g. when configuring
keyboard shortcuts, it adds win- to the list of modifiers currently pressed). A
press-and-release on the win-key solves this.
--
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.