http://bugs.winehq.org/show_bug.cgi?id=37060
Bug ID: 37060
Summary: Cannot launch heroes 3
Product: Wine
Version: 1.7.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pouponlouis(a)yahoo.fr
Created attachment 49251
--> http://bugs.winehq.org/attachment.cgi?id=49251
The details of the error
I managed to install heroes 3 but when i try to launch the game it tells me
that the program has encountered a problem and needs to close, the details are
in the attachement.
--
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=39375
Bug ID: 39375
Summary: League of Legends Did not recieve response from the
server
Product: Wine
Version: 1.7.48
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian.toplak(a)gmail.com
Distribution: ---
Hi,
Today after patch I can't login to game. It says 'Did not recieve response from
the server [attempt 1,2,3] ...
I don't know what to do.
Thanks
--
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=42425
Bug ID: 42425
Summary: Installing Mad Max [PC] causes the attacked log
errors.
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wellbeserious12(a)gmail.com
Distribution: ---
Created attachment 57251
--> https://bugs.winehq.org/attachment.cgi?id=57251
Error Log File
Installing Mad Max [PC] on Linux Mint, Wine 1.6.2 causes the attached log
errors.
--
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=39070
Bug ID: 39070
Summary: Truck Racing by Renault Trucks installs but crashes
when I try to run the main program
Product: Wine
Version: 1.7.48
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: oebbler(a)live.de
Distribution: ---
Created attachment 52050
--> https://bugs.winehq.org/attachment.cgi?id=52050
Output of Wine when trying to start Truck Racing
The game installs correctly without any errors but I cannot run it. I will
attach the only line Wine pastes into the terminal when starting the game.
--
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=47250
Bug ID: 47250
Summary: Battle.net crashes with msvcp error when compiled with
--without-mingw
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: cybermax(a)dexter.no
Distribution: ---
Created attachment 64539
--> https://bugs.winehq.org/attachment.cgi?id=64539
Crash log
When wine is configured with --without-mingw, battle.net crashes upon starting.
This does not happen when compiled using mingw (The default configuration).
Tested with GIT rev : 9cfe6094773929d9dd61db51da094324337ecab0
Ref. previous bug after some msvcp build overhaul > wine-4.8
https://bugs.winehq.org/show_bug.cgi?id=47238
--
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=40726
Bug ID: 40726
Summary: problem on funbridge
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: martial.dumontet(a)orange.fr
Distribution: ---
Created attachment 54635
--> https://bugs.winehq.org/attachment.cgi?id=54635
wine Error report
Funbridge knew randomly crashing
--
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=32907
Bug #: 32907
Summary: Regression - ammyy admin crashes at startup again
Product: Wine
Version: 1.1.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sprog(a)online.ru
Classification: Unclassified
Regression AMMYY Admin AA_v3.exe crashes at startup again (worked with 20, 21).
20130206-13:17:07.557 000000BC - ERROR: ERROR: Unhandled Exception eip=7B83DBDA
esp=007CE814 ebp=007CE888
--
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=19122
Summary: MCI mciSendString with repeat as a play flag does not
work
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emil.jo.andersson(a)gmail.com
This works (plays once as expected):
_stprintf(command, _T("open \"%s\" alias bgmusic"), szFileName);
mciSendString(command, response, (UINT)_tcslen(response), NULL);
_stprintf(command, _T("setaudio bgmusicvolume to %i"), settings.MusicVolume *
10);
mciSendString(command, response, (UINT)_tcslen(response), NULL);
mciSendString(_T("play bgmusic"), response, (UINT)_tcslen(response), NULL);
This does not work (doesn't play at all):
_stprintf(command, _T("open \"%s\" alias bgmusic"), szFileName);
mciSendString(command, response, (UINT)_tcslen(response), NULL);
_stprintf(command, _T("setaudio bgmusicvolume to %i"), settings.MusicVolume *
10);
mciSendString(command, response, (UINT)_tcslen(response), NULL);
mciSendString(_T("play bgmusic repeat"), response, (UINT)_tcslen(response),
NULL);
I've tried this both in a virtual machine (Virtualbox) and on a non-virtual
machine. Both were running Ubuntu 9.04 with version 1.1.24 from the Wine
repository.
--
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=46313
Bug ID: 46313
Summary: Zwift: Crash on startup
Product: Wine
Version: 4.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jamie.magee(a)gmail.com
Distribution: ---
Created attachment 63045
--> https://bugs.winehq.org/attachment.cgi?id=63045
Install and run attempt
I'm trying to run Zwift [1] on wine 4.0-rc2. The minimum requirements [2] are
Windows 7, 64-bit, and .NET Framework (Though I'm not 100% sure which version).
I've attached my logs from installing ZwiftLauncher.exe in a 64-bit prefix with
wine-mono, and subsequently trying to launch it.
I've also (unsuccessfully) attempted some other setup attempts with the help of
Bob Wya in the forums [3] if those logs are of any use.
Please let me know if you need any more information.
[1] https://cdn.zwift.com/app/ZwiftSetup.exe
[2]
https://support.zwift.com/en_us/what-are-the-minimum-device-requirements-fo…
[3] https://forum.winehq.org/viewtopic.php?f=2&t=31589
--
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=33845
Bug #: 33845
Summary: Can not update Warframe steam version
Product: Wine
Version: 1.6-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: levanchelidze(a)gmail.com
Classification: Unclassified
So I tried to run Warframe steam version but sadly updating this game fails
--
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=48373
Bug ID: 48373
Summary: WriteProcessMemory? - Project Reality fails linking
Launcher and Game Executable
Product: Wine
Version: 5.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: consolelogger(a)rhyta.com
Distribution: ---
When running Project Reality, past the game menu and the loading in, an error
shows up where it says: "Failed linking to the Launcher"
https://old.reddit.com/r/ProjectReality/comments/eg3xfu/lets_try_to_get_pr_…
We have the luxury of being able to ask the devs about what might be going on
there:
"If he joined a server, the Launcher has succeeded in opening the process and
writing to it. These sort of issues are usually an anti virus not liking this
kind of cross-process communication.
In your case wine is probably incapable of WriteProcessMemory
[...]
Wine has both ReadProcessMemory and WriteProcessMemory, not sure what exactly
the issue is but it shouldn't be that unless an odd bug has been hit
[...]
I suspect that or PR is triggering an unandlhed edge case or the failure reason
is actually another one."
I was hoping to post a report with logs here, but couldn't find out what
arguments are needed on WINEDEBUG= to have instances of ReadProcessMemory and
WriteProcessMemory and adjacant "stuff" show up in the logs.
How would I go about optaining a log that contains info helpful for solving
this?
I will do so as soon as I can and am happy to do testing and further research.
Cheers.
--
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=28884
Bug #: 28884
Summary: keyboard input does not work properly for Sculptris
Product: Wine
Version: 1.3.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter(a)light-bg.com
Classification: Unclassified
Created attachment 37113
--> http://bugs.winehq.org/attachment.cgi?id=37113
console output
The application runs flawlessly while controlled with the mouse only or with a
combination of keyboard and mouse input simultaneously.
But upon pressing any button on the keyboard alone, with the only exception of
the F* keys and the NumLock, the application freezes until focus is changed to
another window and returned to the application window.
After returning focus to the application window Sculptris continues to work as
if no keyboard shortcut was pressed. The only exception to this are the square
brackets and the numpad Del keys, which have the effect of
increasing/decreasing the brush size. They too do freeze the app, but the brush
is larger/smaller after returning to the app. No other keyboard shortcuts (most
notably ctrl-z - undo) are not working. This makes the application unusable for
serious work, because many things are controlled only via keyboard and are not
present in the UI.
There is nothing on the console, except the following three lines:
--attached--
--
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=38741
Bug ID: 38741
Summary: Unhandled Exception Assetto Corsa Steam
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eiriklavik(a)gmail.com
Distribution: ---
Created attachment 51655
--> https://bugs.winehq.org/attachment.cgi?id=51655
The attached file mentioned
I have installed steam through PlayOnLinux with dotnet4.0 and vcrun2012. I
launch Assetto Corsa, the .exe crashes with the attached file.
--
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=39372
Bug ID: 39372
Summary: Cannot drag & drop audio files into Mixcraft 6/7
Product: Wine
Version: 1.7.51
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: s_chriscollins(a)hotmail.com
Distribution: ---
I am unable to drag & drop an audio or MIDI file into Mixcraft 7 (or 6). I have
tested this using Dolphin, Nautilus and Wine Explorer (explorer.exe).
Under Windows:
Dragging an audio file (WAV, MP3, OGG) to a track will change the mouse cursor
(it will gain a '+' symbol). Letting go of the mouse button will place the
audio at the track & time where the mouse cursor is located.
Under Wine:
Dragging an audio file to a track causes the mouse cursor to get a red circle
(at least under KDE), meaning that the file can't be dropped. Nothing happens
upon mouse button release. No terminal output is generated.
This bug also affects the Acoustica Alpha and Omni samplers, although some
third-party synths running in Mixcraft such as Plogue sforzando accept drag &
dropped files just fine.
Drag & drop within the application works fine.
I work with the Mixcraft programmers, so if you have any questions about how
drag & drop is implemented in Mixcraft, let me know and I can ask them.
I have confirmed this bug on multiple systems, so I won't post my system specs
here.
--
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=41929
Bug ID: 41929
Summary: Multiple games need WINED3D_TEXF_ANISOTROPIC filter
mode
Product: Wine
Version: 1.9.24
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
Distribution: ---
For example Plantera and Really Big Sky.
fixme:d3d:surface_blt_fbo Unsupported filter mode WINED3D_TEXF_ANISOTROPIC
(0x3).
--
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=41208
Bug ID: 41208
Summary: app crash
Product: Wine
Version: 1.7.10
Hardware: aarch64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aceypilot(a)gmail.com
Created attachment 55463
--> https://bugs.winehq.org/attachment.cgi?id=55463
Gridcoin crash
gridcoinresearch wallet 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.
http://bugs.winehq.org/show_bug.cgi?id=32222
Bug #: 32222
Summary: LTspice: text fields issues
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testelor(a)yahoo.com
Classification: Unclassified
Steps to reproduce:
1) Download, install and run LTSpice -
http://ltspice.linear.com/software/LTspiceIV.exe
2) Create a new schematic and place a resistor by pressing 'R' and clicking in
the schematic
2a) Ctrl-right click on the device and fill up the "SpiceLine", then keep on
typing -- it won't follow the typed characters instead, it will stay "anchored"
to the beginning.
3) Add a text by pressing 'T', writing something, then clicking on the
schematic.
3a) Fill up one line, then keep going. It will let you see what you type ahead,
but breaking a line with ctrl-enter will leave garbage. The same happens for
any number of lines.
3b) If there's a very long one-line expression, the cursor will stay at the
beginning, it will not show up moving and any editing is done "blindly".
--
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=32723
Bug #: 32723
Summary: Death to Spies Moment of Truth fails to start.
Product: Wine
Version: 1.5.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: salamanderrake(a)gmail.com
Classification: Unclassified
Created attachment 43180
--> http://bugs.winehq.org/attachment.cgi?id=43180
terminal output.
Death to Spies Moment of Truth fails to start. I get errors and a crash popup.
Only overrides are the norms for steam and the d3dx9, vcrun2005 override combo.
--
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=23523
Summary: Call of Juarez DX10 Benchmark does not start
Product: Wine
Version: 1.2-rc6
Platform: x86-64
URL: http://games.on.net/file/9061/Call_of_Juarez_DirectX_1
0_Benchmark_Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the.ideals(a)gmail.com
Created an attachment (id=29364)
--> (http://bugs.winehq.org/attachment.cgi?id=29364)
Crash log
After running the launcher for the software; it crashed.
--
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=48276
Bug ID: 48276
Summary: VSDC Video Editor needs VT_VECTOR|VT_I4 support in
PropertyStorage_ReadProperty
Product: Wine
Version: 4.21
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
With bug 42046 fixed, this appears in terminal output multiple times when
starting application:
---
0025:fixme:storage:PropertyStorage_ReadProperty unsupported type 4099
---
Does not cause any hard failures as far as I can tell.
--
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=35671
Bug ID: 35671
Summary: I got error "Division by zero" in ERD Concepts 6 when
relations editing
Product: Wine
Version: 1.6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: svbutsenko(a)gmail.com
I use ERD Concepts 6 under wine on Ubuntu 13.04 x64. When I edit relation - I
got error "Division by zero". On windows all works fine. Is there any chance
that this bug will be fixed? Thanks.
See screenshot: http://i.imgur.com/xbXRzv9.png
Site: http://www.erdconcepts.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.
http://bugs.winehq.org/show_bug.cgi?id=32114
Bug #: 32114
Summary: Dialog resizing glitches, slow panning when zooming,
minor traces
Product: Wine
Version: 1.5.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testelor(a)yahoo.com
Classification: Unclassified
Hello
And my apologies for any language errors, I'll "do my best", though.
- I -
Since version 1.5.12 (Linux Mint 13, current version 1.5.16), LTspice seems to
suffer from a slow "click-and-drag" panning after zooming, which seems to be
related to font smoothing. Not being a guru, I reverted to the last version
(1.5.12) which, even if the text isn't anti-aliased after zooming it over a
certain amount (I use these customized settings: http://www.sharpfonts.co.cc/ ,
sharp fonts), it allows for smooth panning.
I can't screenshot the sluggishness, but it can be easily verified by lacing a
fair amount of devices, creating a schematic which, after pressing space (zoom
to fit), will make the fonts barely readable. Then use the mouse-wheel to
scroll and the pan.
- II -
Another problem is since I can't remember when, but it's not something that
really gets in the way, it can be overcome, but now that I'm here I may as well
mention them:
1. Placing a component on the schematic and Ctrl-right-clicking on it;
2. Adding a SPICE directive ('S' key) or a text ('T' key)
3. Ctrl-right-clicking on a component's name
All will make use of some dialog windows which allow text entries: 1 has
table-like entries, 2 has a multi-line entry and 3 uses a one-line entry. The
problem arises when launching LTspice with the simple "wine LTspice.exe"
command (terminal, launcher, etc), which makes use of LTspice's built-in
detection of a WINE environment.
1. In the dialog window that opens, a line that takes more than the default
window (entry) width will be cropped. Nothing unusual, but the line of text
normally follows the last typed characters, to be able to see what you're
currently doing; instead, the line of characters seems anchored to the first
one leaving you typing blindly ahead. (screenshot1.png)
2. Typing a full line and beyond will make things just like above. You can
Ctrl-enter for a new line, but it's the same, all the way down. However, here
you will get to see the "current typing" line. (screenshot2.png)
There's a nastier glitch if you have a mile long line among the others, because
when right-clicking on it to edit it, the I-beam cursor will not move it's
position, furthermore delete or backspace are invisible; this can be avoided by
breaking it into multiple lines with ctrl-enter and adding "+ " at the
beginning of the new line, for SPICE directives. (screenshot3.png,
screeshot4.png)
3. This only has problems with resizing (see below).
Trying to resize the dialog windows will let you do so, but the internal area
won't (I can only imagine what alien description will this seem to you)
(screenshot5.png, screenshot6.png). Therefore for #1 you won't know what
happens if (e.g.) you have a rather long formula to be implemented, for #2, if
there are lots of parameters to be defined, you're left scrolling like crazy,
not being able to see more than 4 lines and cropped, too, while for #3, well, I
suppose that won't matter as much if #1 gets done, because #1 displays all
possible lines (where there's the case).
Now, using "wine LTspice.exe -nowine" (LTspice specific switch) will get around
these problems -- and it's the current way of launching for me -- in that it
will allow proper resizing of dialog windows, but not the cropping of the
longer test line, however...
- III -
...the price to pay will be that using F8 to move a component will leave
crumble-like traces behind (F5, copy, F7, cut, the same) (screenshot7.png).
Minor glitch, though.
PS: I'll add the screenshots after this, it seems to only allow one
attachement.
--
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=45967
Bug ID: 45967
Summary: Beat hazard 2 - bad network/float behavior
Product: Wine
Version: 3.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
Distribution: ---
Tested with DXVK 0.81 and wine-devel/staging 3.17.
git staging from yesterday(maybe earlier) seems incapable of launching steam,
so stable versions.
Game hard crashes on wine-devel when trying to start a round of the game but
that's irrelevant for this report(as it works on staging).
The game didn't even go through the version check at bootup until the developer
changed a variable with float into an int.
Current problems are some kind of message check happening over and over in the
main menu, leaderboards only showing score and not any other information, and
ingame leaderboards fluctuating between completely random score.
Game also crashes when trying to view some leaderboards tab, although am not
sure if that relates to the network issue, if it even is a network issue
The only relevant log WINE ever throws is
003a:fixme:wininet:InternetCheckConnectionW (L"https://aws.amazon.com/" 1 0)
Which I don't think is behind the issue.
Developer is reachable on Discord - https://discord.gg/beathazard
--
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=47056
Bug ID: 47056
Summary: Solid Edge v15: Program freeze on File->Open
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arvidb(a)fripost.org
Distribution: Mint
Created attachment 64223
--> https://bugs.winehq.org/attachment.cgi?id=64223
Terminal log
After program start ('WINEARCH=win32 wine Edge.exe'), when File->Open (or
File->New) is used, the program freezes (i.e. no response to mouse or keyboard
input, no window redraws).
Possibly related to "fixme:storage:PropertyStorage_ReadProperty unsupported
type 72" message. See attachment for a more detailed description.
--
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=41305
Bug ID: 41305
Summary: Might and Magic VI: Game hangs before intro video
(making it unplayable) [regression]
Product: Wine
Version: 1.9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)iooioio.orion.uberspace.de
Distribution: ---
Created attachment 55633
--> https://bugs.winehq.org/attachment.cgi?id=55633
Console output with Wine 1.6.2 (no bug)
The GOG version of Might and Magic VI hangs with Wine 1.9.18 before the story
intro video for the game begins (after the second "ad video"). This makes it
impossible to reach the main menu and actually start playing.
Interestingly, the issue does not occur with Wine 1.6.2.
I am attaching the console output for a run with both Wine 1.6.2 and Wine
1.9.18.
--
Some additional info about my system (just in case):
Distro: Linux Mint 17.3 (64 bit)
Kernel: 4.4.0-21-generic
Graphics: Proprietary NVIDIA 367.35
--
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=40854
Bug ID: 40854
Summary: Flash Player 22 crashes when it is installed
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joemars694(a)gmail.com
Distribution: ---
Created attachment 54855
--> https://bugs.winehq.org/attachment.cgi?id=54855
The error is here in bactrace.txt
Hi...I have a problem with Wine
When I installed Adobe Flash Player 22, Wine crashes and send me a error
message
The error is attached
This is my first time using Wine
Wine Version: 1.6.2
--
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=41606
Bug ID: 41606
Summary: Wrong processing of WM_DROPFILES message, received
only by the top level windows.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: johnfound(a)asm32.info
Distribution: ---
Created attachment 55950
--> https://bugs.winehq.org/attachment.cgi?id=55950
One possible fix of the problem.
Because of wrong implementation, only the top level windows receive
WM_DROPFILES.
The children windows even with set WS_EX_ACCEPTFILES, never accept WM_DROPFILES
and are not a drop target at all.
This bug affects only X11 driver. The Mac OS X driver is implemented properly.
The bug is located in the file "dlls/winex11.drv/xdnd.c".
I will attach one possible fix of this bug in the file "xdnd.diff".
It works for me, but need some revision, because my C programming skills and
knowledge about WINE code tree are very low. This way, the suggested fix can be
far from optimal. Especially the function WindowFromPointDnD can duplicate some
functionality implemented elsewhere.
--
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=18564
Summary: QQ 2009 crashes after signin
Product: Wine
Version: 1.1.21
Platform: Other
URL: http://www.imqq.com
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matt(a)greenviolet.net
Using Wine 1.1.21 on Solaris Express Community Edition b114, with winetricks
(vista, gdiplus, msxml3, vcrun6), the application installs (with some minor GUI
glitches) but crashes once you enter your credentials and attempt to log in.
I would attach a trace, except that trying to trace to a file still spews
useful output to the terminal for some reason here. Without being able to
properly place that information in context in the log, both the trace and the
terminal output are somewhat useless.
--
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=29592
Bug #: 29592
Summary: Problems with text fields & scrollbars
Product: Wine
Version: 1.3.36
Platform: x86-64
URL: http://cd.textfiles.com/infomagic/imagic4pak5/disk3/Mi
scellaneous-Utilities/ebot_einstall.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Wine seems to have several issues with some types of text field. They are
probably related so I'll describe them all here.
One program which shows these problems can be downloaded from
http://cd.textfiles.com/infomagic/imagic4pak5/disk3/Miscellaneous-Utilities…
Run ebot_einstall.exe then click Next to show the license agreement. The
agreement is in a text field/box with a scrollbar to the right.
First issue:
The view is initially positioned at the bottom; it should be at the top. (The
flashing cursor/caret at the end of the text is also present on Windows. It
seems Wine sets the initial view position so the caret is shown, whereas
Windows does not?)
Second issue:
Move the mouse pointer outside the window and click to de-activate it. Move the
pointer back over the ebot_einstall window (not over the text box) and click to
activate it. Notice how all the text is now highlighted; it shouldn't be.
Third issue:
Run ebot_einstall.exe and click Next. (At this point, the contents of the text
field are not highlighted.) Click and drag the scrollbar knob upwards. Notice
how the text field immediately moves to show the top of the document, and the
view position remains there as you move the knob up and down. If you release
the mouse button when the knob is half-way down the scrollbar, it jumps back to
the top.
Fourth issue:
After doing the test in the third issue above, move the mouse pointer so it's
about 3/4 of the way down the scrollbar. Click the mouse button repeatedly.
Notice that the text in the box pages down each time, but when the scrollbar
knob is under the mouse pointer, clicking again causes it to jump back to the
top. (On Windows the knob does not move in that case.) Thus clicking over and
over causes the view to cycle down a page then back to the top again and again.
Fifth issue:
On Windows, when you page the view up or down by clicking in the scrollbar
above or below the knob, the view moves by one line less than a page. For
example when paging down, the view moves so the previously-lowest visible line
becomes the uppermost visible line. On Wine, the view moves by a whole page
each time.
Sixth issue:
On Windows, pressing the Page Up or Page Down key causes the view to move by a
page (less one line as mentioned above). In Wine however, pressing those keys
causes the caret to move. Press PgUp/PgDown until you're roughly in the middle
of the document. Then press PgUp/PgDown alternately. Notice the view only moves
up and down by one line because of that.
--
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=34430
Bug #: 34430
Summary: iTudou can't load anything(only show a black screen)
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: litimetal(a)gmail.com
Classification: Unclassified
Created attachment 45834
--> http://bugs.winehq.org/attachment.cgi?id=45834
screenshot.png
iTudou is a video software provided bu tudou.com, which is similar to youtube
0. download it from
http://download.tudou.com/itudou/download/iTudou_Setup_3.7.0.8306_with_feis…
$ sha1sum iTudou_Setup_3.7.0.8306_with_feisu.exe
61c943e1bb45abd17937c69cf82ce97257ba3d7
1. do something to fix Chinese fonts
winetricks -q cjkfonts
export LC_ALL=zh_CN.utf8
2. install it
3. run it
wine iTudou.exe
4. only shows a black screen
--
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=34431
Bug #: 34431
Summary: iTudou can't needs native msxml3(only show a white
screen)
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: litimetal(a)gmail.com
Classification: Unclassified
Created attachment 45838
--> http://bugs.winehq.org/attachment.cgi?id=45838
with_native_ie8_and_builtin_msxml3.png
iTudou is a video software provided bu tudou.com, which is similar to youtube
0. download it from
http://download.tudou.com/itudou/download/iTudou_Setup_3.7.0.8306_with_feis…
$ sha1sum iTudou_Setup_3.7.0.8306_with_feisu.exe
61c943e1bb45abd17937c69cf82ce97257ba3d7
1. do something to fix Chinese fonts
winetricks -q cjkfonts
export LC_ALL=zh_CN.utf8
2. install it
3. winetricks -q ie8 to workaround bug 34430
4. run it
wine iTudou.exe
5. only shows a white screen
--
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=38283
Bug ID: 38283
Summary: sZone silently fails
Product: Wine
Version: 1.7.38
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: razzylaqui(a)gmail.com
Distribution: ---
Created attachment 51112
--> https://bugs.winehq.org/attachment.cgi?id=51112
Terminal output of the game executable
Launching the game in Steam does not work at all, no window opens and no error
messages come up. I logged the console output and received the message "wine:
Unhandled privileged instruction at address..." and then a long line of errors
and finally a stack overflow before the process terminates.
--
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=18335
Summary: CreateProcess doesn't set hProcess correctly when
starting a Linux program
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dima(a)gmail.com
Created an attachment (id=20876)
--> (http://bugs.winehq.org/attachment.cgi?id=20876)
test case
When CreateProcess starts a Linux program, it sets hProcess to 0 - causing
WaitForSingleObject to fail.
To test this:
Get CreateProcess example from MSDN:
http://msdn.microsoft.com/en-us/library/ms682512(VS.85).aspx
Add a few lines to print out the value of pi.hProcess and the return value of
WaitForSingleObject.
(I'll attach the code).
Run it with an argument "C:/windows/system32/notepad": hProcess is non-zero,
and WaitForSingleObject succeeds.
Then run it with an argument "/usr/bin/ls": "ls" still runs, but hProcess is 0
and WaitForSingleObject returns -1.
--
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=20777
Summary: Unigine Heaven benchmark crashes on load.
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://unigine.com/download/#heaven
OS/Version: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Created an attachment (id=24871)
--> (http://bugs.winehq.org/attachment.cgi?id=24871)
terminal output
sh winetricks dotnet20
wine msiexec /i Unigine_Heaven-1.0.msi
--
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=40116
Bug ID: 40116
Summary: Drag on Debian
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adl-88(a)posteo.de
Distribution: ---
It is not possible to drag audiofiles from debian to wine-programs. For
Example: Foobar or Mp3Tag. I have to add some folders/datas with the menuline.
Very uncomfortable.
--
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=38979
Bug ID: 38979
Summary: Evil Genius randomly crashes MAC OSX
Product: Wine
Version: 1.0-rc4
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: emma-vanhoucke(a)hotmail.com
Created attachment 51931
--> https://bugs.winehq.org/attachment.cgi?id=51931
it is a picture of the crash
The game Evil Genius randomly crashes, sometimes during startup, sometimes
during the game itself. It is very hard to play the game because every 5
minutes the game crashes so i need to save it constantly, how can i fix this?
--
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=41257
Bug ID: 41257
Summary: The Steam's application plays wrong
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Andrezz1997(a)gmail.com
Distribution: ---
Created attachment 55551
--> https://bugs.winehq.org/attachment.cgi?id=55551
The Steam's application plays wrong
when i play Steam, it don't show a good interface and i can't see the options
or the games.
I can't view the store... the navigator don't enter.
--
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=38490
Bug ID: 38490
Summary: Crashes game after 15 seconds
Product: Wine
Version: 1.7.40
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: agnostic(a)priest.com
Installed Steam game. Launches, but crashes 10-15 seconds after launching.
--
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=47994
Bug ID: 47994
Summary: Nancy Drew: Danger By Design
Product: Wine
Version: 1.3.34
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jilly5791(a)gmail.com
After game was finally successfully installed using Wineskin, there was an
issue with the game pointer cursor over the game cursor and was able to change
that by reading a page of someone's success using the game developer page and
is found after loading a game once saved and started and using the keyboard
keys:
"Control","Shift","Tab", and the letter "C" as in Cat.
That was one of the problems I had, among a few others, but the one left that I
am currently working on resolving is that there is a bug that closes the game
after Nancy Drew's letter closure and right before the game award announcement.
It was said on the page that there was a problem with the "game.exe" that was
critical and had to close the game immediately, but also instructed me to check
on the application manual or something to do with the application. I think it
meant this page for more information on Wineskin to find a solution to the
problem and also a link to report the bug, which I am doing now.
I couldn't find this bug listed among other common problems that others have
when trying to install the older Nancy Drew games with Wineskin such as
immediately screen flash-outs and directing the driver and file location
appropriately after copying the correct files. Different games require
different installed engines when creating their set wrappers. "Creatures of
Kapu Cave" and the one I love and am working with "Danger By Design" require:
"WS8Wine1.3.18", while nearly all others require, "WS8Wine1.3.34".
I hope this information helps to identify and further investigate this bug
issue and provide others with insightful information henceforth. Meanwhile, I
will continue to delve into the "Game.exe"s and hopefully trace the hangup.
Thank you! :)
--
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=24860
Summary: Microinvest Invoice v. 3.03.752: unable to save and
show print-preview
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.microinvest.net
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oldnew(a)km.ru
When creating a new document and trying to save (by pressing F9), the operation
hangs. Not showing print preview screen and nothing happens.
The other parts of the program are still functional and can be stopped without
saving.
Otherwise, when editing an old document (imported from Windows) save, print
preview and print, operate normally.
Download: http://www.microinvest.net/pub/m_invoice.exe
--
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=34760
Bug #: 34760
Summary: Cena:crashes when starting a judge process
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zhanglide2018(a)gmail.com
Classification: Unclassified
Created attachment 46353
--> http://bugs.winehq.org/attachment.cgi?id=46353
terminal output
Wine crashes after I click on the "评测"(Judge) button on the mainwindow in
Cena.Before crashe,Cena shows to me a error messagebox,the messagebox
says:"出现严重错误。请重新启动Cena。"(A panic had happened,please restart Cena.)
Cena is a judger for OI(Olympiad in Informatics),my Cena is 0.8.1 with
0.8.2-patch,you can get Cena in https://code.google.com/p/cena/.
--
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=42545
Bug ID: 42545
Summary: Wine wont let me open any files i could previously
open
Product: Wine
Version: 1.6.1
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: abhishek.abhishek.rautela.sing(a)gmail.com
So i was playing skyrim when it suddenly crashed. then when i tried to repoen
it or any .exe file the text below would show up. plz help
--
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=40751
Bug ID: 40751
Summary: dont open the ivona voices
Product: Wine
Version: 1.9.11
Hardware: ppc32
OS: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marianopub(a)hotmail.com
I am new on xubuntu, and using this program wine. I haave the same error, when
I install th Ivona voices, later when i open text aloud, ivona said that the
period of trial is expired, I am new, please help me with this 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=40044
Bug ID: 40044
Summary: Wine prefix creation is really slow
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: post+wine(a)ralfj.de
Distribution: ---
This pretty much says it all:
$ time WINEPREFIX=$(pwd)/tmpprefix wine echo
wine: created the configuration directory '/home/r/Desktop/tmpprefix'
Could not load wine-gecko. HTML rendering will be disabled.
Could not load wine-gecko. HTML rendering will be disabled.
wine: configuration in '/home/r/Desktop/tmpprefix' has been updated.
wine: cannot find L"C:\\windows\\system32\\echo.exe"
real 2m3.599s
user 0m0.004s
sys 0m0.008s
This is on a system with 8GB RAM, a dual-core (four threads) CPU and a fast
SSD. I don't know what takes it so long, but the time certainly seems excessive
for creating a directory of 38 MiB. This hasn't always been that slow, but it's
been slow for at least two years now.
--
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=41680
Bug ID: 41680
Summary: Anno 2070 crashes if online
Product: Wine
Version: 1.9.22
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vasquesbc(a)googlemail.com
After getting through https://bugs.winehq.org/show_bug.cgi?id=41652 i've
finally managed getting Anno 2070 running on wine-staging 1.9.22.
However: If my system is online, the game crashes seconds after the main menu
is visible. if i disable internet access it works without problems. (i've
played through the main campaign for at least 2 hours straight)
i've been busy setting up several clean wine-environments on different hardware
to pinpoint this issue.
unfortunately there is no error message or log from the game itself and no
specific errors in the wine-console.
if anyone could tell me which WINEDEBUG-setting i should apply, i will attach
the results right here.
--
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=41146
Bug ID: 41146
Summary: emission of error message
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arena(a)mclink.it
Distribution: ---
Created attachment 55355
--> https://bugs.winehq.org/attachment.cgi?id=55355
error message appearing before any application is loaded
when launching any application the enclosed error message appears
--
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=40975
Bug ID: 40975
Summary: deleted date off my sims game. not sure what happened
but it told me to report it to "wine."
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: platypuslover69(a)yahoo.com
Created attachment 55132
--> https://bugs.winehq.org/attachment.cgi?id=55132
sims 4
my sims deleted information from my game, and has always showed the message the
"backtrace" file i am submitting with this report. not sure whats going on or
whats happening.
--
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=40749
Bug ID: 40749
Summary: Digimon master in Wine
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vini.gazzana(a)gmail.com
Distribution: ---
Created attachment 54657
--> https://bugs.winehq.org/attachment.cgi?id=54657
an error in wine, and i need repare that
Please, if anyone see that, can you help me?
--
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=40530
Bug ID: 40530
Summary: WinZip 7: crashes when extracting a zip archive
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gameux
Assignee: wine-bugs(a)winehq.org
Reporter: modestelamar(a)yahoo.com
when i was trying to play pokemon black and white 2 i toke the file and the
game started working well when i open rom after 7 miniute of me playing the
game. It crash saying there is a serious problem then i tried again and again
and it never work and i really want to play pokemon i have been trying to get
the file for a very long time please help me or give any tips on what i should
do next. Thank you
--
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=37969
Bug ID: 37969
Summary: Yaodao crashed and cannot log in
Product: Wine
Version: 1.6.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: i2000s(a)hotmail.com
Distribution: ---
Created attachment 50592
--> https://bugs.winehq.org/attachment.cgi?id=50592
crash log
1. Yaodao dictionary I installed on Wine crashed when I tried to close it.
2. I cannot log in through Yaodao. Suspect there is a network interface
failing.
--
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=38584
Bug ID: 38584
Summary: Bug installing League of legend
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: manu.delsmonts(a)laposte.net
Distribution: ---
Created attachment 51482
--> https://bugs.winehq.org/attachment.cgi?id=51482
here the error's message and report
Impossible to install League of legend. It blocks downloading
--
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=40601
Bug ID: 40601
Summary: Visio 2007 crashes on Indexes
Product: Wine
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: carlosv775(a)gmail.com
Distribution: ---
When editing an Entity on a Visio Diagram, if I click on the Indexes tab, the
software simply 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=39594
Bug ID: 39594
Summary: Battlefield Bad Company 2 - no mouse wrapping on multi
monitor
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: morbidus(a)rx900.org
Distribution: ---
I'm using Debian 8.2, gnome shell and nvidia drivers version 352.41.
No matter which mouse options I use, the mouse pointer 'escapes' on the other
screen while playing.
Powering off the screen solves the issue (which is in fact minimal), just
reporting ..
--
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=39593
Bug ID: 39593
Summary: Battlefield Bad Company 2 - doesn't close process when
terminating
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: morbidus(a)rx900.org
Distribution: ---
I'm using Debian 8.2, gnome shell and nvidia drivers version 352.41.
When closing the game (either when closing it or it freezes),
two processes stay up: BFBC2Game.exe and PnkBstrB.exe
and BFBC2Game.exe drains 100% cpu.
A simple 'kill' is enough to stop 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=39592
Bug ID: 39592
Summary: Battlefield Bad Company 2 - freeze when alt+tab
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: morbidus(a)rx900.org
Distribution: ---
Works perfectly with 1.7.54-staging, very happy, but there are few issues, I'm
opening individual bug reports because they are unrelated.
So I'm using Debian 8.2, gnome shell and nvidia drivers version 352.41,
if I press alt+tab or the 'windows key' (which opens the 'activities window'),
the game freezes.
This happens in the menu and during the game.
--
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=39155
Bug ID: 39155
Summary: [PATCH] Implement missing methods in Gdiplus::Color
(include/gdipluscolor.h)
Product: Wine
Version: unspecified
Hardware: x86
OS: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: b.freisen(a)gmx.net
Created attachment 52184
--> https://bugs.winehq.org/attachment.cgi?id=52184
Patch for include/gdipluscolor.h
The attached patch adds all documented methods to the Gdiplus::Color class
stub.
The patch corresponds to the relevant changes in ReactOS revision 68820.
--
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=37144
Bug ID: 37144
Summary: Autovip crashes when I try to add a vehicle.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Zombiepenguin69(a)gmail.com
Created attachment 49365
--> https://bugs.winehq.org/attachment.cgi?id=49365
autovip backtrace
Purchased auto vip for work, to track vehicle maintenace, I can input the
product code just fine without a crashing but as soon as I try to add the first
vehicle it crashes. Also the product code apparently dosn't save when I tried
to restart.
--
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=9747
Summary: Family Tree Maker 6, 8, 2006 constantly complain "Cannot
obtain version information for OLE2NLS.DLL"
Product: Wine
Version: 0.9.45.
Platform: Other
URL: http://familytreemaker.genealogy.com/abtffiv.html
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Family Tree Maker 6, 8, and 2006 all seem to require
winetricks fakeie6
to install and run, but seem to function. But
every time you click a command on the toolbar, it puts up
a dialog complaining
"Cannot obtain version information for OLE2NLS.DLL. You may need to put the
file OLE2NLS.DLL in the SYSTEM directory within your Windows directory."
and the log entry
warn:ver:VERSION_GetFileVersionInfo_16 Could not find VS_VERSION_INFO in
"c:\\windows\\system32\\OLE2NLS.DLL"
This is harmless, but gets to be real annoying.
Adding a fakedll entry in wine.inf didn't seem to help
(I don't think that works for 16 bit things anyway).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26627
Summary: Z doesn't install using Windows 95 settings
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maikwagner(a)yahoo.com
Created an attachment (id=33895)
--> (http://bugs.winehq.org/attachment.cgi?id=33895)
Console Output when trying to lauch the Z-Installer
I am trying to get an old game called "Z" (by the Bitmap Brothers) to run. The
PC I am using is a Celeron 766 Mhz with Intel Graphics and Linux Fedora 14.
Kernel is a 2.6.35.6-45.fc14.i686.
When I launch the SETUP.EXE from the command line I get an unrecoverable error.
I understand that the game is very old so I chose "Windows 95" as a
configuration. I have attached my console output below.
The game's AppDB entry can be found here. I also submitted a test report for my
configuration.
http://appdb.winehq.org/objectManager.php?sClass=application&iId=4778
--
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=24658
Summary: Unimplemented function ole2.dll16.READCLASSSTM
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alix67(a)gmail.com
Created an attachment (id=31173)
--> (http://bugs.winehq.org/attachment.cgi?id=31173)
back trace of bug
amain200.exe crashed on start with back trace attachted
--
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=34218
Bug #: 34218
Summary: 007 Nightfire hangs in NTDLL_wait_for_multiple_objects
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roland(a)mxchange.org
Classification: Unclassified
Created attachment 45525
--> http://bugs.winehq.org/attachment.cgi?id=45525
winedbg console output
The mentioned game forever hangs after logo video (silent, no sound) and
doesn't come back. Attaching a winedbg output (no crash) for details.
PS: is there a way of getting a list of loaded DLLs?
--
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=42574
Bug ID: 42574
Summary: user32/tests/win fails intermittently in
test_activateapp
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Created attachment 57486
--> https://bugs.winehq.org/attachment.cgi?id=57486
log with +win
The exact lines that fail vary but are usually similar to
win.c:9341: Test failed: Expected foreground window 0x32005a, got 0x27005e
win.c:9343: Test failed: GetActiveWindow() = (nil)
win.c:9343: Test failed: GetFocus() = (nil)
win.c:9344: Test failed: Received WM_ACTIVATEAPP(1), did not expect it.
win.c:9345: Test failed: Received WM_ACTIVATEAPP(0), did not expect it.
or
win.c:9256: Test failed: GetActiveWindow() = (nil)
win.c:9256: Test failed: GetFocus() = (nil)
win.c:9258: Test failed: Expected foreground window 0x110046, got 0x33005e
win.c:9261: Test failed: Received WM_ACTIVATEAPP(0), did not expect it.
win.c:9268: Test failed: Expected foreground window 0x110046, got (nil)
win.c:9270: Test failed: GetActiveWindow() = (nil)
win.c:9270: Test failed: GetFocus() = (nil)
win.c:9278: Test failed: Received WM_ACTIVATEAPP(1), did not expect it.
This affects the test machines.
--
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=38909
Bug ID: 38909
Summary: Notepad corrupts files saved as utf-8 without a byte
order mark (BOM)
Product: Wine
Version: 1.1.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Created attachment 51843
--> https://bugs.winehq.org/attachment.cgi?id=51843
screenshot
See attached screenshot and test files (from bug 18191).
--
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=48240
Bug ID: 48240
Summary: Build error in cabinet/bcrypt gnutls.c in current git
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cabinet
Assignee: wine-bugs(a)winehq.org
Reporter: ulrich.gemkow(a)ikr.uni-stuttgart.de
Distribution: ---
Created attachment 65898
--> https://bugs.winehq.org/attachment.cgi?id=65898
Extract from build log
I get a build error with current git (slightly modified Ubuntu 18.04,
32-Bit-Only build), see attached extract from the log file.
A bisect finds the following commit:
741f76fc2c9203105ca7f87c0014bb5a9da4d936 is the first bad commit
commit 741f76fc2c9203105ca7f87c0014bb5a9da4d936
Author: Derek Lesho <dlesho(a)codeweavers.com>
Date: Fri Dec 6 15:42:48 2019 +0100
bcrypt: Add support for signing hashes with ECDSA keys.
Signed-off-by: Derek Lesho <dlesho(a)codeweavers.com>
Signed-off-by: Hans Leidekker <hans(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=46918
Bug ID: 46918
Summary: Call of Duty: Black Ops crashes when using FAudio
Product: Wine
Version: 4.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 64007
--> https://bugs.winehq.org/attachment.cgi?id=64007
log
Game crashes right after clicking LMB to skip intro movie.
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x509c26
The next scheme helps with entering the main menu:
1. Set xaudio2_7 to 'disabled'
2. Launch game -> Settings -> Audio
3. Change 'Sound Occlusion' option to 'Off'
4. Quit from game
5. Set xaudio2_7 to 'builtin'
but now crash happens when start a campaign.
wine-4.4-232-gc7f323107b
--
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=47799
Bug ID: 47799
Summary: Origin: The Client needs to be restarted to install
Apps
Product: Wine
Version: 4.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: georg.schuemann(a)web.de
Distribution: ---
Created attachment 65290
--> https://bugs.winehq.org/attachment.cgi?id=65290
Origin Backtrace
Origin games download fine, but after downloading an error message appears
saying that Origin cannot download files. When you restart the client (make
sure it is completely closed), Origin downloads the files again and shows you
on the screen that it checks the validity of the files and then successfully
installs them.
Only tested in 64-bit wineprefix.
--
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=43077
Bug ID: 43077
Summary: Origin endlessly loads
Product: Wine
Version: 2.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: headstaryt(a)gmail.com
Distribution: ---
Whenever i am done the installer, it loads up origin, but then it just
endlessly loads, sitting there for hours on end. It creates no event logs, and
I have no idea what is going on. -wine version 2.8 staggering, x86-64 bit.
linux mint 18.1 serena. latest nvidia drivers by nvidia, and a intel core i5
6400 with 12 gbs of ram.
latest linux kernal, and everything is updated.
--
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=42008
Bug ID: 42008
Summary: Final Fantasy XI Online: Opening movie doesn't play.
Product: Wine
Version: 2.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: escomk3(a)hotmail.com
Distribution: ---
The opening cinematics play for about ten (10) seconds, then it's skipped.
The actual video does not show up at all, but the audio is played, up until
that point.
Reverting '29deae351b4a4460fe8d7a04af88325dac420a0c' fixes this.
Before Wine 1.9.10, the movie plays, but upside down, and mirrored from the
left to the right. At 1.9.10, it works OK. After that, the above mentioned
commit comes along, and breaks it.
There was an error message in terminal that I saw at some point that might be
helpful, but I can't seem to make it happen now (and I'm a bit confused about
the logs I saved right now).
Let me know if any logs will be of help.
--
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=39213
Bug ID: 39213
Summary: advapi32:security fails if privileges not high enough
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The following failures only happen if the test is run in a regular user account
on old Windows versions, or without elevated privileges on the more recent
ones.
Windows 2000 - Restricted user account
Windows XP - Limited user account
security.c:5888: Test failed: got 5
security.c:5899: Test failed: got 5
security.c:5908: Test failed: got 6
security.c:5919: Test failed: got 6
security.c:5925: Test failed: got 5
security.c:5929: Test failed: got 6
security.c:5940: Test failed: got 5
security.c:5943: Test failed: got 6
security.c:5947: Test failed: got 2
Windows 7 - Administrator account
Windows 7 - Regular user account
security.c:3739: Test failed: MACHINE\Software owner SID != Administrators SID.
security.c:3792: Test failed: Builtin Admins ACE has unexpected flags (0x3 !=
0x0)
plus those below:
Windows 2000 - Standard (Power) user account
security.c:5899: Test failed: got 1314
security.c:5908: Test failed: got 6
security.c:5919: Test failed: got 6
security.c:5929: Test failed: got 1314
Currently these test failures happen on the following WineTest boxes: .
fg-win2000-rusr, fg-win2000-susr, fg-winxp-lusr, fg-win7u64-1spie9adm,
fg-win7u64-1spie9usr.
https://test.winehq.org/data/tests/advapi32:security.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=37046
Bug ID: 37046
Summary: Roblox Studio cannot load games due to issue in
wininet (trace:wininet:DllMain 0x7dec0000,2,(nil))
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: alfonsojon1997(a)gmail.com
Created attachment 49228
--> http://bugs.winehq.org/attachment.cgi?id=49228
RobloxStudio wininet log
Hi, it seems Roblox Studio cannot load games without using the winetricks
wininet verb (which is bad because it causes a very long hang when loading),
which is slightly frustrating. I've attached an error log which was executed
with the wine debug channels "fixme-d3d,+wininet". Please let me know if any
more information is needed. Thanks
--
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=44048
Bug ID: 44048
Summary: Affinity-Designer can't be Installed
Product: Wine
Version: 2.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: buliinwhite(a)gmail.com
Distribution: ---
Created attachment 59723
--> https://bugs.winehq.org/attachment.cgi?id=59723
Startet Wine with Debug
I start the Installer .exe and i got following message:
Exception: ResourcesSection::ResourceSection
Software Links:
Affinity Designer
https://affinity.store/download/aea673/
--
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=46725
Bug ID: 46725
Summary: Sniper Elite 3 crashes when using FAudio
Product: Wine
Version: 4.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 63696
--> https://bugs.winehq.org/attachment.cgi?id=63696
log
Crashes after around 10 seconds of gameplay.
wine-4.2-195-gf784cabd34
--
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=39623
Bug ID: 39623
Summary: Origin installer crashes wine on "Explain this"
Product: Wine
Version: 1.7.55
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kneekoo(a)yahoo.com
Distribution: ---
Created attachment 52795
--> https://bugs.winehq.org/attachment.cgi?id=52795
Click "Explain this" and it will crash.
Wine crashes when I click "Explain this" in the Origin setup window.
--
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=30422
Bug #: 30422
Summary: IWebBrowser2 ServiceProvider SID_SShellBrowser not
supported
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
Classification: Unclassified
this is for running pyjamas-desktop using wine's native (gecko) MSHTML.DLL
the relevant code is here:
http://pyjs.org/pygit/#file=pyjd/mshtml.py&id=0d4b6787d01c3d90f2c8801c5c4c4…
but the convenient sections which fail (ending with the line that fails) are
replicated here:
SID_SShellBrowser = GUID("{000214E2-0000-0000-C000-000000000046}")
# http://msdn.microsoft.com/en-us/library/aa752126%28VS.85%29.aspx
wba = self.pBrowser.QueryInterface(IServiceProvider)
wn = wrap(wba.QueryService(SID_SShellBrowser, IOleWindow))
#
http://www.mail-archive.com/comtypes-users@lists.sourceforge.net/msg00439.h…
class IServiceProvider(IUnknown):
_iid_ = GUID('{6D5140C1-7436-11CE-8034-00AA006009FA}')
# Overridden QueryService to make it nicer to use (passing it an
# interface and it returns a pointer to that interface)
def QueryService(self, serviceIID, interface):
p = POINTER(interface)()
self._QueryService(byref(serviceIID), byref(interface._iid_), byref(p))
the line that fails is the _QueryService, looking up the IOleWindow interface
on SID_SShellBrowser, as can be seen below by
"fixme:ieframe:WebBrowser_QueryInterface".
fixme:atl:OleInPlaceFrame_SetStatusText (0x133280, L"Downloading about:blank")
- stub
fixme:iphlpapi:NotifyAddrChange (Handle 0x61ce8fc, overlapped 0x61ce8e0): stub
err:ole:CoGetClassObject class {591209c7-767b-42b2-9fba-44ee4615f2c7} not
registered
err:ole:CoGetClassObject class {591209c7-767b-42b2-9fba-44ee4615f2c7} not
registered
err:ole:CoGetClassObject no class object {591209c7-767b-42b2-9fba-44ee4615f2c7}
could be created for context 0x3
fixme:ieframe:ClOleCommandTarget_QueryStatus (0x132ff4)->((null) 1 0x42a220
(nil))
fixme:ieframe:ClOleCommandTarget_QueryStatus command_0: 27, 0x0
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 25
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented group
{000214d1-0000-0000-c000-000000000046}
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ieframe:ClientSite_GetContainer (0x132ff4)->(0x42a230)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented group
{000214d1-0000-0000-c000-000000000046}
fixme:atl:OleInPlaceFrame_SetStatusText (0x133280, L"") - stub
fixme:atl:OleInPlaceFrame_EnableModeless (0x133280, 1) - stub
fixme:ieframe:ClientSite_GetContainer (0x132ff4)->(0x42d070)
fixme:imm:ImmReleaseContext (0x1006e, 0x515df48): stub
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 25
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ProvideClassInfo_GetClassInfo (0x132f40)->(0x30a7af8)
fixme:ieframe:WebBrowser_QueryInterface
(0x132f40)->({df0b3d60-548f-101b-8e65-08002b2bd119} 0x42f2fc) interface not
supported
fixme:ieframe:WebBrowser_put_RegisterAsBrowser (0x132f40)->(ffffffff)
fixme:win:EnumDisplayDevicesW ((null),0,0x42e410,0x00000000), stub!
fixme:ieframe:WBServiceProvider_QueryService
(0x132f40)->({000214e2-0000-0000-c000-000000000046},
{00000114-0000-0000-c000-000000000046} 0x30db0f8)
fixme:ieframe:WebBrowser_QueryInterface
(0x132f40)->({df0b3d60-548f-101b-8e65-08002b2bd119} 0x42f60c) interface not
supported
Traceback (most recent call last):
File "Hello.py", line 15, in <module>
pyjd.setup("public/Hello.html?fred=foo#me")
File "C:\python26\lib\site-packages\pyjd\__init__.py", line 76, in setup
_setup(*args, **kwargs)
File "C:\python26\lib\site-packages\pyjd\mshtml.py", line 472, in setup
wv.load_app()
File "C:\python26\lib\site-packages\pyjd\mshtml.py", line 293, in load_app
wn = wrap(wba.QueryService(SID_SShellBrowser, IOleWindow))
File "C:\python26\lib\site-packages\pyjd\mshtml.py", line 113, in
QueryService
self._QueryService(byref(serviceIID), byref(interface._iid_), byref(p))
_ctypes.COMError: (-2147467262, None, (None, None, None, 0, None))
--
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=22458
Summary: Word 2007: Impossible to insert symbol by clicking on
its center
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=27508)
--> (http://bugs.winehq.org/attachment.cgi?id=27508)
Image showing the problem
Steps to reproduce:
1) Start Word 2007
2) Insert->Equation
Try to insert "less than" symbol by clicking on its center. Symbol will get
bigger as you hover over it but when you click on it, it won't be inserted in
the page.
To insert symbol you have to click on it's border like I showed in attachment
(lower image).
On upper image in attachment I also showed situation where symbol should be
inserted but it isn't.
--
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=47821
Bug ID: 47821
Summary: commit 22795243b2d21e1a667215f54c3a15634735749c cause
a regression
Product: Wine
Version: 4.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: l12436(a)yahoo.com.tw
Distribution: ---
commit 22795243b2d21e1a667215f54c3a15634735749c causing gcin is not working in
wine 4.17. I was unable to input Chinese after this commit.
My solution now is to revert this commit.
This can be test on gcin by notepad. I think ibus also could re-produce.
--
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=48297
Bug ID: 48297
Summary: Wineboot crashes on 64bit prefix creation (macOS wine
built without mingw)
Product: Wine
Version: 5.0-rc1
Hardware: x86-64
OS: Mac OS X
Status: NEW
Keywords: regression, source
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Created attachment 66004
--> https://bugs.winehq.org/attachment.cgi?id=66004
backtrace
Only happens when creating a 64bit prefix.
Attached is the backtrace, there was no other output aside from the regular
output when creating a prefix.
I'll try to do a regression test ASAP.
--
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=23249
Summary: Fallout 3: Most sound effects missing.
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erik.weatherwax(a)gmail.com
CC: eric.pouech(a)orange.fr
See bug #21609. A purported fix for this bug was committed to the source tree
as commit 258d42982cf526b3d9c59ccb522b27db3f519541, and included in release
1.2-rc4.
However, I am experiencing the same issue (no sound effects with the exception
of dialogue) as named in that bug report with a clean build of 1.2-rc4. Not
surprisingly, regression testing leads back to the same bad commit:
c62cf2e049ad37d9561957c47d23fc7ba13adc90 is first bad commit
commit c62cf2e049ad37d9561957c47d23fc7ba13adc90
Author: Eric Pouech <eric.pouech(a)orange.fr>
Date: Sat Jan 23 18:56:45 2010 +0100
winmm: In mmio manipulation, always ensure that we use a HFILE for mmio
internal handlers (and not a HANDLE).
:040000 040000 34f94674da252fbcf201217dddb31973ead906ca
59d18475ffc5e5e76df8b5277fb3250ef091721e M dlls
named in 21609.
--
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=47560
Bug ID: 47560
Summary: ws2_32:WS_getpeername behavior for on non-blocking tcp
sockets during handshake
Product: Wine
Version: 4.12.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: oysstu(a)gmail.com
Distribution: ---
Created attachment 64948
--> https://bugs.winehq.org/attachment.cgi?id=64948
Winedebug output
This bug report deals with a difference in behavior of ws2_32:getpeername. It
was discovered in the game Titan Quest Anniversary Edition when connection to a
multiplayer lobby, but can be reproduced quite easily elsewhere.
Once a non-blocking socket is connected to using ws2_32:WS_connect, and
ws2_32:getpeername is called before the TCP handshake is completed, the
resulting behavior is different on Windows and Linux.
On Linux; before the TCP handshake is completed WSAENOTCONN is returned by
ws2_32:getpeername. I.e. a socket is not connected before the handshake
succeeds, hence one cannot get the peer name
On Windows; from msdn the documentation clearly states that "The getpeername
function can be used only on a connected socket.". Apparently, once the
ws2_32:connect call has been made, it's defined as "connected" until the
handshake times out because Windows returns successfully without an error and
gives the peer info of the remote address it's trying to connect to. The error
can be reproduced by using connect to an IP/port that does not reply followed
by the call to getpeername
Now, what happens in Titan Quest is that the developers has handled the
WSAENOTCONN error by recreating the socket and doing the exact thing again
instead of waiting for the socket to connect. Obviously, that's an error on
their part, but it does work consistently on Windows.
During the handshake, the tcpi_state field of TCP_INFO will show as
TCP_SYN_SENT/TCP_SYN_RECV, which can be used to detect when this happens. I
don't know the best way to get the peer name without calling getpeername
though. I suppose it can be retrieved by re-implementing af_inet:inetgetname()
without the check for TCP_SYN_SENT, but this probably affects portability (?).
Another more portable way is to cache the address/port in wine, which obviously
only works for outgoing connections (don't see why the behavior has to change
for incoming connections anyway).
af_inet:inetgetname():
https://github.com/torvalds/linux/blob/master/net/ipv4/af_inet.c#L760
I've attached a wine debug log, which shows the connect() call followed by a
getpeername() that fails and raises an exception.
--
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=30808
Bug #: 30808
Summary: ConEmu: Fails to find console font
Product: Wine
Version: 1.5.5
Platform: x86
URL: http://code.google.com/p/conemu-maximus5/downloads/det
ail?name=ConEmu.120527a.7z&can=2&q=
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: techtonik(a)gmail.com
Classification: Unclassified
When started, ConEmu fails with the error:
Failed to create main font!
Requested: Lucida Console
Created: Arial
Failed to create border font!
Requested: Lucida Console
Created:
The message in stdout:
$ wine ConEmu.exe
fixme:uxtheme:BufferedPaintInit Stub ()
fixme:win:RegisterShellHookWindow (0x10072): stub
err:rebar:REBAR_WindowProc unknown msg 200b wp=00000000 lp=00495520
It looks like Wine should register default console font by default. See
upstream issue:
http://code.google.com/p/conemu-maximus5/issues/detail?id=515
--
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=33474
Bug #: 33474
Summary: Microsoft Project 2007 cannot load Turn On Project
Guide on View>Turn On Project Guide. Other
functionalities also not available.
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: jscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matahari_random(a)hushmail.com
Classification: Unclassified
Created attachment 44309
--> http://bugs.winehq.org/attachment.cgi?id=44309
Desktop Screenshot showing the bug.
1. Open Microsoft Project 2007
2. Click on View > Turn On Project Guide
3. Project Guide does not load due to errors in jscript.dll and srchui.dll
Currently running WINE 1.5.29 on a 32-bit distribution of Ubuntu 12.04 LTS
logged on Unity3d Desktop.
Hardware ACER 4755G with 750GiB Hard Disk, 2GiB RAM, Intel Core i5-2430M
Processor.
This bug also affected previous WINE Versions.
--
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=44253
Bug ID: 44253
Summary: Access violation in multiple cases
Product: Wine
Version: 3.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ihormcd+wine(a)gmail.com
Distribution: ---
Created attachment 60052
--> https://bugs.winehq.org/attachment.cgi?id=60052
crash
Access violation exception due to access by 0x0000 address in multiple use
cases while using Far3.
>From Far app try to:
1) on lunch of EXE file (Far.exe, WinMergeU.exe, others)
2) switch drive for the pane (Alt+F1/F2)
3) switch to Quick view mode for a file (Ctrl+Q)
*) few other cases
App: Far Manager 3.0 build 5100 x64
Wine details: wine-3.0-rc3, the app runs using wineconsole
--
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=14949
Summary: ABBYY FineReader Pro 7.0 Scrolling Problem
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Windows 2000
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wbrells(a)yahoo.com
With WINE under UBUNTU 8.04 horizontal scrolling does not work in the right
hand (text editing) window of FineReader 7.0 Pro. Vertical scrolling works fine
as does horizontal scrolling in all other windows. The only workaround is to
Zoom out and/or enlarge the size of the "problem" window so all text is
visible.
--
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=28141
Summary: Twain interface doesn't work
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Source: http://delphitwain.sourceforge.net/
Simple example: http://delphitwain.sourceforge.net/simpleexample.zip
Run simpleexample.exe and click "aguire" -> Nothing happens.
Looking at the source, it should give error, if library can't be loaded. And
show empty "select source" box, if there is no device.
Same example and scanner works fine in Windows.
Component would be twain_32
--
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=29330
Bug #: 29330
Summary: 8BallClub can't enter login details
Product: Wine
Version: 1.3.34
Platform: x86
URL: http://www.8ballclub.com/Downloads/Install8BC.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Install -> run -> try to enter username. You can't do that.
Workaround: winetricks gdiplus
--
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=18013
Summary: Foxit Reader: Sidebar Search Window not
accessible/usable.
Product: Wine
Version: 1.1.19
Platform: PC
URL: http://www.foxitsoftware.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hufux(a)gmx.de
If using the advanced search in Foxit Reader 3.0 build 1506 the sidebar window
which appears when using the "advanced search" mode isn't accessible.
It is possible to do a search within the document, but you cannot click the
displayed results and therefore you cannot jump to the location the word was
found. Also it is not possible for longer search results to scroll in
horizontal direction despite there is a scrollbar.
The only fields that are working are the search entry field, the search button
and the close button (cross in the upper right corner). The fact that you
cannot access the search results makes this part of the program totally
unusable.
Download:
http://mirrors.foxitsoftware.com/pub/foxit/reader/desktop/win/3.x/3.0/enu/F…
Usage:
Unizip - Run - Open PDF document - try the advanced search function
[Strg+Shift+F]
--
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=43620
Bug ID: 43620
Summary: NieR: Automata (Steam) crashes on startup
Product: Wine
Version: 2.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pe.retzlaff+winehq(a)gmail.com
Distribution: ---
Created attachment 59040
--> https://bugs.winehq.org/attachment.cgi?id=59040
crash stacktrace
Trying to start NieR: Automata via Steam results in a crash with the attached
stacktrace in Wine 2.15, Wine 2.13-staging and Wine 2.15-staging.
--
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=48315
Bug ID: 48315
Summary: RPG Tkool (RPG Maker) 2k/2k3/XP: MP3 playback doesn't
loop
Product: Wine
Version: 5.0-rc1
Hardware: x86-64
URL: https://www.vector.co.jp/soft/dl/win95/game/se509140.h
tml
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: kakurasan(a)gmail.com
Distribution: Ubuntu
Created attachment 66026
--> https://bugs.winehq.org/attachment.cgi?id=66026
A short (1 second) MP3 file for testing
Expected behavior:
When it reaches end of file, it plays the same file again.
Actual behavior:
When it reaches end of file, playback stops.
* 2k/2k3: Crashes with OLE error dialog
* XP: Playback stops but doesn't crash
Steps to reproduce (RPG2k game):
1. Download "Mystic Star" from
https://www.vector.co.jp/soft/dl/win95/game/se509140.html
2. Set locale to "ja_JP.UTF-8"
3. unar MysticStar.zip
4. Run RPG_RT.exe
5. Press "Enter" (Start new game)
6. Wait until it reaches end of "MysticStar/Music/NR_brave2.mp3" file
--
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=47626
Bug ID: 47626
Summary: Visual studio community 2019 installer not opening
Product: Wine
Version: 4.13
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: ---
Created attachment 65060
--> https://bugs.winehq.org/attachment.cgi?id=65060
Log with dotnet461 installed
The installer opens a small windows with a progress bar, once that is full it
closes and nothing happens anymore.
--
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=43696
Bug ID: 43696
Summary: SanctuaryRPG: Black Edition hangs on exit
Product: Wine
Version: 2.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kq3thih(a)mailnesia.com
Distribution: ---
Created attachment 59157
--> https://bugs.winehq.org/attachment.cgi?id=59157
terminal output & manual bt
SanctuaryRPG: Black Edition hangs on exit (GOG version). The Black Edition is
specifically the paid version. Seems to be using a SDL based engine. Force quit
via your WM or wineserver -k also works.
--
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=43660
Bug ID: 43660
Summary: Divinity Original Sin 2 preview crash
Product: Wine
Version: 2.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: abi(a)abinet.ru
Distribution: ---
Created attachment 59100
--> https://bugs.winehq.org/attachment.cgi?id=59100
logs
I tried preview version of Divinity Original Sin II and it crash on startup
almost immediately if sound is enabled in wineprefix. I tried pulse and alsa
without any luck.
I observed nothing obvious in logs (attached)
The game itself creates dump, I attached it as well, it's rather small for a
crash dump
It dies here:
AL lib: (EE) ReleaseThreadCtx: Context 0x7e0244b0 current for thread being
destroyed, possible leak!
--
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=40606
Bug ID: 40606
Summary: exe not loading
Product: Wine
Version: 1.6.1
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jasonthecake(a)gmail.com
Created attachment 54461
--> https://bugs.winehq.org/attachment.cgi?id=54461
Exe not loading
When ever I launch ANY exe it comes up with is error as below.
--
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=24013
Summary: D3D10 : Missing function D3D10CompileShader
Product: Wine
Version: 1.3.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Assassin's creed requires this function to start the game.
wine: Call from 0x7ed877d2 to unimplemented function
d3d10.dll.D3D10CompileShader, aborting
Current git wine 1.3.0
--
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=40024
Bug ID: 40024
Summary: Prosound crashes with ntvdm
Product: Wine
Version: 1.9.1
Hardware: x86-64
URL: http://www.gaby.de/ftp/pub/win3x/prosound.zip
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sdoom4(a)gmail.com
Created attachment 53473
--> https://bugs.winehq.org/attachment.cgi?id=53473
Backtrace of program crash
Prosound is a midi sequencer that I have used in Windows 9x for many years. I
attempted to run it on Wine, and got a crash upon loading.
--
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=35681
Bug ID: 35681
Summary: Masterspace: Planet textures are black
Product: Wine
Version: 1.7.13
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ipickert55(a)gmail.com
Created attachment 47642
--> http://bugs.winehq.org/attachment.cgi?id=47642
Log
There is a dll call for something called ogremain.dll. Ogre is a program that
is use to make games, and I can only assume this game was made with it, so
maybe this has something to do with the compatibility of wine with Ogre engine.
--
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=35633
Bug ID: 35633
Summary: Risk of Rain has low fps
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rmlipman(a)gmail.com
Game gets around 30 fps on menu. Drops to under 10 fps in game. Since the game
is hardcoded to 60 fps, this makes the game effectively unplayable
Some information from test reports:
>Low fps - by default it is unplayable due to several context switches to wineserver per GetLocaleInfoW call.
>Running pinned to a single core (taskset -c 0 wine Steam.exe) gets it to playable but a bit slow.
>http://pastebin.com/uwxftAmk is a possibly thread-unsafe hack to cache some bits that gets it to full fps.
I haven't had the time to get any more meaningful tracebacks yet, and I'm not
sure which debug channels would be most helpful.
--
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=44760
Bug ID: 44760
Summary: Shantae and the Pirate's Curse - Sprites not rendering
correctly.
Product: Wine-staging
Version: 3.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: charadon(a)protonmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ArchLinux
Created attachment 60776
--> https://bugs.winehq.org/attachment.cgi?id=60776
Output of terminal
In shantae and the pirate's curse, the sprites are not rendering correctly and
look corrupted. The amount of corruption varies from start-up to start-up.
--
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=17941
Summary: TextOut in MM_ANISOTROPIC MapMode: Wine scales text, but
Windows does not scale it.
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nick(a)vyalceva.net
Created an attachment (id=20278)
--> (http://bugs.winehq.org/attachment.cgi?id=20278)
the sample program
This is a sample program that produces different image in wine and windows.
Windows does not decrease size of chars, but Wine scales (if a window is larger
than certain size).
--
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.