https://bugs.winehq.org/show_bug.cgi?id=49214
Bug ID: 49214
Summary: LOJE error ole 40081002 and wbem_locator
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hermeson(a)gmail.com
Distribution: ---
trying to running/install a software called LOJE
(https://info.ao3tech.com/pme/cenize) started installing then comes up an
error:
OLE 80041002
Tried to change do XP and Win7 but still comes up the msg.
attached the log error...
realised also error on "wbemprox"
0009:fixme:wbemprox:wbem_locator_ConnectServer authentication not supported
0009:fixme:wbemprox:wbem_locator_ConnectServer specific locale not supported
0009:fixme:wbemprox:wbem_locator_ConnectServer authentication not supported
0009:fixme:wbemprox:wbem_locator_ConnectServer specific locale not supported
Please any idea???? Thanks
--
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.
https://bugs.winehq.org/show_bug.cgi?id=49212
Bug ID: 49212
Summary: Cannot install Internet Explorer 11
Product: Wine
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bugzilla(a)tonne.to
Distribution: ---
Created attachment 67219
--> https://bugs.winehq.org/attachment.cgi?id=67219
bug report
I tried to instll Internet Explorer 11. Wine was "Windows 10". It fails. See
report.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=45426
Bug ID: 45426
Summary: no puedo abrir las aplicaciones porque me sale este
error "error del programa"
Product: Wine
Version: 1.4.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alfoncrak2004(a)gmail.com
Distribution: ---
desde que instale el wine 1.4.1 me sale un "error del programa" cuando abro
las aplicaciones
--
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.
https://bugs.winehq.org/show_bug.cgi?id=49209
Bug ID: 49209
Summary: can't connect to Gmail
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: beavis(a)tuta.io
Distribution: ---
internet explorer crash when connecting to Gmail.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=49204
Bug ID: 49204
Summary: Wine not running after installing it in OpenMandriva
LX4.1 by dnf package
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: m-tomatis(a)tiscali.it
CC: dimesio(a)earthlink.net
Distribution: ---
Created attachment 67212
--> https://bugs.winehq.org/attachment.cgi?id=67212
Error list when running Wine
Hi all,
I installed both Wine64 and 32bit compatibility packages by using dnf in
OpenMandriva LX4.1
Wine installation was ok, but for some reasons I cannot run it; it always
returns some errors. I attached information about it.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=49013
Bug ID: 49013
Summary: League of Legends: Exception code c0000005
Product: Wine
Version: 5.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: harry+winehq(a)unheit.net
Distribution: ---
Created attachment 66992
--> https://bugs.winehq.org/attachment.cgi?id=66992
Logs for PID with WINEDEBUG=+seh,+pid,+tid,+loaddll,+kernelbase,+relay
When starting the Riot Launcher for League of Legends I often, but not always,
get Unhandled exception code c0000005.
Attached is a log file with
WINEDEBUG=+seh,+pid,+tid,+loaddll,+kernelbase,+relay. The log only contains
entries for the PID that raises the exception.
I've tried to log even more, but then the exception does not occur. It seems
timing sensitive. If other debug channels are required, I can try to enable
them, but I don't know which ones are useful.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=49201
Bug ID: 49201
Summary: Possible usage of null pointer elp in objects.c
Product: Wine
Version: 5.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: mikrutrafal54(a)gmail.com
Distribution: ---
Pointer `elp` is used but might to be a null pointer - `(elp != NULL)` this
line assume this
https://github.com/wine-mirror/wine/blob/6d801377055911d914226a3c6af8d8637a…
```
case PS_USERSTYLE:
pdev->pen_lines = (pdev->pen_width == 1) ? dashed_pen_lines :
dashed_wide_pen_lines;
set_dash_pattern( &pdev->pen_pattern, elp->elpNumEntries,
elp->elpStyleEntry );
if (!(logpen.lopnStyle & PS_GEOMETRIC)) scale_dash_pattern(
&pdev->pen_pattern, 3, PS_ENDCAP_FLAT );
break;
}
pdev->pen_uses_region = (logpen.lopnStyle & PS_GEOMETRIC || pdev->pen_width
> 1);
pdev->pen_is_ext = (elp != NULL);
```
--
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.
https://bugs.winehq.org/show_bug.cgi?id=6606
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |7661e8986c7bed0a6735f04d6be
| |660cf0f6a7ed0
Version|unspecified |0.9.24.
CC| |focht(a)gmx.net
--
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.
https://bugs.winehq.org/show_bug.cgi?id=6714
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Component|-unknown |loader
Fixed by SHA1| |4d9f3dfae10102fdd464d102f01
| |b8f2e1fcc5fdd
--
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.
https://bugs.winehq.org/show_bug.cgi?id=6622
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Version|unspecified |0.9.24.
Keywords| |download
Component|-unknown |ntdll
Fixed by SHA1| |822be6c90fd8312e4a0689d964e
| |7c9fb895503b1
URL|http://download2.xnview.com |https://web.archive.org/web
|/XnView-win.zip |/20070107172235/http://down
| |load2.xnview.com/XnView-win
| |.zip
--
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.