http://bugs.winehq.org/show_bug.cgi?id=4478
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-03 21:53 -------
warn:file:CreateFileW Unable to create file L"\\\\.\\NSLOCK" (status c0000034)
>> what does "\\\\.\\" mean?
That's \\.\ - read MSDN for more info. In two words - special device namespace.
I think that's the problem... Your program might be trying to install a driver
of some sort.
warn:ntdll:NtCreateFile L"\\??\\E:\\fxj\\SELF\\" not found (c0000034)
>> what does "\\??\\" mean?
Same thing, only in winNT language ;)
warn:file:CreateFileW Unable to create file L"\\\\.\\E:" (status c0000034)
>> what does "\\\\.\\E:" mean?
Tries to open device that is mapped to E: (read partition, or a whole device).
warn:file:CreateFileW Unable to create file L"E:\\fxj\\MultiPy.cfg" (status
c0000034)
>> MultiPy.cfg is a file. Why can't it create MultiPy.cfg while some other
files are created?
c0000034 is STATUS_OBJECT_NAME_NOT_FOUND.
Read MSDN again. All files are opened/created in this way (CreateFile).
In this case that error could only came from atempt to open an existant file,
not to create a new file.
Anyway, I would like to see WINEDEBUG=+ntdll,+snoop 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=4202
------- Additional Comments From mike(a)codeweavers.com 2006-03-03 21:15 -------
The relevant code can be found in wine/dlls/shell32/.
--
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=4202
------- Additional Comments From yangman(a)gmail.com 2006-03-03 21:13 -------
Unfortunately, the test program isn't mine, and I have no experience dealing
with either wine nor windows code.
I was hoping that this bug would get some attention as it seems to be a function
that's used often.
In any case, if I have a lot of extra time later, I wouldn't mind poking around
the code to see what's going on.
--
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=4202
------- Additional Comments From mike(a)codeweavers.com 2006-03-03 20:48 -------
You might be waiting a long time for others to fix the bug fox you. If you can
write a test program that shows the problem, I think going one step further and
fixing the bug probably isn't too difficult.
How about proposing a patch to fix the problem? I'm happy to guide you through
the process.
--
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=4234
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From mike(a)codeweavers.com 2006-03-03 20:46 -------
This is a dup of 4202, isn't it?
*** This bug has been marked as a duplicate of 4202 ***
--
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=4202
------- Additional Comments From mike(a)codeweavers.com 2006-03-03 20:46 -------
*** Bug 4234 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=4662
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-03-03 20:36 -------
Found this mentioned in development and seems to have been the cause of font
problems with winefile and also borland BC++ error messages and dialog boxes.
Module: wine
Branch: refs/heads/master
Commit: 69a23a608eea59624b2f37ab424e0f42b3da5baf
URL:
http://source.winehq.org/git/?p=wine.git;a=commit;h=69a23a608eea59624b2f37a…
Author: Dmitry Timoshkov <dmitry at codeweavers.com>
Date: Thu Feb 23 20:33:06 2006 +0800
gdi: Use "MS Sans Serif" as default sans serif font, not Arial.
--
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=4688
------- Additional Comments From mike(a)codeweavers.com 2006-03-03 20:36 -------
Why are you running MsiInstA at all? The point of it is to install MSI, and if
you're going to use builtin MSI, you don't need to install MSI.
--
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=3638
pgr(a)arcelectronicsinc.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|pif's using batch files and |pif's with batch files
|autoexec.bat |
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-03-03 20:17 -------
Since autoexec.bat can be worked around changing topic to the real 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=4714
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |major
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-03 19:33 -------
Please test with wine-0.9.9. And also read Severity descriptions.
Also you need to specify what application is this? And where to download a demo
(if at all possible).
--
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-03-03 19:12 -------
Today i installed wine 0.9.9 on an other computer and also tried to start cm3.
it abored too.
After disabling the sound in winecfg the game starts and enter the main menu. it
is hard to do anything here, because the mousepointer is centering to the mid of
screen ~ every half second.
So you are right. It is a soundbug.
a attach the new debug-relay-file with enabled sound.
do you even need the relayfile with disabled sound?
a submit an entry to AppDB in a few days.
Volker
--
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=4714
Summary: supermemo gives "not enough space on device"
Product: Wine
Version: 0.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dpbasti(a)wp.pl
i have wine "partition" in my ~/wine with plenty of space on my /home but
since version 0.9 supermemo program can't save anything claiming it has 0 free
space on the disk
--
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=4478
------- Additional Comments From cnbiz850(a)sohu.com 2006-03-03 18:24 -------
To answer your question, E: is simply mapped to ~/WinProgs directory and I do
have rwx permission to it and all its subdirectories. StockDrv.dll is in
WinProgs/fxj directory and I have rw permission.
The installation of fxj (superstkn) went through successfully with Wine. I
agree that it seems from the messages that the program can not find a lot of
files. But I can't tell what the messages really mean. For instance the
following few messages:
------------
warn:file:CreateFileW Unable to create file L"\\\\.\\NSLOCK" (status c0000034)
>> what does "\\\\.\\" mean?
warn:ntdll:NtCreateFile L"\\??\\E:\\fxj\\SELF\\" not found (c0000034)
>> what does "\\??\\" mean?
warn:file:CreateFileW Unable to create file L"\\\\.\\E:" (status c0000034)
>> what does "\\\\.\\E:" mean?
warn:gdi:GDI_GetObjPtr Invalid handle (nil)
>> what handle is "nil"?
warn:file:CreateFileW Unable to create file L"E:\\fxj\\MultiPy.cfg" (status
c0000034)
>> MultiPy.cfg is a file. Why can't it create MultiPy.cfg while some other
files are created?
warn:file:CreateFileW Unable to create file L"E:\\fxj\\USERDATA\\FREQ.IND"
(status c0000034)
>> Again, why not FREQ.IND?
Log file is attached as requested.
--
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=4713
Summary: cant run nvidia demo(Creature)
Product: Wine
Version: CVS
Platform: Other
URL: http://www.nzone.com/object/nzone_creaturedemo_home.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b.buschinski(a)web.de
I try to run the demo with wine CVS 20060303 ~ wine 0.9.9 but I only get
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x55932b68)->(0x10022,00000013)
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_LINEPATTERN (0000000a) value : 00000000 !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_MONOENABLE (0000000b) value : 00000000 !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_ROP2 (0000000c) value : 0000000d !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_PLANEMASK (0000000d) value : ffffffff !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_LASTPIXEL (00000010) value : 00000001 !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_ZVISIBLE (0000001e) value : 00000000 !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_EDGEANTIALIAS (00000028) value : 00000000 !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_RANGEFOGENABLE (00000030) value : 00000000 !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_EXTENTS (0000008a) value : 00000000 !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_VERTEXBLEND (00000097) value : 00000000 !
err:ddraw:Main_IDirect3DDeviceImpl_7_3T_2T_SetTransform Unknown
transform type 00000004 !!!
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_ZVISIBLE (0000001e) value : 00000001 !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_EDGEANTIALIAS (00000028) value : 00000000 !
err:ddraw:set_render_state Specular Lighting not supported yet.
err:ddraw:convert_D3D_compare_to_GL Unexpected compare type 0 !
err:ddraw:convert_D3D_compare_to_GL Unexpected compare type 0 !
err:ddraw:convert_D3D_compare_to_GL Unexpected compare type 0 !
and a black screen
--
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=4465
------- Additional Comments From thomas.waschinski(a)swipe.de 2006-03-03 18:11 -------
Just tried 0.9.8:
the game did not even start. There was a short black screen as if would, but
then it crashed immediately with this message:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 143 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 380
Current serial number in output stream: 380
Will now also try 0.9.7 but I guess I have to downgrade to 20050930 again :(
Greetings, Thomas
--
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=4689
aran(a)discardmail.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |test
------- Additional Comments From aran(a)discardmail.de 2006-03-03 17:03 -------
>written by Rob Sherman:
>Timeouts aren't currently supported in wininet. Additionally, in Windows, a
>cable unconnected event is generated and causes the adaptor to behave as if it
>were offline. This isn't the case in Linux.
>I'm not sure why the exception occurs. Please generate a +wininet log and attach
>it to the bug.
Hello Rob i have just uploaded two Debug Files.
The One Debug file is created while the Programm run under wine.
http://bugs.winehq.org/attachment.cgi?id=1980&action=view
It show allways the error Message
"fixme:wininet:InternetSetOptionExA Flags 00000000 ignored"
Normally this "InternetSetOptionExA" Function is used to tell the Programm how
long should the Programm wait till it release a TimeOut InternetException.
After this message it show allso that the Timout of the Internet Connection is
not setup right.
"fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (800):
STUB"
The Other Debug File is created while the Computer has no acces to the Internet
or better not Connected to the Internet.
In windows normally the Programm execute in this "no Internet Access" state
allways the CInternetException Routine to catch up Timeouted Internet Connections.
In wine the Programm Crash after one time the CInternetException is executed.
trace:wininet:GetAddress L"www.winpcap.org"
trace:wininet:GetAddress Failed to get hostname: (L"www.winpcap.org")
trace:wininet:InternetCloseHandle 0x3
!!!!!!!!!! INTERNET FEHLER !!!!!!!!!!!
trace:wininet:GetAddress L"www.winpcap.org"
trace:wininet:GetAddress Failed to get hostname: (L"www.winpcap.org")
trace:wininet:InternetCloseHandle 0x3
wine: Unhandled exception 0xe06d7363 at address 0x404404c0 (thread 000b),
starting debugger...
--
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=4708
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P1 |P3
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-03 16:54 -------
When did having IE working was the highest priority? AFAIK you still need to use
native advpack if you want it to install.
Also Sven if you want to add any debug output, please make sure that you have
NOT stripped version of DLLs. (run 'file /path/to/ntdll.dll.so' to see what I mean).
--
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=4689
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|test |wine-binary
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-03 16:48 -------
It looks like an invalid bug. You have ignored the most important parts in your
logs:
Warning: the specified System directory L"c:\\windows\\system32" is not accessible.
Please REMOVE ~/.wine dir and start from sratch.
--
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=4711
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |major
Priority|P1 |P3
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-03 16:42 -------
Are you sure you are using latest Wine? This problem should be fixed and
confirmend fixed in Bug 4081.
Please remove Wine. Search for any remaning *dll.so files and remove those as
well. Then reinstall Wine.
--
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=4708
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |critical
Priority|P2 |P1
------- Additional Comments From alex(a)thehandofagony.com 2006-03-03 16:34 -------
I should have thought of that; 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=4074
wine(a)discardmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From wine(a)discardmail.com 2006-03-03 16:26 -------
I noticed that the systray.c file was recently updated and therefore compiled
the latest CVS version. Now the error is gone. I hope this will last. Only the
fonts look ugly now (fixed width and way too big).
--
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=4662
telefrancisco(a)lycos.es changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |telefrancisco(a)lycos.es
--
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=4593
------- Additional Comments From telefrancisco(a)lycos.es 2006-03-03 15:50 -------
Same error here, except the output showed in #comment 2 and because I'm using
fotconfig 2.3.2
I think it's also the same bug as bug #4662
--
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=4711
Summary: using file open dialog crashes programs.
Product: Wine
Version: 0.9.9.
Platform: PC-x86-64
OS/Version: other
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: affected(a)mbnet.fi
In Photoshop 7.0, trying to open a file will result in the application either
freezing or crashing completely. I experienced the same with the photoshop
installer when trying to browse for install directory. This is the wine output
after starting Photoshop:
fixme:actctx:QueryActCtxW stub!
fixme:wintab32:X11DRV_WTInfoA Return proper size
fixme:font:WineEngAddFontResourceEx :stub
err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not
registered
err:ole:CoGetClassObject no class object
{4955dd33-b159-11d0-8fcf-00aa006bcc59} could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
fixme:font:WineEngRemoveFontResourceEx :stub
fixme:font:WineEngAddFontResourceEx :stub
fixme:wintab32:X11DRV_WTInfoA Return proper size
fixme:win:EnumDisplayDevicesW ((null),0,0x55d6de14,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",0,0x55d6de14,0x00000000),
stub!
fixme:mscms:EnumColorProfilesA ( (nil), 0x55d6e67c, 0x55d6e194, 0x55d6e6dc,
0x55d6e6ec ) stub
fixme:win:EnumDisplayDevicesW ((null),0,0x55d6de1c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",0,0x55d6de1c,0x00000000),
stub!
fixme:mscms:EnumColorProfilesA ( (nil), 0x55d6e684, 0x55d6e19c, 0x55d6e6e4,
0x55d6e6f4 ) stub
err:shell:HCR_GetFolderAttributes HCR_GetFolderAttributes should be called for
simple PIDL's only!
err:ntdll:RtlpWaitForCriticalSection section 0x12538c0 "?" wait timed out in
thread 000b, blocked by 0009, retrying (60 sec)
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
err:seh:setup_exception stack overflow 0 bytes in thread 0009 eip 556f8ba0 esp
55c61000 stack 0x55c61000-0x55d70000
The fixme:commdlg:GetFilename95... is what happens once I open the file open
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=4710
Summary: Wrong tag template given
Product: WineHQ.com
Version: unspecified
Platform: Other
URL: http://www.winehq.org/site/cvs
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: misc-web
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tbretz(a)astro.uni-wuerzburg.de
The tag template in "Useful options" should be
Wine-x_x_x
not
Wine-x.x.x
--
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=4709
Summary: Unable to locate LsaRemoveAccountRights in ADVAPI32.dll
Product: Wine
Version: 0.9.9.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jxzheng(a)gmail.com
I was attempting to install office2003 with a customized exe from my
institution, the graphical installer gives this error message before exiting:
Unable to locate exported function LsaRemoveAccountRights in ADVAPI32.dll.
Using the window xp native advapi32.dll causes even more problem (page faults).
--
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=816
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-03-03 12:43 -------
Little update: the installer works fine, and i can "launch the launcher" However
you need a login and password. Anyone who's got those, could try this to see if
the game runs?
--
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=3927
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-03-03 12:21 -------
That was probably because it wasn't added yet. sizes for this version are
displayed correctly right now. Please reopen if still a 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=4599
------- Additional Comments From yangman(a)gmail.com 2006-03-03 11:52 -------
Sorry for the late reply -- I haven't had time to actually reinstall wine with
patch.
In any case, the bug is confirmed fixed in 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=4688
------- Additional Comments From rklassen(a)mccscs.com 2006-03-03 11:32 -------
I'm sorry. I only posted that final debug thing because that's what I said I'd do.
I did say I got a DIFFERENT set of errors when I ran completely clean without
the with no winetools/wine-config-sidenet.
Now that it's clear to me has it's own built-in MSIEXEC this bug really is
INVALID...
the fact that it lacks some support (which is what my last debug dump really
demonstrates) that will be filled in in the future is something all of us wine
users are already used to.
--
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=4478
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-03 11:22 -------
Few qwestions:
1. Where is E: drive mappend to? It looks like Wine can not open it for some
reason. Make sure that you have at least read permissions on the device that
hosts e:.
2. Please check that you do have StockDrv.dll
What it looks to me is that lots of files that this program is looking for are
not found on e: drive. Have you installed it properly?
Also please attach WINEDEBUG=-all,+loaddll debug trace.
--
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=4692
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-03-03 11:03 -------
probably this is not related, but it might be worth a shot: there was another
bug with python handling single quotes incorrectly. that could be bypassed by
runnig something like
LC_ALL=greek wine app.exe.
maybe you could try if it makes any difference. if it doesn't: ignore my
ignorance as i really don't know anything about python/scons etc :)
--
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=4646
lav(a)etersoft.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lav(a)etersoft.ru
--
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=4708
Summary: Regression: Internet Explorer 6 setup crashes
Product: Wine
Version: 0.9.9.
Platform: PC
URL: http://appdb.winehq.org/appview.php?versionId=469
OS/Version: Linux
Status: UNCONFIRMED
Keywords: regression, download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
After accepting the licence agreement, the Internet Explorer 6 SP1 setup program
crashes. This did not happen in 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=4540
------- Additional Comments From alex(a)thehandofagony.com 2006-03-03 10:35 -------
According to Sidenet this is a DCOM problem. Does it work with DCOM98 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=4380
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From alex(a)thehandofagony.com 2006-03-03 10:33 -------
Resolving as 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=4657
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-03-03 10:17 -------
Created an attachment (id=1976)
--> (http://bugs.winehq.org/attachment.cgi?id=1976&action=view)
patch
Would something like this be acceptable? It's a very quick job, just animating
the word "Searching". The patch adds an extra file search.avi in dlls/shell32,(
that you can open and view using mplayer as well).
--
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=4088
------- Additional Comments From wine.tester(a)gmail.com 2006-03-03 09:55 -------
Agreed there is no need for duplicate bugs. Thanks for clarification.
--
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=4478
cnbiz850(a)sohu.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Issues with Chinese |process comm issues
|filenames |
------- Additional Comments From cnbiz850(a)sohu.com 2006-03-03 09:31 -------
I can't say that this is due to Chinese filenames as other programs write
Chinese filenames correctly. The parent and child processes do not communicate
for some reason. Similar things happen to other programs which fork off child
processes. It is the same with Wine 0.9.9. This is very major, please help.
--
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=4707
Summary: Mozilla ActiveX hangs
Product: Wine
Version: 0.9.9.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cnbiz850(a)sohu.com
I ran a Chinese stock analysis software called TDXW with Wine 0.9.9 on Ubuntu
6.04. Somewhere in the program you can check financial news headlines. When I
do that, I guess Wine pops up and small window telling me that it needs to
download Mozilla ActiveX and I accept. Then it connects to winehq.com to
download. Sometimes it finished downloading and sometimes never, but in either
way, the program hangs. I seem to remember that this worked under 0.9.7 perhaps.
Attached are the error messages before I killed the process.
--
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=4705
------- Additional Comments From cnbiz850(a)sohu.com 2006-03-03 08:59 -------
It is a Chinese financial account management software called TdxWT (I am not
sure about other English names). You won't reproduce the problem as you may not
be able to log in and before logging in it doesn't crash. Just let me know if
you need anything.
I was running Wine 0.9.9 on Ubuntu 6.04, but the program didn't work before -- I
just didn't follow up.
Attached is the requested /tmp/relay.txt file.
--
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=4088
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-03 08:46 -------
It doesn't matter if this is different program. The problem is the same - it is
a Wine's bug. And there is no reason to have duplicate bugs for the same 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=3822
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-03 08:42 -------
Resolving FIXED then
--
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=3320
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-03 08:41 -------
Resolving FIXED then
--
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=4088
------- Additional Comments From wine.tester(a)gmail.com 2006-03-03 08:39 -------
I think we should consider reopening this ticket since it's not a duplicate of
3270 because 3270 is written for PokerStars, not PartyPoker. The issues are
similar and PartyPoker has similar window issues.
--
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=4702
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-03 08:38 -------
Please add An enty for this application 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=4480
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-03 08:37 -------
Closing then.
--
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=4705
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |major
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-03 08:34 -------
What program? Where to download demo? Did it worked before? What distro?
Run your program and attach /tmp/relay.txt DO NOT paste:
WINEDEBUG=+tid,+seh,+relay wine program.exe &> /tmp/relay.log && grep -A 20 -B
300 "seh:" /tmp/relay.log > /tmp/relay.txt
Also read Secerity first. It doesn't stop me or anyone else...
--
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=4706
Summary: PartyPoker Internal Application Error.
Product: Wine
Version: 0.9.9.
Platform: Other
URL: http://appdb.winehq.org/appview.php?appId=1567
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.tester(a)gmail.com
If a player enters a smilie like :) or ;) a PartyPoker Internal Application
Error dialog box appears with an OK button. Play doesn't seem to be impacted and
once OK is clicked I was able to resume play. I noticed that in the table chat
window nothing was posted except my name (similar to me just hitting enter) so
I'm wondering if smilies are not allowed in PartyPoker and Wine is catching an
exception because of it. I'll test it out on a WinXP box and add my findings to
this ticket.
--
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=4480
------- Additional Comments From cnbiz850(a)sohu.com 2006-03-03 08:30 -------
I see this is fixed with 0.9.9. Thanks very much.
--
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=3962
------- Additional Comments From alexis666(a)gorodok.net 2006-03-03 08:29 -------
I can't download linuxexe.zip, how i can play on private servers?
--
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=4704
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-03 08:02 -------
What is your LAND and LC_* looks like?
It works for me without LC_*:
LANG=en_US.UTF-8 wine notepad
or
LANG=ru_RU.UTF-8 wine notepad
--
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=4704
Summary: err:keyboard:X11DRV_ToUnicodeEx
(virtKey=33,scanCode=4,keycode=C,state=2011)
Product: Wine
Version: unspecified
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: inpos(a)yandex.ru
when I chenge keyboard layout to RU(winkeys) and press shift+3 ("ð") symbol
not typing and stderr says me :
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 06B0
(numerosign) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=33,scanCode=4,keycode=C,state=2011)
--
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=4646
arjan.mels(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1962 is|0 |1
obsolete| |
------- Additional Comments From arjan.mels(a)gmx.net 2006-03-03 07:04 -------
Created an attachment (id=1973)
--> (http://bugs.winehq.org/attachment.cgi?id=1973&action=view)
Patch for kernel32.spec_diff
--
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=4646
arjan.mels(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1960 is|0 |1
obsolete| |
------- Additional Comments From arjan.mels(a)gmx.net 2006-03-03 07:04 -------
Created an attachment (id=1972)
--> (http://bugs.winehq.org/attachment.cgi?id=1972&action=view)
Patch for actctx.c
--
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=4703
Summary: Orcad capture hangs when copying/pasting
Product: Wine
Version: 0.9.7.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ferchimi(a)gmail.com
Orcad 9.2.2 Capture (the schematics capture program) hangs when I copy to the
clipboard any text from other windows apps running with wine such as Layout
The program just dissapears, no trace of any wineserver still running, with this
debugging output:
fixme:win:LockWindowUpdate (0x40066), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
X Error of failed request: BadAtom (invalid Atom parameter)
Major opcode of failed request: 17 (X_GetAtomName)
Atom id in failed request: 0x0
Serial number of failed request: 2971
Current serial number in output stream: 2973
Wine failed with return code 1
--
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=4663
------- Additional Comments From rob(a)codeweavers.com 2006-03-03 04:16 -------
Actually, that won't work anyway because of the way wcmd uses to find the
executable.
Try just running "wine explorer /systray"
--
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=4299
------- Additional Comments From zthg4821(a)gmail.com 2006-03-03 02:57 -------
The problem is now fixed with Wine 0.9.9 and eMule 0.47a. However the "6" is
back for some reason, but this is not a functional issue, just cosmetic.
--
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=4702
Summary: RenderMonkey doesn't run properly
Product: Wine
Version: 0.9.8.
Platform: Other
URL: http://www.ati.com/developer/rendermonkey/downloads.html
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: philip(a)digitalinfinity.biz
Program has trouble rendering images. This problem has been here for several
versions. There is still problems with the direct3d rendering and OpenGL
rendering in this program. Getting this program working would be extremely
useful in fixing large numbers of bugs in wine. This program is used for
development of many games and fixing its compatibility problems will fix
problems in many video games that work under windows.
I'd suggest getting the software development tools for windows working. This
would be a very useful strategy in fixing allot of bugs in wine. If the software
development tools work out of the box there is no reason why the applications
that were built with them wouldn't work either. I'm not sure if my comments will
be taken seriously but this is a general recommendation. Its something worth
considering. I still can't get visual studio enterprise edition working. The
version with visual j++ in it. It won't install.
Render Monkey although it loads fine Its not useable. Second you try to use the
program it crashes. I've included the URL for this program. Its a LGPL'd program
so its on the ATI website.
--
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=4663
------- Additional Comments From multescugeorge(a)yahoo.com 2006-03-03 02:28 -------
After a full update to wine 03.03.2006 and a proper install:
ypops noesn't work, as usual, so i tried Rob Shearman's suggestion:
# wcmd
WCMD Version 0.17
Z:\usr\src\wine>explorer /systray
File not found
Z:\usr\src\wine>"explorer /systray"
Path not found
Z:\usr\src\wine>explorer
File not found
Z:\usr\src\wine>cd C:
C:\>explorer
File not found
C:\>"explorer"
File not found
--
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=4688
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-03-03 02:23 -------
Created an attachment (id=1971)
--> (http://bugs.winehq.org/attachment.cgi?id=1971&action=view)
WINEDEBUG=+tid,+debugstr,+process,+loaddll wine ~/Desktop/InstMsiA.exe
Please, don't paste text with long lines. It gets wrapped and unreadable.
Here we go. I see only two native modules being loaded:
000b:trace:loaddll:load_native_dll Loaded module L"...p\\InstMsiA.exe" :
native
000d:trace:loaddll:load_native_dll Loaded module L"...MP\\msiinst.exe" :
native
The critical messages for me seems to be these:
000d:trace:process:CreateProcessW app ... cmdline L"MsiExec.exe /regserver /qn"
...
000f:fixme:msiexec:main /regserver not implemented yet, ignoring
000d:warn:debugstr:OutputDebugStringA MsiInst:
000d:warn:debugstr:OutputDebugStringA Wait succeeded for process. Return code
was: 1.
000d:warn:debugstr:OutputDebugStringA
000d:warn:debugstr:OutputDebugStringA MsiInst:
000d:warn:debugstr:OutputDebugStringA Could not register the Windows Installer
from the temporary location. Error -2147286787.
000d:warn:debugstr:OutputDebugStringA
000d:warn:debugstr:OutputDebugStringA MsiInst:
000d:warn:debugstr:OutputDebugStringA Unregistering the installer from the
temporary location.
000d:warn:debugstr:OutputDebugStringA
...
0011:fixme:msiexec:main /unregserver not implemented yet, ignoring
000d:warn:debugstr:OutputDebugStringA MsiInst:
000d:warn:debugstr:OutputDebugStringA Wait succeeded for process. Return code
was: 1.
000d:warn:debugstr:OutputDebugStringA
000d:warn:debugstr:OutputDebugStringA MsiInst:
000d:warn:debugstr:OutputDebugStringA Deleting the RunOnce value for
registering the installer from the temp. folder.
000d:warn:debugstr:OutputDebugStringA
000d:warn:debugstr:OutputDebugStringA MsiInst:
000d:warn:debugstr:OutputDebugStringA Exiting msiinst.exe with error code
-2147286787.
000d:warn:debugstr:OutputDebugStringA
And here are the lines about MsiExec:
000d:trace:process:CreateProcessW app ... cmdline L"MsiExec.exe /regserver /qn"
000d:trace:process:open_exe_file looking for L"MsiExec.exe"
000d:trace:process:open_exe_file Trying built-in exe L"MsiExec.exe"
000d:trace:process:CreateProcessW starting L"MsiExec.exe" as Winelib app
000f:trace:process:__wine_kernel_init starting process name=L"...\\msiexec.exe"
file=(nil) argv[0]="MsiExec.exe"
000f:trace:process:__wine_kernel_init starting Winelib app L"...2\\msiexec.exe"
000f:fixme:msiexec:main /regserver not implemented yet, ignoring
000d:trace:process:CreateProcessW app ...cmdline L"MsiExec.exe /unregserver
/qn"
000d:trace:process:open_exe_file looking for L"MsiExec.exe"
000d:trace:process:open_exe_file Trying built-in exe L"MsiExec.exe"
000d:trace:process:CreateProcessW starting L"MsiExec.exe" as Winelib app
0011:trace:process:__wine_kernel_init starting process name=L"...\\msiexec.exe"
file=(nil) argv[0]="MsiExec.exe"
0011:trace:process:__wine_kernel_init starting Winelib app L"...2\\msiexec.exe"
0011:fixme:msiexec:main /unregserver not implemented yet, ignoring
So, it really is builtin. Mike, what would you suggest? I think setting
WINEDLLOVERRIDES='msiexec.exe=n' would work as a workaround.
--
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=4694
------- Additional Comments From andreas.bierfert(a)lowlatency.de 2006-03-03 01:29 -------
I will also file a bug against hal for rawhide and see what people think about
what will happen with this.
--
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=4701
Summary: barcode font chosen as "System" .. not good
Product: Wine
Version: 0.9.9.
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcus(a)jet.franken.de
some application (dont know which) installed the attached TrueType font
3OF9.TTF to windows/fonts/ ...
The gets picked as "System" font, making everything unreadable.
--
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=4691
multescugeorge(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From multescugeorge(a)yahoo.com 2006-03-03 01:00 -------
Fixed in wine 0.9.9
Good job!
--
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=4694
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-03 00:24 -------
Yeah forgot to add. That's been a default config in SuSE 9.2 and needless to
say, Novell changed that back. So it looks like FC going the same path. So
unless they fix it before FC5 is out, they probalbly will fix that for FC6.
--
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=4694
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-03 00:19 -------
I think last time this problem was discussed it's been desided to fix HAL instead.
--
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=2858
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |truiken(a)gmail.com
Status|REOPENED |NEW
------- Additional Comments From truiken(a)gmail.com 2006-02-03 22:53 -------
Assigning to me.
--
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=1410
------- Additional Comments From jave27(a)gmail.com 2006-02-03 22:37 -------
Just tried this with the open source game Pingus in SDL mode
(http://appdb.winehq.org/appview.php?versionId=4299), and the problem still
persists (SDL mode is accessed by running Pingus -S). However, the game works
fine in OpenGL mode.
I tried the patch listed above, and that didn't fix it either. Not sure if this
is because of all of the recent changes with wined3d or if the Pingus error is
technically unrelated but similar. Just wondering if this patch/hack still
works for everyone else in their apps?
--
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=4700
------- Additional Comments From towsonu2003(a)gmail.com 2006-02-03 22:22 -------
sorry, couldn't install 0.9.8 either... sourceforge repo keeps closing
connection. maybe bc this is dial. hopefully someone will be able to try this in
spare time.
ah I needed this badly... at least qemu works ;)
--
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=4700
------- Additional Comments From towsonu2003(a)gmail.com 2006-02-03 21:22 -------
will try 0.9.8 and report back. Can't try 0.9.9, not available in ubuntu breezy
repos from wine.sourceforge.etcetc (I'm not experience linux user)
--
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=4700
------- Additional Comments From mike(a)codeweavers.com 2006-02-03 20:53 -------
Please try a newer version of Wine (maybe 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=4699
------- Additional Comments From vitaliy(a)kievinfo.com 2006-02-03 20:38 -------
I don't think that's going to work. It tries to add additional "interface". That
is not supported. And probalby will not be in the future (like DUN).
Try winNT+ version. It might work better or have the same 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=4699
------- Additional Comments From mike(a)codeweavers.com 2006-02-03 20:38 -------
If your VPN clients needs a kernel driver (likely) then you're out of luck.
Wine is only a user level implementation of Windows, and drivers don't work.
If it's possible to make your VPN driver work, it would be using something like
ndiswrapper, not Wine.
--
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=4657
------- Additional Comments From mike(a)codeweavers.com 2006-02-03 20:17 -------
I think it's better to have a real AVI, even if it only has two frames and looks
terrible, as then somebody can notice it and improve 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=4699
Summary: SecuRemote VPN Client does not install correctly
Product: Wine
Version: 0.9.8.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pat.riehecky(a)gmail.com
After fixing the Install Shield problems, the installer proceeds well for a
while and then promptly provides the following error message:
Failed to find a binding between a supported TCP/IP stack and an adapter. Make
sure that you are using a supported TCP/IP and confirm that it is working
properly. Only then try to reinstall VPN-1 SecuRemote/SecureClient.
I am attempting to install the Windows 9X series client and am in Win98
emulation mode. Debian Linux 2.6.15.1, network card is builtin, 0.9.8-winehq-1
packages provided by winehq.sf.net.
I can provide more information, I just do not know what you need.
--
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.