https://bugs.winehq.org/show_bug.cgi?id=46030
Bug ID: 46030
Summary: Trackmania Unlimiter crashes at startup
Product: Wine
Version: 3.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bernhard.gebetsberger(a)gmx.at
Distribution: ---
Created attachment 62606
--> https://bugs.winehq.org/attachment.cgi?id=62606
Crashlog
Trackmania Unlimiter(1.3) crashes immediately after selecting an account at the
account selection screen.
--
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=28170
Summary: "Text Service and Input Languages" crash:
Unimplemented function USER32.dll.LoadKeyboardLayoutEx
called
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=36090)
--> (http://bugs.winehq.org/attachment.cgi?id=36090)
Log: unimplemented function USER32.dll.LoadKeyboardLayoutEx
1. copy native input.dll, sptip.dll, and sapi.dll
2. regsvr32 sptip.dll for class {dcbd6fa8-032f-11d3-b5b1-00c04fc324a1},
regsvr32 sapi.dll for class {a910187f-0c7a-45ac-92cc-59edafb77b53}
3. import keyboard_layouts.reg with regedit, which is download from
http://www.geekstogo.com/forum/index.php?app=core&module=attach§ion=att…
( referer url:
http://www.geekstogo.com/forum/topic/222396-cant-change-language-settings-f…
)
4. start the "Text Service and Input Languages" :
$ wine control input.dll
(notes: without step 3, there will be an "incompatible keyboard driver
detected" error, and the input.dll control panel can not display complete, I'm
not sure if it this a wine bug)
5. click ok, then crash:
fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 -
assuming all bytes
fixme:msctf:InputProcessorProfiles_GetLanguageList Semi-STUB:(0x13afd0)
wine: Call from 0x7bc4c896 to unimplemented function
USER32.dll.LoadKeyboardLayoutEx, 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=32931
Bug #: 32931
Summary: FFXI Amazon Downloader crashes when trying to download
install files
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: btwisgac23(a)gmail.com
Classification: Unclassified
I ran a successful bisect, and here is the output. This bug has been present
since 1.3.18 and is still present in 1.5.23.
$ git bisect good
ccd11eb7d6720ee5242e619851f41908f285e8f9 is the first bad commit
commit ccd11eb7d6720ee5242e619851f41908f285e8f9
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Sat Apr 2 15:20:33 2011 +0200
wininet: Abstract different transfer and content encoding reading to
layered structures.
:040000 040000 6a31f2cf8265be180b9267ead2317512555f5174
1c317ffca5fdb9434933f12120419a240a50f117 M dlls
--
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=47577
Bug ID: 47577
Summary: Final Fantasy XI crashes
Product: Wine
Version: 3.0.4
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marie-christin-schaarschmidt(a)web.de
Final Fantasy XI crashes randomly. Sometimes after the bug I can move my
character and everything is fine. But sometimes nothing happens.
--
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=38621
Bug ID: 38621
Summary: D3DXCompileShader errors
Product: Wine
Version: 1.7.42
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
Distribution: ---
This is again my game HeroesVI.
I reverted back all dll to builtin and set trace+d3dx
----
trace:d3dx:D3DXCompileShader data "matrix mc0 : register( c0 );\nmatrix mc1 :
register( c4 );\nmatrix mc2 : register( c8 );\nstruct VSData\n{\n float4 pos :
POSITION;\n float3 nrm : NORMAL; \n float2 txc : TEXCOORD;\n};\nVSData
vsMain( VSData input )\n{\n VSData output;\n float4 imm;\n imm = mul(
input.pos, (float4x4)mc0 );\n "..., length 721, defines 0x0, include 0x0,
function "vsMain", profile "vs_3_0", flags 0, shader 0x32d464, error_msgs 0x0,
constant_table 0x0.
err:d3dcompiler:compile_shader HLSL shader parsing failed.
trace:d3dx:D3DXCompileShader data "struct VSData\n{\n float4 pos : POSITION;\n
float2 txc : TEXCOORD;\n};\nVSData vsMain( VSData input )\n{\n VSData
output;\n output.pos = input.pos;\n output.txc = input.txc;\n return
output;\n};\n", length 190, defines 0x0, include 0x0, function "vsMain",
profile "vs_3_0", flags 0, shader 0x32d464, error_msgs 0x0, constant_table 0x0.
fixme:d3dcompiler:make_assignment Check for casts in the lhs.
fixme:d3dcompiler:make_assignment Check for casts in the lhs.
fixme:hlsl_parser:hlsl_parse Check for valued return on void function.
fixme:hlsl_parser:hlsl_parse Implicit conversion to the return type if needed,
error out if conversion not possible.
err:d3dcompiler:compile_shader HLSL shader parsing failed.
-----
And so on
Is there significant information?
--
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=26503
Summary: modal windows don't stay on top
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_pradelli(a)yahoo.com
Created an attachment (id=33743)
--> (http://bugs.winehq.org/attachment.cgi?id=33743)
Simple delphi program + source.
Under MS Windows these modal windows can be placed anywhere on the screen,
clicking the main window doesn't hide them. Not so under Wine: clicking the
main window puts it on top hiding the modal windows.
Ubuntu 10.04
Wine version 1.3.15
Demo from Khmelevskiy Alexandr is attached.
Open "bug21039.exe" then press "MessageBox" button.
Press main windows.
Messagebox goes behind main window an application hangup.
--
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=34631
Bug #: 34631
Summary: 163music: shadow of windows is always on the top of
desktop
Product: Wine
Version: 1.7.2
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 46149
--> http://bugs.winehq.org/attachment.cgi?id=46149
the log
reproduce follow this:
0. download and install 163music:
"下一步(N)" -> "我接受(I)" -> "安装(I)" -> "完成(L)"
And it will start up automatically after the installation;
2. There will be a login window, and shadow of it is always on the top.(as
picture 1.png)
You may need a white background to make it more clear.(as picture 2.png)
This is a software in Chinese and I can't find a version in english. So if you
need any help when you trying to reproduce it, please feel free to ping me in
#winehackers or email me.
--
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=26303
Summary: Rayman 2 Demo menu item doesn't work until you remove
a backslash
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
ftp://ftp.ubisoft.com/Rayman2/rayman2high.zip
(sha1sum 14b2ad6f41e2e1358f3a4a5167d67a7111ea4fb5 )
is a cute little game that works well if you do
winetricks-alpha vd=640x480 dinput
and run it with
wine c:\\UbiSoft\\Rayman2Demo\\Rayman2Demo.exe
but it fails if you use the freedesktop.org icon placed
on the desktop or in the system menus. The icon target is
env WINEPREFIX="$HOME/.local/share/wineprefixes/rayman2_demo" wine
C:\\windows\\UbiSoft\\SetupUbi.exe -play\ Rayman2
That command in a terminal reproduces the error.
Removing the backslash between 'play' and 'Rayman2'
works around the problem, and lets you start the game from the menus.
And commenting out the line
case ' ':
in winemenubuilder.c in escape() also works around the bug.
Are there programs that rely on spaces being escaped in fdo desktop entries?
--
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=22692
Summary: Total Commander: When copying a file the progress bar
is not updated except at the end
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Press F5 to copy a large file (200MB), notice the progress bar looks empty and
it shows "0 %" all the time; after a while, if you keep staring at it, right at
the end it is updated and looks full.
I guess whatever library is doing the copying does not report back the
progress, except at the end..
Total Commander 7.50a
wine-1.1.44
Ubuntu 10.04 64
--
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.