http://bugs.winehq.org/show_bug.cgi?id=27828
Summary: MyVirtualRoom doen't start
(fixme:wininet:InternetSetOptionW Option 38 STUB)
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
A user reported trouble with this app on the userforum. After starting the app
it returns to the console immediately, with some fixme's:
fixme:process:GetLogicalProcessorInformation ((nil),0x33fd80): stub
fixme:wininet:INET_QueryOption INTERNET_OPTION_CONNECTED_STATE: semi-stub
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECTED_STATE: STUB
fixme:wininet:InternetSetOptionW Option 38 STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECTED_STATE: STUB
Returning TRUE in InternetSetOptionW for Option 38 (INTERNET_OPTION_PROXY) like
in hack below makes the app start fine. Maybe a wininet-guru could fix this bug
by some minimal implementation of this option.
diff --git a/dlls/wininet/internet.c b/dlls/wininet/internet.c
index c865368..d965aa0 100644
--- a/dlls/wininet/internet.c
+++ b/dlls/wininet/internet.c
@@ -2622,6 +2622,9 @@ BOOL WINAPI InternetSetOptionW(HINTERNET hInternet, DWORD
case INTERNET_OPTION_DISABLE_AUTODIAL:
FIXME("Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB\n");
break;
+ case INTERNET_OPTION_PROXY:
+ FIXME("Option INTERNET_OPTION_PROXY; STUB\n");
+ break;
case INTERNET_OPTION_HTTP_DECODING:
FIXME("INTERNET_OPTION_HTTP_DECODING; STUB\n");
SetLastError(ERROR_INTERNET_INVALID_OPTION);
--
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=25650
Summary: BearShare: Crash at the end of installation
Product: Wine
Version: 1.3.10
Platform: x86
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=32665)
--> (http://bugs.winehq.org/attachment.cgi?id=32665)
Terminal output on wine-1.3.10-119-g4ee0675
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) wine BearShareV9pl.exe
Behaviour:
Silent crash at the end of installation.
Expected behaviour:
I should be informed that installation is finished.
--
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=26492
Summary: GridIron Flow Essentials: Fails to install with
built-in msxml3
Product: Wine
Version: 1.3.16
Platform: x86
URL: http://f10w2397hr.s3.amazonaws.com/GridIron_Flow_202_W
indows.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=33727)
--> (http://bugs.winehq.org/attachment.cgi?id=33727)
Terminal output on Wine 1.3.16
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) wine GridIron_Flow_202_Windows.exe
Behaviour:
"Installation failed [...]"
Expected behaviour:
No "Installation failed [...]"
Workaround:
winetricks msxml3
--
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=9228
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #26 from Alexandre Julliard <julliard(a)winehq.org> 2011-07-22 12:43:43 CDT ---
Closing bugs fixed in 1.3.25.
--
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=24509
Summary: Blur: crashes in intro videos in fullscreen mode
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=30936)
--> (http://bugs.winehq.org/attachment.cgi?id=30936)
terminal output + backtrace
To reproduce, install Blur from DVD (wisotool blur).
Run blur (you may have to workaround safedisc 7...)
It'll then pop up the activision logo, then a second video. Sometime during the
second video, it also checks for updates and a small window pops up. When that
second video finishes, it should transition to the menu (unless you choose to
install updates). Instead, you get a crash and it hangs:
Backtrace:
=>0 0x0019ef4e (0x0256fa34)
1 0x7e94bac2 reset_enum_callback+0x91(resource=0x70a71030, data=0x256fa58)
[/home/austin/wine-git/dlls/d3d9/device.c:572] in d3d9 (0x0256fad4)
2 0x7e94bac2 reset_enum_callback+0x91(resource=0x70a71058, data=0x256fb84)
[/home/austin/wine-git/dlls/d3d9/device.c:572] in d3d9 (0x0256fb24)
3 0x7e84e0c4 IWineD3DDeviceImpl_EnumResources+0x83(iface=0x13b6a0,
pCallback=0x7e94ba30, pData=0x256fb84)
[/home/austin/wine-git/dlls/wined3d/device.c:6683] in wined3d (0x0256fb94)
4 0x7e952d0f IDirect3DDevice9Impl_Reset+0xae(iface=0x11a5b0,
pPresentationParameters=0x629c3d8)
[/home/austin/wine-git/dlls/d3d9/device.c:613] in d3d9 (0x0258fe70)
--
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=27322
Summary: Flatout 1 does not run anymore
Product: Wine
Version: 1.3.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nadnaam(a)gmail.com
Created an attachment (id=34944)
--> (http://bugs.winehq.org/attachment.cgi?id=34944)
wine Debugger screenshot
When starting "wine flatout.exe" the following error occurs:
"A debugger has been detected"
the game does not run anymore.
- On previous versions the game ran perfectly.
- I use a "no CD" cracked exe.
- Other programs still work fine.
--
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=24590
Summary: [Settlers 7 Demo] Game waits for an event on the
splash screen
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
The Demo installs fine and gets successfully updated.
However it seems to wait for an event at the splash screen.
The game itself is never entered and there is no more output in the terminal.
The splash screen also does not freeze or crash. It continues to display the
spinning circle.
--
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=23211
Summary: A-Ray Scanner v2.0.2.3 crashes with unhandled page
fault
Product: Wine
Version: 1.2-rc3
Platform: x86-64
URL: http://www.softpedia.com/get/CD-DVD-Tools/CD-DVD-Rip-O
ther-Tools/ARay-Scanner.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olerass(a)gmail.com
Created an attachment (id=28887)
--> (http://bugs.winehq.org/attachment.cgi?id=28887)
Output from wine1.2-rc3
Program crashes when starting if winmode is Windows XP or higher. It runs in
Windows 98 mode, but then other things doesn't work, so I think this bug should
be fixed before I report the others. The program is designed to run on Windows
XP. Attached output from crash.
--
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=22609
Summary: SystemShock2 crash when starting level
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: duck(a)duckcorp.org
Created an attachment (id=27783)
--> (http://bugs.winehq.org/attachment.cgi?id=27783)
log with crash dump
SystemShock2 starts well, with clean display, audio, and working video (before
level starts really), but when starting the level, it crashes after everything
is loaded.
It used to work, slowly but quite well, with several versions of the 1.1 series
(don't remember well, as i stopped playing this game for a while). Starting
from 1.1.32 at least, it doesn't work. I could not test 1.1.43 which is not
packaged, either in Debian or at lamaresh.net.
I'm using Debian unstable on i386, with a Mobility Radeon X300 and the Free
driver (v6.13.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.
http://bugs.winehq.org/show_bug.cgi?id=15586
Summary: Introscreen is drawn mostly off screen
Product: Wine
Version: 1.1.6
Platform: PC
OS/Version: Mac OS X 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mellery(a)gmail.com
Created an attachment (id=16588)
--> (http://bugs.winehq.org/attachment.cgi?id=16588)
Screenshot showing the problem
When starting the game the introscreen is about 66% outside the window. I've
attached a screenshot showing what I mean.
I get flooded with tons of the following fixme
fixme:ddraw:IDirectDrawImpl_WaitForVerticalBlank (0xa093780)->(1,(nil)): Stub
fixme:d3d:IWineD3DSwapChainImpl_Present Unhandled present options
0x32fc5c/0x32fc6c
--
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.