brand spankin newbruins72 wrote:How new is your laptop? I didn't think the game would run on most of the newer laptops because of the aspect ratio. All of the new ones seem to be widescreen and the game doesn't fit that way.
EHM Won't go into Windowed Mode
Forum rules
Data Editing Forum: Editing the game, databases or saved games. Home of the EHM Editor and the EHM Assistant.
Game Add-ons Forum: Database projects, graphics and sounds. Any discussion which does not relate to editing databases or saved games.
Game Knowledge Discussion: Attributes, coaching, drafting, scouting, tactics and training/practice.
Rosters Forum: Discussion relating to all database and roster projects for Eastside Hockey Manager.
Technical Support: Difficulties, crashes and errors when installing or running the game (and nothing else). Any issues relating to the TBL Rosters must be posted in the TBL Rosters forum. Questions about how to install add-ons must be posted in the Game Add-ons Forum.
General EHM Chat: Anything relating to Eastside Hockey Manager 2004 / 2005 / 2007 / 1 which does not fall within any of the other forums.
Please carry out a forum search before you start a new thread.
Data Editing Forum: Editing the game, databases or saved games. Home of the EHM Editor and the EHM Assistant.
Game Add-ons Forum: Database projects, graphics and sounds. Any discussion which does not relate to editing databases or saved games.
Game Knowledge Discussion: Attributes, coaching, drafting, scouting, tactics and training/practice.
Rosters Forum: Discussion relating to all database and roster projects for Eastside Hockey Manager.
Technical Support: Difficulties, crashes and errors when installing or running the game (and nothing else). Any issues relating to the TBL Rosters must be posted in the TBL Rosters forum. Questions about how to install add-ons must be posted in the Game Add-ons Forum.
General EHM Chat: Anything relating to Eastside Hockey Manager 2004 / 2005 / 2007 / 1 which does not fall within any of the other forums.
Please carry out a forum search before you start a new thread.
-
shooter_80
- Hall of Fame
- Posts: 1998
- Joined: Sun Mar 15, 2009 1:50 pm
- Custom Rank: DMHNL Veteran
- bruins72
- TBL Admin Team
- Posts: 14513
- Joined: Fri Jan 20, 2006 3:13 pm
- Custom Rank: Challenge Guy
- Favourite Team: Boston Bruins
- Location: Taunton, MA
- joehelmer
- TBL Mod Team
- Posts: 3483
- Joined: Tue Jan 25, 2005 4:45 pm
- Favourite Team: Djurgården (SHL)
- Location: Sweden
My laptop has the resolution of 1280*800, which I've read is widescreen (
) and EHM works fine for me, both in full screen mode and windowed mode.
The code that I posted on last page works fine for me, but here's another one that should work:
Found it in this thread: http://www.ehmtheblueline.com/forums/vi ... php?t=3586
The code that I posted on last page works fine for me, but here's another one that should work:
Code: Select all
"C:\Program Files\Games\NHL Eastside Hockey Manager 2007\ehm2007.exe" -small_screen -windowed-
shooter_80
- Hall of Fame
- Posts: 1998
- Joined: Sun Mar 15, 2009 1:50 pm
- Custom Rank: DMHNL Veteran
Thats the "shortcut" I've used in the past but it wont work on Win7. (I am also using EHM 2005 but that shouldnt matter)joehelmer wrote:My laptop has the resolution of 1280*800, which I've read is widescreen () and EHM works fine for me, both in full screen mode and windowed mode.
The code that I posted on last page works fine for me, but here's another one that should work:
Found it in this thread: http://www.ehmtheblueline.com/forums/vi ... php?t=3586Code: Select all
"C:\Program Files\Games\NHL Eastside Hockey Manager 2007\ehm2007.exe" -small_screen -windowed
- archibalduk
- TBL Admin Team
- Posts: 20384
- Joined: Tue Jul 06, 2004 8:44 pm
- Custom Rank: Seaside + Fruit Juice Mode
- Favourite Team: Guildford (EPL) / Invicta (NIHL)
- Location: United Kingdom
- Contact:
- JimH
- Junior League
- Posts: 11
- Joined: Sat Oct 31, 2009 6:11 pm
I found a solution!!
I stumbled upon this site that has a solution that worked for me, using an Acer Aspire netbook with Windows 7:
HERE
It does require you to make a change to your registry, so not everyone will be comfortable doing it, but it worked for me. It makes the screen a little squished, but it works. There are a couple other tools mentioned in the article that MAY work for people who don't want to mess with their registry.
Good luck!
I stumbled upon this site that has a solution that worked for me, using an Acer Aspire netbook with Windows 7:
HERE
It does require you to make a change to your registry, so not everyone will be comfortable doing it, but it worked for me. It makes the screen a little squished, but it works. There are a couple other tools mentioned in the article that MAY work for people who don't want to mess with their registry.
Good luck!
-
geckon
- Prospect
- Posts: 96
- Joined: Tue Dec 04, 2012 10:30 pm
Re: EHM Won't go into Windowed Mode
Sorry for opening such an old topic but I found a possible solution for this (after a long time this was bothering me).
Disclaimer:
I don't play the game in Windows but in Linux using Wine. This solution is only useful for:
- Linux and Wine users like me
- Windows users who are able to do the same as I do in Linux (it may be possible but not being a Windows user myself I don't know how to do that - but someone else may know)
Steps to solve the issue on Linux:
1) scale your display to fake a bigger resolution by this command: xrandr --output LVDS-0 --scale 1x1.1
2) run the EHM
3) scale your display back to your resolution by this command: xrandr --output LVDS-0 --scale 1x1
NOTES:
- The "LVDS-0" is your output (how your display is connected). On laptop it will very probably be "LVDS-0" or "LVDS", you can also see e.g. "VGA-0", "HDMI-0" etc for external displays
- The "1x1.1" says that you want to have the same width and 1.1-times your height. You may need to adjust these values if your display resolution is different from mine or you have different panels on your screen etc. E.g. for the same width and 150% height you would use 1x1.5 - I hope you see the pattern.
- After you run EHM and set the display back, EHM should keep running (at least it doesn't crash on my laptop) and you should be able to play it. It will probably not fit your screen well (that's the original problem). You can deal with it by:
- moving the window so only some not needed part of it is not visible (out of the screen)
- switching the game to fullscreen mode that should work even on smaller screens
- omit the third step and play the game on the scaled screen - this has the disadvantage that everything will probably be blurred a little
I hope this helps to someone, I'm personally happy I found this solution
Disclaimer:
I don't play the game in Windows but in Linux using Wine. This solution is only useful for:
- Linux and Wine users like me
- Windows users who are able to do the same as I do in Linux (it may be possible but not being a Windows user myself I don't know how to do that - but someone else may know)
Steps to solve the issue on Linux:
1) scale your display to fake a bigger resolution by this command: xrandr --output LVDS-0 --scale 1x1.1
2) run the EHM
3) scale your display back to your resolution by this command: xrandr --output LVDS-0 --scale 1x1
NOTES:
- The "LVDS-0" is your output (how your display is connected). On laptop it will very probably be "LVDS-0" or "LVDS", you can also see e.g. "VGA-0", "HDMI-0" etc for external displays
- The "1x1.1" says that you want to have the same width and 1.1-times your height. You may need to adjust these values if your display resolution is different from mine or you have different panels on your screen etc. E.g. for the same width and 150% height you would use 1x1.5 - I hope you see the pattern.
- After you run EHM and set the display back, EHM should keep running (at least it doesn't crash on my laptop) and you should be able to play it. It will probably not fit your screen well (that's the original problem). You can deal with it by:
- moving the window so only some not needed part of it is not visible (out of the screen)
- switching the game to fullscreen mode that should work even on smaller screens
- omit the third step and play the game on the scaled screen - this has the disadvantage that everything will probably be blurred a little
I hope this helps to someone, I'm personally happy I found this solution