D3DWindower


Recommended Posts

I found very nice program and since I haven't found any info at NeoWin I thought I will share with you what I have found.

D3DWindower is application to emulate DirectX behaviour - It's capable to run games written DX9 too.

If you like to often switch between apps, internet browser, instant messenger and game this app is for you !

Unfortnately D3DWindower is in Japaneese but little bit translated version (optionss) exists aswell

You can download D3DWindower from homepage: http://www.geocities.jp/menopem/

You can download English version here: http://rapidshare.com/files/72847117/D3DWi...nglish.rar.html

Enjoy as I do:

I enjoy playing Fallout 2 in window, and after applying to F2 resolution hack it looks great. ;)

I attachd my example.

post-125432-1196250526_thumb.jpg

Link to comment
https://www.neowin.net/forum/topic/603613-d3dwindower/
Share on other sites

That's a bit of an ignorant statement to make. While I'm sure a lot of people will use something like this for that purpose, a lot of people (including myself) will use it for much more practical reasons.

Particularly in this day and age of multicore processors, multitasking is much better than it used to be. Plus, a lot of older games (Think games like Theme Hospital) just don't support windowed mode, I guess it just wasn't the done thing a few years ago and it has actually prevented me from playing them just because I can't easily switch back and forth from application to application.

Perhaps I'm just too casual a gamer these days, but I need that ability or I just can't play the game and this tool is perfect for it.

So for as much as it may harm some online games, it'll also benefit them because people like me will be more likely to play them.

Link to comment
https://www.neowin.net/forum/topic/603613-d3dwindower/#findComment-589022811
Share on other sites

The 1 or 2 seconds gets annoying. I typically alt-tab several times a minute. It's a bit mad, but it's just how I've always done things, it works better for me. SO in the course of 10mins, I end up waiting for about 1 or 2mins, so it's a big deal to me.

Link to comment
https://www.neowin.net/forum/topic/603613-d3dwindower/#findComment-589022872
Share on other sites

  • 1 month later...

Uh hi, I just got this program too. I'm having problems w/ it though. I'm trying to change the Freestyle Basketball Online from full screen to window screen like that. However, when I choose the options box after choosing the program, I put 800x600 and click OK. Somehow it doesn't work. Just wondering if I have to do anything else besides putting the lengthxwidth. Thanks.

Link to comment
https://www.neowin.net/forum/topic/603613-d3dwindower/#findComment-589096901
Share on other sites

  • 1 year later...
  • 8 months later...

Man I"ve spent all day trying to get the original Fallout to run in windowed mode on Windows 7 64-bit.

Any chance you could post a tutorial on how you managed this...?

I've tried D3Windower, running it and the FO exe in compatibility mode as admin and still no go.

I found very nice program and since I haven't found any info at NeoWin I thought I will share with you what I have found.

D3DWindower is application to emulate DirectX behaviour - It's capable to run games written DX9 too.

If you like to often switch between apps, internet browser, instant messenger and game this app is for you !

Unfortnately D3DWindower is in Japaneese but little bit translated version (optionss) exists aswell

You can download D3DWindower from homepage: http://www.geocities.jp/menopem/

You can download English version here: http://rapidshare.com/files/72847117/D3DWi...nglish.rar.html

Enjoy as I do:

I enjoy playing Fallout 2 in window, and after applying to F2 resolution hack it looks great. ;)

I attachd my example.

Link to comment
https://www.neowin.net/forum/topic/603613-d3dwindower/#findComment-592006698
Share on other sites

  • 1 month later...

I lost old setting but just tested this one quick:

run d2d windower,

add fallout2.exe,

select it, set up options,

press play button (to start emulation mode)

press computer icon (to start game)

Options I use:

in Common tab: only Use Windowed Mode is selected

in Window Mode: DirectX 1-7,8-9, DDraw Colour (both), DDraw Primary Blt - selected

in Foreground tab: all unselected

Direct Input tab: use direct input selected only

As a result I got now window in the top left corner, but cannot move it, probably needs to tweak settings here and there, but it runs in window, check it out and have fun finding out other options ;)

Link to comment
https://www.neowin.net/forum/topic/603613-d3dwindower/#findComment-592140800
Share on other sites

  • 1 month later...
  • 3 years later...

Sorry for Necroing this thread,

is there any known patch to disable the "DirectDraw Spy Window" portion of D3DWindower?

that window will pop out if you press the "Pause" key while the window-ed game was running,

that sometimes interferes what the game currently doing.

i don't mind hex-editing the D3dHook.dll or the .EXE to achieve the intended result.

D3DWindower version i have: v1.88 English patch.

Link to comment
https://www.neowin.net/forum/topic/603613-d3dwindower/#findComment-595576684
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • JetBrains is working to cut false positives in RustRover 2026.2 by David Uzondu Recently, JetBrains released the fifth EAP build of its dedicated IDE, RustRover 2026.2, bringing improvements like a Run gutter icon for criterion_main! macro benchmarking and a feature that alerts you when there are unused traits in your current scope. Now, the company is out with a blog post addressing one of the "most common" complaints from users: false positives. In RustRover, a false positive occurs when the editor incorrectly highlights something as an error even though the project compiles and runs successfully. This mismatch flags a gap between the IDE's internal intelligence and the actual compiler. When the editor flashes red warnings over perfectly valid code, developers lose trust in the tool, which stalls momentum. Traditionally, RustRover runs cargo check to detect compiler errors and warnings, but it also relies on its own code analysis engine to power real-time features. To provide quick feedback, this engine parses your source code into a syntax tree while inferring types and resolving names as you type. Because this engine must work on broken, half-written code and react instantly, its logic sometimes diverges from the compiler's, producing false positives that do not exist in the compiler's eyes. JetBrains said that it has a "dedicated task force" focused specifically on identifying and fixing false positives by analyzing user reports and examining large-scale open-source projects. To speed up this process, the team built an internal system modeled after Crater, the famous Rust project that compiles and runs tests for every single crate published on crates.io. This automated pipeline compares the diagnostics from RustRover's analysis with actual compiler output to catch discrepancies before they reach users, ensuring smoother workflows. RustRover, for those who're unaware, is a dedicated IDE designed specifically for Rust developers. It's been around for a couple of years now, providing features like built-in debugging via LLDB, seamless cargo integration, advanced macro expansion, and HTML support. JetBrains distributes the app under two licensing models: a paid commercial subscription and a free option for non-commercial use.
    • Last year I bought the 2TB variant for $114 on Amazon. That's crazy that the 1TB is now 67% more expensive for half the storage, even with the newer T9 already on the market. And that's considered a good deal.
    • You can disable all non needed features from Brave. There is also Brave Origin which removes them entirely and it is free for Linux.
    • I wish I could use Brave but the tab suspension feature is horrible. It doesn't suspend them like Edge does. Even after 2h open with 70+ tabs (same as Edge), it has 2GB more consumption than Edge for no reason.
    • TeamViewer 15.78.4.0 by Razvan Serea TeamViewer is the fast, simple and friendly solution for remote access over the Internet - all applications in one single, very affordable module. Remote control of computers over the Internet, Instantly take control over a computer anywhere on the Internet, even through firewalls. No installation required, just use it fast and secure. Training, sales and teamwork, TeamViewer can also be used to present your desktop to a partner on the Internet. Show and share your software, PowerPoint presentations etc. File transfer, chat and more, Share your files, chat, switch the direction during a teamwork session, and a lot more is included in TeamViewer. TeamViewer key features: Cross-platform remote access (Windows, macOS, Linux, Android, iOS, IoT) Attended and unattended remote control Secure file transfer between devices Remote printing to local printers Multi-monitor support with easy switching Wake-on-LAN for sleeping devices Session links for quick connections (no password sharing) Web client access (no installation needed) End-to-end encryption (AES-256) Two-factor authentication and access controls AI-powered session insights and reporting Mass deployment and device management tools Customizable allow/block lists for security Command line and script execution remotely Performance monitoring and analytics dashboards TeamViewer 15.78.4.0 changelog: Improvements Permissions inheritance has been improved, increasing reliability when permissions are assigned to user group managers. Bugfixes Fixed a bug where 'Show details' button was not showing up on command bar upon selection of a device group. Fixed a bug which was causing the legacy groups to disappear when applying hide offline filter in basic view. Fixed a bug where devices were loading infinitely after login. Fixed a bug which was causing crash in application. Download: TeamViewer 15.78.4.0 | 32-bit | Portable | Mac | ~70.0 MB (Free for personal use) View: TeamViewer Home Page | Release Notes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      524
    2. 2
      PsYcHoKiLLa
      232
    3. 3
      Edouard
      135
    4. 4
      ATLien_0
      88
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!