http://bugs.winehq.org/show_bug.cgi?id=19895
Summary: C&C 95 tfd exits with unhandled priviliged instruction
error
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: remco.siemonsma(a)gmail.com
Created an attachment (id=23347)
--> (http://bugs.winehq.org/attachment.cgi?id=23347)
Error log including register dump and stack dump
When starting C&C 95 from the first decade menu it errors and exits.
--
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=37744
Bug ID: 37744
Summary: msvcrt: signal() should set errno to EINVAL
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: s.wanabe(a)gmail.com
Distribution: ---
http://msdn.microsoft.com/en-us/library/xdkz3x12.aspxhttp://source.winehq.org/git/wine.git/blob/HEAD:/dlls/msvcrt/except.c#l190
According to MSDN, signal() will be set errno to EINVAL when passed signal is
unexpected.
I guess Wine should do too, shouldn't 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=45212
Bug ID: 45212
Summary: Getting IPicture errors - not implemented, cannot
connect
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: gcos7(a)yahoo.com
Distribution: ---
32-bit wine prefix. Program is called IFS. Program needs jet and vbrun6 so I
installed those with winetricks. Program had error. Trie installing ole.dll
with winetricks but no difference. I have downloaded various versions of
oleaut32.dll as I was told in the wine linux forum to do so. None made any
difference. Online searches indicated sometimes installing dcom98 fixed the
problem. I have downloaded 3 diferent version of dcom98 but none will install
saying I am not running the correct version of Windows. I even recreated the
wine prefix as Windows 98 but it still would not install dcom98.
The developer of the program responded to my query and said they have the exact
same problem with wine on any operating system and the only way to get it
working is via a full blown Windows XP vm.
The program aborts and the tail of the log file shows:
[code]0009:fixme:variant:VarDateFromUdateEx unsupported flags: 4
0009:fixme:variant:VarDateFromUdateEx unsupported flags: 4
0009:fixme:olepicture:OleLoadPictureEx
(0x147c824,774,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32eb10),
partially implemented.
0009:fixme:olepicture:OleLoadPictureEx
(0x1494204,774,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32e28c),
partially implemented.
0009:fixme:olepicture:OleLoadPictureEx
(0x1494204,140233,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32e25c),
partially implemented.
0009:fixme:olepicture:OLEPictureImpl_get_hPal unimplemented for type 3.
Returning 0 palette.
0009:fixme:ole:NdrCorrelationInitialize (0x32c32c, 0x32c4bc, 1024, 0x0):
semi-stub
0009:fixme:olepicture:OLEPictureImpl_FindConnectionPoint no connection point
for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
0009:fixme:olepicture:OLEPictureImpl_FindConnectionPoint no connection point
for {33ad4f92-6699-11cf-b70c-00aa0060d393}[/code]
The problem seems to be in the way wine handles calls to the IPicture
functions. I know the IPicture functions are supposed to be contained in
oleaut32.dll, but no version works. I have searched the net and found this
same error for various games and apps.
Since oleaut32.dll contains the functions, there must be something in the way
wine handles calls or something to it. The log would indicate that some of the
olepicture calls are only partially defined. See:
[code]0009:fixme:olepicture:OleLoadPictureEx
(0x147c824,774,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32eb10),
partially implemented.
0009:fixme:olepicture:OleLoadPictureEx
(0x1494204,774,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32e28c),
partially implemented.
0009:fixme:olepicture:OleLoadPictureEx
(0x1494204,140233,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32e25c),
partially implemented.
0009:fixme:olepicture:OLEPictureImpl_get_hPal unimplemented for type 3.
Returning 0 palette.
0009:fixme:ole:NdrCorrelationInitialize (0x32c32c, 0x32c4bc, 1024, 0x0):
semi-stub[/code]
In my programming past a stub was either no code or only part of the code and
the code stub was never completed.
Just me, but I think those need to complete successfully or the
OLDPictureImpl_FindConnectionPoint fails:
[code]0009:fixme:olepicture:OLEPictureImpl_FindConnectionPoint no connection
point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
0009:fixme:olepicture:OLEPictureImpl_FindConnectionPoint no connection point
for {33ad4f92-6699-11cf-b70c-00aa0060d393}[/code]
This seems to be an error across multiple applications and apparently across
several releases of wine. Since it kicks out those errors with any version of
oleaut32.dll I feel the problem must reside somewhere in wine.
I am very new to wine and very new to filing a bug. I hope I have provided the
information needed. Any help on this would be greatly appreciated.
David Eaton
gcos7(a)yahoo.com
--
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=45037
Bug ID: 45037
Summary: Xcom2 never starts
Product: Wine
Version: 3.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blue-t(a)web.de
Distribution: ---
If i try to start Xcom2 it never reaches the initial loading screen.
Terminal only lists:
0009:fixme:heap:RtlSetHeapInformation 0xc20000 0 0x60e830 4 stub
0009:fixme:heap:RtlSetHeapInformation 0xd30000 0 0x60e830 4 stub
--
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=45214
Bug ID: 45214
Summary: Native Instruments Reaktor Blocks.iso Form.iso
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: markau0(a)lycos.com
Distribution: ---
Native Instruments Reaktor Blocks.iso and Form.iso installers abort with a
"please insert Reaktor Blocks" or a "please insert Form" error.
The iso's were mounted ok and the drives setup ok in winecfg.
Reaktor Blocks.iso and Form.iso are freely available from Native Instruments
for testing if anyone wants them.
--
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=45251
Bug ID: 45251
Summary: Can't start Steam
Product: Wine
Version: 3.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 3dk(a)protonmail.com
Distribution: ---
Created attachment 61496
--> https://bugs.winehq.org/attachment.cgi?id=61496
TerminalOutput
I'm using Arch Linux and trying to start steam with Wine 3.8 in a 64-bit
wineprefix.
When I start steam.exe the updater works, but after that I get an error and it
gets stuck. The update window disappears, there is no login window and nothing
else happens.
I attached the terminal output for starting steam in Windows 7 mode and windows
XP (switching between them with winecfg).
The output for the two modes is slightly different.
--
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=45272
Bug ID: 45272
Summary: iTunes UI is unresponsive
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
Distribution: ---
Created attachment 61521
--> https://bugs.winehq.org/attachment.cgi?id=61521
Terminal output of iTunes.exe
Since the 3.9 update, iTunes version 12.7.4.80 no longer works. It doesn't
crash, but the UI is absolutely unresponsive to anything. It used to work fine
in 3.8, so it's a regression. The iTunesVizualizerHost.exe crash error used to
be in previous versions and it didn't affect the program before. Attaching
terminal output (last 3 lines seem to repeat over and over).
--
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=45306
Bug ID: 45306
Summary: Unable to install or play GOG version of game;
Banished
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bgoodwin91006(a)yahoo.com
Distribution: ---
Created attachment 61574
--> https://bugs.winehq.org/attachment.cgi?id=61574
CLI output from command to install Banished.
During install of the game 'Banished' a notice pops up that a 'runtime error
occurred at (54:786)'. This is followed by two more notices; 'runtime error out
of stack range' and finally by a notice; 'out of global var range'.
The progress-bar indicator appears to have actually completed and the install
window reports that the game installed successfully.
Running the game opens a black screen with a white arrow pointer which responds
normally to the mouse but then nothing else happens after that.
I can't tell if the install failed or if an attempt to start the program
failed.
Just as reference, I have several games, some 32bit and some 64bit running on
my system with no problems. I use the WINEPREFIX environmental variable to
distinguish between 32bit and 64bit installs. The GOG game 'Banished' offered a
32bit and a 64bit version download of the game. I tried both versions using the
appropriate Wine installation with exactly the same result.
This failed with wine version 3.0.0 so I updated to 3.0.1 and got the same
result.
I've also tried variations of Winecfg; fullscreen/window(various sizes),
win7/xp.
'Banished', installed and worked under Wine 2.1 according to the winedb.
--
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=45315
Bug ID: 45315
Summary: After updating from 2.17 to 3.9 RBR doesn't start if
GLSL is disabled
Product: Wine
Version: 3.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stanleykowalski127(a)gmail.com
Distribution: ---
Created attachment 61597
--> https://bugs.winehq.org/attachment.cgi?id=61597
Log file when I start the game from the terminal
I play Richard Burns Rally via Wine and the game requires GLSL to be disabled
otherwise it will have some graphics issues (trees disappearing and stuff like
that), but if I do it it refuses to start and it will crash
--
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=45338
Bug ID: 45338
Summary: WoW 8.0.1 loginscreen is unaturally blue
Product: Wine
Version: 3.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blue-t(a)web.de
Distribution: ---
Created attachment 61625
--> https://bugs.winehq.org/attachment.cgi?id=61625
Picture
The current ptr version of WoW 8.0 shows a weird blue background on the
loginscreen
--
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.