How to set up a retro in 2023 (IIS) (Nitro HTML5) - (Part 1)

Simon2910

New Member
Nov 11, 2019
12
0
Git krews were taken down by its former manager... A new one has been put up however it is still missing quite a bit of files. I will try to update the links to new ones when im home, as theyre all over the internet now rather than in one place 😊
Hey there, thanks for the tutorial first of all. It has been a week now, any idea when a new link will be released?
 

Object

?
Nov 10, 2017
412
325
It's a shame krews pulled their git so people can't clone the files.
I'll go through the tutorial and update the links today. I've been out of time & pretty busy lately :D
Post automatically merged:

Thread updated to be more user-friendly and with updated asset links!
 
Last edited:

Joe

Well-Known Member
Jun 10, 2012
4,088
1,915
I'll go through the tutorial and update the links today. I've been out of time & pretty busy lately :D
Post automatically merged:

Thread updated to be more user-friendly and with updated asset links!
Thanks mate, I appreciate it!
 

Simon2910

New Member
Nov 11, 2019
12
0
I'll go through the tutorial and update the links today. I've been out of time & pretty busy lately :D
Post automatically merged:

Thread updated to be more user-friendly and with updated asset links!
First of all, thanks for updating the link to the sql but I got myself a little problem.

So when I try to import the sql into my database I get this error:
Code:
C:\Users\Administrator\AppData\Roaming\DBeaverData\drivers\clients\mysql_8\win\mysql.exe -u root --host=localhost --port=3306 hotel
Task 'MySQL restore' started at Mon Jan 02 22:38:34 CET 2023
ERROR 1366 (22007) at line 372: Incorrect string value: '\xC3\x84\xC3\xA4ni...' for column `hotel`.`catalog_items`.`catalog_name` at row 2807

Task 'MySQL restore' finished at Mon Jan 02 22:38:35 CET 2023
2023-01-02 22:38:35.322 - IO error: Process failed (exit code = 1). See error log.
2023-01-02 22:38:35.322 - java.io.IOException: Process failed (exit code = 1). See error log.
    at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.validateErrorCode(AbstractNativeToolHandler.java:242)
    at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.executeProcess(AbstractNativeToolHandler.java:223)
    at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.doExecute(AbstractNativeToolHandler.java:262)
    at org.jkiss.dbeaver.ext.mysql.tasks.MySQLNativeToolHandler.doExecute(MySQLNativeToolHandler.java:47)
    at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.lambda$0(AbstractNativeToolHandler.java:83)
    at org.jkiss.dbeaver.runtime.RunnableContextDelegate.lambda$0(RunnableContextDelegate.java:39)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)

As you can see on the next photo I'm missing a lot of tables since it stops importing I guess.

Maybe I missed out on something but I don't think so. Is there something wrong with the sql?

Thanks in advance.
 

Joe

Well-Known Member
Jun 10, 2012
4,088
1,915
First of all, thanks for updating the link to the sql but I got myself a little problem.

So when I try to import the sql into my database I get this error:
Code:
C:\Users\Administrator\AppData\Roaming\DBeaverData\drivers\clients\mysql_8\win\mysql.exe -u root --host=localhost --port=3306 hotel
Task 'MySQL restore' started at Mon Jan 02 22:38:34 CET 2023
ERROR 1366 (22007) at line 372: Incorrect string value: '\xC3\x84\xC3\xA4ni...' for column `hotel`.`catalog_items`.`catalog_name` at row 2807

Task 'MySQL restore' finished at Mon Jan 02 22:38:35 CET 2023
2023-01-02 22:38:35.322 - IO error: Process failed (exit code = 1). See error log.
2023-01-02 22:38:35.322 - java.io.IOException: Process failed (exit code = 1). See error log.
    at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.validateErrorCode(AbstractNativeToolHandler.java:242)
    at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.executeProcess(AbstractNativeToolHandler.java:223)
    at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.doExecute(AbstractNativeToolHandler.java:262)
    at org.jkiss.dbeaver.ext.mysql.tasks.MySQLNativeToolHandler.doExecute(MySQLNativeToolHandler.java:47)
    at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.lambda$0(AbstractNativeToolHandler.java:83)
    at org.jkiss.dbeaver.runtime.RunnableContextDelegate.lambda$0(RunnableContextDelegate.java:39)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)

As you can see on the next photo I'm missing a lot of tables since it stops importing I guess.

Maybe I missed out on something but I don't think so. Is there something wrong with the sql?

Thanks in advance.
Disable MySQL strict mode, the table should run then.
 

verki2

New Member
Jan 4, 2023
2
0
Restoring the Arcturus SQL I error out.

C:\Users\Administrator\AppData\Roaming\DBeaverData\drivers\clients\mysql_8\win\mysql.exe -u root --host=localhost --port=3306 hotel
Task 'MySQL restore' started at Wed Jan 04 16:29:11 PST 2023
ERROR 1366 (22007) at line 372: Incorrect string value: '\xC3\x84\xC3\xA4ni...' for column hotel.catalog_items.catalog_name at row 2807

Task 'MySQL restore' finished at Wed Jan 04 16:29:13 PST 2023
2023-01-04 16:29:13.298 - IO error: Process failed (exit code = 1). See error log.
2023-01-04 16:29:13.330 - java.io.IOException: Process failed (exit code = 1). See error log.
at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.validateErrorCode(AbstractNativeToolHandler.java:242)
at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.executeProcess(AbstractNativeToolHandler.java:223)
at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.doExecute(AbstractNativeToolHandler.java:262)
at org.jkiss.dbeaver.ext.mysql.tasks.MySQLNativeToolHandler.doExecute(MySQLNativeToolHandler.java:47)
at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.lambda$0(AbstractNativeToolHandler.java:83)
at org.jkiss.dbeaver.runtime.RunnableContextDelegate.lambda$0(RunnableContextDelegate.java:39)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
 

DimpledRobin

New Member
Jan 4, 2023
7
1
Hi. I downloaded the mariaDB using the provided link in the above tutorial. But it's only downloaded a .zip folder. With no application or setup button etc. I've attached a photo of what it downloaded and its contents.
 

Attachments

  • mariadbissue.png
    mariadbissue.png
    3 KB · Views: 7
  • mariadbissue2.png
    mariadbissue2.png
    21.7 KB · Views: 7

Joe

Well-Known Member
Jun 10, 2012
4,088
1,915
Hi. I downloaded the mariaDB using the provided link in the above tutorial. But it's only downloaded a .zip folder. With no application or setup button etc. I've attached a photo of what it downloaded and its contents.
Download the 10.10.2 version, that’ll work.
 

Joe

Well-Known Member
Jun 10, 2012
4,088
1,915
If you’re following the tutorial Google mariadb disable strict mode that should help
 

DimpledRobin

New Member
Jan 4, 2023
7
1
Hi.

When I try to import the database. I get this error:
Task 'MySQL restore' finished at Thu Jan 05 16:21:34 CET 2023
2023-01-05 16:21:34.721 - IO error: Process failed (exit code = 1). See error log.
2023-01-05 16:21:34.721 - java.io.IOException: Process failed (exit code = 1). See error log.
at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.validateErrorCode(AbstractNativeToolHandler.java:242)
at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.executeProcess(AbstractNativeToolHandler.java:223)
at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.doExecute(AbstractNativeToolHandler.java:262)
at org.jkiss.dbeaver.ext.mysql.tasks.MySQLNativeToolHandler.doExecute(MySQLNativeToolHandler.java:47)
at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.lambda$0(AbstractNativeToolHandler.java:83)
at org.jkiss.dbeaver.runtime.RunnableContextDelegate.lambda$0(RunnableContextDelegate.java:39)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
 

tired

i c
Aug 15, 2017
24
7
Hi.

When I try to import the database. I get this error:
Task 'MySQL restore' finished at Thu Jan 05 16:21:34 CET 2023
2023-01-05 16:21:34.721 - IO error: Process failed (exit code = 1). See error log.
2023-01-05 16:21:34.721 - java.io.IOException: Process failed (exit code = 1). See error log.
at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.validateErrorCode(AbstractNativeToolHandler.java:242)
at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.executeProcess(AbstractNativeToolHandler.java:223)
at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.doExecute(AbstractNativeToolHandler.java:262)
at org.jkiss.dbeaver.ext.mysql.tasks.MySQLNativeToolHandler.doExecute(MySQLNativeToolHandler.java:47)
at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.lambda$0(AbstractNativeToolHandler.java:83)
at org.jkiss.dbeaver.runtime.RunnableContextDelegate.lambda$0(RunnableContextDelegate.java:39)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
Try download Navicat instead and upload database there, I did it and it worked. If you need any help contact me at Discord. rudeboy#3314
 

Maniero

New Member
Dec 19, 2022
3
0
Hello, what kind of vps can I take being on Mac? The installation here is identical since I am not on Windows?
 

Maniero

New Member
Dec 19, 2022
3
0
Remote Desktop ? What does that mean, please? I don’t speak much English I am French, if you can add me on discord for a helping hand Maniero#8762 @Joe
 
Last edited:

Users who are viewing this thread

Top