It looks like 2.0.47i (the version I have) won't run under Win95/98/ME because it can't make a section of the code writeable. I'm not sure why that is since there's no mention of PAGE_EXECUTE_WRITECOPY not being supported in those OS's on MSDN, but PAGE_WRITECOPY is apparently not supported.
http://msdn.microsoft.com/library/defau ... ection.asp
[Fixed] The self-modifying code section could not be made...
Moderator: GZDoom Developers
Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
-
- Posts: 199
- Joined: Tue Jul 15, 2003 3:44 pm
- Location: Vancouver, BC
-
-
- Posts: 10772
- Joined: Sun Jul 20, 2003 12:15 pm
-
- ... in rememberance ...
- Posts: 2975
- Joined: Tue Jul 15, 2003 8:06 pm
-
-
- Posts: 10772
- Joined: Sun Jul 20, 2003 12:15 pm
-
- Posts: 199
- Joined: Tue Jul 15, 2003 3:44 pm
- Location: Vancouver, BC
no, there's different versions of 47i floating around. The one I have supports the interchangeable textures/patches/flats stuff (which is related to the self-modifying code).
Anyway, I changed it to PAGE_EXECUTE_READWRITE (from PAGE_EXECUTE_WRITECOPY) as mentioned in Randy's comments for that and it seems to work ok now.
Anyway, I changed it to PAGE_EXECUTE_READWRITE (from PAGE_EXECUTE_WRITECOPY) as mentioned in Randy's comments for that and it seems to work ok now.
-
- ... in rememberance ...
- Posts: 2975
- Joined: Tue Jul 15, 2003 8:06 pm
-
- Site Admin
- Posts: 7739
- Joined: Wed Jul 09, 2003 10:30 pm
-
- Posts: 2033
- Joined: Sat Jul 19, 2003 6:15 am
- Graphics Processor: Intel with Vulkan/Metal Support
- Location: Central Germany
-
- Site Admin
- Posts: 7739
- Joined: Wed Jul 09, 2003 10:30 pm