http://bugs.winehq.org/show_bug.cgi?id=33317
Bug #: 33317
Summary: Python error Fatal Python error: buffer overflow in
getpathp.c's joinpath() when executing.
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.thomas(a)hpcwales.co.uk
Classification: Unclassified
Created attachment 44067
--> http://bugs.winehq.org/attachment.cgi?id=44067
Lwsn output from running under wine
Wine Version : wine64 --version
wine-1.5.25
(64 Bit version)
GCC Version : gcc --version
gcc (GCC) 4.6.2
Python Version : python --version
Python 2.7.3
Operating Systems Used:
cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.5 (Tikanga)
I have also tried on :
cat /etc/redhat-release
CentOS release 5.5 (Final)
Program trying to run lwsn.exe (network render module part of Lightwave :
https://www.lightwave3d.com/ ). 30 Day trial available.
Command used:
wine lwsn.exe -3 -cLWEXT11-64.CFG -d"z:\home\andy.thomas\Atticus"
Scenes\black.lws 1 1
Problem,
I compiled wine and setup lwsn.exe in accordance with this article:
http://lordtangent.blogspot.co.uk/2007/01/running-lightwave-screamernet-lws…
Initially it worked fine when running from the command line. I then wrapped it
up in a batch script to be sent to our Linux cluster but got a Python error
message :
Fatal Python error: buffer overflow in getpathp.c's joinpath()
I tried to execute interactively on the cluster and this worked fine but when
executed from a script it gives the above error.
I launched a forum post (as I a haven't done much troubleshooting with wine) :
http://forum.winehq.org/viewtopic.php?f=8&t=18632
I have tried the recommendations but had no success.
I re-compiled wine with the above gcc compiler and a more up to date version of
Python but I can no longer execute on the command line. I now get the Python
error regardless of how I execute the command.
Any help would be greatly appreciated. If you need any further debugging please
let me know.
--
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=42474
Bug ID: 42474
Summary: unimplemented function
api-ms-win-core-path-l1-1-0.dll.PathCchCombineEx
Product: Wine
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: anonymous.maarten(a)gmail.com
Distribution: ---
Hey,
python 3.6 (32- and 64-bit) needs the unimplemented function
api-ms-win-core-path-l1-1-0.dll.PathCchCombineEx
URL:
https://www.python.org/ftp/python/3.6.0/python-3.6.0-embed-amd64.zip
$ du -b python-3.6.0-embed-amd64.zip
6925798 python-3.6.0-embed-amd64.zip
$ shasum python-3.6.0-embed-amd64.zip
37bf20dcf39dfca096b11d29865202229a8fcb42 python-3.6.0-embed-amd64.zip
$ wine --version
wine-2.0 (Staging)
Running Fedora 24
--
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=48288
Bug ID: 48288
Summary: kernelbase: Japanese character wrongly reported as
invalid.
Product: Wine
Version: 5.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernelbase
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Regression SHA1: 7e8f1dac30267058cf3b36d49b6ed3c440087024
Distribution: Ubuntu
Wine 5.0-rc1 has an issue which is very similar to Bug 17500.
I'm working on this and I'll submit a parch in a few days.
In short, the following code doesn't work as expected:
MultiByteToWideChar(932, MB_ERR_INVALID_CHARS, "\x81\x45", -1, NULL, 0);
Steps to reproduce:
1. obtain the test case from attachment 19616 (written by Leffe for Bug
17500).
2. compile it with mingw32 compiler.
3. LANG=ja_JP.UTF-8 wine testcase.exe
4. echo "ret is $?"
Expected result:
ret is 0
i.e. MultiByteToWideChar doesn't report an error.
Actual result:
ret is 1
i.e. MultiByteToWideChar complains about the input.
--
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=47649
Bug ID: 47649
Summary: Wavelab 6 Installs but cannot launch
Product: Wine
Version: 4.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
Distribution: ---
Created attachment 65087
--> https://bugs.winehq.org/attachment.cgi?id=65087
wavelab 6 error report
Program installs but upon launch throws out an error, also produces a report to
submit with bug report which is attached.
--
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=46099
Bug ID: 46099
Summary: Star Citizen not loading after implementation of
WaitOnAddress() in wine
Product: Wine
Version: 3.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rawfox(a)freenet.de
Distribution: ---
Since commit 25acfbb40b5316a8c87989d4e61ce9edef2a04aa introduced
RtlWaitOnAddress(), the Star Citizen game gets stuck loading early.
https://github.com/wine-mirror/wine/commit/25acfbb40b5316a8c87989d4e61ce9ed…
Stubbing out the function makes the game load again under all following wine
commits up to current.
Here is a patch to make the game loading again
https://pastebin.com/9zNBB83T
Logfile (+timestamp,+tid,+kernelbase) of a fresh compiled and unmodified
wine-3.19 (vanilla):
https://pastebin.com/es6sr6Dg
The launcher loads ok, starting the game, but its not opening the very first
loading window, gets just stuck.
Same logfile after stub out WaitOnAddress():
https://pastebin.com/e3797VAA
Ive cut the logfile, it goes on for some time with the tons of stubbed
RtlCaptureStackBackTrace but the game was loading, is playable and quitable as
well.
Commit 25acfbb40b5316a8c87989d4e61ce9edef2a04aa broke that ability and needs
this patch to prevent the loading get stuck.
--
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=42700
Bug ID: 42700
Summary: Mafia III stops after launching (needs
api-ms-win-core-quirks-l1-1-0.dll.QuirkIsEnabled3)
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
wine: Call from 0x7b43b77c to unimplemented function
api-ms-win-core-quirks-l1-1-0.dll.QuirkIsEnabled3, aborting
wine-2.4-123-gec8485e
--
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=46222
Bug ID: 46222
Summary: Star Citizen hang on splash screen
Product: Wine
Version: 3.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernelbase
Assignee: wine-bugs(a)winehq.org
Reporter: vash63(a)gmail.com
Distribution: ---
Created attachment 62908
--> https://bugs.winehq.org/attachment.cgi?id=62908
Full CLI output with winedebug enabled
Every time I attempt to start Star Citizen, the launcher works but the game
itself goes defunct almost instantly (<1s CPU time) at the splash screen. This
happens with and without esync/dxvk and against a non-Staging build with the
patches included in bug #46099.
This is possibly a duplicate of #46099, but my symptoms are a bit different as
even older versions of wine predating WaitOnAddress() are having the same
issue.
--
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=44508
Bug ID: 44508
Summary: Mouse stutter and skipping in Warhammer: End Times
Vermintide
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bronsonmathews(a)gmail.com
Distribution: ---
Warhammer: End Times Vermintide suffers from horrible skipping, stuttering and
varying acceleration.
The game seems to be running smooth, just the mouse input seems pretty janky.
Ive played with the vsync and frame limiting settings and that has a minimal
impact on 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=38767
Bug ID: 38767
Summary: Naturosoft Pro fails on startup with 'Run-time error
445: Object doesn't support this action' (needs
richedit:ITextRange::Paste method implementation)
Product: Wine
Version: 1.7.45
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
With bug 37502 fixed next problem is missing Paste() method implementation.
--
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=11955
Summary: NoteTab Pro 5.5 Cursor Display Issue
Product: Wine
Version: 0.9.57.
Platform: PC
URL: http://www.notetab.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lm_hamilton(a)yahoo.com
When the cursor is at the last line of a file and the user presses ENTER to
create a new line, it adds the line, but the cursor does not move. If the user
starts typing, the text and cursor does go on the last line of the file.
I used to have this issue on any file, but for the last several Wine releases,
it has only affected outline files. Outlines are just text files with the
extension otl. If you open the file in a text editor the topic for each outline
starts with H=". I use Slackware 12.0 and Debian.
Other users on the Yahoo Group for NoteTab on Linux are using Ubuntu and have
the display issue at the top and bottom of the file. I have never had it at the
top no matter what I have tried.
Following is a text representation of the problem I have, numbers used for
lines in the file, and a vertical bar "|" used to show the cursor position
after pressing enter to get a new line.
1|Text on line one.
2Line added when press enter.
3Line added when press enter. If you start typing the cursor acts normally and
starts adding text at the beginning of the last line added by pressing enter.
In this example the text is added after "3".
FYI - NoteTab Pro uses a different input control than NoteTab Light or
Standard. Light and Standard use richedit. NoteTab is developed in Delphi. I
have been a NoteTab user for ten years and beta tester for as long. The
anti-cracker controls in NoteTab's trial version may prevent it from working in
Wine.
--
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=37973
Bug ID: 37973
Summary: mz800 emulator no screen refresh when switching apps
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: oldium.pro(a)seznam.cz
Distribution: ---
Created attachment 50594
--> https://bugs.winehq.org/attachment.cgi?id=50594
Blank screen when switching to the mz800 application
When I start the mz800 emulator and switch to a different application and back,
the screen is black.
This is a very old bug (years).
The emulator can be found at http://mz-800.xf.cz/download.htm (download the
emulator and extract the ROMs to the ROM directory). After starting just click
the "Demo" button to start the demo.
--
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=45700
Bug ID: 45700
Summary: Call of Duty WWII sound issues
Product: Wine
Version: 3.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mo78(a)abv.bg
Distribution: ---
Hello, the game starts fine with DXVK and runs well but have sound issues.
There is no sound in gameplay itself. There is sound only in videos. There
isn't sound in main menu also.
--
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=40163
Bug ID: 40163
Summary: Racedriver GRID: freeze in the menu
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marcin.marcin.m(a)gmail.com
Distribution: ---
Created attachment 53664
--> https://bugs.winehq.org/attachment.cgi?id=53664
log
When trying to enter the graphics settings, the game froze and had to be
killed.
Using GRID 1.3 with a NoCD patch.
--
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=41738
Bug ID: 41738
Summary: Cloning and releasing an IStream frees the HGLOBAL
memory
Product: Wine
Version: 1.9.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: pgkos.bugzilla(a)yahoo.com
Distribution: ArchLinux
I have been experiencing crashes (using Wine 1.9.23, 32-bit, on 32-bit Arch
Linux with Linux kernel 4.8.8) in some of my apps. I have pinpointed the cause.
The issue can be reproduced this way:
1. Create a stream using CreateStreamOnHGlobal().
2. Make a clone of it using IStream::Clone() (HGLOBALStreamImpl_Clone).
3. Release the original stream.
4. Unfortunately, the global memory (HGLOBAL) is freed when just one stream is
released.
5. Trying to read the cloned stream via HGLOBALStreamImpl_Read fails, because
the memory has been already freed.
--
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=41045
Bug ID: 41045
Summary: Captain Morgane crashes on start: needs clsid
'{0977d092-2d95-4e43-8d42-9ddcc2545ed5}'
xactengine3_4.dll
Product: Wine
Version: 1.9.15
Hardware: x86
URL: http://store.steampowered.com/app/264320
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: xactengine
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 55217
--> https://bugs.winehq.org/attachment.cgi?id=55217
terminal output
Captain Morgane and the Golden Turtle adventure game (Steam) crashes on start
with built-in xaudio libraries.
In the terminal:
err:ole:CoGetClassObject class {0977d092-2d95-4e43-8d42-9ddcc2545ed5} not
registered
err:ole:CoGetClassObject no class object {0977d092-2d95-4e43-8d42-9ddcc2545ed5}
could be created for context 0x1
This class ID belongs to xactengine3_4.dll:
[HKEY_CLASSES_ROOT\CLSID\{0977d092-2d95-4e43-8d42-9ddcc2545ed5}]
@="XACT Engine"
[HKEY_CLASSES_ROOT\CLSID\{0977d092-2d95-4e43-8d42-9ddcc2545ed5}\InProcServer32]
@="C:\\Windows\\system32\\xactengine3_4.dll"
"ThreadingModel"="Both"
wine-1.9.15-166-g7aadb08
--
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=41030
Bug ID: 41030
Summary: Pac-Man Museum (Steam) crashes on start, needs
'{bcc782bc-6492-4c22-8c35-f5d72fe73c6e}'
xactengine3_7.dll
Product: Wine
Version: 1.9.15
Hardware: x86
URL: http://store.steampowered.com/app/255760/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: xactengine
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 55203
--> https://bugs.winehq.org/attachment.cgi?id=55203
terminal output
Prerequisite to start the game: native d3dcompiler_43.dll
The game crashes on start with built-in XAudio2 libraries.
In the terminal:
err:ole:CoGetClassObject class {bcc782bc-6492-4c22-8c35-f5d72fe73c6e} not
registered
err:ole:CoGetClassObject no class object {bcc782bc-6492-4c22-8c35-f5d72fe73c6e}
could be created for context 0x1
After placing native xactengine3_7.dll into /system32 and registering it with
regsvr32, the game starts, but audio works only when native xaudio2_7 is also
installed.
'winetricks xact_jun2010' is a workaround.
Demo version is available on Steam (remove DX9 redist package before launching
the game the first time).
wine-1.9.15-132-g0f2a776
--
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=34263
Bug #: 34263
Summary: Framebuffer read-before-write causes graphical
glitches
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: achurch+wine(a)achurch.org
Classification: Unclassified
Created attachment 45608
--> http://bugs.winehq.org/attachment.cgi?id=45608
Suboptimal but functional patch
In at least the Final Fantasy XIV: A Realm Reborn character creation benchmark
(http://na.finalfantasyxiv.com/benchmark/index.html), framebuffer
read-before-write results in graphical glitches such as the entire display or
UI overlays flickering or incorrect textures being drawn. This program uses
multithreaded rendering (though I don't know whether that's relevant), and in
some cases, Direct3D calls which get translated to glBlitFramebuffer() attempt
to read from a framebuffer before the GPU has finished rendering to it.
The cause was found by dumping OpenGL calls using apitrace
(https://github.com/apitrace/apitrace) and observing that replaying the same
frame sporadically caused the same sort of glitches as observed in Wine, but
the glitches went away when a glFinish() call was inserted at each thread
switch.
The attached patch fixes these glitches by inserting a glFinish() call before
each glBlitFramebuffer() call. This is almost certainly suboptimal, and in my
case it causes the benchmark result to drop from ~3500 to ~3000, but it fixes
all graphical glitches aside from black squares seen in some cases when the HDR
option is enabled in rendering 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.
https://bugs.winehq.org/show_bug.cgi?id=44059
Bug ID: 44059
Summary: Worms World Party crashes at launch
Product: Wine
Version: 2.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sve-bass(a)web.de
Distribution: ---
Created attachment 59767
--> https://bugs.winehq.org/attachment.cgi?id=59767
terminal output after launch
Worms World Party Remastered (GOG version)
crashes at launch.
See attachments for terminal outputs with and without winetricks vcrun2012.
--
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=31476
Bug #: 31476
Summary: Bully: no DirectX 9.0c compatible sound card
Product: Wine
Version: 1.5.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marti(a)juffo.org
Classification: Unclassified
According to the WineHQ entry about "Bully: Scholarship Edition" version 1.2,
it used to work in wine 1.3.27.
When I try this game on my system, it changes the resolution, displays a
loading screen for a moment and then pops up a window saying:
Bully: Scholarship Edition requires a DirectX 9.0c compatible sound card to
be
installed and and configured properly.
After clicking "OK", Bully crashes with "Unhandled exception: page fault on
read access to 0x00000004".
The Bully installer from Steam automatically installs its own copy of DirectX
9.
Using wine-1.5.10 on Arch Linux x86_64, with PulseAudio. Sound playback in
winecfg and other applications works fine.
--
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=43153
Bug ID: 43153
Summary: Gothic 1.0 from Steam freezes in new game on phrase
"I'm Diego"
Product: Wine
Version: 2.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: inferrna(a)gmail.com
Distribution: ---
Created attachment 58393
--> https://bugs.winehq.org/attachment.cgi?id=58393
WINEDEBUG=+relay,+seh,+tid,+d3d9,+wine_d3d,+d3drm,+x11drv,+xrender,+xrandr,+d3d7,+d3d8,+ddraw
Image just freezes, sound continues to work.
--
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=38615
Bug ID: 38615
Summary: Drakensang Demo crashes on startup and no debugging
output is generated
Product: Wine
Version: 1.7.43
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Hello everyone,
this might be related to bugs 14782 and 14911 and I am having problems getting
the Drakensang demo to run.
I got the demo from the following URL:
http://www.gamestar.de/spiele/das-schwarze-auge-drakensang/downloads/das_sc…
The debugger starts but generates no backtrace.
--
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=27207
Summary: splayer auto quit while open a mp3 file
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34764)
--> (http://bugs.winehq.org/attachment.cgi?id=34764)
Log: $ wine splayer.exe &> wine-splayer.log
splayer is an open source player on gpl.
http://www.splayer.org/index.en.html
1. Download splayer
http://file.splayer.org/avant/SPlayerSetupInt.exe?2124
2. intall cscript.exe with winetricks
$ winetricks wsh57
3. install splayer with all default settings.
$ wine SetupInt.exe
fixme:ole:CoCreateInstance no instance created for interface
{a3d8cec0-7e5a-11cf-bbc5-00805f6cef20} of class
{bd323430-ce94-11ce-82dd-0800095a5b55}, hres is 0x80004002
Does these fixme harmful?
4. start splayer:
$ wine splayer.exe
5. open a mp3 file with splayer,
splayer will auto quit with such messages:
fixme:gdi:SetColorAdjustment stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x2413730,0x208718): stub
fixme:dbghelp:elf_search_auxv can't find symbol in module
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc469ec
--
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=48684
Bug ID: 48684
Summary: "BlazBlue: Calamity Trigger" class
{94c1affa-66e7-4961-9521-cfdef3128d4f} not registered
Product: Wine
Version: 5.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xactengine
Assignee: wine-bugs(a)winehq.org
Reporter: lvb.crd(a)protonmail.com
Distribution: ---
Created attachment 66546
--> https://bugs.winehq.org/attachment.cgi?id=66546
output from bbtc.exe with backtrace
I think the game has two problems and one of them is related to "xaudio2:
Rewrite to use FAudio" or so:
0024:trace:ole:CoGetClassObject CLSID:
{94c1affa-66e7-4961-9521-cfdef3128d4f},IID:
{00000001-0000-0000-c000-000000000046}
0024:err:ole:CoGetClassObject class {94c1affa-66e7-4961-9521-cfdef3128d4f} not
registered
0024:err:ole:CoGetClassObject no class object
{94c1affa-66e7-4961-9521-cfdef3128d4f} could be created for context 0x1
wine-versoin: wine-5.2-312-gc6b852e3c3 (no any additional dlls from winetrick
or the like)
game: BBCT.EXE "BlazBlue: Calamity Trigger" gog-version
"The game starts and crashes immediately."
--
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.