http://bugs.winehq.org/show_bug.cgi?id=11059
Summary: Sid Meier's Railroads Demo carshes on startup
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: piaskal+wine(a)gmail.com
Created an attachment (id=10078)
--> (http://bugs.winehq.org/attachment.cgi?id=10078)
Sid Meier's Railroads Demo crash output
At first it was complaining about missing dx dll.
err:module:import_dll Library d3dx9_28.dll (which is needed by L"C:\\Games\\Sid
Meiers Railroads Demo\\RailRoadsDemo.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Games\\Sid
Meiers Railroads Demo\\RailRoadsDemo.exe" failed, status c0000135
I tried to copy that dll from existing Windows install.
With this dll the Demo crashes on startup (dereferencing null pointer).
Output log attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26439
Summary: Chernobyl terrorist attack demo crashes on start,
appears to want ID3DXFontImpl_DrawTextA
Product: Wine
Version: 1.3.15
Platform: x86
URL: http://www.gamershell.com/download_71174.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: wine-bugs(a)winehq.org
I see a flood of:
fixme:d3dx:ID3DXFontImpl_DrawTextA (0x1465b0)->((nil), â, -1, 0x32fa4c, 1024,
0xffffffff): stub
fixme:d3dx:ID3DXFontImpl_DrawTextA (0x1465b0)->((nil), â, -1, 0x32fa38, 256,
0xffffffff): stub
fixme:d3dx:ID3DXFontImpl_DrawTextA (0x1465b0)->((nil), ã, -1, 0x32fa4c, 1024,
0xffffffff): stub
fixme:d3dx:ID3DXFontImpl_DrawTextA (0x1465b0)->((nil), ã, -1, 0x32fa38, 256,
0xffffffff): stub
fixme:d3dx:ID3DXFontImpl_DrawTextA (0x1465b0)->((nil), ä, -1, 0x32fa4c, 1024,
0xffffffff): stub
then the game crashes on start. winetricks d3dx9_36 works around 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=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.