Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Wine
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

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
Old September 30th, 2009   #1
8Kuula
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#
Crashes allways when connecting to server, loading goes all the way and after that it crash, back to desktop, not even wine error window. Solo game works ok, only net game crashes.

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
8Kuula is offline   Reply With Quote
Old October 2nd, 2009   #2
blattengel
5 Cups of Ubuntu
 
blattengel's Avatar
 
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.
Attached Files
File Type: zip left4dead_3980_crash_2009_10_2T7_37_51C0.mdmp.zip (29.2 KB, 3 views)
__________________
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.
blattengel is offline   Reply With Quote
Old October 2nd, 2009   #3
blattengel
5 Cups of Ubuntu
 
blattengel's Avatar
 
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:
  1. Every time you start the game, open the console and type "motdfile "a"" without outer quotes.
  2. When launching left 4 dead, add the argument: +motdfile "a"
  3. Add said variable to this file: Steam/steamapps/common/left 4 dead/left4dead/cfg/config.cfg

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.
blattengel is offline   Reply With Quote
Old October 2nd, 2009   #4
blattengel
5 Cups of Ubuntu
 
blattengel's Avatar
 
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.
blattengel is offline   Reply With Quote
Old October 3rd, 2009   #5
8Kuula
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:
Originally Posted by blattengel View Post
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.
Hmm, dont work for me Four places find from motd.res file where to chance.

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
8Kuula is offline   Reply With Quote
Old October 3rd, 2009   #6
8Kuula
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...
8Kuula is offline   Reply With Quote
Old October 3rd, 2009   #7
blattengel
5 Cups of Ubuntu
 
blattengel's Avatar
 
Join Date: Nov 2007
Location: Logan, Utah
Beans: 15
Xubuntu 9.04 Jaunty Jackalope
Smile Re: Left 4 Dead Crash, wine 1.1.30

Quote:
Originally Posted by 8Kuula View Post
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.
Yes you are right. It didn't work for me either. I thought it did, I guess the servers I joined didn't have a motd display on joining. Bummer that didn't work.

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.
blattengel is offline   Reply With Quote
Old October 4th, 2009   #8
asdfoo
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
asdfoo is offline   Reply With Quote
Old October 4th, 2009   #9
blattengel
5 Cups of Ubuntu
 
blattengel's Avatar
 
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.
blattengel is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:31 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry