http://bugs.winehq.org/show_bug.cgi?id=16558
Summary: Google Sketchup 7 "Tools / Interact" cursor wrapped
Product: Wine
Version: 1.1.10
Platform: Other
URL: http://sketchup.google.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
"Tools / Interact" puts up a different hand cursor,
and wine displays it poorly; it's as is part of the cursor
is sliced off and displayed on the wrong side.
--
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=15569
Summary: SELinux denied access requested by wine-preloader
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wilsonhaven(a)gmail.com
Created an attachment (id=16570)
--> (http://bugs.winehq.org/attachment.cgi?id=16570)
SelinuxTroubleshootd Log Entry
SELinux denied access requested by wine-preloader. It is not expected that this
access is required by wine-preloader and this access may signal an intrusion
attempt.
--
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=16103
Summary: Google Sketchup 7 crashes after downloading model
Product: Wine
Version: 1.1.8
Platform: Other
URL: http://sketchup.google.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Google Sketchup 7 runs fairly well, though I had to
set HW_OK=1 in the registry as described in bug 14045
and uncheck 'show on startup' in the initial dialog
to get it to work.
It downloads models ok, but once they're downloaded,
one of several unpleasant things may happen:
a) it might complain "bad file" (can't remember the exact message),
b) it might crash with the following backtrace:
=>1 0x032b17dd in xpcom_core (+0x17dd) (0x032b17e1)
c) it might crash while saving, with the following backtrace:
=>1 0x78aaa180 (0x0032dcd8)
2 0x7eb8966a call_window_proc+0x6a(hwnd=?, msg=?, wp=0, lp=0,
result=0x32dd50, arg=0x78aaa180) [dlls/user32/winproc.c:458] in user32
(0x0032dd18)
It doesn't always crash, so if you save after every download and are
patient, you can get something done.
--
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=16164
Summary: Sketchup 7 crashes when you click "Start using Sketchup"
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://sketchup.google.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is the first bug people run into.
(The next one is bug 14045.)
When you start SketchUp, it puts up a dialog saying
"Welcome to Sketchup". When you click "Start using Sketchup",
it crashes before putting up the main window.
You can work around it by checking "Don't show this again",
and then running the app again, but it would be nice if that
wasn't needed.
Mike Hearn said the cause was mshtml wasn't refcounted
properly, so I checked... and he's right. Hacking DLLCanUnloadNow
in mshtml to always return S_FALSE, like this,
diff --git a/dlls/mshtml/main.c b/dlls/mshtml/main.c
@@ -231,7 +231,7 @@ HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID
riid, LPVOID *ppv)
HRESULT WINAPI DllCanUnloadNow(void)
{
TRACE("() ref=%d\n", module_ref);
- return module_ref ? S_FALSE : S_OK;
+ return S_FALSE; //module_ref ? S_FALSE : S_OK;
gets you past the crash. So presumably it's an mshtml
bug. (In honor of this bug, I created an mshtml category in
bugzilla finally...)
--
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=16166
Summary: Google Sketchup 7 display often corrupt until you click
on it
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://sketchup.google.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Often, Sketchup 7 leaves garbage on the screen
until you click on the main area.
For instance, it always does this when you maximize it;
clicking on the main area brings back the expected display.
--
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=16187
Summary: Google Sketchup Layout crashes on startup
Product: Wine
Version: 1.1.9
Platform: PC
URL: http://sketchup.google.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
"LayOut", which comes with Sketchup Pro, crashes on startup,
just after it puts up the "Tip of the Day".
You have to do "winetricks dotnet20" to even get that far.
Installing gdiplus seems to make things worse; even after
uninstalling it, layout crashes much sooner.
--
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=14045
Summary: SketchUp was unable to initialize OpenGL
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brett.jr.alton(a)gmail.com
After installing Google SketchUp 6.4 and trying to run Google SketchUp once
(and it crashing) I tried to run GoogleSketchUp and second and third and fourth
time and new error came up on those last three runs:
"SketchUp was unable to initialize OpenGL!
Please make sure you have installed the correct
drivers for your graphics card.
Error: ChoosePixelFormat failed"
I'm attaching a screenshot of the dialogue and the CLI log.
Log since its so small:
wine /home/brett/.wine/drive_c/Program\ Files/Google/Google\ SketchUp\
6/SketchUp.exe
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT
(30000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_RETRIES: STUB
--
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=13891
Summary: start.exe http://someurl/ does not work
Product: Wine
Version: 1.0-rc4
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
When I run ~/wine/wine-git/wine start http://www.google.com/
I get:
fixme:exec:SHELL_execute flags ignored: 0x00000500
err:winebrowser:get_url_from_dde Unabled to retrieve URL from string L"\""
err:winebrowser:wmain Usage: winebrowser URL
Whereas winebrowser should launch and take me to google.com
--
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=12519
Summary: Yahoo! Widget Engine wont start, OLEPictureImpl_Load
Error
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P1
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wwarsin(a)gmail.com
Created an attachment (id=12075)
--> (http://bugs.winehq.org/attachment.cgi?id=12075)
Output from terminal
Yahoo! Widget Engine 4.5 Wont start - fixme:ole:OLEPictureImpl_Load Failure
while reading picture header (hr is 0, nread is 0).
Installs fine, but wont start
--
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=15632
Summary: InspireData crashes when starting new project
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: munchkinguy(a)hotmail.com
Created an attachment (id=16667)
--> (http://bugs.winehq.org/attachment.cgi?id=16667)
InspireData crash log
After downloading the InspireData Trial from http://inspiration.com/Freetrial,
and installing it (MS Core fonts are required), the application is started.
After clicking "Continue" the Main Menu is displayed.
After clicking "New", the following messages are displayed: "InspireData has
encountered an error which prevents the completion of your action. Please
choose Quit to exit InspireData. Please choose Continue to attempt to recover
from this error" and "InspireData encountered an error while waiting for your
response. InspireData will now exit." After clicking OK, the application exits.
The crash produces an error log, which I have attached.
--
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.