http://bugs.winehq.org/show_bug.cgi?id=4709
------- Additional Comments From jxzheng(a)gmail.com 2006-08-03 12:48 -------
Great, should I start another bug report to request stubbing those functions and
close 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=4709
------- Additional Comments From truiken(a)gmail.com 2006-08-03 12:17 -------
There are around 40 Lsa API that are stubs in advapi32.spec. I don't think
anyone would mind if someone started stubbing those out in lsa.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=4773
------- Additional Comments From tn(a)chambers.no-ip.info 2006-08-03 12:15 -------
Once again, I will let the mods decide if they want to close this bug since I'm
not sure if it's a wine issue or an application issue but here's a workaround
for the font issue;
- cd ~/.wine/drive_c/program files/M3 Game Manager/Language
- Deleted all language files except eng.lng
- copied and renamed eng.lng to chs.lng (guessing it was pulling this file by
default), japan.lng, and korean.lng
- So now all lng files are the english one (Fixed the wierd font issue)
--
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=4774
------- Additional Comments From tn(a)chambers.no-ip.info 2006-08-03 12:13 -------
I will let the mods decide if this bug needs to be closed or not, however I did
find a work around. Here's what I did;
- cd ~/.wine/drive_c/program files/M3 Game Manager/Language
- Deleted all language files except eng.lng
- copied and renamed eng.lng to chs.lng (guessing it was pulling this file by
default), japan.lng, and korean.lng
- So now all lng files are the english one (Fixed the wierd font issue)
- cd ~/.wine/drive_c/program files/M3 Game Manager/
- wine 'M3 Game Manager.exe'
- In the program, I picked Y:\ out of the left pane
- Click on Write NDS
- Browsed to where my homebrew game was (BUT it defaulted to /home/thom/...) so
I have to make sure to chose Y:\Games\homebrew.nds
- I clicked ok, let it do its thing
- lo and behold it created the NDSSAVE directory AND the save file. So it
worked!
So in conclusion I think it's a way the application behaves and interpretes the
directory structure in wine. Once I specified Y:\ and not the default /
directory it kept trying to go to it worked. So at least we have a work around.
--
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
------- Additional Comments From jxzheng(a)gmail.com 2006-08-03 12:07 -------
I tried the new patch, and sure enough, a new function is asked:
LsaEnumerateAccountsWithUserRight.
I know which exe is causing this, and I know that the error originate from a DLL
linked by the exe: wwwnt34i.dll. This is a winbatch dll. Unfortunately, both
files contain no reference to the named functions that errored before. My hunch
is that maybe wwnt34i.dll uses a clever loop to enumerate all the functions in
ADVAPI32.dll for the batch script to use?
Btw, the dll file is compressed with a irreversible method, so I'm not 100% if
some of the symbols actually got compressed.
--
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=4775
Summary: File created by user owned to root
Product: Wine
Version: 0.9.9.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joebaker(a)dcresearch.com
The installer ic creating files owned by root when run as a regular user.
I was installing Microsoft Office 2000 and the install progressed quite far, but
then stalls when it reports:
Installer Information
Error 1321. The installer has insufficient privileges to modify this file:
c:\Config.Msi\bc1.rbf
[root@sun2 Office2000]# ls -la /home/mso2k/.wine/drive_c/Config.Msi/
total 1229
drwxrws--- 2 mso2k mso2k 240 Mar 8 09:50 ./
drwxrws--- 7 mso2k mso2k 280 Mar 8 09:48 ../
-rw-rw---- 1 mso2k mso2k 101300 Mar 8 09:50 bba.rbs
-rw-rw-rw- 1 mso2k mso2k 598288 Feb 11 2000 bbb.rbf
-rw-rw-rw- 1 mso2k mso2k 17920 Feb 11 2000 bbc.rbf
-rw-rw-rw- 1 mso2k mso2k 164112 Feb 11 2000 bbd.rbf
-rw-rw-rw- 1 mso2k mso2k 147728 Feb 11 2000 bbe.rbf
-rw-rw-rw- 1 mso2k mso2k 1405 Feb 6 2003 bbf.rbf
-rw-rw-rw- 1 mso2k mso2k 105312 Mar 6 11:54 bc0.rbf
-rw-rw---- 1 root mso2k 101336 Mar 6 11:54 bc1.rbf
I'm using Winetools and have installed IE 6.0.1, dcom98, MSI, comcontrols, VB
5&6 Runtimes, Visual C Runtimes, Jet runtimes.
--
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=4774
Summary: Program doesn't create a patched file.
Product: Wine
Version: 0.9.9.
Platform: Other
URL: http://www.m3adapter.com/Download.htm
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tn(a)chambers.no-ip.info
This bug refers to the application M3 Perfect (or M3 Game Manager). Navigating
through the messy fonts (bug 4773) I am able to patch a homebrew game and it
creates the output file. However, it also needs to create a save file in order
to work with the homebrew. In Windows if you pick Drive Y as the drive to save
your patched file, it creates the file, then creates the directory NDSSAVE in
the root of the drive and places the patched save file in there (with the same
name as the patched homebrew. Here is the output after going through this
process;
thom@main:~> wine '/home/thom/.wine/drive_c/Program Files/M3 GAME Manager/M3
Game Manager.exe'
fixme:win:LockWindowUpdate (0x10020), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0xa0096), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
err:progress:ProgressWindowProc unknown msg 178f wp=0000 lp=00000000
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
fixme:win:LockWindowUpdate (0x800a4), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
fixme:win:LockWindowUpdate (0xb00a4), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
I also noticed that the application places a m3.ini in my home folder, in
windows this ini is actually in the application directory. The NDSSAVE
directory is created but a save file is never there. Any help would be greatly
appreciated, 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=4773
Summary: Font is screwed up. Works in Windows and have all
windows fonts installed
Product: Wine
Version: 0.9.9.
Platform: Other
URL: http://www.m3adapter.com/Download.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tn(a)chambers.no-ip.info
When running the M3 Game Manager from the above URL, the GUI is completely
messed up. As you can see here, a lot is getting cut off and it's displaying
wierd fonts http://appdb.winehq.org/screenshots.php?appId=3022&versionId=4409
It shows up fine when running in Windows, so I copied all my windows fonts to .
wine/drive_c/windows/fonts hopeing to fix the issue but it didn't. After
starting up the application I get this;
thom@main:~> wine '/home/thom/.wine/drive_c/Program Files/M3 GAME Manager/M3
Game Manager.exe'
fixme:win:LockWindowUpdate (0x10020), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x7004e), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
err:progress:ProgressWindowProc unknown msg 178f wp=0000 lp=00000000
The GUI bug is part 1 of a 2 part issue with this application, I will submit
another bug for the other issue. I am not a programmer but if I can help in any
other way please let me know, 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=4772
tn(a)chambers.no-ip.info changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tn(a)chambers.no-ip.info 2006-08-03 10:12 -------
That did it. I don't know what font it needed, but I copied all my fonts from
my windows partition to .wine/drive_c/windows/fonts and now the buttons show
up. Thanks again for the easy solution.
--
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
------- Additional Comments From hans(a)it.vu.nl 2006-08-03 09:59 -------
You could look at the output of 'ps -ef |grep wine' when the error
message is shown. It should reveal the names of the executables
running on Wine.
Anyway, trial and error should get us there too. Here's a patch for
you to try that includes a stub for LsaAddAccountRights.
--
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=4772
------- Additional Comments From tn(a)chambers.no-ip.info 2006-08-03 09:55 -------
Ok, I will try installing more fonts, do you know a good way to find out what
fonts this wants? My apologies about thinking it was a regression issue.
--
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
------- Additional Comments From jxzheng(a)gmail.com 2006-08-03 09:39 -------
I just found out that the offending dll is compressed with neolite, which is an
exe/dll compressor. I don't have a copy of neolite, but I think we'll have a
better picture of it if I can de-compress the dll 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=4709
------- Additional Comments From jxzheng(a)gmail.com 2006-08-03 09:25 -------
Ok, as suggested by Hans, I looked in to the temp files extracted by that big
exe installer. The strange thing is that of all the files extracted by it, I
cannot find any string containing Lsa, lsa, or LSA. The only thing that I
learned is that the program causing the problem is compiled with winbatch
compiler. Winbatch is a software product that allows you to automate
installation with scripts. The winbatch dlls, however, do have strings like
ADVAPI32.DLL. But again, no reference to particular function names. I am
guessing that maybe these LsaAccountxxx function calls orginate from another
function call outside the exe and dll provided in the temp directory. Like
making a call to some obsecure function in Y.dll that calls LsaAccountXXX in
ADVAPI32.DLL. Y.dll could also be ADVAPI32.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=4772
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-08-03 09:18 -------
Oh, if it's not a regression forget about my remarks :)
--
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=4772
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-08-03 09:17 -------
Could you please do a regression test? 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=4772
------- Additional Comments From mike(a)codeweavers.com 2006-08-03 09:12 -------
Sorry, I don't agree with you that this is a regression. As you mentioned, the
buttons were cut off in Wine 0.9.7, and they are now just a bit more outside of
the screen than before.
Wine 0.9.9 uses different (and more correct) fonts for some dialogs. This is
probably what caused the change. The real bug is that the application's Window
is the wrong size, and that is what needs to be tracked down and fixed.
It may be the wrong size because the font it expects to use is not available on
your system, so perhaps a good start would be to install some more fonts on your
system, and see if that fixes it. (Try figure out which font it wants.)
--
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=4509
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-08-03 09:08 -------
It's this patch:http://www.winehq.org/pipermail/wine-cvs/2005-November/019187.html
The part of the patch that breaks the app is below, You can still revert the
patch with currnt cvs (patch -Rp1 -i patch.diff). To check: run the app, hit 4
times OK and it will crash. With the reversed patch: hit 4 time ok, and the main
window start fine. Anyone an idea for a proper fix?
--- wine/dlls/x11drv/winpos.c:1.140 9 Nov 2005 10:35:48 -0000
+++ wine/dlls/x11drv/winpos.c 9 Nov 2005 10:35:48 -0000
@@ -1003,12 +1003,22 @@ BOOL X11DRV_ShowWindow( HWND hwnd, INT c
if (!IsWindow( hwnd )) return wasVisible;
}
- /* ShowWindow won't activate a not being maximized child window */
- if ((style & WS_CHILD) && cmd != SW_MAXIMIZE)
- swp |= SWP_NOACTIVATE | SWP_NOZORDER;
+ if (!IsWindowVisible( GetAncestor( hwnd, GA_PARENT )))
+ {
+ /* if parent is not visible simply toggle WS_VISIBLE and return */
+ if (showFlag) WIN_SetStyle( hwnd, WS_VISIBLE, 0 );
+ else WIN_SetStyle( hwnd, 0, WS_VISIBLE );
+ }
+ else
+ {
+ /* ShowWindow won't activate a not being maximized child window */
+ if ((style & WS_CHILD) && cmd != SW_MAXIMIZE)
+ swp |= SWP_NOACTIVATE | SWP_NOZORDER;
+
+ SetWindowPos( hwnd, HWND_TOP, newPos.left, newPos.top,
+ newPos.right, newPos.bottom, LOWORD(swp) );
+ }
- SetWindowPos( hwnd, HWND_TOP, newPos.left, newPos.top,
- newPos.right, newPos.bottom, LOWORD(swp) );
if (cmd == SW_HIDE)
{
HWND hFocus;
--
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=4735
wine.tester(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--
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=4768
------- Additional Comments From michal.seliga(a)visicom.sk 2006-08-03 08:49 -------
ok, it is there, it only must be reviewed
--
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=4772
Summary: GUI Gets cut off (3 buttons are missing)
Product: Wine
Version: 0.9.9.
Platform: PC
URL: http://www.suxx.xbox-hq.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tn(a)chambers.no-ip.info
There was some kind of regression that happenned between 097 and 099. When
running suxx (see link) with 097 the three buttons in the top right of the gui
were partially there (half cut off) but usable. Now in 099 they are completely
gone, you can tab to them ..but they don't show. Please see the screenshots at
the appsdb at http://appdb.winehq.org/screenshots.php?appId=2892&versionId=4230
to see what I mean. 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=4768
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-08-03 08:35 -------
Could you please add an entry in the AppDB for this program.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=219
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lcid-fire(a)gmx.net
------- Additional Comments From tony.lambregts(a)gmail.com 2006-08-03 08:31 -------
*** Bug 4766 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 on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4766
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-08-03 08:31 -------
Safedisk bug
*** This bug has been marked as a duplicate of 219 ***
--
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=4765
------- Additional Comments From tony.lambregts(a)gmail.com 2006-08-03 08:14 -------
What program is this? is there a downloadable version somewhere? I could not
find an entry in the AppDB for this, could you please add one.
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=4646
------- Additional Comments From arjan.mels(a)gmx.net 2006-08-03 07:52 -------
I did not try to run the IDE under Wine and not planning to try to run it
under Wine. So I think that closes the discussion?
--
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 joris_huizer(a)yahoo.com 2006-08-03 07:25 -------
update: renaming .wine and reinstalling programs solve the problem; so far I
have not been able to get fonts working with the original .wine 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=4662
------- Additional Comments From joris_huizer(a)yahoo.com 2006-08-03 07:04 -------
I installed fontforge, ran ./configure && make depend && make, and installed
*.fon files and marlet.ttf - but still characters are not displayed (still blocks)
--
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=4235
nick.battle(a)uk.fujitsu.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nick.battle(a)uk.fujitsu.com
--
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=4235
------- Additional Comments From nick.battle(a)uk.fujitsu.com 2006-08-03 06:41 -------
I can confirm that this happens with me too. Wine 0.9.9, running under SuSE
10.0, trying to run any Office'97 component - not just Word, but Powerpoint and
Excel too.
The message in English reads:
"The folder 'Y:\
' isn't accessible. The folder may be located on an unavailable volume or
protected with a password."
That newline after the backslash is displayed, as though there's a control
character in the path name perhaps?
I get the error when I use the Open dialog to open files, as well as using Save
dialog to save them. Word will open a document if you give it the pathname as an
argument to the .exe though.
Other file-manipulation program, like notepad.exe, are 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=4771
davech(a)t-online.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|Other |PC
Summary|Finale - Crash in display |Finale - Crash in display
|colors dialog |colors 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=4709
------- Additional Comments From hans(a)it.vu.nl 2006-08-03 04:22 -------
Jason, please try to identify the executable that wants these Lsa imports
and run this command on it:
$ strings <exe> | grep Lsa
--
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=4732
------- Additional Comments From dan.horak(a)email.cz 2006-08-03 04:14 -------
I have compiled current CVS Wine, deleted $HOME/.wine and successfully installed
TRS 2006 Czech Edition from CDs. It can be run, but there is a problem with
displaying the texts in the main menu. When starting a map in the Engineer there
was a crash. I think that this "install bug" can be closed and I will report
problems with running the game.
fixme:toolhelp:Heap32ListFirst : stub
fixme:opengl:wglChoosePixelFormatARB unused pfAttribFList
fixme:opengl:wglChoosePixelFormatARB unused pfAttribFList
fixme:opengl:wglChoosePixelFormatARB unused pfAttribFList
fixme:opengl:wglQueryPbufferARB unsupported WGL_PBUFFER_LOST_ARB (need
glXSelectEvent/GLX_DAMAGED work)
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 145 (GLX)
Minor opcode of failed request: 13 (X_GLXCreateGLXPixmap)
Serial number of failed request: 1783795
Current serial number in output stream: 1783796
--
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=4732
------- Additional Comments From dan.horak(a)email.cz 2006-08-03 02:47 -------
On the desktop the demo installs OK too. I am trying current CVS version of Wine
now.
--
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=4770
Summary: BlackBerry Device Manager fails to install under wine
Product: Wine
Version: 0.9.9.
Platform: PC
URL: http://www.blackberry.net
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ibeeby(a)mac.com
Tried to install BlackBerry Device Manager v4.1 under wine v0.9.9 under Fedora
Core 4 linux on a PIII/450 laptop (256Mb RAM).
Installation fails repeatedly - InstallShield Wizard reports that the wizard was
interrupted before installation was complete.
Console log follows:
$ msiexec /i BlackBerry_Device_Manager_v4.1.msi
fixme:msi:MsiInstallProductW L"BlackBerry_Device_Manager_v4.1.msi" (null)
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc8e7b0,0x7fc8e7b4), stub!
fixme:rpc:RpcImpersonateClient (0x7f01cfb0): stub
err:ole:ClientRpcChannelBuffer_SendReceive called from wrong apartment, should
have been 0x3f00000040
err:ole:xCall RpcChannelBuffer SendReceive failed, 8001010e
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7f4c8f9c,0x7f4c8fa0), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7f4c8ee0,0x7f4c8ee4), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc8f614,0x7fc8f618), stub!
fixme:rpc:RpcRevertToSelfEx (0x7f01cfb0): stub
err:msi:ITERATE_Actions Execution halted, action L"RIM_CheckForDesktopDowngrade"
returned 1603
fixme:msi:msi_dialog_set_control_condition Unhandled action L"Default"
fixme:rpc:RpcServerUnregisterIf (IfSpec == (RPC_IF_HANDLE)^(nil), MgrTypeUuid ==
(null), WaitForCallsToComplete == 0): stub
fixme:msi:msi_dialog_set_control_condition Unhandled action L"Default"
$
[note that this has been re-typed by hand - errors may exist]
--
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
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From mike(a)codeweavers.com 2006-08-03 02:21 -------
If the Visual Studio 2005 IDE doesn't run in Wine (when you test it), please
open a separate 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=4646
------- Additional Comments From arjan.mels(a)gmx.net 2006-08-03 02:07 -------
Thanks for incorporating the fix.
What would you like to see in Wine an entry for the visual studio 2005 IDE?
To be clear I did not try to run this under Wine AT ALL. I just ran a program
under Wine created with the IDE under Windows XP.
--
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=3945
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-08-03 01:25 -------
last line in your trace:
0009:trace:d3d:setup_light glLightf call ok device.c / 167
Line 169 is never reached, so i would guess a crash in setup_lights. What
happens if you just comment out (or remove) line 166 up to 169 in
dlls/wined3d/device.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=4144
------- Additional Comments From dank(a)kegel.com 2006-08-03 00:52 -------
Clicking on any of the command buttons in the demo that don't say "api"
(and thus are invoked via COM, I think) now makes Wine exit with messages like
fixme:richedit:IRichEditOle_fnInPlaceDeactivate stub 0x7fdd1728
err:ole:ITypeInfo_fnInvoke failed to convert param 0 to VT_VARIANT from VT_I4
which is probably progress.
The "api" buttons don't crash, but they don't work, either.
e.g. the "find api" button can't find anything you search for;
it always says "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=4735
------- Additional Comments From vitaliy(a)kievinfo.com 2006-08-03 00:37 -------
Well it's been perposly "broken" to fix enother broken app. So bug + bug = working.
--
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=4728
------- Additional Comments From eto(a)shaw.ca 2006-07-03 23:21 -------
I tried that.. which kinda works (the dialog doesn't dissapear but at least
doesn't appear overtop the game window). However, using this mode causes the
game to freeze the instant I click the window title bar to move the window (or
accidentally even)..
--
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=4769
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-03 21:01 -------
Are there are any messages in the terminal? (if so, and lots please attach,
don't paste).
Please attach few screen shots 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=4769
Summary: Finale - dialog messed up
Product: Wine
Version: 0.9.9.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: davech(a)t-online.de
In Finale 2006 (www.codamusic.com) the 'Instrument List' dialog box does not
display properly and is effectively unusable. Only the entries in the first line
appear, although other entries are partly editable by clicking in the blank
space below the first line.
This works in Finale 2005, although the positioning of the items is somewhat
distorted.
I tried older versions of wine (back to 20050419) with the same results.
--
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
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-03 18:30 -------
Jason, I think you will need to try to make these stubs yourself. I have no idea
why does it need them. But something tells me that just having stubs will not
work...
--
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=4766
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-03 18:27 -------
drvmgt - safedisc loader. Check if you have secdrv.sys in
~/.wine/drive_c/windows/system32/drivers to verify 100%.
--
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=2738
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-03 18:18 -------
Looks like some one with Notes will have to do regression testing.
GIT: http://wiki.winehq.org/GitWine
CVS: http://www.winehq.org/site/docs/winedev-guide/x1344
Also, please, if you have any debug traces attach them here. If not, you might
need to run it with +relay and kill Wine when it freezes.
--
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 batpul(a)gmail.com 2006-07-03 16:48 -------
As submitter of duplicate bug 4759 I can now
confirm that my ~/.wine/drive_c/windows/fonts
was indeed empty. Copying /usr/share/fonts/wine/*
to this directory improves the situation a lot.
By bringing my eyes closer to the screen I can now
actually read what is displayed. However, I would still
like to have bigger fonts displayed for more comfort.
Is there some way to accomplish this? Thanks! bat
--
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=4768
Summary: segmentation fault while running intro 'Morning haze' by
Bemz
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: michal.seliga(a)visicom.sk
both intro and execution log are attached
log was created using warn+all,+relay,+seh,+kernel32
intro will draw its configuration screen (maybe) and it will segfault
immediately. core is 40mb long
winedbg shows this bt
Backtrace:
=>1 0x7b869df8 start_process+0xd8(arg=0x0)
[/mnt/big2/linux/wine-0.9.9/dlls/kernel/process.c:845] in kernel32 (0x7b869df8)
2 0xb7fd5007 wine_switch_to_stack+0x17 in libwine.so.1 (0xb7fd5007)
there is also message that err:opengl:wgl_initialize_glx glx_version as 1.2 and
GLX_SGIX_fbconfig extension is unsupported. Expect problems. - but you may
safely ignore it, this crash happened with wine 0.9.3 too (0.9.3 was last
version which didn't showed this opengl error for me and also the last version
where opengl aplications worked for me, but its different story)
i do't complain that this intro doesn't run (most of them don't), but i don't
think that wine shoudl segfault anyway
--
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=4767
Summary: WBC3 doesn't start (CoGetClassObject, CoCreateInstance)
Product: Wine
Version: 0.9.9.
Platform: PC
URL: http://videogames.yahoo.com/predownload?eid=18763
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
Warlords Battlecry III, both the demo version and retail, crashes on startup
with errors and fixmes for ole:CoGetClassObject and ole:CoCreateInstance.
--
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
------- Additional Comments From jxzheng(a)gmail.com 2006-07-03 15:42 -------
Thanks, but now it askes for LsaAddAccountRights function.
--
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=4730
------- Additional Comments From lcid-fire(a)gmx.net 2006-07-03 15:19 -------
It is for example Wing Commander 5 or Populous 3.
--
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=3945
------- Additional Comments From super-greg(a)gmx.de 2006-07-03 15:18 -------
I tried but dont get to the menu.
OSS emulation and driver emulation, no success
--
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=4765
------- Additional Comments From lcid-fire(a)gmx.net 2006-07-03 15:17 -------
Same output for Orion Burger install - seems to be a general dos 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=4765
Summary: Chewy install - "Not enough memory on exec"
Product: Wine
Version: 0.9.9.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lcid-fire(a)gmx.net
When I try to install chewy I get the following output:
Warning: unprotecting memory to allow real-mode calls.
NULL pointer accesses will no longer be caught.
Not enough memory on exec
--
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=3945
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-07-03 14:59 -------
Hi, it crashes for me as well when i use audio full acceleration, but with
emulation it works. However, the menu's are all unreadable, the only things you
see are "blocks" Guess that has something to do with vetex shaders not working
right?
--
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=4278
------- Additional Comments From super-greg(a)gmx.de 2006-07-03 14:51 -------
app shows new behaveior;
old msgbox on start still appears but intro and menu are now displayed in
fullspeed;click on single player gives new error box:
DeleteVertexShader failed(D3DERR_INVALIDCALL).
Geschichte: FD3DVertexShader::~FD3DVertexShader <- UD3DRenderDevice::Flush <-
UD3DRenderDevice::Exit <- DeleteRenDev <- UViewport::Destroy <- (WindowsViewport
Transient.WindowsClient0.WindowsViewport0) <- UWindowsViewport::Destroy <-
UObject::ConditionalDestroy <- (WindowsViewport
Transient.WindowsClient0.WindowsViewport0) <- DispatchDestroy <- (11475:
WindowsViewport Transient.WindowsClient0.WindowsViewport0) <- DispatchDestroys
<- UObject::PurgeGarbage <- UObject::StaticExit <- appPreExit
--
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=3945
------- Additional Comments From super-greg(a)gmx.de 2006-07-03 14:11 -------
Created an attachment (id=2014)
--> (http://bugs.winehq.org/attachment.cgi?id=2014&action=view)
new d3d trace
Yes, the debug string overload is fixed. Game still dont start.
Log is with enabled pixel shader, and hw vertex shaders.
But even without game fails with: fixme:d3d:IWineD3DDeviceImpl_ValidateDevice
(0x7fe41990) : stub
At least this is the last message before crash.
--
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=4764
Summary: Strange fonts rendering in Atmel AVRStudio v3.56
Product: Wine
Version: 0.9.9.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: finn(a)finn.cz
Wine renders fonts in editing window of AVRStudio oddly: when I open a new text
file everything goes quite well and the text appears in a new subwindow. But
marking the text or moving the cursor results in garbage on the screen. I've
experienced this with many older versions including the current one: 0.9.9.
System: Gentoo Linux (x86), actual version of Wine built by package manager:
0.9.5-r1, also tested with version 0.9.9 (compiled by myself).
Screenshot: http://www.finn.cz/wine-avr-bug.png (10.8 kB)
--
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=4752
------- Additional Comments From pofis.larapios(a)gmail.com 2006-07-03 13:39 -------
Ok i just did "wine kit51ST7ARM_743_.exe" and extracted it fine ,
but when i run the app "wine Install.exe" got the same kind of error anyway.
here is the full log again : http://luna.sublimesp.net/~pofis/wine2.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=4763
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.3ddownloads.com/S
| |trategy/Jagged%20Alliance%20
| |2/Demos
Keywords| |download
------- Additional Comments From tony.lambregts(a)gmail.com 2006-07-03 13:19 -------
Demo is downloadable here
http://www.3ddownloads.com/Strategy/Jagged%20Alliance%202/Demos
--
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=4509
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-07-03 13:08 -------
PS I'll give it a shot this evening (while watching football :) )
--
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=4509
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-07-03 13:07 -------
This needs regression testing (i.e. expensive cpu cycles :)) Works in july 2005
and fails with wine- 0.9.1. Severity=normal
--
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=4763
------- Additional Comments From stefan_betz(a)gmx.net 2006-07-03 12:26 -------
I get the following Message in the console Window:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x7fdad3d0)->(0x10026,00000011)fixme:x11drv:X11DRV_desktop_SetCurrentMode
Cannot change screen BPP from 32 to 16
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
fixme:ddraw:DIB_DirectDrawSurface_Blt Can't handle DDBLT_WAIT flag right now.
fixme:x11drv:X11DRV_DDHAL_CreatePalette stub
fixme:x11drv:X11DRV_DDHAL_CreatePalette stub
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7fdfa5f8
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x7fdad3d0)->(0x10026,00000008)
I i wait a long Time (up to five Minutes) the screen gets full drawn (sometimes!)
Greetings
Betz Stefan
--
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=4763
Summary: Jagged Alliance 2 Display Failures...
Product: Wine
Version: 0.9.9.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stefan_betz(a)gmx.net
Hello,
i found a Bug in wine which makes it impossible to play Jagged Alliance II :-(
Example: The cursor ist only drawn if i "click" in the Windows (but i dont know
what i klick :-( )
another Example: The "New Game" Screen doesn't look good :-(
I will Attach some Screenshoots.
Greetings
Betz Stefan
--
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=2738
------- Additional Comments From bo(a)tveden.com 2006-07-03 11:29 -------
I am using version 0.9.9 and still have the problem. Rather frustrating!
I can confirm the experience by Kyle Davenport: To me it happens mainly with
text attachments (I don't receive emails with pdf attachments), but also
sometimes with doc-attachments
--
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=3945
------- Additional Comments From hverbeet(a)gmail.com 2006-07-03 11:28 -------
The debugstr overflow should be fixed in current git/cvs.
--
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=4752
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-07-03 11:05 -------
i tried to install the application, and actually it installs just fine, up to
the end where it crashes because of an unimplemented function in setupapi.
Everything seems to be installed fine though, and the app stsself starts fine.
When exactly do you get this crash? And btw, why do you use unace to extract the
files? If you run wine kit51ST7ARM_743_.exe, the extraction works fine as well,
and maybe
"unace e" doesn't extract the directory strucrure correctly ( but that's a guess
as i don't use unace)
--
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
hans(a)it.vu.nl changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1989 is|0 |1
obsolete| |
------- Additional Comments From hans(a)it.vu.nl 2006-07-03 10:26 -------
Created an attachment (id=2011)
--> (http://bugs.winehq.org/attachment.cgi?id=2011&action=view)
Stub for LsaEnumerateAccountRights and LsaRemoveAccountRights
Try this one instead, though it may not be the last one either.
--
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=4728
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-07-03 10:22 -------
What about unchecking the box in winecfg: Allow the windowmanager to conrtol the
windows. That should help in fullscreen mode as well (hopefully :) )
--
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=4762
------- Additional Comments From dank(a)kegel.com 2006-07-03 10:07 -------
Yep, still reproducible after a cvs update.
In fact, it reproduced on the first try (I had two tabs open to gmail this time,
fwiw).
I don't think I even made it off linuxtoday.com this time.
I'll attach the 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=3950
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ulrich.windl(a)rz.uni-
| |regensburg.de
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-07-03 10:04 -------
*** Bug 4761 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=4761
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-07-03 10:04 -------
So it's really a duplicate of bug 3950. any thoughts how these conflicts might
be overcome?
*** This bug has been marked as a duplicate of 3950 ***
--
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=4761
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-07-03 10:02 -------
You should have also post what's before the unhandled exception:
fixme:shell:IShellLinkA_fnGetPath (0x7dcd4c50): WIN32_FIND_DATA is not yet filled.
Start a program, or open a document in the program normally used for files with
that suffix.
Usage:
start [options] program_filename [...]
start [options] document_filename
Options:
/M[inimized] Start the program minimized.
/MAX[imized] Start the program maximized.
/R[estored] Start the program normally (neither minimized nor maximized).
/W[ait] Wait for started program to finish, then exit with its exit code.
/L Show end-user license.
start.exe version 0.2 Copyright (C) 2003, Dan Kegel
Start comes with ABSOLUTELY NO WARRANTY; for details run with /L option.
This is free software, and you are welcome to redistribute it
under certain conditions; run 'start /L' for details.
wine: Unhandled page fault on read access to 0x00001148 at address 0x7b887974
(thread 0009), starting debugger...
WineDbg starting on pid 0x8
Unhandled exception: page fault on read access to 0x00001148 in 32-bit code
(0x7b887974).
fixme:dbghelp:addr_to_linear Failed to linearize address 7fc5:0000ef54 (mode 0)
So it's starting wine's start.exe whereas it should have started the start.exe
that's installed by the program. Could you try if this workaround works for you
as well (after you've installed the program):
cd ~/.wine/drive_c/MAGIX/Samplitude_V8_demo/
mv start.exe _start.exe
wine _start.exe
--
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
------- Additional Comments From jxzheng(a)gmail.com 2006-07-03 09:36 -------
Great, it worked this time. However the installer exe errors for another
exported function: LsaEnumerateAccountRights. It doesn't seem like it's a simple
fix when the exe start dealing with the NT account privillages. What's wine's
policy on NT account privillages? I know they are much different than unix
account privillages, but are they going to be shallowly mapped eventually?
--
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=4762
Summary: Repeatable crash in Firefox
Product: Wine
Version: CVS
Platform: Other
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
This is with wine from cvs from five or six days ago.
Install Firefox 1.5.
Install flash plugin, restart firefox.
Start firefox. Log in to gmail.com.
Open a new tab and go to slashdot.org.
In the same tab, go to Linuxtoday.com,
and visit the "IBM will not install Vista"
story. Click on the "full story" link.
Wait. Maybe reload a few times. Eventually
the browser terminates. I reproduced this
about six times this morning. Not sure what
triggers it - I couldn't come up with a reduced
recipe. I'll attach three stack dumps. I'll
also see if I can reproduce it after updating from cvs.
--
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=4732
------- Additional Comments From dan.horak(a)email.cz 2006-07-03 09:16 -------
Yes, the demo version installs OK (on my notebook) and can be started. I will
test it also on my desktop.
--
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=4724
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From dmitry(a)codeweavers.com 2006-07-03 08:28 -------
The problem is that Wine now correctly creates PS_USERSTYLE extended pens, but
support on the driver's side is missing. I'll add 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=4646
------- Additional Comments From tony.lambregts(a)gmail.com 2006-07-03 08:24 -------
It would be nice to have an entry for this in the appdb, even if you do not
regularly use it in 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=4662
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |batpul(a)gmail.com
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-03 08:21 -------
*** Bug 4759 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=4759
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-03 08:21 -------
Known problem.
*** This bug has been marked as a duplicate of 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=4756
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.thebardstale-
| |thegame.com/uk/
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.