https://bugs.winehq.org/show_bug.cgi?id=42046
Bug ID: 42046
Summary: VSDC Video Editor. Crashes at "Initializing Templates"
when opening.
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thecreator224(a)gmail.com
Distribution: ---
Created attachment 56529
--> https://bugs.winehq.org/attachment.cgi?id=56529
Backtrace of bug
Running the program for the first time and it does not want to work. It has
installed fine, but every time I try to run it crashes as soon as "Initializing
Templates" appears on the loading tile.
--
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=40740
Bug ID: 40740
Summary: Broken Sword: The Angel of Death demo needs
IDirectSoundFXI3DL2Reverb interface
Product: Wine
Version: 1.9.11
Hardware: x86-64
URL: http://www.fileplanet.com/167033/160000/fileinfo/Broke
n-Sword:-The-Angel-of-Death-Demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: aeikum(a)codeweavers.com
Distribution: ---
dsound:PrimaryBufferImpl_QueryInterface Unknown IID
{4b166a6a-0d66-43f3-80e3-ee6280dee1a4}
wine-1.9.11-137-g9cc95e5
--
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=48016
Bug ID: 48016
Summary: karafunplayer: Call from 0x7124d239 to unimplemented
function shcore.dll.GetScaleFactorForMonitor, aborting
Product: Wine
Version: 4.18
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
This was reported by user in appdb, rated as garbage...
wine: Call from 0x7124d239 to unimplemented function
shcore.dll.GetScaleFactorForMonitor, aborting
https://www.karafun.com/download/windows.html
--
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=36388
Bug ID: 36388
Summary: error in russian localization
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimon_ukr(a)mail.ru
Error in russian localization
"right" against "top"
Вместо "Справа" должно быть "Верхняя",
ну и остальные хорошо было бы просклонять соответственно слову "Границы"
--
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=38300
Bug ID: 38300
Summary: using winegcc with stdin passes arguments in the wrong
position to gcc
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: leonbogaert+winehq(a)gmail.com
Distribution: ---
Created attachment 51131
--> https://bugs.winehq.org/attachment.cgi?id=51131
output with -v flag
When using winegcc with stdin it throws an error:
$ cat test.c | winegcc -xc -c
gcc: warning: ‘-x c’ after last input file has no effect
gcc: fatal error: no input files
compilation terminated.
winegcc: gcc failed
When compiling the file as an argument it works.
I'm wanting to use stdin because that's what cgo (https://golang.org/cmd/cgo/)
uses so I can integrate winelib with my golang program.
The test.c is:
#include <stdio.h>
int main()
{
printf("Hello World!\n");
return 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.
https://bugs.winehq.org/show_bug.cgi?id=38817
Bug ID: 38817
Summary: OLE error upon initialization attempt from wine
install.
Product: Wine
Version: 1.7.45
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
Assignee: wine-bugs(a)winehq.org
Reporter: daniel.palos(a)mail.com
Distribution: ---
No back trace available since it seems to be an application error instead of a
wine install error, specifically.
I am able to duplicate OLE error 80004001 from wine install.
The application does not seem to launch after initial install attempt, in my
experience, from manual application execution.
The application should require communication to price and authentication
servers upon initialization.
--
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=46417
Bug ID: 46417
Summary: Abiword 2.6.8 comboboxes should have a white
background color
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
As the title says, for images see linked ReactOS bugreport.
--
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=43817
Bug ID: 43817
Summary: Chime (.Net application) installer crashes
Product: Wine
Version: 2.17
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
The installer crashes with the attached crash log.
The problem seems to be RegisterApplicationRecoveryCallback stub returning a
failure.
Returning S_OK make the installer succeed. At first sight I would guess it
would not hurt to return S_OK (the function only takes [in] parameters).
Maybe it could be tested in Staging?
However one needs to be careful, all Office apps (Word, Excel etc) seem to call
this function as well and no-one would want to cause a regression in those
apps;)
(maybe i can test that later)
--
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=40777
Bug ID: 40777
Summary: The Moment of Silence launcher unusable (displays only
black)
Product: Wine
Version: 1.9.12
Hardware: x86
URL: http://www.fileplanet.com/147177/140000/fileinfo/The-M
oment-of-Silence-Demo-[English]
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
moslaunch.exe must be the configuration tool/launcher for the game Moment of
Silence, but it never worked for me: music begins to play when I start it and a
black rectangle appears in the middle of the screen,but nothing can be seen or
done (except pressing Alt-F4 to close the launcher).
Seems to be a long-standing problem as Appdb contains test results with Wine
1.x describing the same problem.
There is no terminal output at all.
Can be reproduced with the demo: the launcher will start automatically when
installation of the demo is finished.
mos_english_demo.exe (295M)
sha1: 4e29a69d14e66fce9de4bd74cdb4786a043217ba
Fedora 23
Nvidia binary drivers 364.19 (the same problem with nouveau)
XFCE 4.12 (compositor disabled)
--
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=47986
Bug ID: 47986
Summary: R-Studio (file recovery tool) wants
ntoskrnl.exe.IoCreateUnprotectedSymbolicLink
Product: Wine
Version: 4.18
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 65503
--> https://bugs.winehq.org/attachment.cgi?id=65503
Console output
The following message is printed five times when starting the program:
wine: Call from 0x7ee56702 to unimplemented function
ntoskrnl.exe.IoCreateUnprotectedSymbolicLink, aborting
wine: Unimplemented function ntoskrnl.exe.IoCreateUnprotectedSymbolicLink
called at address 7EE56702 (thread 0033), starting debugger...
$ sha256sum RStudio8.exe
b5ee24d817092c9172fc85974b2c39aad65dfe49ba02a08c266e3c4618228f7d
--
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.