http://bugs.winehq.org/show_bug.cgi?id=25386
Summary: Poker Night: random long delays between turns and
conversations
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: VincentBeers(a)gmail.com
Game is from TellTale Games by the name of Poker Night at the Inventory.
Basically, the problem I have is that sometimes, between turns, the game will
have long delays in which nothing seems to happen (ie the application hangs).
It takes much, much longer than usual to load or interpret a resource than it
should take (or so I assume).
A bigger problem is that these delays are much longer when starting up the game
or any significant screen changes. It can take more than a minute longer to
load the game or any specific areas than it would in Windows.
The terminal isn't spewing out anything during these loading periods, so
attached is all terminal output generated by the app, even outside of these
hanging bits. Steam output may be mixed in too.
Notes:
Unfortunately, this game is not available for free, however, it is available
for fairly cheap (5 euros) for those willing to try. I think some other
TellTale games (and free demos) have the same issue however (they all run on
the same engine, though all of them have some minor differences, improvements,
etc.).
Using the Steam version, but I'm sure the non-Steam version has the same issue
(though I couldn't test as Wine 1.3.7 wouldn't load the game for me). The game
works in 1.3.8, though with loading problems.
Another note is that I am playing the game on a FAT32 partition. This may
affect performance, but I do not expect it to take this much longer, thus it
would still be a bug.
--
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=37134
Bug ID: 37134
Summary: Clang Static Analyzer: Unreliable check
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukebenes(a)hotmail.com
Clang Static Analyzer identifies Unreliable check
File: dlls/advapi32/registry.c
Location: line 1209, column 13
Description: Array access (from variable 'str') results in a null pointer
dereference
LSTATUS WINAPI RegSetValueExW(...., const BYTE *data, .... )
{
...
if (data && ((ULONG_PTR)data >> 16) == 0)
//Assuming pointer value is null
return ERROR_NOACCESS;
if (count && is_string(type))
{
LPCWSTR str = (LPCWSTR)data;
//Clang: 'str' initialized to a null pointer value
if (str[count / sizeof(WCHAR) - 1] &&
!str[count / sizeof(WCHAR)])
//Clang: Array access (from variable 'str') results in
//a null pointer dereference
count += sizeof(WCHAR);
}
...
}
If the null pointer data gets here, the program will go on executing until
addressing the str variable.
Another similar issue:
File: dlls/comctl32/comctl32undoc.c
Location: line 964, column 12
Description: Array access (from variable 'lpDest') results in a null pointer
dereference
--
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=29663
Bug #: 29663
Summary: Rayman 3 crashes with a new game
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: SolisX007(a)yahoo.com
Classification: Unclassified
Created attachment 38467
--> http://bugs.winehq.org/attachment.cgi?id=38467
Regression test result
Rayman 3 gets choppy and sometimes crashes when i start
a new game while Rayman is flying around with the frog. I
know that it works fine on wine-1.3.22 and that in wine-1.3.23
it is broken.
I tried to do a regression test which i will attach to this bug
report. Please keep in mind the this is my first regression test.
--
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=5852
--- Comment #19 from Nikolay Sivov <bunglehead(a)gmail.com> ---
Valid for 1.9.9.
--
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=40586
Bug ID: 40586
Summary: FILE_CreateFile always warns "{File} not found" in all
failed status
Product: Wine
Version: 1.9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: lz96(a)foxmail.com
Distribution: ---
See https://source.winehq.org/source/dlls/ntdll/file.c#0254 .
This is confusing when I see
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows" not found (c0000035)
while c0000035 actually represents
STATUS_OBJECT_NAME_COLLISION(https://source.winehq.org/source/include/ntsta….
--
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=38241
Bug ID: 38241
Summary: Open General crashes when exiting.
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: ---
Created attachment 51048
--> https://bugs.winehq.org/attachment.cgi?id=51048
WINEDEBUG=tid wine OpenGen.exe
Open General (strategy game) crashes when exiting after playing.
Might be the dupe of Bug 37427. However, I can't verify due to lack of
information. Terminal output is attached.
You can reproduce the issue with the following instructions.
Preparation:
1. Obtain Open General from http://sourceforge.net/projects/opengeneral/files/
.
2. Extract and setup files, then run wine OpenGen.exe
3. Cancel the tutorial scenario by clicking [X] button.
4. Returning title screen, click the lower right [X] (Exit the game) button.
How to reproduce:
1. wine OpenGen.exe
2. Click [Play scenario] (the second button from the left)
3. In the popup dialog,
i. Choose EFILE_OPENAK folder from [EFile folder] pulldown menu.
ii. Select [Tutorial 1].
iii. Click PC mark at P1: Faction B side.
iv. Click the check-mark button at the lower right side.
4. Skip the equipments screen by clicking the check-mark button at the right
lower side.
5. Click the check-mark button to confirm.
6. Click the check-mark button and watching the battle.
7. Repeat 6 until finished.
8. Click the check-mark button.
9. Now, we back to title screen. Click [X] (Exit the game) button.
10. It crashes with an application error dialog.
--
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=30805
Bug #: 30805
Summary: Graphical glitch in the menu of Medieval total war
Product: Wine
Version: 1.5.5
Platform: x86
URL: http://download.cnet.com/Medieval-Total-War-demo/3000-
7483_4-10246017.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Classification: Unclassified
After workarounding the crash caused by amstream, we can reach the menu screen.
But there is huge graphical glitches. See the attached screenshot.
--
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=30804
Bug #: 30804
Summary: Medieval total war crashes, even with native amstream
Product: Wine
Version: 1.5.5
Platform: x86
URL: http://download.cnet.com/Medieval-Total-War-demo/3000-
7483_4-10246017.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Classification: Unclassified
Created attachment 40343
--> http://bugs.winehq.org/attachment.cgi?id=40343
console output with ddraw channel enabled
After workarounding the first crash of Medieval total war demo due to amstream,
the game crashes when one tries to launch a battle.
--
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=40572
Bug ID: 40572
Summary: ZTE USB Modem: Shows program Error and does not
dectect the modem
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: smartbiz.rohan(a)gmail.com
Distribution: ---
Created attachment 54411
--> https://bugs.winehq.org/attachment.cgi?id=54411
Unhandled exception, the text file has a register dump and stack dump.
backtraace from 0 to 200.
On running 3G connection manager utility from zte usb modem, the program starts
but shows program error in a seperate dialogue box withe the title "Program
Error Details".
It starts with "Unhandled exception: page fault on write access to 0x00429d0c
in 32-bit code (0x7e4b9596)."
BACKTRACE.txt 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=40576
Bug ID: 40576
Summary: Wordpad / write.exe not displaying symbol fonts
Product: Wine
Version: 1.9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: jon.tech.uk(a)gmail.com
Distribution: ---
The variants of Wordpad do not display symbol fonts correctly
Applications tested:
.wine/drive_c/Program Files/Windows NT/Accessories/wordpad.exe
.wine/drive_c/Program Files (x86)/Windows NT/Accessories/wordpad.exe
.wine/drive_c/windows/system32/write.exe
.wine/drive_c/windows/syswow64/write.exe
Fonts tested:
open symbol
webdings
wingding
Expected behaviour:
Characters typed should be displayed as the appropriate glyph/symbol
Actual behaviour:
Characters are shown as either letters (webdings, wingding) or rectangles (open
symbol)
--
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.