![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Wine This is the place for questions about using Windows programs under Linux using Wine, including productivity software, games, and anything else. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Just Give Me the Beans!
![]() Join Date: May 2009
My beans are hidden!
Ubuntu 9.10 Karmic Koala
|
Left 4 Dead Crash, wine 1.1.30
H!
here is crash output. Code:
bunbun@deimos:~/.wine/drive_d/Steam/steamapps/common/left 4 dead# env WINEDEBUG=fixme-all wine ./left4dead.exe -novid -sw -noborder Unable to remove d:\steam\steamapps\common\left 4 dead\left4dead\addonlist.txt! err:module:import_dll Library MSVCP80.dll (which is needed by L"D:\\Steam\\steamapps\\common\\left 4 dead\\bin\\NovintHFX_0.5.dll") not found err:module:import_dll Library MSVCR80.dll (which is needed by L"D:\\Steam\\steamapps\\common\\left 4 dead\\bin\\NovintHFX_0.5.dll") not found FS: Specified two path IDs (//mod/cfg/config.cfg, MOD). warning: Unknown nb_ctl request: 4 warning: Unknown nb_ctl request: 4 warning: Unknown nb_ctl request: 4 warning: Unknown nb_ctl request: 4 warning: Unknown nb_ctl request: 4 warning: Unknown nb_ctl request: 4 warning: Unknown nb_ctl request: 4 warning: Unknown nb_ctl request: 4 warning: Unknown nb_ctl request: 4 warning: Unknown nb_ctl request: 4 warning: Unknown nb_ctl request: 4 warning: Unknown nb_ctl request: 4 0[494d6550]: IMM32: InitKeyboardLayout, aKeyboardLayout=04090409, sCodePage=1252, sIMEProperty=00090000 bunbun@deimos:~/.wine/drive_d/Steam/steamapps/common/left 4 dead# I have tried so far: - default ~/.wine directory + winetricks allfonts (had d3dx9 too on other times, it in or out did not help) - added MSVCP80.dll and MSVCR80.dll to L4D bin directory, import_dll Library errors did drop, crashes still. I have not played L4D for while now. Again did start when new content came (crash course) so all i can say it did work before Setup: ubuntu 9.04 64bit, wine 1.1.30 More info: Seeems that, on server where is no motd, dont crash. On server where is, crash. Just by chance i managed to get one server were not motd, after playing little, all seemed to work until i did press "h" key (pops up motd) did crash. Last edited by 8Kuula; September 30th, 2009 at 03:39 PM.. Reason: Bad english, still is... + more info |
|
|
|
|
|
#2 |
|
5 Cups of Ubuntu
![]() Join Date: Nov 2007
Location: Logan, Utah
Beans: 15
Xubuntu 9.04 Jaunty Jackalope
|
Re: Left 4 Dead Crash, wine 1.1.30
This happens to me too. I load the crash course map, see the motd, and it crashes. All other maps work, even custom ones.
I've noticed a mini dump is put into: "Steam/steamapps/common/left 4 dead" Attached is the latest of 5 minidumps. I'll see if Visual Studio can make anything of the mini dump files when I get a chance. I don't know how to do it with gcc, anyone know of a good guide? I'm guessing a quick fix would be to somehow disable the motd, thus avoiding the crash.
__________________
The most annoying thing I've encountered when googling a question, is seeing a respondent that tells the original questioner to "google the question"... Avatar by LordSkelethom. |
|
|
|
|
|
#3 |
|
5 Cups of Ubuntu
![]() Join Date: Nov 2007
Location: Logan, Utah
Beans: 15
Xubuntu 9.04 Jaunty Jackalope
|
Re: Left 4 Dead Crash, wine 1.1.30
Never mind! The below doesn't work. I was using single player mode for testing...
--------------- All right, disabling the motd circumvents the crash for me. To do so, set the variable "motdfile" to a string that isn't a filename inside the left4dead directory. I set mine to "a". A few ways you can set the variable:
Odd how the game crashes when the motd is viewed in the new 'Crash Course' map. Very odd...
__________________
The most annoying thing I've encountered when googling a question, is seeing a respondent that tells the original questioner to "google the question"... Avatar by LordSkelethom. Last edited by blattengel; October 2nd, 2009 at 06:19 PM.. Reason: Didn't work. |
|
|
|
|
|
#4 |
|
5 Cups of Ubuntu
![]() Join Date: Nov 2007
Location: Logan, Utah
Beans: 15
Xubuntu 9.04 Jaunty Jackalope
|
Re: Left 4 Dead Crash, wine 1.1.30
Alright. I think I finally have it. In this file:
Steam/steamapps/common/left 4 dead/left4dead/resource/UI/motd.res Make all the "visible" and "enabled" values "0" instead of "1". This seems to skip the motd whenever you join a server. I wouldn't recommend viewing the motd manually, I did it once and it crashed the game again.
__________________
The most annoying thing I've encountered when googling a question, is seeing a respondent that tells the original questioner to "google the question"... Avatar by LordSkelethom. |
|
|
|
|
|
#5 | |
|
Just Give Me the Beans!
![]() Join Date: May 2009
My beans are hidden!
Ubuntu 9.10 Karmic Koala
|
Re: Left 4 Dead Crash, wine 1.1.30
Quote:
Same output than before. No Mercy, Dead Air and Crash Course, friends-only game, best available dedicated. Eatch did crash in same place. After loading bar was finished and game should start. But thanks for trying |
|
|
|
|
|
|
#6 |
|
Just Give Me the Beans!
![]() Join Date: May 2009
My beans are hidden!
Ubuntu 9.10 Karmic Koala
|
Re: Left 4 Dead Crash, wine 1.1.30
Hmm, for me that motd.res trick wont disable motd when i join in server. I did downgrade wine to 1.1.27 (is platinum in winehq) and game worked. And motd did show when i did join in server, motd.res modification is still active.
So for me downgrading wine to 1.1.27 worked On other note seems something else wrong with 1.1.30 too since when i did launch supreme commander forged alliance all i did got was black screen, sound i did hear only so game starts but with black screen. So did decide to downgrade wine, now just need remember not to update it when update-notifier says until 1.1.31... |
|
|
|
|
|
#7 | |
|
5 Cups of Ubuntu
![]() Join Date: Nov 2007
Location: Logan, Utah
Beans: 15
Xubuntu 9.04 Jaunty Jackalope
|
Quote:
Thanks for the tip about wine 1.1.27. I'll have to downgrade to that.
__________________
The most annoying thing I've encountered when googling a question, is seeing a respondent that tells the original questioner to "google the question"... Avatar by LordSkelethom. |
|
|
|
|
|
|
#8 |
|
Quad Shot of Ubuntu
![]() Join Date: Sep 2007
Beans: 451
Ubuntu 8.04 Hardy Heron
|
Re: Left 4 Dead Crash, wine 1.1.30
... don't run Wine as root
|
|
|
|
|
|
#9 |
|
5 Cups of Ubuntu
![]() Join Date: Nov 2007
Location: Logan, Utah
Beans: 15
Xubuntu 9.04 Jaunty Jackalope
|
Re: Left 4 Dead Crash, wine 1.1.30
I just filled out a bug report here:
http://bugs.winehq.org/show_bug.cgi?id=20257 Here are the most recent test results for Left 4 Dead on winehq: http://appdb.winehq.org/objectManage...estingId=45107
__________________
The most annoying thing I've encountered when googling a question, is seeing a respondent that tells the original questioner to "google the question"... Avatar by LordSkelethom. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|