http://bugs.winehq.org/show_bug.cgi?id=35316
Bug ID: 35316
Summary: Aztaka configuration tool fails to start with Mono
Product: Wine
Version: 1.7.10
Hardware: x86
URL: http://downloads.citeremis.com/AztakaDemo-1.51.exe
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 47103
--> http://bugs.winehq.org/attachment.cgi?id=47103
+mscoree log
It's only the configuration tool (Setup.exe) that needs Mono/.Net, the game
itself runs without it. When you install the demo version, the configuration
tool is started automatically at the end of the installation. You can re-run it
later with Setup.exe in the installed game directory.
The error that comes up when launching the configuration tool:
fixme:msvcm:CrtImplementationDetails_DoDllLanguageSupportValidation stub
fixme:msvcm:CrtImplementationDetails_RegisterModuleUninitializer 0x800da0: stub
Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an
object
at <Module>.CMetaData.GetVariable (CMetaData* ,
std.basic_string<char,std::char_traits<char>,std::allocator<char> >*
inVariableName) [0x00000] in <filename unknown>:0
at <Module>.ReadConfigData
(std.basic_string<char,std::char_traits<char>,std::allocator<char> >*
inConfigFileName, TConfigData* lConfigData) [0x00000] in <filename unknown>:0
at Setup.Form1..ctor () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) Setup.Form1:.ctor ()
at <Module>.main (System.String[] args) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object
reference not set to an instance of an object
at <Module>.CMetaData.GetVariable (CMetaData* ,
std.basic_string<char,std::char_traits<char>,std::allocator<char> >*
inVariableName) [0x00000] in <filename unknown>:0
at <Module>.ReadConfigData
(std.basic_string<char,std::char_traits<char>,std::allocator<char> >*
inConfigFileName, TConfigData* lConfigData) [0x00000] in <filename unknown>:0
at Setup.Form1..ctor () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) Setup.Form1:.ctor ()
at <Module>.main (System.String[] args) [0x00000] in <filename unknown>:0
Please note that 'winetricks dotnet20' is _not_ sufficient to start Setup.exe,
because it will complain about
...
Unhandled Exception:
System.IO.FileNotFoundException: Could not load file or assembly
'Microsoft.DirectX.Direct3D, Version=1.0.2902.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Exception from
HRESULT: 0x80070002
File name: 'Microsoft.DirectX.Direct3D, Version=1.0.2902.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35'
...
You also need to install the full DX9 package via winetricks (winetricks
directx9) to overcome the problem when .Net 2.0 installed. This, however, a
different bug.
Tested on Fedora 19 x86, Wine 1.7.10 and Wine Mono 4.5.2 installed
--
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=8606
Zebediah Figura <z.figura12(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |z.figura12(a)gmail.com
Status|STAGED |RESOLVED
Resolution|--- |FIXED
--- Comment #42 from Zebediah Figura <z.figura12(a)gmail.com> ---
Should be fixed upstream by
<https://source.winehq.org/git/wine.git/commitdiff/35288d6537652989473dd8725…>.
--
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=51038
Bug ID: 51038
Summary: without virtual desktop, occluding black box in 3D
view. With virtual desktop, missing icons in 2D view
Product: Wine
Version: 6.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: freehand(a)tutanota.com
Distribution: ---
This bug occurs for all versions of wine, including wine-6.6 (Staging). It
does not cause a crash, but causes graphics problems which makes the games
unplayable.
I can't find a winecfg Graphics setting that works for BOTH 2D and 3D view in
two classic open source flight sims.
The source code of these two flight sims, Rowan's Mig Alley and Rowan's Battle
of Britain, is at these links:
https://github.com/gondur/mig_srchttps://github.com/gondur/BOB_Src
In both games play alternates between a 3D flight sim view and a 2D strategy
board game view. For both games, winecfg Graphics decorate windows should be
turned off. Per the title of this bug, 3D view is usable only if virtual
desktop is turned on, while 2D view works only if virtual desktop is turned
off.
A workaround that usually works is to use a dual monitor setup, set 2D and 3D
resolution to 1024x768 in the game, and turn virtual desktop off. With these
settings the 3D occluding black box conveniently moves to the second monitor,
thus both 2D and 3D view are correct.
To reproduce this bug, on a Ubuntu 20.04 partition download and unpack this tar
file
https://www.mediafire.com/file/p6jkteimq89xjsm/esports-for-engineers-v40.ta…
If you want to verify that this file is not corrupted,run
"sha256sum esports-for-engineers-v40.tar.gz".
Then check that the output is is
4b1172ade547dfd0a352d11bc9cae1501693e048c8c4996c2c6a9ee287d67826
esports-for-engineers-v40.tar.gz
cd to esports-for-engineers-v40 and install apt packages as instructed in the
file
ubuntu_20_04_LTS_PackageInstall.sh
To install Rowan's Battle of Britain, run the script
esports-for-engineers-v40/THU/BattleOfBritain/battleOfBritain.sh
To install Rowan's Mig Alley, a similar game with the same bug, run the script
esports-for-engineers-v40/THU/MigAlley/mig.sh
How can I get both the 2D and the 3D view working correctly without using the
dual monitor setup workaround described above? I tried running winecfg on a
second monitor and changing the setting when I switched between 2D and 3D view,
but this had no effect.
--
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=51355
Bug ID: 51355
Summary: cbd oil
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: lylachapman30(a)gmail.com
CC: dimesio(a)earthlink.net
Distribution: ---
sda
--
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=51353
Bug ID: 51353
Summary: menu in top left corner (NEW, OPEN, SAVE, SAVE AS...
etc) in office 2007 SP3 enterprise maybe all disappear
after moving mouse cursor
Product: Wine
Version: 6.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: duza(a)orangemail.sk
Distribution: ---
When open a menu from top left button in excel or word etc. where are NEW,
OPEN, SAVE, SAVE as , etc options so after mouse moving on these options the
menu disappear suddenly. it's not normal behavior. I tested on Office 2007
enterprise SP3 and maybe it happen on other 2007 versions too. I have already
installed a language pack for 2007 office. Please is it possible to simulate
this behavior and investigate situation why it happen ? Is it possible to fix
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.
http://bugs.winehq.org/show_bug.cgi?id=35526
Bug ID: 35526
Summary: Cannot remove decimals from version name
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
URL: http://www.youtube.com/watch?v=AOKeTbMJOXY
OS: Linux
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Classification: Unclassified
If a version name has decimals (15.00 for example) then removing the decimals
has no effect. They have to be replaced with something (such as 15.x).
http://www.youtube.com/watch?v=AOKeTbMJOXY
--
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=51343
Bug ID: 51343
Summary: Stranded Deep: Almost everything is white
Product: Wine
Version: 6.11
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: Alexander88207(a)Protonmail.com
Created attachment 70200
--> https://bugs.winehq.org/attachment.cgi?id=70200
StrandedDeep.log
Hello,
when i want to play Stranded Deep
(https://store.steampowered.com/app/313120/stranded_deep) with the DX11
renderer almost everything is white.
I think that 0a88:fixme:d3d_shader:shader_sm4_read_dcl_resource Unhandled data
type 0x6 could be interesting.
Many thanks in advance!
Using FreeBSD 13 & AMD RX 570 with Mesa 20.2.3
--
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=45270
Bug ID: 45270
Summary: wine 3.9 stable and staging will not launch winword
Product: Wine
Version: 3.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: grider.4(a)osu.edu
Distribution: ---
Created attachment 61515
--> https://bugs.winehq.org/attachment.cgi?id=61515
Copy of the windows crash dialog informaiton
I can no longer launch any Office 97 apps. If I boot into Ubuntu 18.04, winwird
runs. I checked and Ubuntu is running wine 3.0. When I poot into Arch, though,
winword will not run. I get a Windows error that my normal.dots is incorrect
and when I click on it, I get a windows error and it crashes.
--
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=51338
Bug ID: 51338
Summary: Run the tests in a non administrator Windows account
Product: Wine-Testbot
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
It would be useful to run the tests in a non-administrator Windows account to
identify tests which require administrator but not necessarily elevated
privileges.
There should probably be one such configuration per major Windows version as
the Windows security policy has changed over time.
--
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=51337
Bug ID: 51337
Summary: Add some locales to Windows 8.1
Product: Wine-Testbot
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
It is possible to add other locales to Windows 8.1. So add a few simple ones to
either w8 or w864 like was done for w7u. This is useful to figure out what is
new Windows behavior.
--
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.