https://bugs.winehq.org/show_bug.cgi?id=38629
Bug ID: 38629
Summary: Dream of Mirror Online race condition blocks the game
playing
Product: Wine
Version: 1.7.42
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: leledumbo_cool(a)yahoo.co.id
Distribution: ---
Created attachment 51537
--> https://bugs.winehq.org/attachment.cgi?id=51537
log after selecting character
In Dream of Mirror Online, after selecting the character, there are three
possible scenarios:
- Direct black screen, mostly happens if you select existing character
- The game loads for 1-3 seconds and then back to loading screen with 0%
progress that will never complete or crash with segmentation fault, mostly
happens if you create a new character then select it
In any non-crash scenario, the log (after selecting the character) is as
attached.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40367
Bug ID: 40367
Summary: Dark Souls 2 startup error
Product: Wine
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: brendancronin(a)openmailbox.org
Distribution: ---
Created attachment 54055
--> https://bugs.winehq.org/attachment.cgi?id=54055
backtrace
Dark Souls 2 - Scholar of the First Sin crashes on startup from Steam client.
Game window shows up, but is empty (shows whatever window is behind it). A
similar problem has been reported in the game entry here:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=32908
--
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=32778
Bug #: 32778
Summary: Cannot run windows application when connecting to
unbuntu desktop via RDP
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: meghan(a)islandretreat.co.uk
Classification: Unclassified
I am running an application called YNAB (youneedabudget.com)
This application works perfectly under wine 1.5.
However, when I remote desktop from a windows 7 machine into my ubuntu 12.04
machine the wine application no longer runs and I receive an error :
the programe ynab4.exe has encountered a serious problem and needs to close. We
are sorry for the inconvenience.
The bug details are attached.
I note that other applications do run (notepad.exe for example).
--
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=32831
Bug #: 32831
Summary: TurboTax 2012 fails with error 42016 when manually
checking for updates (win2k3 mode)
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: dotnet
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: focht(a)gmx.net
Depends on: 32323, 32471, 32758
Classification: Unclassified
Created attachment 43366
--> http://bugs.winehq.org/attachment.cgi?id=43366
terminal output
Prereqs:
winetricks corefonts d3d9=disabled dotnet40
install the app as normal, don't start it after install.
winecfg > win2k3 windows version (bug 32758)
Apply http://source.winehq.org/patches/data/93995
Start the app up. Click the 'Online' menu, then 'Check for updates'. It will
soon fail.
I'll attach the terminal output.
FWIW:
https://ttlc.intuit.com/questions/1459455-error-42016-unexpected-content-re…
--
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=39142
Bug ID: 39142
Summary: Roblox Client/Server connection is dropped with error
"This server has shut down."
Product: Wine
Version: 1.7.50
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alfonsojon1997(a)gmail.com
Distribution: ---
There is an issue with the Roblox Client where communications from client to
server are interrupted. This affects any Wine version, as well as Wine Staging.
There is an issue on GitHub which has been tracking this issue; I will link to
it below so the content isn't duplicated. This issue was caused with the July
16th version of Roblox; previous versions of Roblox work in Wine, but the
client requires the most recent version of the game to be installed.
GitHub issue:
https://github.com/roblox-linux-wrapper/roblox-linux-wrapper/issues/135
Roblox Changelog: http://wiki.roblox.com/index.php?title=Change_log
--
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=36891
Bug ID: 36891
Summary: Polygon() draws different edges than in Windows
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: sashoalm(a)gmail.com
The Polygon() function does not draw in the same way in Wine as in Windows.
While it looks very similar visually, there are some pixels at the edges that
are different. Since the goal of Wine is to replicate Windows behavior
perfectly, this deviation would be a bug.
The difference is difficult to spot, but it can be noticed if you rapidly
switch between the images, or if you compare them pixel by pixel with a
program.
I have made a test program that draws an inclined rectangle using XFORM and
Polygon() into a memory DC, which I then save to a bitmap. The resulting
bitmaps when ran under Windows and Wine are slightly different.
Image under Windows:
https://drive.google.com/file/d/0B9PGUhmmnsm1Q00waFJLSGtEeEU/edit?usp=shari…
Image under Wine:
https://drive.google.com/file/d/0B9PGUhmmnsm1X1ZVR1UtbDBPMHc/edit?usp=shari…
This is the relevant code I used to draw the image. Note that it's the XFORM
matrix that makes the rectangle be inclined (it would be parallel to the
coordinate system without a world-transform):
XFORM xform;
memset(&xform, 0, sizeof(xform));
double angle = 15*(PI/180); // 15 degrees incline.
xform.eM11 = cos(angle);
xform.eM12 = sin(angle);
xform.eM21 = -sin(angle);
xform.eM22 = cos(angle);
xform.eDx = 0;
xform.eDy = 0;
SetGraphicsMode(hdc, GM_ADVANCED);
SetWorldTransform(hdc, &xform);
HBRUSH hbr = CreateHatchBrush(HS_BDIAGONAL, RGB(255, 0, 0));
SelectObject(hdc, hbr);
POINT p[4]={100,0,200,0,200,100,100,100};
Polygon(hdc, p, 4);
I can provide the full test project if requested.
Note: I have tested on both Windows 7 and Windows XP, and they produce exactly
the same images, only Wine produces a different image.
--
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=18987
Summary: Prototype: Fails to start
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=21871)
--> (http://bugs.winehq.org/attachment.cgi?id=21871)
Wine-1.1.23
I'm using Wine 1.1.23 (compiled from source using gcc version 4.4.0 20090506
(Red Hat 4.4.0-4) ) on Fedora 11 i386.
The problem is that game crashes in the begging. It shows something about
registered trademarks and then probably intro movie should start (i can skip or
get crash) and then game makes first save which is failed because crash occurs.
Additional info:
ORM=fbo (backbuffer also causes crash)
GFX: NVIDIA 9xxx (drivers 185.18.14)
during crash: memory 160.1MB and VirtualMemory 2.7GB
I did "winetricks directx9 xact vcrun2005sp1" because application showed error
about Xaudio2 and msvcp80
--
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=38022
Bug ID: 38022
Summary: CertOpenSystemStore with "CA" failed
Product: Wine
Version: 1.7.35
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: fracting(a)gmail.com
Distribution: ---
Steps to reproduce:
$ wget https://bootstrap.pypa.io/ez_setup.py
$ wget http://www.orbitals.com/programs/py.exe
$ wine py.exe ez_setup.py
Expect result:
The python script should start to download files.
Actual result:
Download failed.
The reason is CertOpenSystemStore with "CA" failed.
See also:
https://github.com/python/cpython/blob/6e77979a5dc924c3b5a43aa617559c5f10b6…
--
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.