[Bug 11280] New: Mythos Beta will not pass Splash Screen
http://bugs.winehq.org/show_bug.cgi?id=11280 Summary: Mythos Beta will not pass Splash Screen Product: Wine Version: 0.9.53. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d AssignedTo: wine-bugs(a)winehq.org ReportedBy: lubosz(a)gmail.com Created an attachment (id=10368) --> (http://bugs.winehq.org/attachment.cgi?id=10368) Debug information Game installs, but starts with following error dialoge: Minimum System Requirements Not Met This application requires a CPU speed of at least 990 MHz (0.9GHz). Your detected CPU speed is 0 MHz (0.0 GHz). Check that any power-saving options are set to the maximum performance mode. The application will proceed, but performance may be adversel The game gets stuck in it first screen after that (black with splash, not login) -- 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=11280 Lubosz Sarnecki <lubosz(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lubosz(a)gmail.com -- 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=11280 --- Comment #1 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-01-19 14:39:53 --- Please remove/rename ~/.wine directory and reinstall this game. DO NOT change any default settings, including windows version!!! -- 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=11280 --- Comment #2 from Lubosz Sarnecki <lubosz(a)gmail.com> 2008-01-19 16:36:35 --- i installed and launched the game in its own wine prefix (freshly created for the setup). it was set to windows 2000 (standart) at setup. after that it needed to be changed to windows xp (message box said, it could only run in xp) -- 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=11280 --- Comment #3 from Lubosz Sarnecki <lubosz(a)gmail.com> 2008-01-19 16:39:16 --- the error "wine client error:9: write: Bad file descriptor" is not throwed if started with cmd from that prefix. (wineconsole cmd => (is in a Z:/home/user/ dir) changed to C:/Program/dir => Mythos.exe but it crashes anyway / is not continued anyway -- 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=11280 --- Comment #4 from Ralf Merkel <bigbearman(a)gmx.de> 2008-01-26 04:43:42 --- Created an attachment (id=10450) --> (http://bugs.winehq.org/attachment.cgi?id=10450) mythos with patch, no mouse no keyboard but sound works -- 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=11280 Ralf Merkel <bigbearman(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bigbearman(a)gmx.de --- Comment #5 from Ralf Merkel <bigbearman(a)gmx.de> 2008-01-26 04:45:23 --- hi guys, i am getting into the menu. i applied these patches: http://bugs.winehq.org/attachment.cgi?id=8297 from http://bugs.winehq.org/show_bug.cgi?id=9787 and diff --git a/dlls/user32/input.c b/dlls/user32/input.c index b385ee4..39608de 100644 --- a/dlls/user32/input.c +++ b/dlls/user32/input.c @@ -723,7 +723,7 @@ INT WINAPI ToUnicode(UINT virtKey, UINT scanCode, LPBYTE lpKeyState, INT WINAPI ToUnicodeEx(UINT virtKey, UINT scanCode, LPBYTE lpKeyState, LPWSTR lpwStr, int size, UINT flags, HKL hkl) { - return USER_Driver->pToUnicodeEx(virtKey, scanCode, lpKeyState, lpwStr, size, flags, hkl); + return 1;//USER_Driver->pToUnicodeEx(virtKey, scanCode, lpKeyState, lpwStr, size, flags, hkl); } /**************************************************************************** looks like the same behavior to me as in hellgate ... http://bugs.winehq.org/show_bug.cgi?id=10318 ingame no mouseinput or keyboardinput sound works ... http://bugs.winehq.org/attachment.cgi?id=10450 -- 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=11280 snkmad <snkmad(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |snkmad(a)hotmail.com --- Comment #6 from snkmad <snkmad(a)hotmail.com> 2008-02-06 19:30:59 --- I can get to menu also, and havent applied any patch. Using Wine 0.9.54, ubuntu 7.10 amd64. Sound works fine, but no mouse input, dont know if keyboard work or not. I get these fixme from console, they seem to be the cause: fixme:keyboard:RegisterHotKey (0x10026,258,0x00000000,44): stub fixme:win:RegisterRawInputDevices (pRawInputDevices=0x34de1c, uiNumDevices=1, cbSize=12) stub! -- 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=11280 snkmad <snkmad(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #7 from snkmad <snkmad(a)hotmail.com> 2008-02-06 19:31:29 --- *** This bug has been confirmed by popular vote. *** -- 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=11280 --- Comment #8 from snkmad <snkmad(a)hotmail.com> 2008-02-06 21:47:34 ---
looks like the same behavior to me as in hellgate ... http://bugs.winehq.org/show_bug.cgi?id=10318
ingame no mouseinput or keyboardinput sound works ...
I just found out, its the same company who did Hellgate London is producing Mythos. So if the bug is fixed on Hellgate, the patch may apply here. http://www.flagshipstudios.com/products -- 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=11280 --- Comment #9 from Dominik Lang <dlang(a)access.uzh.ch> 2008-02-17 08:41:27 --- Mythos was originally created just to test the engine made for Hellgate:London. However, they liked it enough to create a full-fledged game out of it. So many of the issues arising in HG:L are likely to be similar to the ones found in Mythos. Mythos is currently still running its beta, while HG:L was published last november and i still have some keys for the former. So if any of you developer want to try it, just drop me a line. -- 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=11280 Christian Reichlin <creichlin(a)avallain.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |creichlin(a)avallain.com -- 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=11280 --- Comment #10 from Ralf Merkel <bigbearman(a)gmx.de> 2008-03-25 17:34:13 --- in wine 0.9.58: still getting the message of minimum requirements. still gets stuck at splash 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=11280 Jörn Dreyer <wine.bugzilla.jfd(a)butonic.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.bugzilla.jfd(a)butonic.de -- 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=11280 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dlang(a)access.uzh.ch --- Comment #11 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-05-11 14:13:18 --- *** Bug 11620 has been marked as a duplicate of this 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.
http://bugs.winehq.org/show_bug.cgi?id=11280 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robin-wine(a)kallisti.net.nz --- Comment #12 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-05-11 14:13:59 --- *** Bug 11977 has been marked as a duplicate of this 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.
http://bugs.winehq.org/show_bug.cgi?id=11280 --- Comment #13 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-05-12 05:19:01 --- *** Bug 11977 has been marked as a duplicate of this 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.
http://bugs.winehq.org/show_bug.cgi?id=11280 --- Comment #14 from Austin English <austinenglish(a)gmail.com> 2008-11-12 13:46:34 --- Is this still an issue in current (1.1.8 or newer) wine? -- 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=11280 --- Comment #15 from Dominik Lang <dlang(a)access.uzh.ch> 2008-11-13 12:00:29 --- (In reply to comment #14)
Is this still an issue in current (1.1.8 or newer) wine?
Mythos can no longer be played, as Flagship Studios have shut their doors. The game might reappear under HanbitSoft, but i wouldn't count on it. -- 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=11280 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |ABANDONED --- Comment #16 from Austin English <austinenglish(a)gmail.com> 2008-11-13 13:05:12 --- (In reply to comment #15)
(In reply to comment #14)
Is this still an issue in current (1.1.8 or newer) wine?
Mythos can no longer be played, as Flagship Studios have shut their doors. The game might reappear under HanbitSoft, but i wouldn't count on it.
I'll close this abandoned then. Please reopen if you can retest and it's still an issue. -- 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=11280 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #17 from Austin English <austinenglish(a)gmail.com> 2008-11-13 13:05:21 --- Closing. -- 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.
participants (1)
-
wine-bugs@winehq.org