http://bugs.winehq.org/show_bug.cgi?id=27737
Summary: NVIDIA D3D SDK 10 Lightning Sample needs unimplemented
function d3dx10_43.dll.D3DX10CreateSprite
Product: Wine
Version: 1.3.23
Platform: x86-64
URL: http://developer.download.nvidia.com/SDK/10/direct3d/s
amples.html#Lightning
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the.ideals(a)gmail.com
Lightning.zip
MD5 Sum: 063eb9c9d53eb1aa2e51a37b33036f93
SHA1 Sum: 19d47dae7a2ed4c24a1190e8b1dca7a217c1ce02
wine: Call from 0x7b839db2 to unimplemented function
d3dx10_43.dll.D3DX10CreateSprite, 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=10790
Summary: RPG Maker XP 10.2a: Crashes when accessing menu bar/HTML
Help
Product: Wine
Version: 0.9.50.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hen.asraf(a)gmail.com
When trying to access the menu bar (i.e clicking "&File" or "&Help") the game
crashes, with an error message saying:
"Critical Error C0000005 at address 004749B5"
Also, the program crashes when browsing the HTML Help (accessed by pressing
[F1]), with an error message saying:
"Critical Error C0000005 at address 00000000"
A 30-day trial for the program can be downloaded here:
http://www.enterbrain.co.jp/tkool/RPG_XP/eng/download.html
(You must download RPG Maker XP and also the RGSS-RTP).
--
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=9615
Summary: RPG Maker: c0000005 exception when clicking menu bar
Product: Wine
Version: 0.9.44.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
After obtaining RPG Maker from
(http://www.enterbrain.co.jp/tkool/RPG_XP/eng/download.html), I install it. I
believe on 0.9.33 it seamlessly installed, but on latest 0.9.44, running the
EXE produces help output for msiexec in terminal; I had to do wine msiexec /i
on the MSIs in the directories. Installation is ok, and starting the app is
okay, but when I click the menu, it gives me an exception: c0000005 at address
004749B5. No dump is produced that is indicative of any error.
--
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=9808
Summary: Amazon Music Downloader crashes on File menu
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.amazon.com/gp/dmusic/help/amd.html/
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=8255)
--> (http://bugs.winehq.org/attachment.cgi?id=8255)
console output showing crash on clicking File
Download and install the Amazon Music Downloader.
Run it.
Click the File menu.
Bammo!
wine: Unhandled page fault on read access to 0x0000001c at address 0x484d25
(thread 0009), starting debugger...
--
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=18708
Summary: Amazon MP3 Downloader: Menus and toolbars don't work
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://amazonm-002.vo.llnwd.net/u/d1/clients/AmazonMP3
Installer_1.0.3.exe?httpHeader%5FContent-Disposition=a
ttachment%3B%20filename%3DAmazonMP3Installer.exe&marke
tplace=1
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Created an attachment (id=21442)
--> (http://bugs.winehq.org/attachment.cgi?id=21442)
Linux behaviour screenshot
Running Amazon MP3 Downloader, clicking menu items doesn't work at all (nothing
happens, menu stays open).
The following is the only default console output
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
The err is spammed every time a menu is opened.
Attached a screenshot under linux, a screenshot under windows and a +toolbar
trace.
--
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=26389
Summary: Win3.1 Notepad crashes when opening a large file
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spammis(a)spam.la
Created an attachment (id=33605)
--> (http://bugs.winehq.org/attachment.cgi?id=33605)
DOSBox (left) and Wine (right)
This bug applies to the version of Notepad bundled with Windows 3.1.
Old versions of Notepad can't open big text files. Instead, Notepad displays a
message saying "The file FILENAME is too large for Notepad. Use another editor
to edit the file." Wine crashes instead of displaying this message.
A giant file can be created in numerous ways. I used a small python script:
for i in range(1999999):
print i
"python script.py > giant.txt" gives a giant file.
I tried opening the file using Wine running Notepad and using DOSBox running
Windows 3.1 running Notepad. Windows 3.1 is just a normal DOS application, so
it runs fine under DOSBox. I'm attaching a PNG file displaying the differences
between Wine and DOSBox. In this case, DOSBox is correct while Wine is wrong.
--
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=22712
Summary: Servant Salamander can't execute .exe files
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.altap.cz/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
File manager Servant Salamander, version 2.52 won't execute a binary file
(regedit.exe). When I am trying to execute regedit.exe, nothing happens and
console says:
fixme:shell:ISvItemCm_fnInvokeCommand Unhandled Verb 0l
BTW: I have to test with winecfg: Win2000. Tested in many versions and probably
never worked correctly.
--
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=25118
Summary: Missing text in Pikachu Volleyball 3D
Product: Wine
Version: 1.3.6
Platform: x86-64
URL: http://rev.knu.ac.kr/down/PV3DSetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: wine-bugs(a)winehq.org
Created an attachment (id=31856)
--> (http://bugs.winehq.org/attachment.cgi?id=31856)
Screenshot with builtin d3dx9_36
The title screen is missing the text "Pocke' monster" and "Copyright (C) 2006
by Revolution. All Rights Reserved." I guess these probably have something to
do with it:
fixme:d3dx:ID3DXFontImpl_DrawTextA (0x121e258)->(0x121df78, Pocke' monster ,
-1, 0x32fc10, 5, 0xff483d8b): stub
fixme:d3dx:ID3DXFontImpl_DrawTextA (0x1335760)->(0x121df78, Copyright (C) 2006
by Revolution. All Rights Reserved , -1, 0x32fc18, 5, 0xffffffff): stub
Workaround is winetricks d3dx9_36.
--
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=28405
Summary: Unimplemented function
setupapi.dll.SetupAddToSourceListA
Product: Wine
Version: 1.3.28
Platform: x86
URL: ftp.pinnaclesys.de/driver/pc/Liquid_Edition_6/Liquid_E
dition_6_10_EU_US.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Hi,
I got an error "Unimplemented function setupapi.dll.SetupAddToSourceListA" when
I tried to run a certain installer program.
The program in question is comp_drvmbox.EXE, which is inside the archive at
ftp://ftp.pinnaclesys.de/driver/pc/Liquid_Edition_6/Liquid_Edition_6_10_EU_US.exe
WARNING: That file is about 631MB! I'm not sure whether comp_drvmbox.EXE (which
is about 10MB) is available for download separately.
Anyway, on running comp_drvmbox.EXE I got the following console output (part
omitted for brevity):
$ wine comp_drvmbox.EXE
fixme:setupapi:CM_Locate_DevNodeA 0x32d9d8 (null) 0x00000000: stub
wine: Call from 0x7b839d72 to unimplemented function
setupapi.dll.SetupAddToSourceListA, aborting
wine: Unimplemented function setupapi.dll.SetupAddToSourceListA called at
address 0x7b839d72 (thread 0009), starting debugger...
Unhandled exception: unimplemented function setupapi.dll.SetupAddToSourceListA
called in 32-bit code (0x7b839d72).
...
Backtrace:
=>0 0x7b839d72 RaiseException+0x52(code=0x80000100, flags=0x1, nbargs=<is not
available>, args=0x32d9b4)
[/build/buildd/wine1.3-1.3.28/dlls/kernel32/except.c:84] in kernel32
(0x0032d994)
1 0x5d3b3098 __wine_spec_unimplemented_stub+0x37(module="setupapi.dll",
function="SetupAddToSourceListA")
[/build/buildd/wine1.3-1.3.28/dlls/winecrt0/stub.c:34] in setupapi (0x0032d9c4)
2 0x5d389815 in setupapi (+0x9814) (0x0032dcac)
3 0x100178f0 in glc570.tmp (+0x178ef) (0x0032dcac)
4 0x10017427 in glc570.tmp (+0x17426) (0x0032e7e8)
5 0x100040b5 in glc570.tmp (+0x40b4) (0x0032f514)
wine: Call from 0x7b839d72 to unimplemented function
setupapi.dll.SetupAddToSourceListA, 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.