http://bugs.winehq.org/show_bug.cgi?id=15301
Summary: Biliardo 2 installer terminates on launch
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://web.tiscali.it/chiesi/software/ita/biliardo2.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=16125)
--> (http://bugs.winehq.org/attachment.cgi?id=16125)
Biliardo 2 relay log (rzipped)
With current Git (wine-1.1.4-392-gaf78a7b), when attempting to launch the
Biliardo 2 installer, a window momentarily appears, but the installer
terminates without any further messages. From examination of relay traces,
there seems to be an exception being raised while the installer runs, possibly
causing the termination.
--
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=35272
Bug ID: 35272
Summary: Mortal Kombat Komplete Edition (Steam) crashing to
desktop within graphics autoconf.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: linards.liepins(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 47044
--> http://bugs.winehq.org/attachment.cgi?id=47044
Terminal output
See attached terminal output.
Linux Mint 16 Petra Cinnamon x64 ; AMD Radeon 5750 ; Wine 1.7.8
--
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=21881
Summary: iScreensaver Designer 3.5 has encountered a problem.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: reedercolin(a)gmail.com
A window comes up saying that iScreensaver.exe encountered a serious problem.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=49437
Bug ID: 49437
Summary: Segmentation fault (core dumped) even on winecfg or
wineconsole on FreeBSD
Product: Wine
Version: 5.11
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adrien_fernandes2(a)hotmail.com
For the moment, I stick with wine-5.8 which is actually perfectly working for
me.
Since wine-5.9, it won't run anymore. It builds, it installs but it won't start
and I really have no other message than "Segmentation fault (core dumped)"
I build wine without any patch in case this creates the issue (already happened
a few months ago). All information I succeeded to have is by using
WINEDEBUG=all
trace:virtual:NtAllocateVirtualMemory 0xffffffff 0x7ffe0000 00001000 3000
00000002
Segmentation fault (core dumped)
That's all I get and I don't even know if it's related to the problem.
--
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=47950
Bug ID: 47950
Summary: Ys: Memories of Celceta crashes on launch
Product: Wine
Version: 4.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: betaversiondot(a)gmail.com
Distribution: ---
Created attachment 65452
--> https://bugs.winehq.org/attachment.cgi?id=65452
terminal output
Ys: Memories of Celceta crashes on launch. Clear wineprefix, launcher works,
intro videos disabled. 4.17-staging, Linux-5.2.17, RX 580, Mesa3D 19.2.1.
--
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=46237
Bug ID: 46237
Summary: Far 3.0 x86 crashes starting from build 5288
Product: Wine
Version: 3.21
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mail(a)chatty.de
Created attachment 62934
--> https://bugs.winehq.org/attachment.cgi?id=62934
Build 5287 runs fine.
Starting from build 5288 Far 3.0 x86 crashes at startup.
--
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=49116
Bug ID: 49116
Summary: Windows 10 1903 SDK (10.0.18362.0) installer crashes
(method invocation on wrong CCW interface?)
Product: Wine
Version: 5.7
Hardware: x86
URL: https://web.archive.org/web/20200215010843/https://download.microsoft.com/download/4/2/2/42245968-6A79-4DA7-
A5FB-08C0AD0AE661/windowssdk/winsdksetup.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
It calls _AppDomain::CreateInstance() from unmanaged code to retrieve a COM
pointer to one of its own objects (specifically,
BootstrapperApplicationFactory, hosted in BootstrapperCore.dll), and then tries
to invoke a method on the object. The problem is that the method it invokes has
vtbl offset 0x38, but Mono gives us back what *seems* to be an IDispatch vtbl,
so it ends up invoking junk. This consistently results in an execute fault for
me.
Relevant disassembly, from mbahost.dll:
1286: 8b 45 08 >mov eax, [ebp+08h]
1289: 8d 55 fc lea edx, [ebp-04h]
128c: 52 push edx
128d: 57 push edi
128e: 53 push ebx
128f: 8b 08 mov ecx, [eax]
1291: 50 push eax
1292: ff 91 94 00 00 00 call dword [ecx+00000094h] //
CreateInstance(), apparently
1298: 8b f0 mov esi, eax
129a: 85 f6 test esi, esi
129c: 79 08 jns 12a6 // jump if SUCCEEDED
129e: 56 push esi
129f: 68 1f 02 00 00 push dword 0000021Fh
12a4: eb 48 jmp 12ee
12a6: 8b 45 fc >mov eax, [ebp-04h]
12a9: 8d 55 ec lea edx, [ebp-14h]
12ac: 52 push edx
12ad: 50 push eax
12ae: 8b 08 mov ecx, [eax]
12b0: ff 51 38 call dword [ecx+38h] // crashes
Presumably Mono is wrong in returning IDispatch here, but I'm not sure why, and
it's not clear what should be returned in its stead. The class in question
actually has a ClassInterfaceType of AutoDispatch, but maybe that doesn't
actually mean we should return IDispatch? But the CIL interface that class
explicitly implements, IBootstrapperApplicationFactory, only has one method, so
I'm not sure how an offset of 0x38 makes sense there either.
When I get the time I'll build and run a testcase...
--
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=46236
Bug ID: 46236
Summary: Far 3.0 x64 crashes starting from build 5200
Product: Wine
Version: 3.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mail(a)chatty.de
Distribution: ---
Created attachment 62932
--> https://bugs.winehq.org/attachment.cgi?id=62932
Build 5199 runs fine.
Starting from build 5200 Far 3.0 x64 crashes at startup.
--
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=44435
Bug ID: 44435
Summary: Call of Duty WWII crash
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: mo78(a)abv.bg
Distribution: ---
Created attachment 60377
--> https://bugs.winehq.org/attachment.cgi?id=60377
Wine crash log
The game installs fine but it crashes after the splash screen. I tested with
Wine 3.0.
--
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.