http://bugs.winehq.org/show_bug.cgi?id=17691
Summary: Atlas.ti fails with GDI+ Error: Not Implemented
Product: Wine
Version: 1.1.15
Platform: PC
URL: http://www.atlasti.com/demo.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)centrum.cz
tried the application with wine 1.0.1 and 1.1.15
old:
wine: Call from 0x7b845910 to unimplemented function
gdiplus.dll.GdipGetImageDecodersSize, aborting
wine: Unimplemented function gdiplus.dll.GdipGetImageDecodersSize called at
address 0x7b845910 (thread 001a), starting debugger...
wine: Call from 0x7b845910 to unimplemented function
gdiplus.dll.GdipGetImageItemData, aborting
wine: Call from 0x7b845910 to unimplemented function
gdiplus.dll.GdipGetImagePalette, aborting
fixme:shell:ISvItemCm_fnInvokeCommand Unhandled Verb 7013l
fixme:shell:ISvItemCm_fnInvokeCommand Unhandled Verb 7013l
fixme:exec:SHELL_execute flags ignored: 0x00004000
wine: Call from 0x7b845910 to unimplemented function
gdiplus.dll.GdipGetImageDecodersSize, aborting
wine: Unimplemented function gdiplus.dll.GdipGetImageDecodersSize called at
address 0x7b845910 (thread 001e), starting debugger...
wine: Call from 0x7b845910 to unimplemented function
gdiplus.dll.GdipGetImageItemData, aborting
fixme:shell:DllCanUnloadNow stub
new:
fixme:gdiplus:GdipGetImageDecodersSize 0x33f714 0x33f724 stub!
fixme:gdiplus:GdipGetImageDecoders 0 0 0xe40150 stub!
the application shows a dialog with:
GDI+ Error: Not Implemented
The application demo can be downloaded and installed free of charge but some
registration is required.
--
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=17846
Summary: Wine lacks 64-bit gecko
Product: Wine
Version: 1.1.17
Platform: PC-x86-64
URL: http://wiki.winehq.org/Gecko
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Running winetest on 64-bit isn't too useful yet, but is even harder since we
don't yet have a 64-bit build of gecko.
--
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=18417
Summary: Navision 4.0 SP3 crashes on the start
Product: Wine
Version: 1.1.20
Platform: PC-x86-64
OS/Version: Solaris
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kondratovich_m_v(a)ukr.net
Navision 4.0 SP3 doesn't work. Crashes on the start.
--
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=17925
Summary: Winetest segfaults if (32-bit) gecko is installed
Product: Wine
Version: 1.1.18
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Strange bug, but winetest64 is repeatedly segfaulting if gecko is installed:
fixme:win:EnumDisplayDevicesW ((null),0,0x7f89c313f0e0,0x00000000), stub!
err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x7f89c53283f0) Surface already
locked
err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x7f89c5328d30) Surface already
locked
err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x7f89c5328d30) Surface already
locked
err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x7f89c53323f0) Surface already
locked
err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x7f89c53323f0) Surface already
locked
err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x7f89c5332d30) Surface already
locked
Segmentation fault (core dumped)
after ddraw:visual o.0. I can't see why on earth it would segfault there, but
if I remove the geckourl from the registry, winetest64 runs to completion.
--
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=13819
Summary: Wrong codepage used for console output
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
To reproduce this problem, run the following command (that's assuming you have
a UTF-8 xterm, otherwise replace UTF-8 with ISO-8859-1 or the appropriate
encoding):
LANG=fr_FR.UTF-8 ./programs/start/start /help
You will notice that all the accentuated characters are missing. This is
because start.c converts the Unicode resource string to the
GetConsoleOutputCP() encoding in the output() function. I think that's correct
but GetConsoleOutputCP() systematically return "850" as the codepage, even if I
change the [Nls\Codepage]/OEM value in the registry.
One hack to fix this is to replace the GetConsoleOutputCP() call with CP_UNIXCP
but I guess that would be wrong in the case where we're running in the Wine
console.
So I think that when the console is a regular Unix terminal
GetConsoleOutputCP() should return the CP_UNIXCP codepage.
--
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=19107
Summary: Overlod 2 - Game Crashes
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hallvar_helle(a)damedoen.com
When Running Ovelord2.exe the game chrashes. Wine Chrash window stays hidden
buts shows when alt-tabbing
attatched Console output for >wine Overlord2.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=16565
Summary: Tarzan Demo: Crashes while starting.
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
URL: http://www.download.com/Tarzan-demo/3000-7563_4-
10032563.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flossl(a)live.com
Tarzan crashes while starting with an error code.
--
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=15785
Summary: Serious Sam II(v 2.066): 3d graphics don't work and
movies don't play.
Product: Wine
Version: 1.1.7
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dsxbox(a)gmail.com
Created an attachment (id=16902)
--> (http://bugs.winehq.org/attachment.cgi?id=16902)
error log
I can start application and enter menu, but when I try to start playing, only
black screen is shown. There are message "Video card was changed. Select
"quality auto adjustment" in settings menu", but when I do it, application
hungs.
--
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=20139
Summary: Fritz 11 crash when using 3D chessboard
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: drakkk(a)centrum.cz
Created an attachment (id=23720)
--> (http://bugs.winehq.org/attachment.cgi?id=23720)
terminal output
Fritz 11 is working with 2D chessboard but when selecting 3D, game crash with:
wine: Unimplemented function d3dx9_36.dll.D3DXCreateTextureFromFileExA called
at address 0x7b844633 (thread 001b), starting debugger..
Using winetricks d3dx9 doesn't help (in fact it makes it even worse, instead of
only aplication crash I get a serious xserver crash.)
Only change to default settings was disabling anti aliasing (in order to evade
bug 18333)
My system: Ubuntu 8.10, Radeon X1600 mobile, fglrx driver version: 8.593.
--
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=18650
Summary: FFXI - POL screen flipping potential-fix causes crash
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dereck(a)gmail.com
Created an attachment (id=21363)
--> (http://bugs.winehq.org/attachment.cgi?id=21363)
Terminal output from crash.
I installed Final Fantasy XI as per the appdb instructions and it worked as
well as it could, but like every other system I installed on POL would flip
upside down constantly. In the comments there is a posted solution of sorts to
the fliping:
adding the following key with regedit fixes this problem:
[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"OffscreenRenderingMode"="fbo"
If I add this key, POL crashes before it can load, terminal output attached.
Graphics card Info:
01:05.0 VGA compatible controller: ATI Technologies Inc RC410 [Radeon Xpress
200M]
Subsystem: Toshiba America Info Systems Device ff04
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
Latency: 66 (2000ns min), Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 17
Region 0: Memory at d0000000 (32-bit, prefetchable) [size=256M]
Region 1: I/O ports at 9000 [size=256]
Region 2: Memory at c0000000 (32-bit, non-prefetchable) [size=64K]
[virtual] Expansion ROM at c0020000 [disabled] [size=128K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0
Enable-
Address: 00000000 Data: 0000
Kernel modules: radeonfb
--
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.