http://bugs.winehq.org/show_bug.cgi?id=7822
------- Additional Comments From Speeddymon(a)gmail.com 2007-23-03 08:51 -------
I DID do that. It is NOT created! Using STOCK install of wine without changing
anything in winecfg, just running it. And even when I do change things. It
does NOT get created. This is not an invalid 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=7823
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2007-23-03 08:49 -------
Sorry I was told to report it. Had I been told it was already reported (like I
was with the Desktop icon not being extracted) then I would have added to that 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=7828
Summary: Photoshop CS3 install / Adobe Setup fails
Product: Wine
Version: CVS
Platform: Other
URL: http://labs.adobe.com/technologies/photoshopcs3/
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: wine-msxml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
After getting past bug 7665,
The next problem is that Adobe has a new installer that's not
msi based, and tickles some bug in our msxml3 support.
Here are the interesting lines from the log:
Begin Adobe Setup^M
fixme:msxml:domdoc_setProperty
fixme:msxml:bsc_QueryInterface interface {6d5140c1-7436-11ce-8034-00aa006009fa}
not implemented
fixme:msxml:bsc_QueryInterface interface {79eac9e4-baf9-11ce-8c82-00aa004ba90b}
not implemented
fixme:msxml:domelem_getAttributeNode
Native msxml3 gets around this, and on to the next 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=7409
------- Additional Comments From focht(a)gmx.net 2007-23-03 08:45 -------
Hello,
--- snip ---
It seems this is the official MS way to get msvcr80.dll:
http://www.sweetpotatosoftware.com/files/vcredist_x86.zip
but this seems to fail to install in wine with:
wine vcredist_x86.exe
fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP001.TMP\\" 00000000
wine: Unhandled page fault on read access to 0x80002b8c at address 0x701069b2
(thread 003f), starting debugger...
--- snip ---
Doesnt crash this way here (wine 0.9.33 current).
Instead it bumps later on:
--- snip ---
Call from 0x7b8405f0 to unimplemented function msi.dll.MsiEnumProductsExA, aborting
0012:trace:seh:call_stack_handlers calling handler at 0x7bc2f490 code=80000100
flags=1
wine: Unimplemented function msi.dll.MsiEnumProductsExA called at address
0x7b8405f0 (thread 0012), starting debugger..
--- snip ---
But thats easy to fix, simply add empty "A" and "W" implementations to msi module:
--- snip dlls/msi/msi.spec ---
245 stdcall MsiEnumProductsExA( str str long long ptr ptr ptr ptr)
246 stdcall MsiEnumProductsExW( wstr wstr long long ptr ptr ptr ptr)
--- snip dlls/msi/msi.spec ---
--- snip dlls/msi/registry.c ---
UINT WINAPI MsiEnumProductsExA( LPCSTR szProductCode, LPCSTR szUserSid,
DWORD dwContext, DWORD dwIndex, LPSTR szInstalledProductCode,
MSIINSTALLCONTEXT* pdwInstalledContext, LPSTR szSid, LPDWORD pcchSid)
{
FIXME("%s %s %d %d %p %p %p %p\n", debugstr_a(szProductCode),
debugstr_a(szUserSid),
dwContext, dwIndex, szInstalledProductCode, pdwInstalledContext,
szSid, pcchSid);
return ERROR_NO_MORE_ITEMS;
}
UINT WINAPI MsiEnumProductsExW( LPCWSTR szProductCode, LPCWSTR szUserSid,
DWORD dwContext, DWORD dwIndex, LPWSTR szInstalledProductCode,
MSIINSTALLCONTEXT* pdwInstalledContext, LPWSTR szSid, LPDWORD pcchSid)
{
FIXME("%s %s %d %d %p %p %p %p\n", debugstr_w(szProductCode),
debugstr_w(szUserSid),
dwContext, dwIndex, szInstalledProductCode, pdwInstalledContext,
szSid, pcchSid);
return ERROR_NO_MORE_ITEMS;
}
--- snip dlls/msi/registry.c ---
That way it doesnt crash (no exception seen, even in full relay).
You see a file copy dialog shortly flashing and then it exits.
All the stuff seems to get copied and registry entries created.
Regards
--
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=7595
------- Additional Comments From dank(a)kegel.com 2007-23-03 08:42 -------
I'm seeing the same hang in bug 7665, so maybe this isn't 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=7693
------- Additional Comments From russofris(a)hotmail.com 2007-23-03 08:34 -------
I will attempt disabling debugging this evening.
Frank
--
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=7827
Summary: wine 0.9.33: cannot key alt-subkeys in
Product: Wine
Version: 0.9.33.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas(a)haeber.de
If I try to key an |, @ etc. into notepad or other programs inner wine nothing
happans. In my old self compiled wine 0.9.30 it works, with [alt gr] + [q] for
an "@" or [alt gr] + [<] for a "|". Now in my openSUSE-package of wine 0.9.33
I cannot key this in. I donno why, and there is no default debug output about
this behaviour.
Best Regards
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=7826
Summary: inno setup setup fails can't continue because of
SHPathPrepareForWriteA
Product: Wine
Version: 0.9.33.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skinkie(a)xs4all.nl
fixme:reg:GetNativeSystemInfo (0x34fea0) using GetSystemInfo()
fixme:process:IsWow64Process (0xffffffff 0x34fe9c) stub!
fixme:advapi:CheckTokenMembership ((nil) 0x164eb8 0x34fe1c) stub!
wine: Call from 0x7b840cf0 to unimplemented function shell32.dll.SHPathPrepareFo
rWriteA, aborting
I think fixing this stub will be fixing 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=3112
------- Additional Comments From shadow.wizzard(a)gmail.com 2007-23-03 05:42 -------
Currently I use nvidia driver 1.0-97.55 - the newest stables one.
But the bink videos in wine are not working at all at least for TR Legend.
What is your test environment that for you TR Legend bink videos work correctly ?
--
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=3689
------- Additional Comments From lesjaw(a)yahoo.com 2007-23-03 01:38 -------
yup..copying accwiz.dll doesn't resolve the installer problem..infact i have
tested without copying it and the result word, excel and powerpoint did works
(i can open, save and edit)..if we custom install and not choose access the
installer seems works fine..i need access to run..its always failed
--
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=7342
------- Additional Comments From damjan.jov(a)gmail.com 2007-23-03 00:53 -------
Bryan, I haven't made any patches for MAPI32, if/when I do you'll be the first
to know.
I always advise running the latest version of wine, but don't expect any miracles.
--
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=6380
------- Additional Comments From damjan.jov(a)gmail.com 2007-23-03 00:35 -------
The MATLAB bug has been fixed, please test this again with wine 0.9.33 or later.
--
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=7685
------- Additional Comments From damjan.jov(a)gmail.com 2007-23-03 00:33 -------
Yuri, my patch was against the GIT from yesterday and not wine 0.9.33. It got
committed into GIT yesterday, so using the latest GIT should already have it (in
fact, should already have both patches I posted here).
I haven't tested over lo with the default MTU, but I will.
--
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=7825
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-directx |wine-misc
------- Additional Comments From truiken(a)gmail.com 2007-22-03 23:19 -------
Not directx, probably msi but I'd need to look into it. Can you attach a
+msi,+msidb,+file 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=7822
------- Additional Comments From vitaliy(a)kievinfo.com 2007-22-03 23:18 -------
invalid. They present here. Remove ~/.wine dir and run `winecfg`.
--
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=7409
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Speedator(a)gmx.de
------- Additional Comments From vitaliy(a)kievinfo.com 2007-22-03 23:17 -------
*** Bug 7824 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=7824
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|wine-misc |wine-msi
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2007-22-03 23:17 -------
Duplicate.
*** This bug has been marked as a duplicate of 7409 ***
--
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=7824
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-msi |wine-misc
------- Additional Comments From truiken(a)gmail.com 2007-22-03 23:16 -------
This doesn't have anything to do with 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=3548
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Speeddymon(a)gmail.com
------- Additional Comments From vitaliy(a)kievinfo.com 2007-22-03 23:12 -------
*** Bug 7823 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=7823
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2007-22-03 23:12 -------
Please search bugs before creation dups.
*** This bug has been marked as a duplicate of 3548 ***
--
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=7825
Summary: Can't install Rising Force Online
Product: Wine
Version: 0.9.30.
Platform: PC
URL: http://img403.imageshack.us/img403/3296/errokd5.png
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lemonsbr(a)gmail.com
When I try to install the game RISING FORCE ONLINE with wine 0.9.30, the process
stops with the errors:
fixme:advapi:LookupAccountNameW (null) L"lemons" (nil) 0x34f778 (nil) 0x34f770
0x34f774 - stub
fixme:advapi:LookupAccountNameW (null) L"lemons" 0x16b3b0 0x34f778 0x16b3c8
0x34f770 0x34f774 - stub
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
err:msi:deformat_environment Unknown environment variable L"ALLUSERSPROFILE"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveExistingProducts"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnpublishComponents"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnpublishFeatures"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnregisterTypeLibraries"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveODBC"
fixme:msi:msi_unimplemented_action_stub UnregisterFonts -> 1 ignored L"Font"
table values
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveRegistryValues"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnregisterClassInfo"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnregisterExtensionInfo"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnregisterProgIdInfo"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnregisterMIMEInfo"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveShortcuts"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveDuplicateFiles"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFolders"
err:msi:load_media_info Failed to extract cabinet stream
err:msi:ready_media Unable to load media info
err:msi:ACTION_InstallFiles Failed to ready media
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
fixme:msi:msi_dialog_set_control_condition Unhandled action L"Default"
fixme:msi:msi_dialog_set_control_condition Unhandled action L"Default"
--
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=7009
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From dank(a)kegel.com 2007-22-03 23:09 -------
Sure enough, I see the problem as advertised.
--
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=7757
------- Additional Comments From jan.wine(a)zerebecki.de 2007-22-03 23:02 -------
The tests you made is still useful. I just checked and found no test in
dlls/gdi23/tests/ references NUMCOLORS. It should be welcome if you add is as a
wine test in that directory and submit it (changed to expect the correct behaviour).
--
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=6152
------- Additional Comments From vlad1977(a)gmail.com 2007-22-03 19:55 -------
I used to have the latest version of wine. It complained with abscence of Direct
X 9c or higher. I thought this old version has a bug-fix for that problem and
having it installed instead of the latest one would resolve all issues.
So do you still think I need to install the latest wine version? How should I do
it properly to avoid problems with DirectX support?
Vlad.
--
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=7824
------- Additional Comments From Speedator(a)gmx.de 2007-22-03 18:39 -------
Ok, I got this, too:
"err:module:import_dll Library MSVCR80.dll (which is needed by
L"C:\\windows\\048298C9A4D3490B9FF9AB023A9238F3.TMP\\WiseCustomCalla.dll") not
found"
So this is a problem of failing MSVCR80.dll
--
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=7824
Summary: Steam MSI-package runs with recurring error
Product: Wine
Version: 0.9.33.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Speedator(a)gmx.de
While the installation with a new install for Steam
(http://www.steampowered.com/v/index.php?area=getsteamnow&cc=DE) I got this
pop-up several times: "Error in custom action. The library
c:/windows/048298C9A4D3490B9FF9AB023A9238F3.TMP\WiseCustomCalla.dll is invalid
or could not be 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=7693
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From Speeddymon(a)gmail.com 2007-22-03 17:37 -------
Just out of curiosity, if you run wine like:
WINEDEBUG=err-dsound wine gw.exe
Does the stuttering persist?
How bout with WINEDEBUG=dsound-err wine gw.exe ?
How bout with WINEDEBUG=-all wine gw.exe ?
And lastly how bout with wine gw.exe &>/dev/null
Each of those commands either turns off a debug channel or outputs it to
infinity. If any of them work to prevent the actual stuttering, it may be that
the debug channel rendering on the screen is causing it. If not, it is
something else in the dsound driver.
--
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=7757
dv5a(a)dc.uba.ar changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From dv5a(a)dc.uba.ar 2007-22-03 17:09 -------
This bug is invalid. It seems MSDN documentation is inaccurate. I've run the
testcase in a machine with w2003 and it behaved the same as in Wine.
Several other sources confirm that it returns -1 if more than 256 colors, even
Petzold's book "Programing Windows"
Sorry for this wrong bug report. My app must be crashing for something 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=7823
Summary: Windows and xorg icons appear on Desktop and in menu
Product: Wine
Version: unspecified
Platform: Other
URL: http://www.rarsoft.com
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Speeddymon(a)gmail.com
Make sure your setup is working and able to make icons in both the menu and
desktop. Make sure that in winecfg, under the Desktop Integration tab, the
Desktop shell folder is set to link to your xorg desktop.
Install WinRAR and tell it to create the Desktop icon. Once install is
finished, look at your xorg desktop and there will be 2 icons for WinRAR, one
with a MS flag logo (indicating it is a .lnk file) and one that will either be
blank, or will have the program's icon (indicating it is a .desktop file)..
If you go back and disable the checkbox for linking the windows desktop folder
to your xorg desktop folder, then you only get one icon (the .desktop file),
while the .lnk file is placed into the windows desktop folder on your fake drive 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=7822
Summary: lack of a Start Menu folder or symlink in
drive_c/windows/profiles/(user) causes program menu
icons to not be directed to the xorg menu
Product: Wine
Version: unspecified
Platform: Other
URL: http://www.rarsoft.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Speeddymon(a)gmail.com
Example:
WinRAR installer, clean .wine with default setup, having only run wineprefixcreate.
Install WinRAR, and tell the installer to create Start Menu and Programs icons.
The icons do not show in the menu even after wineboot and reboot. look in
drive_c/Program Files/WinRAR and there is another folder named WinRAR in there
that has the icons, both the .lnk and .desktop files.
Now go back to that default install I mentioned before, and this time create a
Start Menu folder in drive_c/windows/profiles/(user)
Install WinRAR again and tell the installer to create the Start Menu and
Programs icons again.
Run wineboot
Reboot
Look in your menu and the .desktop icons are there.
Now do the same steps as before but this time, make a symlink called Start Menu
instead of a folder. The symlink should point to ~/.local/share/applications/wine
This time when install is finished, and you have run wineboot and rebooted, the
.desktop and .lnk icons will be there.
--
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=7802
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From Speeddymon(a)gmail.com 2007-22-03 16:36 -------
Making this bug invalid and filing 2 new bugs for the real 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=7627
------- Additional Comments From Ronny.Standtke(a)gmx.net 2007-22-03 15:42 -------
Very strange... When I use the following command to start Word, I get the
registry error message described above:
$ wine .wine/drive_c/Programme/Microsoft\ Office/Office/WINWORD.EXE
But when I use the commmand with "MS path style", everything works fine:
$ wine "c:\Programme\Microsoft Office\Office\WINWORD.EXE"
Is this a bug or a feature?
--
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=2223
fpga(a)pacbell.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From fpga(a)pacbell.net 2007-22-03 14:10 -------
Xilinx 6.2 now installs and appears to run fine. I did not do a lot of testing,
but I did an install into a clean .wine directory. I had to modify
dlls/user32/edit.c to eliminate margins in the edit control, in order to be able
to enter the installation code, but that is a separate bug.
I had to find and install msvcr70.dll and mfc42.dll to run Xilinx ISE. With
that, I ran a simple VHDL source file through the entire synthesis and build
process, and opened the resulting ncd file in fpga_editor. Not an exhaustive
test, but things seem to be working 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=7821
kelfe(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, regression
--
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=7821
Summary: EVE Online map has problems with orbit lines
Product: Wine
Version: CVS
Platform: PC
URL: http://www.eve-online.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kelfe(a)gmx.de
When using the map in Eve Online on system zoom level the planets have their
orbit pattern drawn on the map. These lines are to dark/missing in some cases.
This is a regression after:
http://source.winehq.org/git/wine.git/?a=commit;h=266fc77cf0dcad53155b05b55…
by Stefan Dösinger
The armor repairer effect was fixed by this change but the map broke with it.
(see screenshots)
--
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=7818
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |https://www.adobe.com/cfusio
| |n/tdrc/index.cfm?product=dre
| |amweaver&loc=en%5Fus
Keywords| |download
------- Additional Comments From thestig(a)google.com 2007-22-03 13:16 -------
download requires registration...
--
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=7685
------- Additional Comments From zthg4821(a)gmail.com 2007-22-03 12:12 -------
Another thought: As I stated in Comment #5, the problem with local web interface
sessions seems to have appeared only recently, so is it possible that the reason
the patches work with eth0 but not lo is because of some regression introduced
around Wine 0.9.32?
--
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=7685
------- Additional Comments From zthg4821(a)gmail.com 2007-22-03 10:55 -------
Damjan: Did you intend for event.patch to be applied on top of the changes from
send.patch? The only way I could get event.patch to apply cleanly against the
Wine 0.9.33 release sources was to first apply send.patch.
Anyhow, the patches seem to fix all the problems with remote web interface
sessions, at least on my LAN. I don't see any missing images and all the pages
load and function fine. Good work!
Unfortunately web interface sessions through lo (with the default MTU, not 1500)
are still broken. A couple of images are still failing to load after login, as
before.
--
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=7809
------- Additional Comments From dmitry(a)codeweavers.com 2007-22-03 10:18 -------
The patch has been committed, please retest and close if appropriate.
P.S.
It would be nice to test in both Win9x and NT modes.
--
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=4397
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |steve(a)dir.bg
------- Additional Comments From steve(a)dir.bg 2007-15-03 01:55 -------
Is anybody there?
------- Additional Comments From dank(a)kegel.com 2007-22-03 09:53 -------
*** Bug 7820 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=7820
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From dank(a)kegel.com 2007-22-03 09:53 -------
You can't just keep filing the same bug.
The way to get attention is to add more detail
to the existing bug, e.g. find other applications
that have the same problem, attach the kinds of
logs that have helped debug similar problems
before (e.g. WINEDEBUG=+psdrv), provide a minimal
test case with source code, etc.
*** This bug has been marked as a duplicate of 4397 ***
--
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.