http://bugs.winehq.org/show_bug.cgi?id=4664
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-18-03 03:29 -------
Hi, i don't know how to fix the bug, but if the application is really important
for you, you could try the following workaround:
get the source, comment line 829 in dlls/x11drv/dib_convert.c,
(/*srcpixel=srcbits;*/) like mentioned before, recompile , and
cp dlls/x11drv/winex11.drv.so ~/.wine/drive_c/Program\ Files/ASP32/winex11.drv
Now revert the hack, and recompile, otherwise the hack might break other
programs, and install wine.
run by WINEDLLOVERRIDES="winex11.drv=n" wine ASP32 in ~/.wine/drive_c/Program
Files/ASP32. I know this is a very ugly hack, but apart from the icons being
screwed up, the app works, and the hack won't break other programs. Of course
you would have to do this for every new wine release until someone fixes it :(.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4569
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.broderbund.com/ju|http://www.broderbund.com/ju
|mp.jsp?itemType=PRODUCT&item|mp.jsp?itemType=PRODUCaT&ite
|ID=147 |mID=147
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-18-03 02:43 -------
Maybe it checks for the file d3d8.dll in windows/system32. I've seen at least
one application that complained about missing DX 8 , and a simple "touch
d3d8.dll" solved it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4867
------- Additional Comments From alex(a)thehandofagony.com 2006-18-03 02:12 -------
The program starts and behaves normally, except for a huge memory leak (bug 4486).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1293
------- Additional Comments From guess.who(a)freesurf.fr 2006-18-03 01:53 -------
trying to install IE6. using FC5-test3.
I am behind a proxy with username & passwd
Have impor
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyServer"="<your proxy IP address>:<your proxy port, 3128 or 8080>"
"ProxyEnable"=dword:00000001
"ProxyOverride"="127.0.0.1"t this file in registry :
Have nomore the message about "Setup was unable to download the required
components.Please make sure you are connected to the Internet, or try to run
Setup again later."
but have this one : "Setup was unable to install all the components. Please
close all app and try running steup again."
Any idea, please ?
thx
larry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4662
pgr(a)arcelectronicsinc.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-17-03 23:45 -------
That had been a point of confusion as ttf implies true type font.
Setting fixed the bitmapped fonts now display where they should.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4867
------- Additional Comments From vitaliy(a)kievinfo.com 2006-17-03 22:23 -------
As I recall this progam actually checks versions of several dlls that it axpects
to find in system32 dir. This will be "WONTFIX" for a long time.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4853
qingdao33122(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2080|application/octet-stream |text/*
mime type| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4662
------- Additional Comments From dmitry(a)codeweavers.com 2006-17-03 20:26 -------
ms_sans_serif.ttf, system.ttf courier.ttf are not blank, they are bitmap fonts
and have no outlines. Moreover that fonts are the intermediate result of the
build process and not supposed to be installed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4873
Summary: Sun's appletviewer can't load applets
Product: Wine
Version: CVS
Platform: Other
URL: http://java.sun.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Sun's latest Java 1.5.0_06 appletviewer crashes on startup due
to bug 4143. Applying the patch in bug 4143#42
gets past that, and lets the appletviewer
actually put up a window. But then Java complains
java.lang.NoClassDefFoundError: InputField
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
at java.lang.Class.getConstructor0(Class.java:2640)
at java.lang.Class.newInstance0(Class.java:321)
at java.lang.Class.newInstance(Class.java:303)
at sun.applet.AppletPanel.createApplet(AppletPanel.java:721)
at sun.applet.AppletPanel.runLoader(AppletPanel.java:650)
at sun.applet.AppletPanel.run(AppletPanel.java:324)
at java.lang.Thread.run(Thread.java:595)
(I used the demo applets at http://java.sun.com/applets/jdk/1.4/
Both the ones I tried had this problem.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4872
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|IWineD3DImpl_CheckDeviceType|EVE Online doesn't display
|problem with EVE Online |the login screen
------- Additional Comments From mike(a)codeweavers.com 2006-17-03 18:39 -------
The bug's title should be the visible problem you are trying to fix.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4872
Summary: IWineD3DImpl_CheckDeviceType problem with EVE Online
Product: Wine
Version: CVS
Platform: PC
URL: http://www.eve-online.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kelfe(a)gmx.de
The function IWineD3DImpl_CheckDeviceType always returns D3DERR_NOTAVAILABLE if
there is already a GLContext.
The question would be if WineD3D_CreateFakeGLContext should return the current
GLContext if there is one already.
The WineD3D_CreateFakeGLContext function seems to contain some handling for that
but it's not working.
This bug prevent EVE Online from displaying the login screen.
(you also need to create a registry key to get the login screen to display - see
http://myeve.eve-online.com/ingameboard.asp?a=topic&threadID=30457&page=9#2…)
repro:
- download and install Eve Online
- add the registry key
- follow the IWineD3DImpl_CheckDeviceType function
without the D3D_OK return the slash screen displays and a black login screen
area appears
with the always D3D_OK change the splash screen displays and the login screen
appears
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4870
------- Additional Comments From rick.richardson(a)gmail.com 2006-17-03 16:59 -------
Created an attachment (id=2079)
--> (http://bugs.winehq.org/attachment.cgi?id=2079&action=view)
Trace using +seh, +loaddll
Here is the trace from the start of execution to the page fault.
Note: I am using the windows versions of msvcrt6 and mfc42 downloaded from one
of the dll sites.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3221
------- Additional Comments From auspex(a)pointerstop.ca 2006-17-03 16:19 -------
Workaround under KDE:
Right click on the Window title bar, select "Configure window behaviour"
Choose "Window Specific Settings"
On the "Window" tab, click on the "Detect" button, then in the Quicken window
- it should set "Window Class" to "qw.exe wine", and check "Match whole window
class"
Go to the "Geometry" tab and check all boxes on the "size" and the two
"maximize" rows, set to "Apply Initially", set the size to some larger values.
Finally, on the "Workarounds" tab: "Window Type" Force "Normal Window";
"Ignore requested geometry", "Force", check; "Minimum Size", Force and some
large values.
I don't know how many of these values are actually necessary but they worked
for me.
fwiw, it isn't necessary after a clean install on wine 0.9.9
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4869
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-17-03 15:57 -------
Hi, i just tried the app and this is what i found: in wine-0.9.8 the
applications starts, and seems to be playable , only the text is unreadable
(displayed like in a mirror)
In current cvs it pops up a messagebox: Read access to 0x0000000 in d3d8.dll. So
maybe there are more regressions....
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4871
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-17-03 15:53 -------
Please add an entry for this program in the AppDB http://appdb.winehq.org
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4662
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-17-03 15:45 -------
It looks like a CVS commit in the last 12 to 24 hrs have fixed the font look up
problems and Wine is using and showing the *.fon files in any font select dialog.
But as before when I us kfontviewer or fontforge in wine/font/ the
ms_sans_serif.ttf, system.ttf courier.ttf are blank.
The new CVS build worked correctly with my old .wine setups without rm -f ,wine
So the only remaining problem is the three ttf's built by wine seem to be
faulty. But they are not installed by wine.
So it this a problem with fontforge after 1.0 I am using a very recent version.
See the system.ttf attachment This has no data.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4870
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.shadowbane.com/us
| |/
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4055
------- Additional Comments From Germain.Morbe(a)web.de 2006-17-03 14:59 -------
Meanwhile, i had access to a ICD2 device for about one week and i made several
experiments up to the hight of my skill level. To make it short, i did not
manage to get the ICD2 working. However, i tried to track down this FIFO issue,
which after all is the true reason for this bug in my opinion.
John, you are right that there is no way to set the FIFO size under Linux with
one exception. You can fool the kernel by setting the UART chip
to 8250 which has no FIFOs at all. This works fine with 2.4xx kernels according
to here:
http://www.ussg.iu.edu/hypermail/linux/kernel/0408.0/0798.html
As far as they pointed out there, this does not work with 2.6 kernels because of
a bug in the serial module of the 2.6 kernel. And as far as i could make clear
this is very sad but never the less true.
Simply using two small terminal.exe apps, one under wine and another one under
windows, both connected via a nullmodem cable it can made sure that the kernel
2.6 when set to UART 8250 sends out only one character out of 16. So 15
characters are dropped to nirvana instead of sent. Aafter all im sure that would
you use an old serial card with a real 8250 chip under a 2.4xx linux kernel you
could probably connect to and work with your ICD2 like a charme.
However, since my Picstart as well as our Promate II works well under wine, i
can only wonder why those Microchip idi*ts choosed to use a completely different
port setup for the ICD2 communication.
Finally i wonder if this "bug" ever can be fixed within wine or if this is a
more general linux 2.6 bug which can only be fixed by the kernel guys.
I would be glad to hear tony's opinion about this, thanks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4871
Summary: Sling Player 1.0.5.140 fails to install - Unable to
create InstallDriver instance
Product: Wine
Version: 0.9.10.
Platform: PC
URL: http://www.slingmedia.com/support/downloads.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ilan(a)fonz.net
Version 1.0.5.140 of Sling Player fails to install under Wine 0.9.10. It
indicates it couldn't create a InstallDriver instance:
fixme:win:SetWindowTextA setting text ": Setup.INI" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text ": 0x0409.ini" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text ": setup.isn" of other process window
(nil) should not use SendMessage
fixme:msi:MsiGetProductInfoW L"{8E4207A9-5A93-45A4-89E4-D773D3C880E8}"
L"PackageCode" 0x7fdc8ec8 0x7fb0cfbc
fixme:win:SetWindowTextA setting text "Extracting: " of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Extracting: " of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Extracting: Setup.bmp" of other process
window (nil) should not use SendMessage
fixme:msi:MsiInstallProductW L"C:\\windows\\temp\\_is64f1\\ISScript1150.Msi"
L"REBOOT=ReallySuppress ADDLOCAL=ISScript"
err:msi:ACTION_RemoveFiles failed to delete L"c:\\Program Files\\Common
Files\\InstallShield\\Driver\\1150\\Intel 32\\IDriver.exe"
err:msi:cabinet_notify failed to create L"c:\\Program Files\\Common
Files\\InstallShield\\Driver\\1150\\Intel 32\\IDriver.exe" (error 80)
err:msi:ITERATE_DuplicateFiles Original file unknown L"IDriver.exe"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveRegistryValues"
fixme:msi:deformat_component component key L"IDriverT.exe"
fixme:msi:deformat_component component key L"IDriverT.exe"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFolders"
fixme:msi:msi_unimplemented_action_stub InstallServices -> 1 ignored
L"ServiceInstall" table values
fixme:ole:CreateProxyFromTypeInfo 0x7fdd01c8 0x7fdcffc0
{1bae42e4-082e-4278-9788-ee3c7aa4fd74} 0x7fdd017c 0x7fdd0178
err:ole:CoUnmarshalInterface IMarshal::UnmarshalInterface failed, 0x80004001
fixme:ole:CFProxy_CreateInstance CoMarshalInterface failed, 80004001
fixme:ole:CoCreateInstance no instance created for interface
{1bae42e4-082e-4278-9788-ee3c7aa4fd74} of class
{d5641912-e47a-429c-879e-cfe13eac7a13}, hres is 0x80004001
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3214
------- Additional Comments From hb(a)elsie.org.uk 2006-17-03 14:07 -------
I get similar messages from Wine 0.9.8 when installing The Sims, Deluxe Edition:
err:ole:marshal_object object doesn't expose interface
{be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
[repeated lots of times, and then:]
err:ole:TMStubImpl_Invoke IDispatch cannot be marshaled by the typelib
marshalererr:ole:xCall RpcChannelBuffer SendReceive failed, 8000ffff
Installshield then pops up a message saying:
Unhandled exception
Error Number: 0x8000FFFF
Description:
Setup will now terminate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4847
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-17-03 13:39 -------
Looks like regression testing is becoming a new hobby of mine... This patch
caused it http://www.winehq.org/pipermail/wine-cvs/2006-March/021472.html
Steps to check:
In current cvs do patch -Rp1 -i patch.diff (above mentioned patch) en recompile
Now the video plays again.
Note: sometimes (1 out of 6 times i would guess) the video doesn't start either
but crashes in bink32.dll. And on my computer the video
crashes in the end with a Bad Match but that might be due to my Ati driver (not
sure) :
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 3 (X_GetWindowAttributes)
Resource id in failed request: 0x3600007
Serial number of failed request: 398
Current serial number in output stream: 399
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4870
Summary: New "canonical" shadowbane installer crashes.
Product: Wine
Version: 0.9.9.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rick.richardson(a)gmail.com
The new Free Shadowbane comes via a downloadable installer that includes the
entire game and expansion packs. This should probably be the primary target for
getting it working, as this will be the primary delivery form from this point on.
Running the installer, it starts up InstallAnywhere and unpacks, once its
unpacked, a full screen splash graphic opens up and the program crashes directly
at that point with a page fault.
To Reproduce: Run the Installer.
The application is available via fileplanet. Or email me and I will ftp a copy
to wherever it needs to go.
Trace with +seh, +relay, +loaddll attached
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4869
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|www.soldat.pl |http://www.soldat.pl/links/m
| |irrors.php?catid=5
Keywords| |download, regression
------- Additional Comments From tony.lambregts(a)gmail.com 2006-17-03 13:27 -------
Please do a regression analysis to find the patch that caused the bug:
Using GIT: http://wiki.winehq.org/GitWine
Using CVS: http://winehq.org/site/docs/winedev-guide/x1344
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4864
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-17-03 13:13 -------
oh, and if it is, could you try if native oleaut32+riched20 "fixes" this bug?
(WINEDLLOVERRIDES="riched20,oleaut32=n" wine Logger32) Thanks
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3287
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
Keywords|NoAppDBEntry |
------- Additional Comments From tony.lambregts(a)gmail.com 2006-17-03 13:10 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3285
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-17-03 13:07 -------
Closing Duplicate
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3278
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-17-03 13:06 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3205
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-17-03 13:06 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2391
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|DUPLICATE |
------- Additional Comments From tony.lambregts(a)gmail.com 2006-17-03 13:05 -------
Duplicate was Resolved as abandoned so I am reopening this one.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4869
Summary: Soldat does not work on latest Wine
Product: Wine
Version: 0.9.10.
Platform: PC
URL: www.soldat.pl
OS/Version: Windows 2000
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tehstealth(a)yahoo.com
If you visit the forum here:
http://www.soldatforums.com/topic.asp?topic_id=9754&whichpage=5
We've gotten Soldat to work on Wine 0.9 but anything past that, the game will
not render properly. The polygons don't seem to work or soemthing...
The only thing I can really see in console is a bunch of:
Expect deadlock!
err:syslevel:_EnterSysLevel (0x7fa5dfa0, level 2):Holding 0x7f952920, level 3.
Over and over again...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4865
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-17-03 11:49 -------
Closing Duplicate
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4359
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Regression: WMP 7.1 crashes |DCOM: playback screen
|with builtin DCOM |crashes WMP7.1
------- Additional Comments From alex(a)thehandofagony.com 2006-17-03 11:46 -------
In Wine 0.9.10, it only crashes upon entering the playback screen without native
DCOM.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4359
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1929 is|0 |1
obsolete| |
------- Additional Comments From alex(a)thehandofagony.com 2006-17-03 11:43 -------
Created an attachment (id=2078)
--> (http://bugs.winehq.org/attachment.cgi?id=2078&action=view)
Output with Wine 0.9.10
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4628
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From alex(a)thehandofagony.com 2006-17-03 11:41 -------
Works in Wine 0.9.10.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4846
ilan(a)fonz.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4848
ilan(a)fonz.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.9. |0.9.10.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4848
------- Additional Comments From ilan(a)fonz.net 2006-17-03 11:03 -------
I ran with the requested arguements, but I'm told the logs are too large to
attach. This is the output from wine 0.9.10 from:
WINEDEBUG=+tid,+seh,+relay wine meetro.exe &> /tmp/relay.log && grep -A 20 -B
300 "seh:" /tmp/relay.log > /tmp/relay.txt
http://www.fonz.net/wine/relay-meetro-wine-0.9.10.txt
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4868
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2077|application/octet-stream |image/x-png
mime type| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4868
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2076 is|0 |1
obsolete| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4868
Summary: Regression: sliders in WMP9 are not drawn properly
Product: Wine
Version: 0.9.10.
Platform: Other
URL: http://appdb.winehq.org/appview.php?versionId=1449
OS/Version: other
Status: UNCONFIRMED
Keywords: regression, download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
In Wine 0.9.10, the sliders in Windows Media Plyaer 9 are drawn with
mono-coloured rectangles to the left of the slidebar. See the screenshot for
illustration. This did not happen in Wine 0.9.8.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4484
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From alex(a)thehandofagony.com 2006-17-03 10:45 -------
In 0.9.10, it stays inside the playback area and does not crash the player.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4867
Summary: SonicStage fails to load VXD driver
Product: Wine
Version: 0.9.10.
Platform: PC
URL: http://appdb.winehq.org/appview.php?versionId=3876
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
SonicStage fails to load a VXD driver it probably uses to communicate with the
Sony Walkman, as the Walkman is not available in the program.
Running it in winnt40 or win31 mode, which Wine suggests, does not work (Windows
version not supported).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4865
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-17-03 09:54 -------
Exact dup
*** This bug has been marked as a duplicate of 4456 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4456
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mail(a)chrschn.de
------- Additional Comments From vitaliy(a)kievinfo.com 2006-17-03 09:54 -------
*** Bug 4865 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3685
------- Additional Comments From francesco.doffizi(a)inwind.it 2006-17-03 09:29 -------
Compiling Wine without truetype support solves the problem (but of course make
all emulate apps fonts ugly).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4866
Summary: wine 0.9.10 has broke WoW 1.9.3 completely was working
in 0.9.9
Product: Wine
Version: 0.9.10.
Platform: PC
URL: http://appdb.winehq.org/appview.php?versionId=4031
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nlaw(a)naad.fsnet.co.uk
Oh dear.. I've just tried running Wow 1.9.3 with wine V0.9.10... bad news is
it's broke wow. You can login, select your character, you get the blue progress
bar which gets right to the end, then CRASH !". Bombed out! Doesn't matter
whether you use "wine WoW.exe" or "Wine WoW.exe -opengl"
This is the last three errors you get in the shell just before it crashed.
fixme:win:EnumDisplayDevicesW ((null),0,0x406de540,0x00000000), stub!
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 159 (GLX)
Minor opcode of failed request: 13 (X_GLXCreateGLXPixmap)
Serial number of failed request: 469
Current serial number in output stream: 470
linux:/home/alt/.wine/drive_c/Program Files/World of Warcraft # X Error of
failed request: BadDrawable (invalid Pixmap or Window parameter)
Major opcode of failed request: 70 (X_PolyFillRectangle)
Resource id in failed request: 0x0
Serial number of failed request: 133
Current serial number in output stream: 135
Regards
Nick Law
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4370
------- Additional Comments From cdunn42(a)yahoo.com 2006-17-03 09:23 -------
I wonder if the correct solution might be using a bitwise and as a mask instead
of equality checking - if the value being tested is VT_VARIANT|VT_BYREF than it
wouldn't ever be equal to VT_VARIANT.
The following fixed the error for my case :
if (rgvt[i] & VT_VARIANT)
VariantCopy(&rgvarg[i], src_arg);
else if ((rgvt[i] & VT_BYREF) && !V_ISBYREF(src_arg))
...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4257
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From alex(a)thehandofagony.com 2006-17-03 08:59 -------
Works fine in 0.9.10.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4865
Summary: Wine crashes on apps installed on a FAT32 partition
Product: Wine
Version: 0.9.9.
Platform: PC-x86-64
URL: http://www.winehq.com/pipermail/wine-devel/2006-
March/045520.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)chrschn.de
On my x86_64 Linux box I have a FAT32 partition mounted which is also
available to my parallel installed Windows XP. For Wine this is drive D.
When I install games to this drive, they all crash at a call to function
ntdll.NtQueryDirectoryFile. If I install the same game to drive C
(~/.wine/drive_c) it runs just fine. See this posting for details:
http://www.winehq.com/pipermail/wine-devel/2006-March/045520.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4754
------- Additional Comments From rok(a)maxwell.spina.si 2006-17-03 08:47 -------
It worked ok until wine 0.9.6 included. Wine 0.9.7 breaks it. This was on start
of d3d8 move into wined3d.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4852
------- Additional Comments From vitaliy(a)kievinfo.com 2006-17-03 08:47 -------
Looks like app asks for 32 bit color and your graphics card does not support it.
We handle that case explicitly so it should work if it's supported by hardware.
It could be because video card is not accelerated/you don't have drivers
installed properly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4754
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From tony.lambregts(a)gmail.com 2006-17-03 08:29 -------
Confirming
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4862
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-17-03 08:28 -------
Yes it is
*** This bug has been marked as a duplicate of 4754 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4754
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rok(a)maxwell.spina.si
------- Additional Comments From tony.lambregts(a)gmail.com 2006-17-03 08:28 -------
*** Bug 4862 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4864
Summary: Logger32 crashes
Product: Wine
Version: 0.9.9.
Platform: PC
URL: http://www.dxwatch.com/~py1nb/wine_logger32_debug.txt
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felipe(a)terenet.com.br
CC: felipe(a)terenet.com.br
Tryng to run Logger32 app (http://www.logger32.net).
WHile the app loads it launches a MessageBox:
0023:Call oleaut32.SysFreeString(7deed0fc L"Error opening
Z:\\home\\lfceglia\\winebackup\\drive_c\\Program Files\\Logger32
\\Country32.\r\n\r\nProgam will abort.") ret=735210df
The debug follows in url.
Thank you.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4863
Summary: Icons in Notes Workspace
Product: Wine
Version: 0.9.10.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mszeliga(a)msnet.dk
On Lotus Notes v. 5.0.12 and v. 6.5.5: icons on the Notes workspace turned solid
black after upgrade of Wine to 0.9.10 from 0.9.9 other icons in Notes are unchanged.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4407
------- Additional Comments From tuharsky(a)misbb.sk 2006-17-03 05:31 -------
Hallo,
as of 0.9.10, still printing only lines.
I'll post loaddll log. What native dll's should I try to replace the builtin
ones in order to make it working? GDI?
Or do You think that this is solely wine vs Postscript issue and doesn't depend
on DLLs?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4664
------- Additional Comments From gandalfar(a)gmail.com 2006-17-03 05:09 -------
Just mentioning that I tested this with 0.9.10 and it still crashes in the same way.
Backtrace:
=>1 0x7e8ad140 in winex11 (+0x1d140) (0x7e8ad140)
2 0x7e8a451a in winex11 (+0x1451a) (0x7e8a451a)
3 0x7e8ab617 X11DRV_SetDIBits+0x1e7 in winex11 (0x7e8ab617)
4 0x7f00e8d9 SetDIBits+0x79 in gdi32 (0x7f00e8d9)
5 0x7f00eb01 StretchDIBits+0x161 in gdi32 (0x7f00eb01)
6 0x0400855e in alistc32 (+0x855e) (0x0400855e)
7 0x00000000 (0x00000000)
0x7e8ad140: movl 0x0(%esi),%edx
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4862
------- Additional Comments From rok(a)maxwell.spina.si 2006-17-03 03:37 -------
It looks something similar to bug #3779. Maybe this is duplicate bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4862
Summary: d3d8 application doesn't show some textures/surfaces
correctly.
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rok(a)maxwell.spina.si
In aplication LFS.exe (live for speed), which is directx8 game, some of the
textures and/or surfaces are rendered in weird colors. Game worked fine until
wine 0.9.6. With yesterdays cvs version this was still not fixed. For testing
you could download demo version of LFS from http://www.liveforspeed.net/ . It
does not require any install, so it may be usefull for testing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4861
Summary: Crash when starting new game of Silent Hill 2
Product: Wine
Version: 0.9.10.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matter.grey(a)gmail.com
Overview Description:
Game crashes upon selecting a new game of Silent Hill 2. It shows the loading
screen, and then crashes out to the desktop, when the game would normally begin.
Steps to Reproduce:
1) Install game
2) Start a new game.
Actual Results:
The game crashed. Will attach console errors.
Expected Results:
Game should run.
Build Date & Platform:
Wine 0.9.10 on Ubuntu 6.04
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3169
------- Additional Comments From msd19(a)case.edu 2006-17-03 00:12 -------
With Wine .9.10 and 7Z 4.36 (beta), this is still present.
However, there is a very easy work around. Hit backspace to go back out of a
directory.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4860
Summary: Sun Java plugin installation broken, plugin doesn't work
properly in Firefox
Product: Wine
Version: CVS
Platform: Other
URL: http://java.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installing Sun's Java is difficult,
and although trivial Java programs do
work, I have yet to get the Java plugin
to work in Firefox. There are probably many bugs here.
After installing the JDK, I had to do
~/.wine/drive_c/Program Files$ cp Java/jre1.5.0_06/bin/NP*.dll Mozilla\
Firefox/plugins/
before the java plugins showed up in about:plugins.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2953
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From dank(a)kegel.com 2006-16-03 23:03 -------
I was able to run both of these examples successfully,
with no crash on exit, using Sun's 1.5 update 6 jvm
on top of wine 0.9.10.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1520
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Keywords|NoAppDBEntry |
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-16-03 22:46 -------
I tested out PIAPro version 4.7 and I could not find anything that did not work.
This application is platinum.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4525
------- Additional Comments From dank(a)kegel.com 2006-16-03 22:09 -------
Updated to cvs today (just past 0.9.10),
and the problem is worse; as soon as you
bring up the Open dialog, it hangs
before it even draws the contents of the dialog.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4859
Summary: fixme:resource:EndUpdateResourceW (0x7a9c6b42,0): stub
Product: Wine
Version: 0.9.10.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P5
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jfmedeirosneto(a)yahoo.com.br
When I run "wine c:\\Python23\\python.exe setup.py py2exe" the following error
appears :
fixme:resource:EndUpdateResourceW (0x7a9c6b42,0): stub
Traceback (most recent call last):
File "setup.py", line 30, in ?
data_files=[("res", glob.glob("res\\*.*")),
File "C:\Python23\lib\distutils\core.py", line 149, in setup
dist.run_commands()
File "C:\Python23\lib\distutils\dist.py", line 907, in run_commands
self.run_command(cmd)
File "C:\Python23\lib\distutils\dist.py", line 927, in run_command
cmd_obj.run()
File "c:\Python23\Lib\site-packages\py2exe\build_exe.py", line 197, in run
self._run()
File "c:\Python23\Lib\site-packages\py2exe\build_exe.py", line 264, in _run
self.create_binaries(py_files, extensions, dlls)
File "c:\Python23\Lib\site-packages\py2exe\build_exe.py", line 526, in
create_binaries
arcname, target.script)
File "c:\Python23\Lib\site-packages\py2exe\build_exe.py", line 752, in
build_executable
add_resource(unicode(exe_path), script_bytes, u"PYTHONSCRIPT", 1, True)
RuntimeError: EndUpdateResource: Success
I think this error is caused by "EndUpdateResourceW" method in some dll but I am
not know the solution.
Thanks for all....
Joao Francisco Medeiros Neto
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4858
------- Additional Comments From vitaliy(a)kievinfo.com 2006-16-03 20:55 -------
Check if you have "marlett.ttf" font that Wine comes with. You might need to
copy it to c:\windows\fonts
As far as minimize button yeah it's a known bug... (that is still not fixed
because it requires either hack or extensive modifications).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=380
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-16-03 19:42 -------
I tried this with version 2006 and it worked fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4858
------- Additional Comments From ryanbach(a)adelphia.net 2006-16-03 17:37 -------
Also don't click the left 0 thing in the main menu (at the top) because it locks
up your whole system! :(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4858
Summary: Steam GUI bug? (regression)
Product: Wine
Version: 0.9.10.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ryanbach(a)adelphia.net
The up and down arrows as well as the minimize and exit do not look right in
Wine version 0.9.10 while they looked fine in verson 0.9.9
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4650
------- Additional Comments From volker(a)dirr-computer.de 2006-16-03 15:37 -------
hi
i tested cm3 with the new wine 0.9.10.
it crashed again.
this time the debug look like the same in backtrace and register dump.
but it look different in strack dump and the end of the logfile is much longer.
i add the new relay log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3275
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-16-03 13:37 -------
Closing duplicate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3271
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-16-03 13:37 -------
Closing duplicate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3267
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-16-03 13:35 -------
Closing duplicate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.