http://bugs.winehq.org/show_bug.cgi?id=8319
--- Comment #12 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-04-02 06:33:08 ---
By the way, I accidently put the latest crash info i got with this trial, into
the wrong bug(the one for Autodesk Architecture). So i'll attach it here again:
Hi, just a followup on this bug:
After applying the patch for shell32 bug (for which James has sent a patch
today) I get a crash in user32:
err:cursor:DIB_GetBitmapInfo (1633746944): unknown/wrong size for header
err:cursor:DIB_GetBitmapInfo (1633746944): unknown/wrong size for header
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Value in failed request: 0x0
Serial number of failed request: 45080
Current serial number in output stream: 45084
Stupid hack below got me around that bug. Then i got i nice crash in msi:
Backtrace:
=>1 0x6ec6c27a move_files_wildcard+0x39a(source=0x2106fd8, dest=0x21074b0,
options=0x0) [/sda6/wine-git/dlls/msi/action.c:5284] in msi (0x61f33374)
2 0x6ec6ca08 ITERATE_MoveFiles+0x4f8(rec=0x2106de8, param=0x1c00028)
[/sda6/wine-git/dlls/msi/action.c:5405] in msi (0x61f333b4)
3 0x6eca4811 MSI_IterateRecords+0x91(view=0x2094e58, count=0x0,
func=0x6ec6c510, param=0x1c00028) [/sda6/wine-git/dlls/msi/msiquery.c:190] in
msi (0x61f333f4)
4 0x6ec63920 ACTION_MoveFiles+0x60(package=<register EDI not in topmost
frame>) [/sda6/wine-git/dlls/msi/action.c:5429] in msi (0x61f33434)
I also hacked around this, installer completed, but because of hack, the main
app complained about a bad install, so pity here. looks like there are three
bugs to fix atm
stupid hack:
diff --git a/dlls/user32/cursoricon.c b/dlls/user32/cursoricon.c
index 0ec5b32..771d568 100644
--- a/dlls/user32/cursoricon.c
+++ b/dlls/user32/cursoricon.c
@@ -342,7 +342,14 @@ static int DIB_GetBitmapInfo( const BITMAPINFOHEADER
*header, LONG *width,
return 5;
}
ERR("(%d): unknown/wrong size for header\n", header->biSize );
- return -1;
+ {
+ *width = header->biWidth;
+ *height = header->biHeight;
+ *bpp = header->biBitCount;
+ *compr = header->biCompression;
+ return 1;
+ }
+
}
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8319
--- Comment #11 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-04-02 06:30:08 ---
Anyone have access or a new link to the autocad 2008 trial?
It's on the wiki-page:
http://wiki.winehq.org/AutodeskAutocad?highlight=%28autocad%29
You need to fill in registerform for the trial
I had to download it from another site, as this link is only for US/Canada
only. For European users you will be directed to another link
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3711
--- Comment #11 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-04-02 06:03:17 ---
Created an attachment (id=11799)
--> (http://bugs.winehq.org/attachment.cgi?id=11799)
+wininet
(In reply to comment #6 bug 5625)
> > Tested FL Studio with latest git. I do not use a proxy server.
> >
> > Some apps expect the ProxyEnable entry to exist. Clicking on the 'online news'
> > widget brings up an error "Failed to get data for 'ProxyEnable'"
>
> That's a duplicate of bug 3711. Can you reopen it and attach a +wininet trace
> there?
>
Tested with wine-0.9.58-412-g0a8d2ba, +wininet trace attached. The program
which exhibits the problem can be fetched from here
http://hotlink.tucows.com/files/flstudio_8.0_install.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8319
--- Comment #10 from James Hawkins <truiken(a)gmail.com> 2008-04-02 03:49:58 ---
Anyone have access or a new link to the autocad 2008 trial?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5625
--- Comment #8 from Hans Leidekker <hans(a)it.vu.nl> 2008-04-02 03:28:36 ---
> Note that the graphical Gnome settings only
> affect sessions started with Gnome's special Terminal
> menu item, not any other launcher. When testing
> this, make sure the http_proxy variable is set
> by gnome before jumping to conclusions.
Starting a new Gnome session should make sure it's set everywhere.
> Wine's iexplore does not yet obey these settings,
That's because it doesn't use wininet. The registry value could be read of
course
but we may have to duplicate the code that reads the environment variable.
> Likewise, launching Windows Firefox 3 beta 4 inside Wine
> does not pick up these proxy settings. Seems
> like it ought to, but what do I know...
I just tried Firefox 3 beta 4 on Windows, it doesn't pick up these settings.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5077
Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #25 from Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> 2008-04-02 03:05:22 ---
The intro films work properly now; please file new bugs for other problems.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6533
--- Comment #14 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-04-02 01:46:10 ---
(In reply to comment #13)
> Language/Region Settings like this would be nice to have in winecfg.
There is no reason to duplicate what you already have in the OS/WM.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8520
--- Comment #9 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-04-02 01:39:48 ---
Aric, any progress on this?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=638
--- Comment #9 from James Hawkins <truiken(a)gmail.com> 2008-04-02 01:38:09 ---
Agreed. I think we need to make sure the WINEDEBUG documentation is up to date
and then close this bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=638
--- Comment #8 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-04-02 01:34:57 ---
(In reply to comment #7)
> If we added an option to wine itself to print out the list
> of dlls and associated channels, that might be handy, though.
That would require loading each Wine dll one by one to fetch debug channels
from it. That's not worth an effort IMO: anyone who needs to see a list of
documented debug channels is not a developer, and developers can figure that
out on their own.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.