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.
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.
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.
http://bugs.winehq.org/show_bug.cgi?id=35493
Bug ID: 35493
Summary: IMVU shows loading bar, but will not start.
Product: Wine
Version: unspecified
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: WhiteTigerTails(a)gmail.com
Classification: Unclassified
Created attachment 47381
--> http://bugs.winehq.org/attachment.cgi?id=47381
backtrace/log
After an install, IMVU will not start after the loading bar. i386 machine
running ATI graphics card. Log posted below.
--
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=37192
Bug ID: 37192
Summary: Some Chinese displayed as garbage in DushuBus
everytime updating bookmarks
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: penghao(a)linuxdeepin.com
DushuBus is an online book reader.
Download DushuBus from http://www.dushubus.com/down/book_setup_12.4.exe
Install Dushbus and dependencies: winetricks -q mdac28 jet40.
Step 0.Start DushuBus from
C:/Program Files/读书巴士/Book.exe
Step 1. Click the 网站设置 (Network settings) item from the dropdown menu in the
right top corner of DushuBus:
Step 2. Click 小说正文标识设置 (Bookmarks settings)
Step 3. Click 在线更新 (online update)
Step 4. Click 确定 (ok)
See: dushubus_code.png for screenshot
Some Chinese characters display in garbage.
===
未完待续,欲知后事如何,请登录新浪原创┰母嗾陆凇VС肿髡撸С终妗?lt;/p><p>新浪原创:http://vip.book.sina.com.cn
===
--
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=37193
Bug ID: 37193
Summary: Behaviour of all software by (only on) HDMI monitors
by extruted desktopn of laptop
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tothsoft(a)gmail.com
Behaviour of all software by HDMI monitors by extruted desktop of laptop. All
applications are delimited on second (hdmi) monitor.
On laptop is still all ok. Also by using of vga connector for connection of
second monitor, is also all ok.
Delimited using: impossibility work with. e.g.: ms office 2007, pdf xchange.
My current wine is 1.7.22 , ..and i use last playonlinux.
--
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.