http://bugs.winehq.org/show_bug.cgi?id=14378
Summary: Issues with maps and character portrait in Morrowind
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mattemod(a)gmail.com
The patch attached to bug 9775 fixed some issues with Morrowind: the character
portrait (in inventory) is now shown and maps work correctly... but not always.
___With OffscreenRenderingMode="pbuffers"___
Maps work correctly but the character in inventory in upside-down and there's a
red line above it.
It also prints some FIXMEs on the shell when you load a game from a different
location or when you load games saved in outside areas. Also, it doesn't print
those FIXMEs when you load for the first time (in main menu). Here they are:
fixme:d3d_surface:IWineD3DSurfaceImpl_PreLoad >>>>>>>>>>>>>>>>> GL_INVALID_ENUM
(0x500) from glGenTextures @ surface.c / 513
fixme:d3d_surface:IWineD3DSurfaceImpl_PreLoad >>>>>>>>>>>>>>>>> GL_INVALID_ENUM
(0x500) from glBindTexture @ surface.c / 517
fixme:d3d_surface:surface_allocate_surface >>>>>>>>>>>>>>>>> GL_INVALID_ENUM
(0x500) from glTexImage2D @ surface.c / 340
fixme:d3d_surface:read_from_framebuffer_texture >>>>>>>>>>>>>>>>>
GL_INVALID_ENUM (0x500) from glCopyTexSubImage2D @ surface.c / 936
Adding
checkGLcall("glEnable");
in 'dlls/wined3d/surface.c' at line 509 (after the glEnable() call) the first
FIXME changes with this:
fixme:d3d_surface:IWineD3DSurfaceImpl_PreLoad >>>>>>>>>>>>>>>>> GL_INVALID_ENUM
(0x500) from glEnable @ surface.c / 510
___With OffscreenRenderingMode="fbo"___
The FIXMEs aren't printed at all, the character in inventory is not upside-down
and there's no red line: it works correctly :)
BUT the local map doesn't work at all for me: it's all dark, apart some very
little parts which fade from clear to dark. I'm referring to the local map that
appears right-clicking the mouse, not the one in the bottom-right corner of the
screen.
If I'm not wrong, there's only one "faded part" for each area (you can better
see it going outside and scrolling the local map).
--
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=13393
Summary: closing one virtual desktop closes other(s)
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pfortin(a)pfortin.com
I setup an application to use a different sized virtual desktop. With two
desktops open, if I close either one, the other gets closed too.
default: 1000x700
rfwin95.exe: 800x600
--
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=12418
Summary: parent window getting closed instead of a tool window
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: source
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
This is a follow up to bug 11026.
With the test case in attachment 10126, in KDE, if I press alt+F4, the parent
window gets closed instead of the tool window.
To reproduce:
1. start the test program from attachment 10126.
2. click on the button to bring up the tool window.
3. press alt+F4.
expected result: the tool window gets closed.
actual result: the parent window gets closed.
--
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=12014
Summary: Ability installer crashes in crypt32
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.ability.com/download4/ability4_16/setup.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Wanted to retest bug #5908, but looks like they have a new installer, or this
is a regression. Anyway, the installer crashes right away
--
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=10950
Summary: Colin McRae Rally 04: picture shifted down by ~1/4 of
height
Product: Wine
Version: 0.9.52.
Platform: PC
URL: http://www.download.com/Colin-McRae-Rally-04-single-
player-demo/3000-7531_4-10265607.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ondra_novak(a)seznam.cz
Created an attachment (id=9879)
--> (http://bugs.winehq.org/attachment.cgi?id=9879)
screenshot
See attached image, screen should be all white with text. It appear to be
shifted down by 1/4 of window height, affect whole game, intro screen, menus,
actual game. Everything else seems to work.
Using wine 0.9.52 on gentoo (also tried 0.9.49-51)
kernel 2.6.23-gentoo-r3
nvidia-drivers 100.14.19
game doesn't work in full screen, so I executed it as
wine explorer /desktop=game cmr4.exe
--
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=10113
Summary: sample .msi file from The Definitive Guide to Windows
Installer Chapter 12 fails
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.apress.com/book/downloadfile/1645
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
When trying to run the ModifiedNotepad.msi file in the Base Project Folder of
Chapter 12, after running the TryNotepad.msi file and selecting repair the
installer is interrupted before it can complete. The installation succeeds
under Windows.
err:msi:load_media_info Failed to extract cabinet stream
err:msi:ready_media Unable to load media info
err:msi:ACTION_InstallFiles Failed to ready media
--
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=12135
Summary: Editplus syntax highlighting wrong at newline
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.editplus.com
OS/Version: other
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce, install Editplus 3, edit a file hello.c,
and type the canonical hello world app:
#include <stdio.h>
int main(int argc, char **argv)
{
printf("Hello, world!\n");
return 0;
}
Note how the string constant is a different color.
Now move the cursor between Hello and World,
and hit the Enter key. The word world moves
to the next line and loses its color.
According to http://winehq.org/pipermail/wine-users/2008-March/030579.html
it should stay highlighted, and does on Windows.
Doing 'winetricks riched20' or 'winetricks riched30' doesn't help.
--
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=10067
Summary: Steam Failed to set file attrbutes
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yellow_onion(a)orcon.net.nz
Created an attachment (id=8625)
--> (http://bugs.winehq.org/attachment.cgi?id=8625)
Screen capture
upon trying to update steam i get an `ERROR: Failed to set file attributes,
Win32 Error 5 "Access...
--
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=15276
Summary: Cannot delete gnome menu entries created by wine
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
My OS is Ubuntu 8.04.
I cannot delete some gnome menu entries which were created by wine.
I already opened a bug report for alacarte (the menu editor of gnome).
https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/268279
But I thought it could also be a wine bug because other menu entries can be
deleted.
(In my case deletion of the universal combat [URL:
http://www.worthdownloading.com/download.php?gid=490&id=13639] menu entries
fails.)
--
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=15512
Summary: World of Warcraft: Sound disappears after minimizing the
game.
Product: Wine
Version: 1.1.5
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: TS91(a)gmx.net
When I'm minimizing the game and then open it again the sound is away... I have
to restart the game if I want the sound
--
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=13247
Summary: Emperor - Rise of the middle kingdom does not work w/o
virtual desktop
Product: Wine
Version: 1.0-rc1
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maci(a)satgnu.net
see summary
console output:
[maci@notebob EmperorRotMK]$ wine Emperor.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x32f7c8,0x00000000), stub!
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Can't handle WINEDDBLT_ASYNC flag
right now.
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16
also its extremly slow in fullscreen mode
and does change resolution everytime i click something to my native one the
program goes into a small window and instantly everything is changed back
again.
--
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=17208
Summary: The mikroC IDE doesn't run - an exception is outputed.
Product: Wine
Version: 1.1.14
Platform: PC
URL: http://www.mikroe.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dexterlb(a)yandex.ru
When trying to start the Mikroelektronika mikroC IDE (either the demo or the
full version) it doesn't start. In the terminal, I get "Unhandled exception".
The terminal output is attached. Tested on ubuntu 8.10.
--
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=17513
Summary: Wine detected as a debugger
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: keith_kw_muir(a)blueyonder.co.uk
Regression in Rome total war: wine detected as a debugger. User states that
copy protection worked in versions 0.99 through 1.99 but is unsure of the
actual culprit testing required to confirm correct version.
--
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=17116
Summary: MinGW 5.1.4 won't install
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://downloads.sourceforge.net/mingw/MinGW-5.1.4.exe
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juan_lang(a)yahoo.com
Created an attachment (id=18961)
--> (http://bugs.winehq.org/attachment.cgi?id=18961)
Screenshot
When using the MinGW installer, you can't progress in the installer past the
page that lets you choose the installation directory.
Steps to reproduce:
1. Download the installer in the URL
2. Run the installer
3. Click "Next" twice, then "I Agree", followed by "Next" twice more.
Expected results:
You should be able to choose or type a destination directory, and the "Next"
button should become enabled.
Actual results:
The "Next" button remains disabled, so you can't install anything. See the
screenshot.
The entire console output is:
fixme:wininet:INET_QueryOption INTERNET_OPTION_CONNECTED_STATE: semi-stub
fixme:shell:SHAutoComplete SHAutoComplete stub
--
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=16955
Summary: Dreamfall: TLJ fails to launch.
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fallenblood(a)gmail.com
Created an attachment (id=18727)
--> (http://bugs.winehq.org/attachment.cgi?id=18727)
Report with no WINEDEBUG options.
I am continuing my attempts to run the adventure game Dreamfall (v.1.0.0,
Russian, noCD crack). I have interrupted the 0.9.61/1.1.12 regression test I
was doing because of one of the bisects failing to compile, and because it
crashes in the exactly same way in both versions. 0.9.61 was the last version
to be reported as Gold (using a native d3d9_27.dll), followed only by Garbage
reports.
The bug happens as follows: The executable starts in the virtual desktop I've
set it to (sometimes drawing "Dreamfall" in either top left or bottom left
corner depending on versions/bisects; slowed down by a WINEDEBUG=+all, I
watched it paint the title bar of a window frame), then crashes with a message
saying that I should report the crash to Funcom (the game's developers). There
is another user who reports a similar crash in the AppDB.
--
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=16881
Summary: CashComm cannot be installed (clicking on Next doesn't
do anything)
Product: Wine
Version: 1.1.12
Platform: Other
URL: http://www.nuweb.ch/cashcomm/ccSetup.exe
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonathan(a)ernstfamily.ch
How to reproduce :
1) download the freely downloadable demo
http://www.nuweb.ch/cashcomm/ccSetup.exe
2) run the installer
3) click on next until seeing the dialog that asks for firstname, lastname and
company name
4) click on next
What happens :
nothing (in the terminal : err:msi:call_script Could not find CLSID for Windows
Script). Using winetricks to install Windows Script another error is shown in
the terminal)
(I submitted the application in the AppDB too, it's pending moderation)
--
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=16727
Summary: r1gl fails to request wgl features such as multi
sampling
Product: Wine
Version: 1.1.11
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lemonzest(a)gmail.com
using the Quake 2 client r1q2 with its r1gl renderer i get the following errors
when r1gl is trying to request multi sampling
the source for both the client and renderer is linked here
http://www.r1ch.net/stuff/r1q2/src/r1q2-b7904-src.zip
r1gl is in the opengl folder.
--
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=16589
Summary: Unimplemented d3dx9_36.dll functions :
.D3DXLoadSurfaceFromFileInMemory,
D3DXLoadSurfaceFromFileW, D3DXLoadSurfaceFromMemory
Product: Wine
Version: 1.1.11
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diafoirus(a)gmail.com
Eve dont start when d3dx9_36.dll isnt found
Log:
wine: Call from 0x7ee270b0 to unimplemented function
d3dx9_36.dll.D3DXLoadSurfaceFromFileInMemory, aborting
wine: Unimplemented function d3dx9_36.dll.D3DXLoadSurfaceFromFileInMemory
called at address 0x7ee270b0 (thread 0019), starting debugger...
wine: Call from 0x7ee270b0 to unimplemented function
d3dx9_36.dll.D3DXLoadSurfaceFromFileW, aborting
wine: Call from 0x7ee270b0 to unimplemented function
d3dx9_36.dll.D3DXLoadSurfaceFromMemory, 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=16494
Summary: Falcon 4.0 AF: After patching to 1.0.13 game crashes
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: normandy(a)web.de
Created an attachment (id=17903)
--> (http://bugs.winehq.org/attachment.cgi?id=17903)
Log using wine 1.1.10
After patching to newest version, this game quits when trying to load a flight.
This is the MessageBox:
http://img3.imagebanana.com/img/m1kjsak4/1_13.png
--
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=16490
Summary: Falcon 4.0 AF: Clouds visible trough walls
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: normandy(a)web.de
Depth buffer issue
--
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=16377
Summary: AlphaSkins shows an acces violation while starting and
blocks the clic on the mouse
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://www.alphaskins.com/sfiles/stable/askindemo.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=17691)
--> (http://bugs.winehq.org/attachment.cgi?id=17691)
Screenshot of the error
After starting AlphaSkins the program shows an error that says that there were
an acces violation and after that yuo wouldn't be able to make click on buttons
or close windows.
You can test it opening the demo from console and then trying to close the
console window.
All what you see on console is:
fixme:win:LockWindowUpdate (0x10020), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x10020), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
--
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=15961
Summary: Need for Speed ProStreet: Very slow/low fps when smoke
not disabled
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: huafbauer(a)compuserve.de
The game defaults to have smoke enabled.
With this setting it is very slow and unplayable.
When disabling smoke in the in game menu it
is immediately faster and playable.
This was tested with 1.1.8 on Debian Lenny with an
Athlon 64 X2 5000+, G70 GeForce 7600 GT (driver 177.80)
--
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=15885
Summary: Phrogram 2.5 requires SHGetImageList implementation
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://phrogram.com/30daytrial/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=17040)
--> (http://bugs.winehq.org/attachment.cgi?id=17040)
Phrogram standard error output
With today's Git (wine-1.1.7-169-g4707548). when attempting to start Phrogram
2.5, which requires the .NET Framework 2.0, after some time, a managed
exception is thrown:
Unhandled Exception: System.TypeInitializationException: The type initializer
for 'Phrogram.Controls.FileExplorerTree' threw an exception. --->
System.EntryPointNotFoundException: Unable to find an entry point named '#727'
in DLL 'shell32.dll'.
at Phrogram.SysImageList.SHGetImageList(Int32 iImageList, Guid& riid,
IImageList& ppv)
at Phrogram.SysImageList.create()
..
which indicates the lack of a SHGetImageList implementation. Standard error
output is 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=15805
Summary: NetStat live unable to run/install
Product: Wine
Version: 1.1.7
Platform: Other
URL: http://www.analogx.com/contents/download/network/nsl.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugs(a)kurtkraut.net
I'm trying to install this software:
http://www.analogx.com/contents/download/network/nsl.htm
And this is the output I get from wine:
[ktk@ktk7 tmp]$ wine nsli.exe
XIO: fatal IO error 11 (Recurso temporariamente indisponível) on X server
":0.0"
after 768 requests (452 known processed) with 0 events remaining.
where 'Recurso temporariamente indisponível' (pt-br) means 'Resource temporaly
unavailuable' (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.