search for: trusktr

Displaying 5 results from an estimated 5 matches for "trusktr".

2010 Oct 07
2
Re: running 16 bit real mode executables on mac
...ms in wine, and using ml.exe compiles and links everything perfectly and outputs a .exe file with no complaints. Then, when i try and run the program it give me an error like Code: fixme:module:__wine_load_dos_exe DOS executables not supported on this platform winevdm: can't exec 'Z:\home\trusktr\projects\school\fall2010\cisp310_assembly\random2\main.exe': invalid program file If i run the .EXE file in DosBox, then it works just fine. How can i get these 16bit apps that I'm making working in Wine?
2010 Oct 08
0
running 16 bit real mode executables on mac
doh123 <wineforum-user at winehq.org> wrote: >Sent: Oct 8, 2010 7:27 AM >To: wine-users at winehq.org >Subject: [Wine] Re: running 16 bit real mode executables on mac > > >trusktr wrote: >> Hey guys, i know this post is old, but i'm also having the same problem. >> >> I'm trying to compile MASM 6.1.5 programs in wine, and using ml.exe compiles and links everything perfectly and outputs a .exe file with no complaints. >> >> Then, when i...
2010 Aug 22
1
What packages/libraries do I need to squash these bugs?...
...eems like there are some calls to missing classes/objects and also some incorrect arguments being passed for these classes/objects. So, I figure if I install the right libraries, everything will be fine! Is this true? If so, which libraries do I need? Check it out, here's the errors: Code: [trusktr at rocketship Setup_AECS4]$ wine ADBEAFETCS4_LS7.exe [trusktr at rocketship Setup_AECS4]$ fixme:console:AttachConsole stub ffffffff fixme:advapi:SetNamedSecurityInfoW L"MACHINE\\Software\\Classes\\.svg" 4 4 (nil) (nil) 0x129d80 (nil) fixme:advapi:SetNamedSecurityInfoW L"MACHINE\\Soft...
2010 Sep 02
1
Adobe CS4 and CS5 in Wine!
Hello guys! As you know, it is tricky to install CS4 or CS5 in Wine. However, here's my idea. I have a dual-boot system with windows 7. I think I can install CS4 or CS5 in win 7, then copy the files over to my .wine folder in Linux. Anyone have any tips on what system files to copy over? Or should I just copy everything?
2012 Nov 19
2
Dovecot sieve with postfix.
Hi all, I can't get dovecot working with postfix. If I leave virtual_transport set to "virtual", I can send and receive messages just fine in roundcube. If I set virtual_transport to "dovecot", I can only send messages in roundcube, but incoming messages never arrive. Seems I can't get dovecot-lda to work. I need dovecot-lda in order for sieve filters to work. Any