http://bugs.winehq.org/show_bug.cgi?id=33165
Bug #: 33165
Summary: Star Conflict crash at startup
Product: Wine
Version: 1.5.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Kyle0117(a)hotmail.it
Classification: Unclassified
Created attachment 43879
--> http://bugs.winehq.org/attachment.cgi?id=43879
backtrace
Star conflit crashes immediately after launch, previous version of the game
worked perfectly.
--
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=23407
Summary: Graphic issues on Death to Spies Moment of Truth.
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bezana(a)sapo.pt
CC: wine-bugs(a)winehq.org
In the game Death to Spies Moment of Truth, characters, including main
character and NPC, don't render as they should, as only the weapons and
additional material carried by the individual is shown.
Here's some screenshots alluding this bug:
http://img807.imageshack.us/i/deathtospies.jpg/http://img101.imageshack.us/i/deathtospies1.jpg/http://img534.imageshack.us/i/deathtospies2.jpg/
I tested with Ubuntu Lucid, and a hd2600xt agp, using the latest fglrx
(catalyst 10.6) and native d3dx9_*.dll (installed with winetricks). Can't
really state whether is a Wine bug or a driver related problem, as i don't own
any nvidia card.
Adding to the aforemented situation, the game crashes when defining texture
size to high.
Excluding these bugs, it actually runs very well, i could even use Depth of
Field, when selecting it on Windows corrupts textures and the overall colours.
--
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=17044
Summary: Microsoft OneNote 2007 "Insert Audio Recording" doesn't
work
Product: Wine
Version: 1.1.13
Platform: Other
URL: http://office.microsoft.com/en-us/onenote
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Choosing "Insert / Audio Recording" (or video recording) causes the dialog
"At least Microsoft DirectX 8.1 and Microsoft Windows Media Player 8 are
required to record sound."
So I installed WMP10. The dialog is still there.
The remaining log messages included:
fixme:quartz:FilterGraphInner_QueryInterface unknown interface
{e19c7100-9709-4db7-9373-e7b518b47086}
fixme:quartz:FilterGraphInner_QueryInterface unknown interface
{fc4801a3-2ba9-11cf-a229-00aa003d7352}
That second uuid is IObjectWithSite, fwiw.
--
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=31051
Bug #: 31051
Summary: HttpQueryInfo() erroneously ignores lpdwIndex argument
for some info levels
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: support(a)tarma.com
Classification: Unclassified
The HttpQueryInfo() function should return data based on both the dwInfoLevel
and the *lpdwIndex arguments (if the latter is specified). In particular,
*lpdwIndex may be used by the caller to enumerate multiple headers with the
same name, like this idiom:
/* ...various irrelevant details and other error handling omitted...*/
DWORD dwIndex = 0;
while (HttpQueryInfo(hRequest, dwInfoLevel, pBuffer, dwBufSize, &dwIndex)) {
/* ...process the returned data... */
}
This enumerates potentially multiple like-named headers for the given
dwInfoLevel. It relies on HttpQueryInfo() to do the following (see Microsoft
Win32 API docs for HttpQueryInfo()):
(1) Check if the dwIndex-th header is available for dwInfoLevel; if not, return
FALSE and SetLastError(ERROR_HTTP_HEADER_NOT_FOUND).
(2) If the dwIndex-th header is available, then return its data (subject to
buffer space etc.) and increment *(&dwIndex).
For several of the possible dwInfoLevels, Wine's HttpQueryInfoW()
implementation has the following problems:
(P1) It does not check its *lpdwIndex value, but returns the same data and an
ERROR_SUCCESS result regardless of that value; and
(P2) It does not always increment *lpdwIndex if the current function call is
successful.
It keeps returning the same data regardless of the value of *lpdwIndex, and
keeps returning TRUE. This leads to infinite loops in the caller when used with
(variations of) the above enumeration idiom.
In particular, this erroneous behavior occurs with the following dwInfoLevels
(see implementation of HTTP_HttpQueryInfoW() in dlls\wininet\http.c):
HTTP_QUERY_RAW_HEADERS_CRLF:
EXPECTED: Should return data and increment *lpdwIndex for *lpdwIndex==0 only,
and return ERROR_HTTP_HEADER_NOT_FOUND for all other values of *lpdwIndex.
ACTUAL: Instead, always returns ERROR_SUCCESS except if the destination buffer
is too small. It also does not increment *lpdwIndex if it returns
ERROR_SUCCESS.
HTTP_QUERY_RAW_HEADERS: (ditto)
HTTP_QUERY_STATUS_TEXT: (ditto)
HTTP_QUERY_VERSION: (ditto)
--
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=32637
Bug #: 32637
Summary: Some VST plugins that used to work with dssi-vst now
fail
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.tarenskeen(a)zonnet.nl
Classification: Unclassified
Created attachment 43067
--> http://bugs.winehq.org/attachment.cgi?id=43067
running VSTi plugin TAL-U-NO-LX-V2.dll using dssi-vst on Fedora 17: error
backtrace
I use dssi-vst to run VST synth/effect/audio plugins.
For example TAL-U-NO-LX-V2 from Togu Audio Line used to run and sound
prefectly.
But now it fails. I am attaching a backtrace file.
--
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=31640
Bug #: 31640
Summary: hugin's enfuse.exe crashes without native vcomp100.dll
(purist)
Product: Wine
Version: 1.5.12
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: vcomp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Andre Hentschel suggested this test case.
Download and run the installer from
http://sourceforge.net/projects/hugin/files/hugin/hugin-2011.2/HuginSetup_2…
Then:
cd ~/".wine/drive_c/Program Files/Hugin/bin"
rm vcomp100.dll
wget http://www.realworldimagery.com/Samples/peopl911.tif
mv peopl911.tif a.tif
wget http://www.realworldimagery.com/Samples/VEHIC200.tif
mv VEHIC200.tif b.tif
wine enfuse.exe --output=c.tif a.tif b.tif
Result:
unimplemented function vcomp100.dll._vcomp_fork
FWIW, winedump -j import says it needs the following symbols from vcomp100:
omp_get_dynamic
omp_get_max_threads
omp_get_nested
omp_get_num_procs
omp_get_num_threads
omp_get_thread_num
omp_set_dynamic
omp_set_nested
_vcomp_fork
_vcomp_for_static_end
_vcomp_for_static_simple_init
Let's make this bug about the 32 bit version of enfuse.exe.
Once that's working, let's do another bug for the 64 bit version
and/or similar bugs for enblend.exe.
--
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=28916
Bug #: 28916
Summary: Spellforce 2 Gold - wrong drawing order of surfaces
(regression)
Product: Wine
Version: 1.3.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kirillkh(a)gmail.com
Classification: Unclassified
As far as I can tell, the issue is with various surfaces having wrong z-index,
i.e. when an object is supposed to be obscured by a surface, the object is
still drawn over the surface. This results in objects visually "floating" above
the surface and generally makes various maps messy.
The issue is present since 1.3.20 or 1.3.19 (and still not fixed in 1.3.31).
Verified to work correctly in 1.3.18. One has to install winetricks
d3dx9_36/d3dx9/directx9 in order to play the game at all. The issue has been
verified to occur with any and all of them installed, and with a lot of
combinations of graphical settings in game.
I don't have a log ATM, but can provide one if needed.
--
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=33724
Bug #: 33724
Summary: Aliwangwang needs unimplemented function
atl100.dll.AtlAxCreateControlLicEx
Product: Wine
Version: 1.5.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: atl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
0. download and install it:
1. cd to where you installed it and run it:
~/.wine/drive_c/Program Files/TradeManager$ wine AliIM.exe
---snip---
wine: Call from 0x7b83bbd5 to unimplemented function
atl100.dll.AtlAxCreateControlLicEx, aborting
---snip---
sha1sum AliIM2013_ATM\(7.00.06E\).exe
b11d0f0293219bd228827edabe675acc8d7348a5 AliIM2013_ATM(7.00.06E).exe
--
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=33076
Bug #: 33076
Summary: QQ 2012 hangs after login
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 43728
--> http://bugs.winehq.org/attachment.cgi?id=43728
The Log
reproduce
1. compile a wine with "CFLAGS="-O0" to word around Bug 27468
2. download it from: http://dl_dir.qq.com/qqfile/qq/QQ2012/QQ2012.exe
3. 'winetricks -q vcrun2005 riched20'
4. 'wine QQ2012.exe' to install then cd to the path where you installed it
5. ~/.wine/drive_c/Program Files/Tencent/QQ/Bin$ Wine QQ.exe
6. login and it will hangs (you can regist a account in http://reg.imqq.com/)
--
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=24128
Summary: Everquest 2 trial installer: missing text without ie6
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://launch.soe.com/installer/EQ2X_setup.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: trivial
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=30368)
--> (http://bugs.winehq.org/attachment.cgi?id=30368)
screenshot
Not sure which component of ie6 it is, though.
No terminal output when it happens. Screenshot attached.
--
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=26083
Summary: Window can be resized larger than what it should be
possible
Product: Wine
Version: 1.3.13
Platform: x86-64
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=33265)
--> (http://bugs.winehq.org/attachment.cgi?id=33265)
Total Commander: Find Files window resized larger vertically
Total Commander -> Commands -> Search -> resize the "Find Files" window larger
vertically, notice it shows garbage (see the screenshot).
--
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=33898
Bug #: 33898
Summary: AliWangwang(TradeManager) can't save password
Product: Wine
Version: 1.6-rc3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: litimetal(a)gmail.com
Classification: Unclassified
0. download from
http://download.wangwang.1688.com/aliim/AliIM6_ATM/bin/AliIM2013_ATM(7.00.0…
1. winetricks something:
vcrun2010 for bug 33724
ie7 for bug 29719
2. install, then run $ wine AliIM.exe
3. login(Website choose Alibaba.com), it works successfully.
4. log-out, and try to login again, and the password isn't saved
TEST ACCOUNT:
winetesting(a)sina.com
testWINE
--
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=15219
Summary: Microsoft Office 2007: Infopath outputs an error when
attempting to fill out a form
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=15974)
--> (http://bugs.winehq.org/attachment.cgi?id=15974)
output in git
Not sure what this program does, but it doesn't work :-P.
Start infopath:
$ wine INFOPATH.EXE
You're given a bunch of sample forms to fill out.
Choose any one, double click:
'Infopath encountered an error. The operation failed.'
Output attached.
--
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=17045
Summary: Microsoft OneNote 2007 crashes on "Copy Hyperlink";
needs msctf.dll?
Product: Wine
Version: 1.1.13
Platform: Other
URL: http://office.microsoft.com/en-us/onenote
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Choosing "Edit / Copy Hyperlink To ..." causes a crash:
err:ole:CoGetClassObject no class object {33c53a50-f456-4884-b049-85fd643ecfed}
could be created for context 0x1
...
trace:seh:raise_exception code=c0000005 flags=0 addr=0x78144d3a ip=0x78144d3a
tid=003a
33C53A50-F456-4884-B049-85FD643ECFED is TF_InputProcessorProfiles,
from msctf.dll, Text Services Framework.
--
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=31643
Bug #: 31643
Summary: Gothic 3 demo crashes without native vcomp.dll
(purist)
Product: Wine
Version: 1.5.12
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: vcomp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Gothic 3 has a freely downloadable standalone demo,
095b5f736dd57f30a45a4ac2d9369354c601dfc9 Gothic3Demo.exe
which runs ok with "winetricks d3dx9_36" (see bug 28055).
With vcomp=builtin, it crashes with
unimplemented function vcomp.dll._vcomp_fork
mscodescan says it references
vcomp:_vcomp_enter_critsect
vcomp:_vcomp_for_static_end
vcomp:_vcomp_for_static_simple_init
vcomp:_vcomp_fork
vcomp:_vcomp_leave_critsect
--
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=33989
Bug #: 33989
Summary: iexplore.exe crash when logging in to www.roblox.com
Product: Wine-gecko
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gecko-unknown
AssignedTo: jacek(a)codeweavers.com
ReportedBy: alfonsojon1997(a)gmail.com
Classification: Unclassified
Created attachment 45164
--> http://bugs.winehq.org/attachment.cgi?id=45164
backtrace of crash.
Wine's native iexplore.exe crashes upon logging into this website.
--
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=31063
Bug #: 31063
Summary: Crash bug after finishing convertion in FormatFactory
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trinidadracer(a)gmail.com
Classification: Unclassified
FormatFactory 2.x crashes after finishing the convertion on Wine V1.4
--
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=31984
Bug #: 31984
Summary: Starlaxis needs d3dx9_36.dll.D3DXComputeTangentFrameEx
(purist)
Product: Wine
Version: 1.5.15
Platform: x86
URL: http://www.starlaxis.de/en_starlaxis%20kaufen.htm
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 42151
--> http://bugs.winehq.org/attachment.cgi?id=42151
terminal output
The game comes bundled with it's own d3dx9_30, d3dx9_42, d3dcompiler_42 dlls.
If I remove those files or set them to built-in in winecfg, the game crashes
after the splash screen with
...
wine: Call from 0x7b839aa2 to unimplemented function
d3dx9_36.dll.D3DXComputeTangentFrameEx, aborting
...
--
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=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.
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=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.