https://bugs.winehq.org/show_bug.cgi?id=39123
Bug ID: 39123
Summary: Fairy Fencer F - Large number of FIXME ntdll
NtQuerySystemInformation calls
Product: Wine
Version: 1.7.49
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: chaos.kagami(a)gmail.com
Distribution: ---
Created attachment 52131
--> https://bugs.winehq.org/attachment.cgi?id=52131
Replaces SYSTEM_INTERRUPT_INFORMATION returning zeroed array with rand() filled
array
The following messages are repeated through the log during gameplay of Fairy
Fencer F, over and over:
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_INTERRUPT_INFORMATION
fixme:ntdll:NtQuerySystemInformation
(0x00000021,0x5dd43a80,0x00000010,0x6fcdd00) stub
fixme:ntdll:NtQuerySystemInformation
(0x0000002d,0x5dd43a80,0x00000020,0x6fcdd00) stub
Looking through WINE's source, as well as various internet resources -
SYSTEM_INTERRUPT_INFORMATION and another two-ish unimplemented queries can be
used to seed RNG, or just be used as random numbers. Wine returns a zero-filled
array in all of these cases, which results in oddly crippled RNG ranges in
Fairy Fencer F. I've observed a whole battle where every attach hit and as long
as the same attack was used, it did exactly the same damage every time. Also,
in general, the game appears to lack some randomness with these stubs versus
windows. Replacing the zero-filled array with a rand() filled one improves the
situation, but I'm rather sure it isn't what windows does.
A rather hackish patch is attached. The difference in random numbers in-game
should be easily and immediately observable. I'm also aware the patch doesn't
meet submission guidelines - it's not meant to be a real fix. I'm not entirely
sure what the 'correct' fix is.
--
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=40735
Bug ID: 40735
Summary: Midnight Mysteries: The Edgar Allan Poe Conspiracy
(Steam) fails to start (probably needs msscript)
Product: Wine
Version: 1.9.11
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
This is the only game from the Midnight Mysteries series on Steam which refuses
to start.
The game displays an error message after start:
'Exception EOleSysError in module Midnight Mysteries - Edgar Allan Poe
Conspiracy.exe at 0008B9AD. OLE error 80004002.'
In the terminal:
>fixme:msscript:ScriptControl_QueryInterface (0x177000)->({00000112-0000-0000-c000-000000000046} 0x33fca8)
>fixme:ole:CoCreateInstanceEx no instance created for interface {00000112-0000-0000-c000-000000000046} of class {0e59f1d5-1fbe-11d0-8ff2-00a0d10038bc}, hres is 0x80004002
I installed msscript.ocx with winetricks, and now the game window is opened and
sound begins to play for a second then the game throws a different error:
'Access violation error at address....'. The error dialog box can't be
dismissed, it's popping up continuously.
This is the terminal output with native msscript.ocx:
>err:ole:CoCreateInstanceEx apartment not initialised
>fixme:jscript:JScript_SetScriptState unimplemented SCRIPTSTATE_INITIALIZED
>fixme:win:EnumDisplayDevicesW ((null),0,0x33f7e8,0x00000000), stub!
>fixme:win:EnumDisplayDevicesW ((null),0,0x33f638,0x00000000), stub!
wine-1.9.11-112-gd864119
--
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=39150
Bug ID: 39150
Summary: Devil May Cry 3 SE Screen is too bright.
Product: Wine
Version: 1.7.49
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Hello Everyone,
Devil May Cry 3 SE Screen is too bright. It almost looks like a white out.
--
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=25390
Summary: wineconsole doesn't returns exit code of subprocess
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cblp(a)cblp.su
wineconsole should exit with the code, that was returned by nested command.
Example 1.
$ wineconsole cmd
CMD Version 1.2
> thereisnosuchcommand
File not found
> echo %ERRORLEVEL%
9009
> exit
$ echo $?
0
Example 2.
$ wineconsole thereisnosuchcommand
wine: cannot find L"C:\\windows\\system32\\thereisnosuchcommand.exe"
wineconsole: Starting command "thereisnosuchcommand" failed.
The command is invalid.
$ echo $?
0
And always 0, regardless of subprocess.
--
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=40718
Bug ID: 40718
Summary: Error in `C:\Program Files\Statgraphics\Statgraphics
Centurion XVII.I\CrashSender1402.exe': double free or
corruption (!prev): 0x7d30f2f8
Product: Wine
Version: 1.9.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jibanes(a)gmail.com
Distribution: ---
Created attachment 54616
--> https://bugs.winehq.org/attachment.cgi?id=54616
screenshot
Bug present on Wine Staging 1.9.11 and Wine Devel 1.9.11.
Application: Statgraphics Centurion (30 days free trial available) 17.1.12
(32-bit).
Steps to reproduce:
File->Open->Open StatFolio->acceptance chart.sgp
--
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=36778
Bug ID: 36778
Summary: Webbrowser can't show local images (urls)
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: ocean04(a)suomi24.fi
Created attachment 48844
--> http://bugs.winehq.org/attachment.cgi?id=48844
Sample + source
Attached sample code is used to show html previews
Extract zip to c:/ (.wine/drive_c/) Run imagepreview.exe and click button.
It should show test.jpg, but instead broken image icon.
Sample works if replace "file:///c:/test.jpg" with some http url.
Workaround winetricks ie8
--
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=37625
Bug ID: 37625
Summary: Fallout: New Vegas fails to allocate system memory
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: oinabilac(a)gmail.com
Distribution: ---
Fallout: New Vegas fails to allocate enough system memory when running on
high/ultra graphics settings. The game does not crash but the game is not
rendered properly; the interface disappears and certain textures are not
visible.
Wine repeatedly gives the following messages:
err:d3d:resource_init Failed to allocate system memory.
This issue can be fixed by setting the large address aware flag enabled (works
for Fallout 3 which has the same issue and runs the same game engine), but for
some reason New Vegas will not start if this is done. This is also true under
Windows and people have made workarounds to this and created mods which solve
the issue. For an example the following:
http://www.nexusmods.com/newvegas/mods/35262/?
This mod does not work under Wine, when you attempt to apply this patch by
running fnv4gb.exe you get the following error:
err:module:attach_process_dlls "XINPUT1_3.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files
(x86)\\Steam\\steamapps\\common\\Fallout New Vegas\\FalloutNV.4gb" failed,
status c00000fd
As described previously, Fallout 3 has the exact same issue and by setting the
large address aware flag the game functions flawlessly. The same would probably
be true if the flag could be set for Fallout: New Vegas.
--
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=39971
Bug ID: 39971
Summary: Vbscript works very slow on wine
Product: Wine
Version: 1.9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: outdoor-online(a)i.ua
Distribution: ---
Created attachment 53407
--> https://bugs.winehq.org/attachment.cgi?id=53407
Vbscript with config and input file. Logs in Win and Ubuntu
I have installed Wine (v.1.7) on Ubuntu (v. 12.04) to run the vbscript. Libre
Office was also installed via Wine (required for vbscript). The script converts
.xls or .xlsx (input file) to .csv (output file). The problem is the following:
for the first time after installation script is running for 15 minutes (this is
longer than in Win, but it is acceptable). All subsequent times the script is
running for 1.5 hours. According to the logs, you can see that the script
processes each subsequent string in xls|xlsx longer than the previous one.
(like the loss of productivity in processing xls|xlsx)
--
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=25166
Summary: Multiple mime type handling registered for different
file extensions
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: quentin.denis(a)gmail.com
Created an attachment (id=31923)
--> (http://bugs.winehq.org/attachment.cgi?id=31923)
screenshot illustrating the issue
The title might be confusing, but to be more precise, for file extensions
associated to Office Application (and even others) I get multiple "open with"
proposals, all referring to the same Office component (screenshot illustrates).
The issue seems to lie in the way wine registers the file mime-types. For a
.ppt file, i.e., I should get only one "PowerPoint" entry in my open with
dialog.
--
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.