http://bugs.winehq.org/show_bug.cgi?id=22562
Summary: Raisonance Ride7 + RKit-ARM crashes on startup
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)andrewsmith.plus.com
A fresh install of the Ride7 IDE will load with no problem. After installing
the RKit-ARM add-on the application no longer starts - the program window
appears and parts of the UI are shown, but then crashes.
This issue is not present under WinXP on VMware.
Software available as free download from:
http://www.mcu-raisonance.com/mcu_downloads.html (first link on that page is
the Ride7 IDE, the second link is the RKit-ARM add-on).
--
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=30009
Bug #: 30009
Summary: Product: Wine Reporter: pastorrub(a)msn.com Component:
Component Description The Graphics Device Interface
is e.g. responsible for drawing, graphics, fonts and
printing. ( dlls/gdi32/ ) Version: Severity:
Hardware:
Product: Wine
Version: 1.4-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pastorrub(a)msn.com
Classification: Unclassified
Pepakura Designer 3 Fails to Init DIB Engine. The issue is in ChoosePixelFormat
being unimplemented:
fixme:dib:dibdrv_ChoosePixelFormat Not supported on DIB section
To see the issue download Pepakura Designer from here:
http://www.tamasoft.co.jp/pepakura-en/
--
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=29038
Bug #: 29038
Summary: strftime in gvim is outputting strings in a wrong
encoding
Product: Wine
Version: 1.3.30
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kp-pav(a)yandex.ru
Classification: Unclassified
strftime('%c') in gvim under wine is outputting «РЎСЂРґ 09 РќРѕСЏ 2011
16:19:26», while it should «Срд 09 Ноя 2011 16:19:26» (can be obtained from the
first by using `iconv -f UTF-8 -t CP1251 | iconv -f UTF-8'). strftime in just
the same gvim executable in a virtual machine works fine (except that it has
different output with `%c', so to check encoding I had to use `%b' token).
--
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=21159
Summary: "Rayman 2": Does not recognize user input
Product: Wine
Version: 1.1.35
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m_105(a)gmx.de
"Rayman 2 - The Great Escape" seems promising so far (installation and
launching work), but you can't get past the first menu screen because the game
won't react to any user input (keyboard, mouse or joypad).
Switching to a native dinput.dll hasn't worked out for me (I really tried, many
different versions in different places), but apparently it has for some users
(see gold ratings).
I'd be happy to provide logs if asked. There's nothing unusual in it so far,
even if run with WINEDEBUG=+dinput.
--
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=26113
Summary: gameux/gamestatistics shows a ton of valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: gameux
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33291)
--> (http://bugs.winehq.org/attachment.cgi?id=33291)
valgrind log
The first:
Conditional jump or move depends on uninitialised value(s)
at lstrlenW (winbase.h:2268)
by GameStatisticsImpl_GetCategoryTitle (gamestatistics.c:830)
by test_gamestatisticsmgr (gamestatistics.c:366)
by func_gamestatistics (gamestatistics.c:446)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:208)
by initialize_block (heap.c:239)
by RtlAllocateHeap (heap.c:1702)
by create_IGameStatistics (gamestatistics.c:1001)
by GameStatisticsMgrImpl_GetGameStatistics (gamestatistics.c:1098)
by test_gamestatisticsmgr (gamestatistics.c:344)
by func_gamestatistics (gamestatistics.c:446)
by run_test (test.h:556)
by main (test.h:624)
looks like a test failure that occurs under WINEDEBUG=warn+heap:
gamestatistics.c:368: Test failed: getting category title failed
But, there's more:
24 bytes in 3 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by SysAllocStringLen (oleaut.c:235)
by bstr_from_xmlChar (msxml_private.h:295)
by domelem_getAttribute (element.c:1056)
by GAMEUX_loadStatisticsFromFile (gamestatistics.c:514)
by GAMEUX_loadGameStatistics (gamestatistics.c:630)
by GameStatisticsMgrImpl_GetGameStatistics (gamestatistics.c:1107)
by test_gamestatisticsmgr (gamestatistics.c:344)
by func_gamestatistics (gamestatistics.c:446)
by run_test (test.h:556)
by main (test.h:624)
...
48 bytes in 3 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by heap_alloc (msxml_private.h:420)
by create_children_nodelist (nodelist.c:318)
by node_get_child_nodes (node.c:246)
by domelem_get_childNodes (element.c:262)
by GAMEUX_loadStatisticsFromFile (gamestatistics.c:530)
by GAMEUX_loadGameStatistics (gamestatistics.c:630)
by GameStatisticsMgrImpl_GetGameStatistics (gamestatistics.c:1107)
by test_gamestatisticsmgr (gamestatistics.c:344)
by func_gamestatistics (gamestatistics.c:446)
by run_test (test.h:556)
by main (test.h:624)
...
120 bytes in 6 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by SysAllocStringLen (oleaut.c:235)
by bstr_from_xmlChar (msxml_private.h:295)
by domelem_getAttribute (element.c:1056)
by GAMEUX_loadStatisticsFromFile (gamestatistics.c:561)
by GAMEUX_loadGameStatistics (gamestatistics.c:630)
by GameStatisticsMgrImpl_GetGameStatistics (gamestatistics.c:1107)
by test_gamestatisticsmgr (gamestatistics.c:344)
by func_gamestatistics (gamestatistics.c:446)
by run_test (test.h:556)
by main (test.h:624)
and a few possibly lost, as well.
--
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=24422
Summary: Victoria 2 demo crashes on startup without native
d3dx9_36
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
CC: wine-bugs(a)winehq.org
Created an attachment (id=30790)
--> (http://bugs.winehq.org/attachment.cgi?id=30790)
Terminal output for victoria 2 demo
winetricks d3dx9_36 allows the game to start normally (if you also work around
bug 24217).
Otherwise the game crashes at start with several warnings and errors, most
notably:
fixme:d3dx:D3DXGetImageInfoFromFileInMemory (0x16d0000, 1398256, 0x32f238):
partially implemented
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
fixme:d3dx:D3DXGetImageInfoFromFileInMemory Invalid or unsupported image 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=21473
Summary: GrapherOC: Never remember DB path
Product: Wine
Version: 1.1.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skarllot(a)gmail.com
Created an attachment (id=25857)
--> (http://bugs.winehq.org/attachment.cgi?id=25857)
Grapher OC output
I have to set database path every program opening.
--
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=21472
Summary: GrapherOC: Incorrect drawing
Product: Wine
Version: 1.1.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skarllot(a)gmail.com
Created an attachment (id=25855)
--> (http://bugs.winehq.org/attachment.cgi?id=25855)
Grapher OC running on Fedora 11 x64
Comparing two images you can see how drawing objects are leaking out of drawing
box.
--
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=23104
Summary: Pro evolution soccer 2010 demo crashes without native
d3dx9
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL:
http://www.bigdownload.com/games/pro-evolution-soccer-
2010/pc/pro-evolution-soccer-2010-demo/
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
There's a ton of:
fixme:d3dx:ID3DXConstantTableImpl_GetConstantByName (0xa53cfd8)->((nil),
AmbientLightCol): stub
fixme:d3dx:ID3DXConstantTableImpl_GetConstantByName (0xa53cfd8)->((nil),
LocalAmbientLightCol): stub
fixme:d3dx:ID3DXConstantTableImpl_GetConstantByName (0xa53cfd8)->((nil),
EnvmapDiffuseModulateCol): stub
and other d3dx fixme's in the output:
$ grep -c fixme\:d3dx /home/austin/pes.txt
359542
Finally crashes, with an unhelpful backtrace:
Backtrace:
=>0 0x00add56f in pes2010 (+0x6dd56f) (0x012dddc0)
1 0x00000000 (0x00ddf5c8)
2 0x00466280 in pes2010 (+0x6627f) (0x00add6f0)
3 0x107705f8 (0x837c418b)
4 0x00000000 (0x00000000)
0x00add56f: movl 0xc(%eax),%edx
winetricks d3dx9 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.